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-03-05T05:13:33.105Z||main|||||INFO|500||The following profiles are active: basic
2022-03-05T05:13:45.303Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-05T05:13:45.304Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-05T05:13:45.454Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-05T05:13:49.840Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-05T05:13:50.290Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-05T05:13:50.802Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-05T05:13:50.816Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-05T05:13:50.957Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-05T05:13:51.188Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-05T05:13:51.806Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-05T05:13:53.527Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-05T05:13:56.039Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-05T05:13:56.107Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-05T05:13:56.801Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-05T05:13:56.930Z||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-03-05T05:13:58.248Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-05T05:13:59.382Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-03-05T05:13:59.420Z||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$$36dd570f.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-03-05T05:13:59.421Z||main|||||WARN|500||The sdc end point is not alive
2022-03-05T05:14:02.712Z||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-03-05T05:14:06.278Z||main|||||WARN|500||---
2022-03-05T05:14:06.279Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-05T05:14:06.279Z||main|||||WARN|500||---
2022-03-05T05:14:06.699Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-05T05:14:12.426Z||main|||||INFO|500||Started Application in 42.863 seconds (JVM running for 45.266)
2022-03-05T05:14:12.439Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-05T05:14:12.441Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-05T05:14:12.452Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-05T05:14:12.474Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-05T05:14:12.522Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 19ac8cef-f7c9-45d9-8529-7d69f7aea998 url= /sdc/v1/artifactTypes
2022-03-05T05:14:12.522Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-05T05:14:12.862Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-05T05:14:12.915Z||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-03-05T05:14:12.945Z||scheduling-1|||||DEBUG|500||create keys
2022-03-05T05:14:12.953Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-05T05:14:13.034Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:14:13.052Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1a3b327e-f93f-4f88-b320-7a1da9f33204 url= /sdc/v1/registerForDistribution
2022-03-05T05:14:13.285Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1a3b327e-f93f-4f88-b320-7a1da9f33204 url= /sdc/v1/registerForDistribution
2022-03-05T05:14:13.286Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-05T05:14:13.296Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:14:13.296Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:14:13.307Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-05T05:14:13.310Z||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-03-05T05:14:13.311Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:14:13.310Z||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-03-05T05:14:13.314Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:14:23.653Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:14:23.656Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:15:13.293Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:15:13.295Z||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-03-05T05:15:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:15:13.295Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:15:13.296Z||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-03-05T05:15:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:15:22.874Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:15:22.885Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:16:13.293Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:16:13.294Z||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-03-05T05:16:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:16:13.295Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:16:13.296Z||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-03-05T05:16:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:16:22.922Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:16:22.924Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:17:13.293Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:17:13.295Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:17:13.297Z||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-03-05T05:17:13.297Z||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-03-05T05:17:13.297Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:17:13.297Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:17:23.015Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:17:23.018Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:18:13.293Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:18:13.294Z||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-03-05T05:18:13.294Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:18:13.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:18:13.296Z||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-03-05T05:18:13.297Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:18:22.911Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:18:22.948Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:19:13.292Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:19:13.294Z||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-03-05T05:19:13.295Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:19:13.299Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:19:13.300Z||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-03-05T05:19:13.300Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:19:22.881Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:19:22.900Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:20:13.293Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:20:13.294Z||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-03-05T05:20:13.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:20:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:20:13.295Z||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-03-05T05:20:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:20:22.848Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:20:22.848Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:21:13.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:21:13.296Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:21:13.297Z||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-03-05T05:21:13.297Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:21:13.297Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:21:13.298Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:21:22.867Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:21:22.869Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:22:13.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:22:13.294Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:22:13.297Z||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-03-05T05:22:13.297Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:22:13.298Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:22:13.298Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:22:22.857Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:22:22.869Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:23:13.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:23:13.294Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:23:13.295Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:23:13.295Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:23:13.296Z||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-03-05T05:23:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:23:22.874Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:23:22.891Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:24:13.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:24:13.295Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:24:13.295Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:24:13.295Z||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-03-05T05:24:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:24:13.296Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:24:22.871Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:24:22.871Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:24:25.692Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-05T05:25:13.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:25:13.295Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:25:13.296Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:25:13.296Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:25:13.296Z||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-03-05T05:25:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:25:22.858Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:25:22.858Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:26:13.292Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:26:13.293Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:26:13.294Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:26:13.295Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:26:13.296Z||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-03-05T05:26:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:26:22.862Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:26:22.862Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:27:13.293Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:27:13.294Z||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-03-05T05:27:13.294Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:27:13.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:27:13.296Z||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-03-05T05:27:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:27:22.899Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:27:22.911Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:28:13.293Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:28:13.293Z||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-03-05T05:28:13.294Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:28:13.295Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:28:13.295Z||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-03-05T05:28:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:28:22.875Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:28:22.879Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:29:13.293Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:29:13.295Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:29:13.296Z||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-03-05T05:29:13.296Z||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-03-05T05:29:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:29:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:29:22.876Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:29:22.880Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:30:13.292Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:30:13.294Z||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-03-05T05:30:13.294Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:30:13.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:30:13.295Z||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-03-05T05:30:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:30:22.868Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:30:22.869Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:31:13.293Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:31:13.294Z||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-03-05T05:31:13.294Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:31:13.295Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:31:13.295Z||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-03-05T05:31:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:31:22.869Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:31:22.876Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:32:13.292Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:32:13.294Z||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-03-05T05:32:13.294Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:32:13.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:32:13.295Z||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-03-05T05:32:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:32:22.854Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:32:22.859Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:33:13.293Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:33:13.294Z||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-03-05T05:33:13.294Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:33:13.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:33:13.295Z||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-03-05T05:33:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:33:22.861Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:33:22.862Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:34:13.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:34:13.295Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:34:13.296Z||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-03-05T05:34:13.296Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:34:13.296Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:34:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:34:22.861Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:34:22.864Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:35:13.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:35:13.294Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:35:13.294Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:35:13.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:35:13.295Z||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-03-05T05:35:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:35:22.879Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:35:22.895Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:36:13.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:36:13.294Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:36:13.294Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:36:13.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:36:13.295Z||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-03-05T05:36:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:36:22.844Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:36:22.845Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:37:13.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:37:13.294Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:37:13.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:37:13.295Z||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-03-05T05:37:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:37:13.294Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:37:22.851Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:37:22.851Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:38:13.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:38:13.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:38:13.295Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:38:13.295Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:38:13.295Z||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-03-05T05:38:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:38:22.852Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:38:22.856Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:39:13.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:39:13.294Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:39:13.294Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:39:13.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:39:13.295Z||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-03-05T05:39:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:39:22.847Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:39:22.847Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:40:13.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:40:13.294Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:40:13.296Z||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-03-05T05:40:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:40:13.297Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:40:13.297Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:40:22.857Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:40:22.859Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:41:13.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:41:13.297Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:41:13.297Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:41:13.297Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:41:13.298Z||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-03-05T05:41:13.298Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:41:22.851Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:41:22.877Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:42:13.292Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:42:13.293Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:42:13.294Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:42:13.295Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:42:13.296Z||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-03-05T05:42:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:42:22.841Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:42:22.865Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:43:13.292Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:43:13.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:43:13.295Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:43:13.295Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:43:13.295Z||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-03-05T05:43:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:43:22.840Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:43:22.858Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:44:13.292Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:44:13.294Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:44:13.294Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:44:13.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:44:13.295Z||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-03-05T05:44:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:44:22.853Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:44:22.863Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:45:13.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:45:13.294Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:45:13.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:45:13.295Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:45:13.295Z||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-03-05T05:45:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:45:22.871Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:45:22.876Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:46:13.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:46:13.294Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:46:13.294Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:46:13.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:46:13.295Z||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-03-05T05:46:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:46:22.852Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:46:22.852Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:47:13.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:47:13.294Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:47:13.294Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:47:13.295Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:47:13.296Z||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-03-05T05:47:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:47:22.867Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:47:22.875Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:48:13.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:48:13.293Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:48:13.294Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:48:13.294Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:48:13.295Z||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-03-05T05:48:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:48:22.859Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:48:22.861Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:49:13.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:49:13.294Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:49:13.294Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:49:13.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:49:13.295Z||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-03-05T05:49:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:49:22.868Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:49:22.870Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:50:13.292Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:50:13.294Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:50:13.294Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:50:13.295Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:50:13.295Z||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-03-05T05:50:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:50:22.854Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:50:22.865Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:51:13.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:51:13.294Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:51:13.294Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:51:13.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:51:13.295Z||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-03-05T05:51:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:51:22.847Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:51:22.847Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:52:13.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:52:13.295Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:52:13.297Z||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-03-05T05:52:13.297Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:52:13.297Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:52:13.297Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:52:22.869Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:52:22.869Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:53:13.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:53:13.294Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:53:13.294Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:53:13.295Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:53:13.296Z||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-03-05T05:53:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:53:22.847Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:53:22.847Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:54:13.292Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:54:13.293Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:54:13.294Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:54:13.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:54:13.295Z||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-03-05T05:54:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:54:22.874Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:54:22.895Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:55:13.292Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:55:13.294Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:55:13.294Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:55:13.294Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:55:13.295Z||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-03-05T05:55:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:55:22.842Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:55:22.849Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:56:13.292Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:56:13.293Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:56:13.294Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:56:13.294Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:56:13.295Z||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-03-05T05:56:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:56:22.837Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:56:22.850Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:57:13.292Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:57:13.293Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:57:13.293Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:57:13.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:57:13.295Z||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-03-05T05:57:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:57:22.847Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:57:22.848Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:58:13.295Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:58:13.295Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:58:13.298Z||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-03-05T05:58:13.298Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:58:13.298Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:58:13.298Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:58:16.017Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:58:16.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-05T05:58:16.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"91226797-d4ab-4740-ac5e-753b60d424b7","serviceName":"vFW 2022-03-05 05-55-05","serviceVersion":"1.0","serviceUUID":"977fc9d2-bda1-4e00-b854-812a6df32ffa","serviceDescription":"catalog service description","serviceInvariantUUID":"6c34595c-3c08-4b16-bc0c-d77c34f10102","resources":[],"serviceArtifacts":[{"artifactName":"service-Vfw20220305055505-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-template.yml","artifactChecksum":"OTE4NjM3YjA4MWFlZDYzOTllOTU4NTA1OThjMDM2Yjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"45841974-7047-49ea-ae68-c4910c40a381","artifactVersion":"1"},{"artifactName":"service-Vfw20220305055505-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar","artifactChecksum":"YWE0MWI1MzI5M2RiZWU3OGY4YWU0MmNhYTBiN2Y3ZjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"67b2679c-9713-4349-b911-6c6d3eee34f6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-05T05:58:16.033Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T05:58:16.041Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-05T05:58:16.054Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T05:58:16.054Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646459893293,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T05:58:16.155Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-03-05T05:58:16.160Z||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-03-05T05:58:16.160Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:58:16.182Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:58:16.183Z||pool-3-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":3,"count":1}
2022-03-05T05:58:16.308Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:58:16.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T05:58:16.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
  "consumerID": "cds",
  "timestamp": 1646459890714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T05:58:16.339Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T05:58:16.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T05:58:16.340Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646459893293,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T05:58:16.341Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T05:58:17.063Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T05:58:17.064Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-05T05:58:17.067Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T05:58:17.067Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646459893293,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T05:58:17.167Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T05:58:17.169Z||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-03-05T05:58:17.169Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:58:17.191Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:58:17.192Z||pool-4-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-05T05:58:18.069Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
  "serviceName": "vFW 2022-03-05 05-55-05",
  "serviceVersion": "1.0",
  "serviceUUID": "977fc9d2-bda1-4e00-b854-812a6df32ffa",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6c34595c-3c08-4b16-bc0c-d77c34f10102",
  "resources": [],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220305055505-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar",
      "artifactChecksum": "YWE0MWI1MzI5M2RiZWU3OGY4YWU0MmNhYTBiN2Y3ZjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "67b2679c-9713-4349-b911-6c6d3eee34f6"
    }
  ],
  "workloadContext": "Production"
}
2022-03-05T05:58:18.072Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 0
2022-03-05T05:58:18.072Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 977fc9d2-bda1-4e00-b854-812a6df32ffa ASDC
2022-03-05T05:58:18.147Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:91226797-d4ab-4740-ac5e-753b60d424b7
ServiceName:vFW 2022-03-05 05-55-05
ServiceVersion:1.0
ServiceUUID:977fc9d2-bda1-4e00-b854-812a6df32ffa
ServiceInvariantUUID:6c34595c-3c08-4b16-bc0c-d77c34f10102
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220305055505-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar
ArtifactUUID:67b2679c-9713-4349-b911-6c6d3eee34f6
ArtifactChecksum:YWE0MWI1MzI5M2RiZWU3OGY4YWU0MmNhYTBiN2Y3ZjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:

}


2022-03-05T05:58:18.147Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 977fc9d2-bda1-4e00-b854-812a6df32ffa 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-03-05T05:58:18.421Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-05T05:58:18.423Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-05T05:58:18.425Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-05T05:58:18.425Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 67b2679c-9713-4349-b911-6c6d3eee34f6 from URL: /sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar
2022-03-05T05:58:18.426Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-05T05:58:18.428Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar
2022-03-05T05:58:18.862Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-05T05:58:18.873Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar 67b2679c-9713-4349-b911-6c6d3eee34f6 50304
2022-03-05T05:58:18.874Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar ASDC sendASDCNotification
2022-03-05T05:58:18.874Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar
2022-03-05T05:58:18.875Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-05T05:58:18.876Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-05T05:58:18.878Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T05:58:18.878Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646459898873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T05:58:18.978Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T05:58:18.979Z||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-03-05T05:58:18.979Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:58:18.996Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:58:18.998Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-05T05:58:19.878Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-05T05:58:19.881Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-05T05:58:19.882Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 67b2679c-9713-4349-b911-6c6d3eee34f6, URL: /sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar to file: /app/ASDC/1/service-Vfw20220305055505-csar.csar
2022-03-05T05:58:19.883Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220305055505-csar.csar
2022-03-05T05:58:19.981Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220305055505-csar.csar
2022-03-05T05:58:19.981Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220305055505-csar.csar
2022-03-05T05:58:20.645Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17770791859069631149/Definitions/service-Vfw20220305055505-template.yml
2022-03-05T05:58:21.518Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-05T05:58:21.529Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T05:58:21.531Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-05 05-55-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T05:58:21.535Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-05T05:58:21.536Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-05T05:58:21.541Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T05:58:21.541Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-05 05-55-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T05:58:21.541Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-05T05:58:21.541Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-05T05:58:21.542Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T05:58:21.542Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-05 05-55-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T05:58:21.542Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T05:58:21.542Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-05 05-55-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T05:58:21.542Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T05:58:21.543Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-05 05-55-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T05:58:21.543Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T05:58:21.543Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-05 05-55-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T05:58:21.543Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T05:58:21.543Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-05 05-55-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T05:58:21.544Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-05 05-55-05
Description:catalog service description
Model UUID:977fc9d2-bda1-4e00-b854-812a6df32ffa
Model Version:NULL
Model InvariantUuid:6c34595c-3c08-4b16-bc0c-d77c34f10102
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-03-05T05:58:21.578Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||ERROR|500||Service Model contains no resources.
2022-03-05T05:58:21.579Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91226797-d4ab-4740-ac5e-753b60d424b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-05T05:58:21.721Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91226797-d4ab-4740-ac5e-753b60d424b7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-05T05:58:21.724Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-05T05:58:21.724Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-05T05:58:51.724Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91226797-d4ab-4740-ac5e-753b60d424b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-05T05:58:51.756Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91226797-d4ab-4740-ac5e-753b60d424b7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-05T05:58:51.760Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-05T05:58:51.761Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-05T05:59:13.295Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:59:13.296Z||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-03-05T05:59:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:59:13.324Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T05:59:13.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T05:59:13.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
  "consumerID": "policy-id",
  "timestamp": 1646459890254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T05:59:13.327Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T05:59:21.761Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91226797-d4ab-4740-ac5e-753b60d424b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-05T05:59:21.771Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91226797-d4ab-4740-ac5e-753b60d424b7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-05T05:59:21.775Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-05T05:59:21.775Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-05T05:59:51.775Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91226797-d4ab-4740-ac5e-753b60d424b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-05T05:59:51.787Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91226797-d4ab-4740-ac5e-753b60d424b7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-05T05:59:51.790Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-05T05:59:51.790Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-05T06:00:13.295Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:00:13.296Z||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-03-05T06:00:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:00:13.334Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:00:13.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-05T06:00:13.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646459889370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:00:13.336Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:00:21.790Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91226797-d4ab-4740-ac5e-753b60d424b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-05T06:00:21.801Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91226797-d4ab-4740-ac5e-753b60d424b7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-05T06:00:21.803Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-05T06:00:21.803Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-05T06:00:51.804Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91226797-d4ab-4740-ac5e-753b60d424b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-05T06:00:51.823Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91226797-d4ab-4740-ac5e-753b60d424b7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-05T06:00:51.826Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-05T06:00:51.826Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-05T06:01:13.295Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:01:13.296Z||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-03-05T06:01:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:01:13.831Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:01:13.838Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.839Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
  "consumerID": "cds",
  "timestamp": 1646459890714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:01:13.839Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:13.839Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.840Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646459893293,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:01:13.840Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:13.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.840Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646459889370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:01:13.840Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:13.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
  "consumerID": "policy-id",
  "timestamp": 1646459890254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:01:13.841Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:13.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
  "consumerID": "policy-id",
  "timestamp": 1646459898801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:01:13.842Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:13.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646459898873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:01:13.843Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:13.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.843Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
  "consumerID": "cds",
  "timestamp": 1646459898873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:01:13.843Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:13.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.843Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
  "consumerID": "policy-id",
  "timestamp": 1646459899809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-05T06:01:13.844Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:13.844Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.844Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
  "consumerID": "cds",
  "timestamp": 1646459899905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-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-03-05T06:01:13.856Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 91226797-d4ab-4740-ac5e-753b60d424b7
2022-03-05T06:01:13.857Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91226797-d4ab-4740-ac5e-753b60d424b7 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-03-05T06:01:13.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
  "consumerID": "clamp",
  "timestamp": 1646459899269,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:01:13.880Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:13.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.881Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
  "consumerID": "policy-id",
  "timestamp": 1646459900814,
  "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-03-05T06:01:13.887Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 91226797-d4ab-4740-ac5e-753b60d424b7
2022-03-05T06:01:13.888Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91226797-d4ab-4740-ac5e-753b60d424b7 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-03-05T06:01:13.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
  "consumerID": "clamp",
  "timestamp": 1646459899269,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:01:13.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:13.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
  "consumerID": "aai-ml",
  "timestamp": 1646459900658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:01:13.901Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:13.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
  "consumerID": "aai-ml",
  "timestamp": 1646459900658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:01:13.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:13.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646459902924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:01:13.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:13.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646459902924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:01:13.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:13.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
  "consumerID": "aai-ml",
  "timestamp": 1646459903861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:01:13.903Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:13.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
  "consumerID": "clamp",
  "timestamp": 1646459905277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:01:13.904Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:13.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
  "consumerID": "clamp",
  "timestamp": 1646459907293,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-05T06:01:13.904Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:13.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
  "consumerID": "clamp",
  "timestamp": 1646459908300,
  "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-03-05T06:01:13.915Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 91226797-d4ab-4740-ac5e-753b60d424b7
2022-03-05T06:01:13.916Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91226797-d4ab-4740-ac5e-753b60d424b7 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-03-05T06:01:13.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646459908904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:01:13.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:13.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646459908904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:01:13.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:13.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646459912192,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:01:13.933Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:13.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
  "consumerID": "aai-ml",
  "timestamp": 1646459912447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-05T06:01:13.934Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:13.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.935Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
  "consumerID": "aai-ml",
  "timestamp": 1646459913454,
  "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-03-05T06:01:13.943Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 91226797-d4ab-4740-ac5e-753b60d424b7
2022-03-05T06:01:13.943Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91226797-d4ab-4740-ac5e-753b60d424b7 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-03-05T06:01:13.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "cds",
  "timestamp": 1646459905714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:01:13.957Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:13.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646459909370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:01:13.957Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:13.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.958Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "policy-id",
  "timestamp": 1646459910254,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:01:13.958Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:13.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.958Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646459915395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-05T06:01:13.958Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:13.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "cds",
  "timestamp": 1646459905714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:01:13.959Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:13.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646459909370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:01:13.960Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:13.960Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.960Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "policy-id",
  "timestamp": 1646459910254,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:01:13.960Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:13.961Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.961Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646459916400,
  "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-03-05T06:01:13.977Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 91226797-d4ab-4740-ac5e-753b60d424b7
2022-03-05T06:01:13.978Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91226797-d4ab-4740-ac5e-753b60d424b7 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-03-05T06:01:13.992Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.992Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "cds",
  "timestamp": 1646459905714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:01:13.993Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:13.993Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.993Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646459909370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:01:13.994Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:13.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "policy-id",
  "timestamp": 1646459910254,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-05T06:01:13.995Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:13.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "cds",
  "timestamp": 1646459905714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:01:13.996Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:13.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.996Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646459909370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:01:13.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:13.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "policy-id",
  "timestamp": 1646459910254,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:01:13.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:13.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "cds",
  "timestamp": 1646459905714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:01:13.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:13.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646459909370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:14.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "policy-id",
  "timestamp": 1646459910254,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:14.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "cds",
  "timestamp": 1646459905714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:14.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646459909370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:14.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "policy-id",
  "timestamp": 1646459910254,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.004Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:14.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "cds",
  "timestamp": 1646459905714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:01:14.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:14.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646459909370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:14.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "policy-id",
  "timestamp": 1646459910254,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:01:14.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:14.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "cds",
  "timestamp": 1646459922363,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:01:14.008Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:14.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "policy-id",
  "timestamp": 1646459922463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:01:14.009Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:14.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "cds",
  "timestamp": 1646459923401,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-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-03-05T06:01:14.033Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e8caa5e8-592d-408b-b30b-73019054fb63
2022-03-05T06:01:14.034Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8caa5e8-592d-408b-b30b-73019054fb63 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-03-05T06:01:14.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "policy-id",
  "timestamp": 1646459923469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-05T06:01:14.047Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:14.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646459922924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:14.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "policy-id",
  "timestamp": 1646459924473,
  "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-03-05T06:01:14.056Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e8caa5e8-592d-408b-b30b-73019054fb63
2022-03-05T06:01:14.056Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8caa5e8-592d-408b-b30b-73019054fb63 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-03-05T06:01:14.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646459922924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json",
  "status": "NOTIFIED"
}
2022-03-05T06:01:14.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:14.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646459922924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-05T06:01:14.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:14.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646459922924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:14.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646459922924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-05T06:01:14.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:14.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646459922924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:14.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646459922924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:01:14.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:14.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "clamp",
  "timestamp": 1646459929269,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:14.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646459930860,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:01:14.074Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:14.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "clamp",
  "timestamp": 1646459929269,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json",
  "status": "NOTIFIED"
}
2022-03-05T06:01:14.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:14.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "clamp",
  "timestamp": 1646459929269,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:14.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646459932166,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:01:14.077Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:14.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "aai-ml",
  "timestamp": 1646459930658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:14.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "clamp",
  "timestamp": 1646459929269,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:14.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "aai-ml",
  "timestamp": 1646459930658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:14.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646459933559,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:01:14.079Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:14.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "clamp",
  "timestamp": 1646459929269,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:14.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "aai-ml",
  "timestamp": 1646459930658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:14.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646459934638,
  "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-03-05T06:01:14.088Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e8caa5e8-592d-408b-b30b-73019054fb63
2022-03-05T06:01:14.088Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8caa5e8-592d-408b-b30b-73019054fb63 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-03-05T06:01:14.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "clamp",
  "timestamp": 1646459929269,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:14.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "aai-ml",
  "timestamp": 1646459930658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:14.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646459935643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-05T06:01:14.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:14.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "clamp",
  "timestamp": 1646459929269,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:01:14.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:14.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "aai-ml",
  "timestamp": 1646459930658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.108Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:14.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "aai-ml",
  "timestamp": 1646459930658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:14.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "aai-ml",
  "timestamp": 1646459930658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:01:14.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:14.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "aai-ml",
  "timestamp": 1646459938546,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:01:14.110Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:14.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646459938904,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:14.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646459938904,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:14.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646459938904,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:14.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646459938904,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:14.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646459938904,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:14.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646459938904,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:14.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646459938904,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:01:14.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:01:14.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646459946730,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:01:14.115Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:14.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "clamp",
  "timestamp": 1646459947279,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:01:14.116Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:14.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "aai-ml",
  "timestamp": 1646459946575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-05T06:01:14.116Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:14.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "aai-ml",
  "timestamp": 1646459947580,
  "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-03-05T06:01:14.126Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e8caa5e8-592d-408b-b30b-73019054fb63
2022-03-05T06:01:14.126Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8caa5e8-592d-408b-b30b-73019054fb63 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-03-05T06:01:14.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "clamp",
  "timestamp": 1646459949293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-05T06:01:14.142Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:14.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646459949513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-05T06:01:14.142Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:14.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "clamp",
  "timestamp": 1646459950297,
  "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-03-05T06:01:14.155Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e8caa5e8-592d-408b-b30b-73019054fb63
2022-03-05T06:01:14.155Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8caa5e8-592d-408b-b30b-73019054fb63 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-03-05T06:01:14.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646459950518,
  "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-03-05T06:01:14.197Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e8caa5e8-592d-408b-b30b-73019054fb63
2022-03-05T06:01:14.198Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8caa5e8-592d-408b-b30b-73019054fb63 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-03-05T06:01:21.827Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91226797-d4ab-4740-ac5e-753b60d424b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-05T06:01:21.841Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91226797-d4ab-4740-ac5e-753b60d424b7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-05T06:01:21.845Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-05T06:01:21.845Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-05T06:01:51.845Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91226797-d4ab-4740-ac5e-753b60d424b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-05T06:01:51.858Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91226797-d4ab-4740-ac5e-753b60d424b7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-05T06:01:51.862Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-05T06:01:51.862Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-05T06:02:13.295Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:02:13.296Z||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-03-05T06:02:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:02:21.863Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91226797-d4ab-4740-ac5e-753b60d424b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-05T06:02:21.876Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91226797-d4ab-4740-ac5e-753b60d424b7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-05T06:02:21.880Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-05T06:02:21.880Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-05T06:02:22.875Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:02:51.881Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91226797-d4ab-4740-ac5e-753b60d424b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-05T06:02:51.893Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91226797-d4ab-4740-ac5e-753b60d424b7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-05T06:02:51.899Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-05T06:02:51.900Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-05T06:03:13.295Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:03:13.296Z||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-03-05T06:03:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:03:21.900Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-03-05T06:03:21.900Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 91226797-d4ab-4740-ac5e-753b60d424b7 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-03-05T06:03:21.921Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 91226797-d4ab-4740-ac5e-753b60d424b7 and serviceModelVersionId: 977fc9d2-bda1-4e00-b854-812a6df32ffa
2022-03-05T06:03:21.921Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6c34595c-3c08-4b16-bc0c-d77c34f10102
2022-03-05T06:03:22.864Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:03:37.061Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6c34595c-3c08-4b16-bc0c-d77c34f10102/model-vers/model-ver/977fc9d2-bda1-4e00-b854-812a6df32ffa?depth=0
2022-03-05T06:03:37.193Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-03-05T06:03:37.747Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c34595c-3c08-4b16-bc0c-d77c34f10102/model-vers/model-ver/977fc9d2-bda1-4e00-b854-812a6df32ffa?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-03-05T06:03:37.752Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c34595c-3c08-4b16-bc0c-d77c34f10102/model-vers/model-ver/977fc9d2-bda1-4e00-b854-812a6df32ffa?depth=0|INFO|500||Invoke
2022-03-05T06:03:37.882Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c34595c-3c08-4b16-bc0c-d77c34f10102/model-vers/model-ver/977fc9d2-bda1-4e00-b854-812a6df32ffa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-05T06:03:38.172Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c34595c-3c08-4b16-bc0c-d77c34f10102/model-vers/model-ver/977fc9d2-bda1-4e00-b854-812a6df32ffa?depth=0|INFO|500||InvokeReturn
2022-03-05T06:03:38.173Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c34595c-3c08-4b16-bc0c-d77c34f10102/model-vers/model-ver/977fc9d2-bda1-4e00-b854-812a6df32ffa?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220305-06:03:37:721-28862], vertex-id=[221256], Content-Length=[0], Date=[Sat, 05 Mar 2022 06:03:37 GMT], Content-Type=[application/json]}
2022-03-05T06:03:38.173Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-03-05T06:03:38.177Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-05T06:03:38.177Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-05T06:03:38.198Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-05T06:03:38.200Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 91226797-d4ab-4740-ac5e-753b60d424b7 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-03-05T06:03:38.201Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-05T06:03:38.201Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:03:38.204Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:03:38.204Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460218200,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-05T06:03:38.304Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:03:38.309Z||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-03-05T06:03:38.309Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:03:38.326Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:03:38.327Z||pool-6-thread-1|||||INFO|500||cambria reply ok (22 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-03-05T06:03:39.231Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:03:39.232Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T06:03:39.232Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:03:43.611Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:03:43.613Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-05T06:03:43.613Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"e8caa5e8-592d-408b-b30b-73019054fb63","serviceName":"basic_onboard_yyIBMk","serviceVersion":"1.0","serviceUUID":"18680a1b-5c6d-47ef-9110-5a0f8aba077d","serviceDescription":"service","serviceInvariantUUID":"109f67c5-733c-45ee-8fca-35083bb7a0de","resources":[{"resourceInstanceName":"basic_onboard_yyIBMk 0","resourceName":"basic_onboard_yyIBMk","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e6cdae66-6de0-4fb6-b945-1be171545e31","resourceInvariantUUID":"b5b5fafc-b60d-4c86-843a-25fd2175f7b8","resourceCustomizationUUID":"0fb8094b-3f64-4469-bae0-c2f962d82d02","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/vf-license-model.xml","artifactChecksum":"ZWE3NjExNjFlYjg5YmVkZWFhOTRhZGNkZTI3OWUyMzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"05e1f4c7-99dd-4326-993f-5000f371839d","artifactVersion":"1"},{"artifactName":"basic_onboard_yyibmk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json","artifactChecksum":"NGYzM2E5MTI0YjE0OTM5N2U4NGVjYmUzNTg4NTQ0OWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"91467e18-93ca-432a-afc2-950296b41e17","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"eaa9de85-f5d8-4083-b60e-a4e6d07416ac","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"780013be-5fab-4014-aa10-bda5c41df9aa","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"47e39b0b-70f4-488d-a98a-24f8212168ed","artifactVersion":"2","generatedFromUUID":"eaa9de85-f5d8-4083-b60e-a4e6d07416ac"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYyibmk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-template.yml","artifactChecksum":"MjIzZWRlNjk0MDI4NDAxNzliZTI1OWY0ODE2ODcyNzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f3e7df24-d09a-408c-ad09-d947e98a4809","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYyibmk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar","artifactChecksum":"MWYyODIwODA1MWE4OWZlYzM2M2M2YjdlNmUxNDNiODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"51aae51e-9a30-4952-a21f-a5e16f6cc7bc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-05T06:03:43.620Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:03:43.621Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:03:43.624Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:03:43.625Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460219231,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:03:43.726Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-05T06:03:43.728Z||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-03-05T06:03:43.728Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:03:43.755Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:03:43.756Z||pool-7-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:03:44.626Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:03:44.627Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:03:44.630Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:03:44.631Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460219231,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json",
  "status": "NOTIFIED"
}
2022-03-05T06:03:44.731Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:03:44.732Z||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-03-05T06:03:44.732Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:03:44.748Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:03:44.749Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:03:45.632Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:03:45.633Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:03:45.636Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:03:45.637Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460219231,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-05T06:03:45.737Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-05T06:03:45.738Z||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-03-05T06:03:45.738Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:03:45.754Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:03:45.755Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:03:46.638Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:03:46.640Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:03:46.642Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:03:46.642Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460219231,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:03:46.742Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-05T06:03:46.743Z||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-03-05T06:03:46.744Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:03:46.757Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:03:46.758Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-05T06:03:47.643Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:03:47.644Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:03:47.648Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:03:47.648Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460219231,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-05T06:03:47.748Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:03:47.750Z||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-03-05T06:03:47.750Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:03:47.765Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:03:47.766Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:03:48.649Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:03:48.650Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:03:48.653Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:03:48.653Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460219231,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:03:48.753Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:03:48.754Z||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-03-05T06:03:48.755Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:03:48.769Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:03:48.771Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:03:49.653Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:03:49.654Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:03:49.657Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:03:49.657Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460219231,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:03:49.757Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:03:49.759Z||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-03-05T06:03:49.759Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:03:49.770Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:03:49.770Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:03:50.659Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "serviceName": "basic_onboard_yyIBMk",
  "serviceVersion": "1.0",
  "serviceUUID": "18680a1b-5c6d-47ef-9110-5a0f8aba077d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "109f67c5-733c-45ee-8fca-35083bb7a0de",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_yyIBMk 0",
      "resourceCustomizationUUID": "0fb8094b-3f64-4469-bae0-c2f962d82d02",
      "resourceName": "basic_onboard_yyIBMk",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e6cdae66-6de0-4fb6-b945-1be171545e31",
      "resourceInvariantUUID": "b5b5fafc-b60d-4c86-843a-25fd2175f7b8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_yyibmk0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json",
          "artifactChecksum": "NGYzM2E5MTI0YjE0OTM5N2U4NGVjYmUzNTg4NTQ0OWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "91467e18-93ca-432a-afc2-950296b41e17",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "eaa9de85-f5d8-4083-b60e-a4e6d07416ac",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "47e39b0b-70f4-488d-a98a-24f8212168ed",
            "generatedFromUUID": "eaa9de85-f5d8-4083-b60e-a4e6d07416ac"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "47e39b0b-70f4-488d-a98a-24f8212168ed",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardYyibmk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
      "artifactChecksum": "MWYyODIwODA1MWE4OWZlYzM2M2M2YjdlNmUxNDNiODI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "51aae51e-9a30-4952-a21f-a5e16f6cc7bc"
    }
  ],
  "workloadContext": "Production"
}
2022-03-05T06:03:50.660Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-05T06:03:50.660Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 18680a1b-5c6d-47ef-9110-5a0f8aba077d ASDC
2022-03-05T06:03:50.713Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:e8caa5e8-592d-408b-b30b-73019054fb63
ServiceName:basic_onboard_yyIBMk
ServiceVersion:1.0
ServiceUUID:18680a1b-5c6d-47ef-9110-5a0f8aba077d
ServiceInvariantUUID:109f67c5-733c-45ee-8fca-35083bb7a0de
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYyibmk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar
ArtifactUUID:51aae51e-9a30-4952-a21f-a5e16f6cc7bc
ArtifactChecksum:MWYyODIwODA1MWE4OWZlYzM2M2M2YjdlNmUxNDNiODI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_yyIBMk 0
ResourceCustomizationUUID:0fb8094b-3f64-4469-bae0-c2f962d82d02
ResourceInvariantUUID:b5b5fafc-b60d-4c86-843a-25fd2175f7b8
ResourceName:basic_onboard_yyIBMk
ResourceType:VF
ResourceUUID:e6cdae66-6de0-4fb6-b945-1be171545e31
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_yyibmk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json
ArtifactUUID:91467e18-93ca-432a-afc2-950296b41e17
ArtifactChecksum:NGYzM2E5MTI0YjE0OTM5N2U4NGVjYmUzNTg4NTQ0OWQ=
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/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:eaa9de85-f5d8-4083-b60e-a4e6d07416ac
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/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env
ArtifactUUID:47e39b0b-70f4-488d-a98a-24f8212168ed
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/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env
ArtifactUUID:47e39b0b-70f4-488d-a98a-24f8212168ed
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-05T06:03:50.713Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 18680a1b-5c6d-47ef-9110-5a0f8aba077d 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-03-05T06:03:50.786Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-05T06:03:50.787Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-05T06:03:50.788Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-05T06:03:50.788Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 51aae51e-9a30-4952-a21f-a5e16f6cc7bc from URL: /sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar
2022-03-05T06:03:50.788Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-05T06:03:50.788Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar
2022-03-05T06:03:51.589Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-05T06:03:51.594Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar 51aae51e-9a30-4952-a21f-a5e16f6cc7bc 71593
2022-03-05T06:03:51.594Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar ASDC sendASDCNotification
2022-03-05T06:03:51.594Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar
2022-03-05T06:03:51.594Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-05T06:03:51.595Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:03:51.597Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:03:51.597Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460231594,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:03:51.697Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:03:51.698Z||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-03-05T06:03:51.698Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:03:51.712Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:03:51.713Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:03:52.597Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-05T06:03:52.599Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-05T06:03:52.599Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 51aae51e-9a30-4952-a21f-a5e16f6cc7bc, URL: /sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar to file: /app/ASDC/1/service-BasicOnboardYyibmk-csar.csar
2022-03-05T06:03:52.600Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYyibmk-csar.csar
2022-03-05T06:03:52.600Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYyibmk-csar.csar
2022-03-05T06:03:52.600Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYyibmk-csar.csar
2022-03-05T06:03:52.870Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP277181772989156679/Definitions/service-BasicOnboardYyibmk-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-03-05T06:03:54.362Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-05T06:03:54.367Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-05T06:03:54.367Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYyibmk-csar.csar
2022-03-05T06:03:54.367Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-05T06:03:54.367Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardYyibmk-csar.csar
2022-03-05T06:03:54.367Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYyibmk-csar.csar
2022-03-05T06:03:54.368Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYyibmk-csar.csar
2022-03-05T06:03:54.368Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYyibmk-csar.csar
2022-03-05T06:03:54.368Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYyibmk-csar.csar
2022-03-05T06:03:54.368Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYyibmk-csar.csar
2022-03-05T06:03:54.368Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYyibmk-csar.csar
2022-03-05T06:03:54.368Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_yyIBMk 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-BasicOnboardYyibmk-csar.csar
2022-03-05T06:03:54.368Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardYyibmk-csar.csar
2022-03-05T06:03:54.369Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-05T06:03:54.369Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:03:54.369Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yyIBMk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:03:54.370Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yyIBMk 0 is matching search criteria
2022-03-05T06:03:54.370Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-05T06:03:54.371Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yyIBMk 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-05T06:03:54.372Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:03:54.372Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yyIBMk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:03:54.372Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yyIBMk 0 is matching search criteria
2022-03-05T06:03:54.372Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-05T06:03:54.372Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yyIBMk 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-05T06:03:54.373Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:03:54.373Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yyIBMk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:03:54.376Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:03:54.377Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yyIBMk 0 is not matching search criteria
2022-03-05T06:03:54.377Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-05T06:03:54.377Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-05T06:03:54.377Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-05T06:03:54.378Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-05T06:03:54.378Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-05T06:03:54.378Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:03:54.378Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yyIBMk is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-05T06:03:54.379Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:03:54.380Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yyIBMk 0 is matching search criteria
2022-03-05T06:03:54.380Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yyIBMk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:03:54.380Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:03:54.381Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yyIBMk 0 is matching search criteria
2022-03-05T06:03:54.381Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yyIBMk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:03:54.381Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:03:54.381Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yyIBMk 0 is matching search criteria
2022-03-05T06:03:54.381Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yyIBMk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:03:54.381Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:03:54.382Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yyIBMk 0 is not matching search criteria
2022-03-05T06:03:54.382Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-05T06:03:54.382Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-05T06:03:54.382Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=33604df9-9a22-43f7-8a29-ef48aa9dfd14
2022-03-05T06:03:54.382Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:03:54.383Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yyIBMk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:03:54.383Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:03:54.383Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yyIBMk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:03:54.383Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:03:54.383Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yyIBMk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:03:54.383Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:03:54.384Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yyIBMk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:03:54.384Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_yyIBMk
Description:service
Model UUID:18680a1b-5c6d-47ef-9110-5a0f8aba077d
Model Version:NULL
Model InvariantUuid:109f67c5-733c-45ee-8fca-35083bb7a0de
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_yyIBMk
Model UUID:007ea824-0a50-48c7-9c14-57e774ff3875
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b5b5fafc-b60d-4c86-843a-25fd2175f7b8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0fb8094b-3f64-4469-bae0-c2f962d82d02
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:524fcc89-f3e5-471f-9164-91ad3b516f5b
ModelName:BasicOnboardYyibmk..base_ubuntu18..module-0
ModelUuid:4fe59f81-8f16-4967-bedb-d3ceb2c12922
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:33604df9-9a22-43f7-8a29-ef48aa9dfd14
ModelInvariantUuid:66adb6d5-1c70-4fc0-91cc-6188c2475305
ModelName:basic_onboard_yyIBMk-nodes.ubuntu18Cvfc
ModelUuid:34d8bd05-f21b-4fc7-8272-70f62730325e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:87da81ac-fb79-45a5-9c8e-1f158a2d8782
ModelInvariantUuid:86f1d555-aeca-4a07-bd18-f75b3832955c
ModelName:BasicOnboardYyibmk.compute.nodes.heat.ubuntu18
ModelUuid:669b7659-d45f-4a9b-8efb-0eda1c684aef
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-03-05T06:03:54.405Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: e6cdae66-6de0-4fb6-b945-1be171545e31
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-03-05T06:03:54.416Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||basic_onboard_yyIBMk 0
2022-03-05T06:03:54.423Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e6cdae66-6de0-4fb6-b945-1be171545e31
2022-03-05T06:03:54.424Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 91467e18-93ca-432a-afc2-950296b41e17 from URL: /sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json
2022-03-05T06:03:54.424Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-05T06:03:54.425Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json
2022-03-05T06:03:54.768Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-05T06:03:54.769Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json 91467e18-93ca-432a-afc2-950296b41e17 798
2022-03-05T06:03:54.769Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json ASDC sendASDCNotification
2022-03-05T06:03:54.769Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json
2022-03-05T06:03:54.769Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-05T06:03:54.770Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:03:54.773Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:03:54.774Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460234769,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:03:54.873Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-05T06:03:54.875Z||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-03-05T06:03:54.875Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:03:54.890Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:03:54.891Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:03:55.775Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardYyibmk..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "524fcc89-f3e5-471f-9164-91ad3b516f5b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4fe59f81-8f16-4967-bedb-d3ceb2c12922",
    "vfModuleModelCustomizationUUID": "58894806-e53a-414e-9d8b-75a688fed661",
    "isBase": true,
    "artifacts": [
      "eaa9de85-f5d8-4083-b60e-a4e6d07416ac",
      "47e39b0b-70f4-488d-a98a-24f8212168ed"
    ],
    "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-03-05T06:03:55.796Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYyibmk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4fe59f81-8f16-4967-bedb-d3ceb2c12922
VfModuleModelInvariantUUID:524fcc89-f3e5-471f-9164-91ad3b516f5b
VfModuleModelDescription:NULL
Artifacts UUID List:{
eaa9de85-f5d8-4083-b60e-a4e6d07416ac
,
47e39b0b-70f4-488d-a98a-24f8212168ed

}
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-03-05T06:03:55.800Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardYyibmk..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "524fcc89-f3e5-471f-9164-91ad3b516f5b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4fe59f81-8f16-4967-bedb-d3ceb2c12922",
    "vfModuleModelCustomizationUUID": "58894806-e53a-414e-9d8b-75a688fed661",
    "isBase": true,
    "artifacts": [
      "eaa9de85-f5d8-4083-b60e-a4e6d07416ac",
      "47e39b0b-70f4-488d-a98a-24f8212168ed"
    ],
    "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-03-05T06:03:55.800Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYyibmk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4fe59f81-8f16-4967-bedb-d3ceb2c12922
VfModuleModelInvariantUUID:524fcc89-f3e5-471f-9164-91ad3b516f5b
VfModuleModelDescription:NULL
Artifacts UUID List:{
eaa9de85-f5d8-4083-b60e-a4e6d07416ac
,
47e39b0b-70f4-488d-a98a-24f8212168ed

}
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-03-05T06:03:55.800Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: eaa9de85-f5d8-4083-b60e-a4e6d07416ac from URL: /sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml
2022-03-05T06:03:55.801Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-05T06:03:55.801Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml
2022-03-05T06:03:56.104Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-05T06:03:56.105Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml eaa9de85-f5d8-4083-b60e-a4e6d07416ac 5033
2022-03-05T06:03:56.105Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-05T06:03:56.105Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml
2022-03-05T06:03:56.105Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-05T06:03:56.106Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:03:56.110Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:03:56.110Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460236105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:03:56.210Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:03:56.211Z||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-03-05T06:03:56.212Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:03:56.225Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:03:56.225Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:03:57.111Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 47e39b0b-70f4-488d-a98a-24f8212168ed from URL: /sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env
2022-03-05T06:03:57.112Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-05T06:03:57.112Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env
2022-03-05T06:03:57.475Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-05T06:03:57.476Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env 47e39b0b-70f4-488d-a98a-24f8212168ed 909
2022-03-05T06:03:57.476Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-05T06:03:57.476Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env
2022-03-05T06:03:57.477Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-05T06:03:57.477Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:03:57.480Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:03:57.480Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460237476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:03:57.580Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:03:57.582Z||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-03-05T06:03:57.582Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:03:57.595Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:03:57.596Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:03:58.481Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 18680a1b-5c6d-47ef-9110-5a0f8aba077d
2022-03-05T06:03:58.482Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_yyIBMk 0 e6cdae66-6de0-4fb6-b945-1be171545e31 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-03-05T06:03:58.526Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@61f50acb, org.onap.sdc.toscaparser.api.parameters.Input@df4d4da, org.onap.sdc.toscaparser.api.parameters.Input@2bc12e3, org.onap.sdc.toscaparser.api.parameters.Input@44597e53, org.onap.sdc.toscaparser.api.parameters.Input@db39741]
2022-03-05T06:03:58.530Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:03:58.530Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yyIBMk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:03:58.530Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-03-05T06:03:58.531Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 0fb8094b-3f64-4469-bae0-c2f962d82d02
2022-03-05T06:03:58.531Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0fb8094b-3f64-4469-bae0-c2f962d82d02 matches Tosca VF Customization UUID: 0fb8094b-3f64-4469-bae0-c2f962d82d02
2022-03-05T06:03:58.531Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 0fb8094b-3f64-4469-bae0-c2f962d82d02  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-03-05T06:03:58.539Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:03:58.540Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yyIBMk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:03:58.541Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 0fb8094b-3f64-4469-bae0-c2f962d82d02: {\"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-03-05T06:03:58.542Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@27d98c0f
2022-03-05T06:03:58.542Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:03:58.542Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yyIBMk is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-05T06:03:58.543Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 58894806-e53a-414e-9d8b-75a688fed661
2022-03-05T06:03:58.544Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 58894806-e53a-414e-9d8b-75a688fed661
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-03-05T06:03:58.552Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:03:58.553Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yyIBMk 0 is matching search criteria
2022-03-05T06:03:58.553Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yyIBMk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:03:58.554Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:03:58.555Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yyIBMk 0 is matching search criteria
2022-03-05T06:03:58.555Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yyIBMk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:03:58.555Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:03:58.556Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yyIBMk 0 is not matching search criteria
2022-03-05T06:03:58.556Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-05T06:03:58.556Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-05T06:03:58.557Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=33604df9-9a22-43f7-8a29-ef48aa9dfd14
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-03-05T06:03:58.572Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:03:58.573Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yyIBMk 0 is matching search criteria
2022-03-05T06:03:58.573Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yyIBMk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:03:58.574Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:03:58.574Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yyIBMk 0 is matching search criteria
2022-03-05T06:03:58.574Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yyIBMk 0] matching following query criteria: sdcType=VF, customizationUUID=0fb8094b-3f64-4469-bae0-c2f962d82d02
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-03-05T06:03:58.578Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:03:58.578Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yyIBMk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:03:58.579Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 18680a1b-5c6d-47ef-9110-5a0f8aba077d: basic_onboard_yyIBMk
2022-03-05T06:03:58.579Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:03:58.580Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yyIBMk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:03:58.580Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:03:58.580Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yyIBMk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:03:58.581Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:03:58.581Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yyIBMk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:03:58.581Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:03:58.581Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yyIBMk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:03:58.582Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:03:58.582Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yyIBMk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:03:58.582Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_yyIBMk 
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-03-05T06:03:58.895Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_yyIBMk e6cdae66-6de0-4fb6-b945-1be171545e31 1 ASDC deployResourceStructure
2022-03-05T06:03:58.896Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json ASDC sendASDCNotification
2022-03-05T06:03:58.897Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json
2022-03-05T06:03:58.897Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-05T06:03:58.898Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:03:58.902Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:03:58.902Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460238896,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-05T06:03:59.002Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:03:59.003Z||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-03-05T06:03:59.003Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:03:59.019Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:03:59.019Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:03:59.903Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-05T06:03:59.904Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml
2022-03-05T06:03:59.904Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-05T06:03:59.905Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:03:59.907Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:03:59.907Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460239903,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-05T06:04:00.007Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:04:00.009Z||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-03-05T06:04:00.009Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:04:00.021Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:04:00.022Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-05T06:04:00.908Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-05T06:04:00.909Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env
2022-03-05T06:04:00.909Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-05T06:04:00.909Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:04:00.912Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:04:00.912Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460240908,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-05T06:04:01.012Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:04:01.014Z||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-03-05T06:04:01.014Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:04:01.027Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:04:01.028Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:04:01.913Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar ASDC sendASDCNotification
2022-03-05T06:04:01.914Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar
2022-03-05T06:04:01.914Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-05T06:04:01.914Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:04:01.916Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:04:01.916Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460241913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-05T06:04:02.017Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-05T06:04:02.018Z||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-03-05T06:04:02.018Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:04:02.032Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:04:02.033Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:04:02.917Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8caa5e8-592d-408b-b30b-73019054fb63
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-05T06:04:02.932Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8caa5e8-592d-408b-b30b-73019054fb63
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-05T06:04:02.939Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-05T06:04:02.939Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-05T06:04:02.940Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-05T06:04:02.940Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-05T06:04:02.940Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-05T06:04:02.940Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-05T06:04:02.940Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-05T06:04:02.941Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-05T06:04:02.941Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-05T06:04:02.941Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-05T06:04:02.941Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-05T06:04:02.951Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-05T06:04:13.295Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:04:13.296Z||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-03-05T06:04:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:04:13.925Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:04:13.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-05T06:04:13.926Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460218200,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-05T06:04:13.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:04:13.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-05T06:04:13.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460219231,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:04:13.928Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:04:13.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-05T06:04:13.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460219231,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json",
  "status": "NOTIFIED"
}
2022-03-05T06:04:13.928Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:04:13.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-05T06:04:13.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460219231,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-05T06:04:13.929Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:04:13.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-05T06:04:13.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460219231,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:04:13.929Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:04:13.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-05T06:04:13.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460219231,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-05T06:04:13.930Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:04:13.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-05T06:04:13.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460219231,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:04:13.930Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:04:13.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-05T06:04:13.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460219231,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:04:13.931Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:04:13.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-05T06:04:13.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460231594,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:04:13.931Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:04:13.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-05T06:04:13.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460234769,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:04:13.932Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:04:13.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-05T06:04:13.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460236105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:04:13.932Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:04:13.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-05T06:04:13.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460237476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:04:13.933Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:04:13.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-05T06:04:13.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460238896,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-05T06:04:13.933Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:04:13.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-05T06:04:13.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460239903,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-05T06:04:13.934Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:04:13.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-05T06:04:13.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460240908,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-05T06:04:13.935Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:04:13.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-05T06:04:13.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460241913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-05T06:04:13.935Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:04:32.952Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e8caa5e8-592d-408b-b30b-73019054fb63 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-03-05T06:04:32.967Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e8caa5e8-592d-408b-b30b-73019054fb63 and serviceModelVersionId: 18680a1b-5c6d-47ef-9110-5a0f8aba077d
2022-03-05T06:04:32.968Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 109f67c5-733c-45ee-8fca-35083bb7a0de
2022-03-05T06:04:32.970Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/109f67c5-733c-45ee-8fca-35083bb7a0de/model-vers/model-ver/18680a1b-5c6d-47ef-9110-5a0f8aba077d?depth=0
2022-03-05T06:04:32.977Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-03-05T06:04:33.045Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/109f67c5-733c-45ee-8fca-35083bb7a0de/model-vers/model-ver/18680a1b-5c6d-47ef-9110-5a0f8aba077d?depth=0|INFO|500||Invoke
2022-03-05T06:04:33.046Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/109f67c5-733c-45ee-8fca-35083bb7a0de/model-vers/model-ver/18680a1b-5c6d-47ef-9110-5a0f8aba077d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/109f67c5-733c-45ee-8fca-35083bb7a0de/model-vers/model-ver/18680a1b-5c6d-47ef-9110-5a0f8aba077d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e8caa5e8-592d-408b-b30b-73019054fb63], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8bc46f75-578e-4e72-868a-bc65c775915d], X-ECOMP-RequestID=[e8caa5e8-592d-408b-b30b-73019054fb63], X-TransactionId=[], X-ONAP-RequestID=[e8caa5e8-592d-408b-b30b-73019054fb63], Content-Type=[application/merge-patch+json]}
2022-03-05T06:04:33.084Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/109f67c5-733c-45ee-8fca-35083bb7a0de/model-vers/model-ver/18680a1b-5c6d-47ef-9110-5a0f8aba077d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-05T06:04:33.364Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/109f67c5-733c-45ee-8fca-35083bb7a0de/model-vers/model-ver/18680a1b-5c6d-47ef-9110-5a0f8aba077d?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/109f67c5-733c-45ee-8fca-35083bb7a0de/model-vers/model-ver/18680a1b-5c6d-47ef-9110-5a0f8aba077d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220305-06:04:32:923-83712], vertex-id=[192760], Content-Length=[0], Date=[Sat, 05 Mar 2022 06:04:32 GMT], Content-Type=[application/json]}
2022-03-05T06:04:33.365Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/109f67c5-733c-45ee-8fca-35083bb7a0de/model-vers/model-ver/18680a1b-5c6d-47ef-9110-5a0f8aba077d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-05T06:04:33.366Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/109f67c5-733c-45ee-8fca-35083bb7a0de/model-vers/model-ver/18680a1b-5c6d-47ef-9110-5a0f8aba077d?depth=0|INFO|500||InvokeReturn
2022-03-05T06:04:33.366Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-05T06:04:33.367Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-05T06:04:33.376Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-05T06:04:33.377Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e8caa5e8-592d-408b-b30b-73019054fb63 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-05T06:04:33.377Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-05T06:04:33.378Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:04:33.381Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:04:33.381Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460273377,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-05T06:04:33.483Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-05T06:04:33.488Z||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-03-05T06:04:33.488Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:04:33.550Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:04:33.552Z||pool-22-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-05T06:04:34.406Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:04:34.407Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T06:04:34.407Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:04:43.959Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:04:43.961Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:04:43.962Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T06:04:43.963Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:04:53.535Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:04:53.536Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:04:53.537Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T06:04:53.537Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:05:03.081Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:05:03.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:05:03.083Z||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-03-05T06:05:03.083Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:05:12.652Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:05:12.653Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:05:12.653Z||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-03-05T06:05:12.654Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:05:13.295Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:05:13.296Z||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-03-05T06:05:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:05:13.936Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:05:13.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-05T06:05:13.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460273377,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-05T06:05:13.938Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:05:22.190Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:05:22.191Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:05:22.192Z||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-03-05T06:05:22.192Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:05:31.771Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:06:13.292Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:06:13.294Z||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-03-05T06:06:13.294Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:06:13.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:06:13.295Z||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-03-05T06:06:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:06:22.860Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:06:22.861Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:07:13.293Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:07:13.294Z||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-03-05T06:07:13.294Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:07:13.295Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:07:13.295Z||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-03-05T06:07:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:07:13.526Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:07:13.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:07:13.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646460418904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:07:13.529Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:07:13.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:07:13.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646460422924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:07:13.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:07:13.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:07:13.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646460422924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json",
  "status": "NOTIFIED"
}
2022-03-05T06:07:13.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:07:13.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:07:13.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646460418904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:07:13.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:07:13.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:07:13.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646460429370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:07:13.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:07:13.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:07:13.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646460422924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-05T06:07:13.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:07:13.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:07:13.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646460418904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:07:13.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:07:13.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:07:13.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "policy-id",
  "timestamp": 1646460430254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:07:13.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:07:13.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:07:13.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "cds",
  "timestamp": 1646460430714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:07:13.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:07:13.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:07:13.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646460429370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:07:13.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:07:13.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:07:13.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646460418904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:07:13.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:07:13.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:07:13.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646460422924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:07:13.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:07:13.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:07:13.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "policy-id",
  "timestamp": 1646460430254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:07:13.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:07:13.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:07:13.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "cds",
  "timestamp": 1646460430714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:07:13.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:07:13.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:07:13.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646460429370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:07:13.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:07:13.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:07:13.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646460418904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:07:13.537Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:07:13.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:07:13.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646460422924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-05T06:07:13.537Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:07:13.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:07:13.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "policy-id",
  "timestamp": 1646460430254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-05T06:07:13.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:07:13.934Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:07:13.936Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-05T06:07:13.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"a4943af5-b077-4bc2-b212-53ec56f25283","serviceName":"vFW 2022-03-05 06-04-03","serviceVersion":"1.0","serviceUUID":"c07dd941-f798-4fcc-81e9-131c4594d55a","serviceDescription":"catalog service description","serviceInvariantUUID":"5bca04e3-11f7-4853-9031-ae2e26696d67","resources":[{"resourceInstanceName":"vFW 20e5207c-ee78 0","resourceName":"vFW 20e5207c-ee78","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f53488c4-ee27-4ac0-a5fd-9532d301d7d7","resourceInvariantUUID":"c1e80817-cfac-4594-b299-618c522819c4","resourceCustomizationUUID":"47aa17a1-f382-4bde-bc7b-928d1043ce32","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vf-license-model.xml","artifactChecksum":"MWE3ZWE0Y2IxY2I1ZTE5Zjc4ZmE4MWQ0MTUxZGIyM2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"832289d3-a5f7-4856-99ca-1cde4dccffee","artifactVersion":"1"},{"artifactName":"vfw20e5207cee780_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json","artifactChecksum":"YTI4MzYxOGViMWY1NWMyYzY2OWEzM2ZmZDUyMmY4ZDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"827612d7-ae87-48b1-9fce-5037c4358a29","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"15d16397-cd2f-448f-af40-0e4ea857cf38","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vendor-license-model.xml","artifactChecksum":"MWM2YTFiZTYwNzUyM2IwYzZlMjYwNDExNzljNTEzN2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e6ac19a3-28fc-43c8-8504-d8b595276a98","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"74b62a1e-ce7b-4d01-b0f4-fcc151b25247","artifactVersion":"2","generatedFromUUID":"15d16397-cd2f-448f-af40-0e4ea857cf38"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220305060403-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-template.yml","artifactChecksum":"Zjk2NGFhOTFkODY1MzM5MDcwNTlkOTQ2Nzg4M2RkYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c0dc6aa-336c-44a8-af74-9019a2a97955","artifactVersion":"1"},{"artifactName":"service-Vfw20220305060403-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar","artifactChecksum":"ZmUwNTNlZGVhZWI1YTY1NzAxOGY3ZDViNzUyMTM0ODU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"12be8d54-e342-468a-bc39-c2a455f57e61","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-05T06:07:13.943Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:07:13.944Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:07:13.948Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:07:13.949Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460433292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:07:14.049Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:07:14.050Z||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-03-05T06:07:14.050Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:07:14.062Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:07:14.063Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:07:14.950Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:07:14.951Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:07:14.954Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:07:14.954Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460433292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json",
  "status": "NOTIFIED"
}
2022-03-05T06:07:15.054Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:07:15.056Z||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-03-05T06:07:15.057Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:07:15.087Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:07:15.087Z||pool-24-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:07:15.955Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:07:15.956Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:07:15.959Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:07:15.959Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460433292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-05T06:07:16.059Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:07:16.060Z||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-03-05T06:07:16.060Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:07:16.072Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:07:16.072Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:07:16.960Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:07:16.962Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:07:16.964Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:07:16.964Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460433292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:07:17.064Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-05T06:07:17.066Z||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-03-05T06:07:17.066Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:07:17.079Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:07:17.080Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-05T06:07:17.965Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:07:17.966Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:07:17.969Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:07:17.969Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460433292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-05T06:07:18.069Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:07:18.070Z||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-03-05T06:07:18.070Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:07:18.097Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:07:18.097Z||pool-27-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:07:18.970Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:07:18.971Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:07:18.973Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:07:18.974Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460433292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:07:19.074Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:07:19.075Z||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-03-05T06:07:19.076Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:07:19.093Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:07:19.093Z||pool-28-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:07:19.974Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:07:19.976Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:07:19.979Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:07:19.979Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460433292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:07:20.079Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:07:20.080Z||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-03-05T06:07:20.080Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:07:20.107Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:07:20.107Z||pool-29-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-03-05T06:07:20.981Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "serviceName": "vFW 2022-03-05 06-04-03",
  "serviceVersion": "1.0",
  "serviceUUID": "c07dd941-f798-4fcc-81e9-131c4594d55a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5bca04e3-11f7-4853-9031-ae2e26696d67",
  "resources": [
    {
      "resourceInstanceName": "vFW 20e5207c-ee78 0",
      "resourceCustomizationUUID": "47aa17a1-f382-4bde-bc7b-928d1043ce32",
      "resourceName": "vFW 20e5207c-ee78",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f53488c4-ee27-4ac0-a5fd-9532d301d7d7",
      "resourceInvariantUUID": "c1e80817-cfac-4594-b299-618c522819c4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw20e5207cee780_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json",
          "artifactChecksum": "YTI4MzYxOGViMWY1NWMyYzY2OWEzM2ZmZDUyMmY4ZDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "827612d7-ae87-48b1-9fce-5037c4358a29",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "15d16397-cd2f-448f-af40-0e4ea857cf38",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "74b62a1e-ce7b-4d01-b0f4-fcc151b25247",
            "generatedFromUUID": "15d16397-cd2f-448f-af40-0e4ea857cf38"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "74b62a1e-ce7b-4d01-b0f4-fcc151b25247",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220305060403-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
      "artifactChecksum": "ZmUwNTNlZGVhZWI1YTY1NzAxOGY3ZDViNzUyMTM0ODU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "12be8d54-e342-468a-bc39-c2a455f57e61"
    }
  ],
  "workloadContext": "Production"
}
2022-03-05T06:07:20.982Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-05T06:07:20.982Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c07dd941-f798-4fcc-81e9-131c4594d55a ASDC
2022-03-05T06:07:20.983Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:a4943af5-b077-4bc2-b212-53ec56f25283
ServiceName:vFW 2022-03-05 06-04-03
ServiceVersion:1.0
ServiceUUID:c07dd941-f798-4fcc-81e9-131c4594d55a
ServiceInvariantUUID:5bca04e3-11f7-4853-9031-ae2e26696d67
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220305060403-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar
ArtifactUUID:12be8d54-e342-468a-bc39-c2a455f57e61
ArtifactChecksum:ZmUwNTNlZGVhZWI1YTY1NzAxOGY3ZDViNzUyMTM0ODU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 20e5207c-ee78 0
ResourceCustomizationUUID:47aa17a1-f382-4bde-bc7b-928d1043ce32
ResourceInvariantUUID:c1e80817-cfac-4594-b299-618c522819c4
ResourceName:vFW 20e5207c-ee78
ResourceType:VF
ResourceUUID:f53488c4-ee27-4ac0-a5fd-9532d301d7d7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw20e5207cee780_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json
ArtifactUUID:827612d7-ae87-48b1-9fce-5037c4358a29
ArtifactChecksum:YTI4MzYxOGViMWY1NWMyYzY2OWEzM2ZmZDUyMmY4ZDE=
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/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml
ArtifactUUID:15d16397-cd2f-448f-af40-0e4ea857cf38
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/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env
ArtifactUUID:74b62a1e-ce7b-4d01-b0f4-fcc151b25247
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/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env
ArtifactUUID:74b62a1e-ce7b-4d01-b0f4-fcc151b25247
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-05T06:07:20.984Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c07dd941-f798-4fcc-81e9-131c4594d55a 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-03-05T06:07:21.090Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-05T06:07:21.091Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-05T06:07:21.091Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-05T06:07:21.092Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 12be8d54-e342-468a-bc39-c2a455f57e61 from URL: /sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar
2022-03-05T06:07:21.092Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-05T06:07:21.093Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar
2022-03-05T06:07:21.294Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-05T06:07:21.299Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar 12be8d54-e342-468a-bc39-c2a455f57e61 98978
2022-03-05T06:07:21.300Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar ASDC sendASDCNotification
2022-03-05T06:07:21.300Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar
2022-03-05T06:07:21.300Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-05T06:07:21.301Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:07:21.303Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:07:21.303Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460441300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:07:21.403Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-05T06:07:21.406Z||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-03-05T06:07:21.406Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:07:21.431Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:07:21.436Z||pool-30-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:07:22.304Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-05T06:07:22.305Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-05T06:07:22.306Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 12be8d54-e342-468a-bc39-c2a455f57e61, URL: /sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar to file: /app/ASDC/1/service-Vfw20220305060403-csar.csar
2022-03-05T06:07:22.306Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220305060403-csar.csar
2022-03-05T06:07:22.307Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220305060403-csar.csar
2022-03-05T06:07:22.307Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220305060403-csar.csar
2022-03-05T06:07:22.581Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9442167651159085384/Definitions/service-Vfw20220305060403-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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
2022-03-05T06:07:24.894Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-05T06:07:24.895Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-05T06:07:24.895Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220305060403-csar.csar
2022-03-05T06:07:24.895Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-05T06:07:24.895Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||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-Vfw20220305060403-csar.csar
2022-03-05T06:07:24.895Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||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-Vfw20220305060403-csar.csar
2022-03-05T06:07:24.895Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220305060403-csar.csar
2022-03-05T06:07:24.895Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220305060403-csar.csar
2022-03-05T06:07:24.895Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220305060403-csar.csar
2022-03-05T06:07:24.895Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||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-Vfw20220305060403-csar.csar
2022-03-05T06:07:24.895Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220305060403-csar.csar
2022-03-05T06:07:24.895Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220305060403-csar.csar
2022-03-05T06:07:24.896Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220305060403-csar.csar
2022-03-05T06:07:24.896Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220305060403-csar.csar
2022-03-05T06:07:24.896Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 20e5207c-ee78 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-Vfw20220305060403-csar.csar
2022-03-05T06:07:24.896Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220305060403-csar.csar
2022-03-05T06:07:24.896Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220305060403-csar.csar
2022-03-05T06:07:24.896Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-05T06:07:24.896Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:07:24.896Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:07:24.897Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vFW 20e5207c-ee78 0 is matching search criteria
2022-03-05T06:07:24.897Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-05T06:07:24.897Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 20e5207c-ee78 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-05T06:07:24.897Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:07:24.897Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:07:24.898Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vFW 20e5207c-ee78 0 is matching search criteria
2022-03-05T06:07:24.898Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-05T06:07:24.898Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 20e5207c-ee78 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-05T06:07:24.898Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:07:24.898Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:07:24.898Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:07:24.898Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vFW 20e5207c-ee78 0 is not matching search criteria
2022-03-05T06:07:24.899Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-05T06:07:24.899Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-05T06:07:24.899Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-05T06:07:24.899Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-05T06:07:24.899Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-05T06:07:24.899Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-05T06:07:24.899Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-05T06:07:24.899Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-05T06:07:24.900Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-05T06:07:24.900Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-05T06:07:24.900Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-05T06:07:24.900Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-05T06:07:24.900Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-05T06:07:24.900Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-05T06:07:24.900Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-05T06:07:24.900Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-05T06:07:24.901Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:07:24.901Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-04-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-05T06:07:24.901Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:07:24.901Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vFW 20e5207c-ee78 0 is matching search criteria
2022-03-05T06:07:24.901Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 20e5207c-ee78 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:07:24.901Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:07:24.902Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vFW 20e5207c-ee78 0 is matching search criteria
2022-03-05T06:07:24.902Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 20e5207c-ee78 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:07:24.902Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:07:24.902Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vFW 20e5207c-ee78 0 is matching search criteria
2022-03-05T06:07:24.902Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 20e5207c-ee78 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:07:24.902Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:07:24.902Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vFW 20e5207c-ee78 0 is not matching search criteria
2022-03-05T06:07:24.903Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-05T06:07:24.903Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-05T06:07:24.903Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-05T06:07:24.903Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-05T06:07:24.903Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-05T06:07:24.903Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-05T06:07:24.903Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-05T06:07:24.903Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-05T06:07:24.904Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-05T06:07:24.904Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-05T06:07:24.904Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-05T06:07:24.904Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b6edef94-65ac-4112-a629-667378c739d7
2022-03-05T06:07:24.904Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:07:24.904Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vFW 20e5207c-ee78 0 is not matching search criteria
2022-03-05T06:07:24.904Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-05T06:07:24.905Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-05T06:07:24.905Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-05T06:07:24.905Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-05T06:07:24.905Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-05T06:07:24.905Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-05T06:07:24.905Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-05T06:07:24.905Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-05T06:07:24.905Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-05T06:07:24.906Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-05T06:07:24.906Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-05T06:07:24.906Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-05T06:07:24.906Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7777998f-5edd-4bff-9ec5-77affaf0e555
2022-03-05T06:07:24.906Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:07:24.907Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vFW 20e5207c-ee78 0 is not matching search criteria
2022-03-05T06:07:24.907Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-05T06:07:24.907Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-05T06:07:24.907Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-05T06:07:24.907Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-05T06:07:24.907Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-05T06:07:24.907Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-05T06:07:24.907Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-05T06:07:24.908Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-05T06:07:24.908Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-05T06:07:24.908Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-05T06:07:24.908Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-05T06:07:24.908Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-05T06:07:24.908Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=cd8b8f93-efe3-44d9-a9e4-bd68e7555f8d
2022-03-05T06:07:24.908Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:07:24.908Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:07:24.909Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:07:24.909Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:07:24.909Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:07:24.909Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:07:24.909Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:07:24.909Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:07:24.909Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-05 06-04-03
Description:catalog service description
Model UUID:c07dd941-f798-4fcc-81e9-131c4594d55a
Model Version:NULL
Model InvariantUuid:5bca04e3-11f7-4853-9031-ae2e26696d67
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 20e5207c-ee78
Model UUID:02d309e8-97e1-4424-bcb5-8134a1bb17ab
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c1e80817-cfac-4594-b299-618c522819c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:47aa17a1-f382-4bde-bc7b-928d1043ce32
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2ba922ce-0fa9-4bc2-84ec-b34f14fefeef
ModelName:Vfw20e5207cEe78..base_vfw..module-0
ModelUuid:44fbbf00-afd3-4af0-a575-a972b31978ec
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b6edef94-65ac-4112-a629-667378c739d7
ModelInvariantUuid:eb1cd3d9-c672-4632-b2a3-dbcbd818ff08
ModelName:vFW 20e5207c-ee78-nodes.vfwCvfc
ModelUuid:796ed4f4-63a4-4a81-94d9-9775a253fcfd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:83e788a1-8396-4dd1-a663-4ce1b387acc4
ModelInvariantUuid:c4a12321-1a36-4f07-9785-532ebf7c045f
ModelName:Vfw20e5207cEe78.compute.nodes.heat.vfw
ModelUuid:11af0fb8-43ae-4df3-bc77-51572e2c3b4a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7777998f-5edd-4bff-9ec5-77affaf0e555
ModelInvariantUuid:dc853f51-1acf-4a9a-a4fe-7337ad214697
ModelName:vFW 20e5207c-ee78-nodes.vsnCvfc
ModelUuid:72587626-2ef6-4b87-b219-73862d82ff35
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6d326797-e3ed-4fa4-8723-36ecf3f12841
ModelInvariantUuid:40b03790-6a0b-44e4-a612-e35769a2b757
ModelName:Vfw20e5207cEe78.compute.nodes.heat.vsn
ModelUuid:f815fbb7-b99e-4e27-8100-8898e52276c3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:cd8b8f93-efe3-44d9-a9e4-bd68e7555f8d
ModelInvariantUuid:55cf1c32-8989-4fe2-bfa7-d7130c3279f1
ModelName:vFW 20e5207c-ee78-nodes.vpgCvfc
ModelUuid:3fdc595a-3829-4105-8092-8f9f3508746c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:39c64335-e49d-44cb-ae64-9ed324760312
ModelInvariantUuid:2c4e3acf-52ff-4075-8111-9cf6656a170b
ModelName:Vfw20e5207cEe78.compute.nodes.heat.vpg
ModelUuid:2648f93d-4a22-46b8-8ce8-ca97c3c57e43
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-03-05T06:07:24.917Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: f53488c4-ee27-4ac0-a5fd-9532d301d7d7
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-03-05T06:07:24.922Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||vFW 20e5207c-ee78 0
2022-03-05T06:07:24.922Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f53488c4-ee27-4ac0-a5fd-9532d301d7d7
2022-03-05T06:07:24.922Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 827612d7-ae87-48b1-9fce-5037c4358a29 from URL: /sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json
2022-03-05T06:07:24.922Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-05T06:07:24.922Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json
2022-03-05T06:07:25.377Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-05T06:07:25.378Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json 827612d7-ae87-48b1-9fce-5037c4358a29 785
2022-03-05T06:07:25.378Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json ASDC sendASDCNotification
2022-03-05T06:07:25.379Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json
2022-03-05T06:07:25.379Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-05T06:07:25.379Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:07:25.382Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:07:25.382Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460445378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:07:25.482Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:07:25.483Z||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-03-05T06:07:25.483Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:07:25.511Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:07:25.512Z||pool-31-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:07:26.383Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw20e5207cEe78..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "2ba922ce-0fa9-4bc2-84ec-b34f14fefeef",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "44fbbf00-afd3-4af0-a575-a972b31978ec",
    "vfModuleModelCustomizationUUID": "7fe6e6b7-a53d-4eb9-8968-0e7c56c75978",
    "isBase": true,
    "artifacts": [
      "15d16397-cd2f-448f-af40-0e4ea857cf38",
      "74b62a1e-ce7b-4d01-b0f4-fcc151b25247"
    ],
    "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-03-05T06:07:26.389Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw20e5207cEe78..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:44fbbf00-afd3-4af0-a575-a972b31978ec
VfModuleModelInvariantUUID:2ba922ce-0fa9-4bc2-84ec-b34f14fefeef
VfModuleModelDescription:NULL
Artifacts UUID List:{
15d16397-cd2f-448f-af40-0e4ea857cf38
,
74b62a1e-ce7b-4d01-b0f4-fcc151b25247

}
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-03-05T06:07:26.391Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw20e5207cEe78..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "2ba922ce-0fa9-4bc2-84ec-b34f14fefeef",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "44fbbf00-afd3-4af0-a575-a972b31978ec",
    "vfModuleModelCustomizationUUID": "7fe6e6b7-a53d-4eb9-8968-0e7c56c75978",
    "isBase": true,
    "artifacts": [
      "15d16397-cd2f-448f-af40-0e4ea857cf38",
      "74b62a1e-ce7b-4d01-b0f4-fcc151b25247"
    ],
    "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-03-05T06:07:26.391Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw20e5207cEe78..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:44fbbf00-afd3-4af0-a575-a972b31978ec
VfModuleModelInvariantUUID:2ba922ce-0fa9-4bc2-84ec-b34f14fefeef
VfModuleModelDescription:NULL
Artifacts UUID List:{
15d16397-cd2f-448f-af40-0e4ea857cf38
,
74b62a1e-ce7b-4d01-b0f4-fcc151b25247

}
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-03-05T06:07:26.391Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 15d16397-cd2f-448f-af40-0e4ea857cf38 from URL: /sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml
2022-03-05T06:07:26.392Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-05T06:07:26.392Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml
2022-03-05T06:07:26.863Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-05T06:07:26.864Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml 15d16397-cd2f-448f-af40-0e4ea857cf38 20368
2022-03-05T06:07:26.865Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-05T06:07:26.865Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml
2022-03-05T06:07:26.865Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-05T06:07:26.866Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:07:26.868Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:07:26.868Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460446865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:07:26.968Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:07:26.969Z||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-03-05T06:07:26.969Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:07:26.995Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:07:26.996Z||pool-32-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:07:27.869Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 74b62a1e-ce7b-4d01-b0f4-fcc151b25247 from URL: /sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env
2022-03-05T06:07:27.870Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-05T06:07:27.870Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env
2022-03-05T06:07:28.377Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-05T06:07:28.378Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env 74b62a1e-ce7b-4d01-b0f4-fcc151b25247 2098
2022-03-05T06:07:28.378Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-05T06:07:28.378Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env
2022-03-05T06:07:28.378Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-05T06:07:28.378Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:07:28.380Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:07:28.380Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460448378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:07:28.481Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-05T06:07:28.483Z||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-03-05T06:07:28.483Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:07:28.503Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:07:28.504Z||pool-33-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:07:29.381Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: c07dd941-f798-4fcc-81e9-131c4594d55a
2022-03-05T06:07:29.382Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 20e5207c-ee78 0 f53488c4-ee27-4ac0-a5fd-9532d301d7d7 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-03-05T06:07:29.410Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4a2534ae, org.onap.sdc.toscaparser.api.parameters.Input@1f7d9f62, org.onap.sdc.toscaparser.api.parameters.Input@7dc0ccfe, org.onap.sdc.toscaparser.api.parameters.Input@3e955b86, org.onap.sdc.toscaparser.api.parameters.Input@5d7698be]
2022-03-05T06:07:29.412Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:07:29.412Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:07:29.412Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-03-05T06:07:29.412Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 47aa17a1-f382-4bde-bc7b-928d1043ce32
2022-03-05T06:07:29.413Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 47aa17a1-f382-4bde-bc7b-928d1043ce32 matches Tosca VF Customization UUID: 47aa17a1-f382-4bde-bc7b-928d1043ce32
2022-03-05T06:07:29.413Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 47aa17a1-f382-4bde-bc7b-928d1043ce32  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-03-05T06:07:29.416Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:07:29.416Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:07:29.417Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 47aa17a1-f382-4bde-bc7b-928d1043ce32: {\"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-03-05T06:07:29.417Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@41022ca9
2022-03-05T06:07:29.417Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:07:29.418Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-04-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-05T06:07:29.418Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7fe6e6b7-a53d-4eb9-8968-0e7c56c75978
2022-03-05T06:07:29.418Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7fe6e6b7-a53d-4eb9-8968-0e7c56c75978
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-03-05T06:07:29.421Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:07:29.421Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vFW 20e5207c-ee78 0 is matching search criteria
2022-03-05T06:07:29.421Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 20e5207c-ee78 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:07:29.422Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:07:29.422Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vFW 20e5207c-ee78 0 is matching search criteria
2022-03-05T06:07:29.422Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 20e5207c-ee78 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:07:29.422Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:07:29.423Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vFW 20e5207c-ee78 0 is not matching search criteria
2022-03-05T06:07:29.423Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-05T06:07:29.423Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-05T06:07:29.423Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-05T06:07:29.423Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-05T06:07:29.424Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-05T06:07:29.424Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-05T06:07:29.424Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-05T06:07:29.424Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-05T06:07:29.424Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-05T06:07:29.425Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-05T06:07:29.425Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-05T06:07:29.425Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b6edef94-65ac-4112-a629-667378c739d7
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-03-05T06:07:29.429Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:07:29.429Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vFW 20e5207c-ee78 0 is matching search criteria
2022-03-05T06:07:29.429Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 20e5207c-ee78 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:07:29.430Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:07:29.430Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vFW 20e5207c-ee78 0 is not matching search criteria
2022-03-05T06:07:29.430Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-05T06:07:29.431Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-05T06:07:29.431Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-05T06:07:29.431Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-05T06:07:29.431Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-05T06:07:29.431Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-05T06:07:29.432Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-05T06:07:29.432Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-05T06:07:29.432Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-05T06:07:29.432Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-05T06:07:29.432Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-05T06:07:29.433Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-05T06:07:29.433Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7777998f-5edd-4bff-9ec5-77affaf0e555
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-03-05T06:07:29.437Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:07:29.437Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vFW 20e5207c-ee78 0 is matching search criteria
2022-03-05T06:07:29.437Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 20e5207c-ee78 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:07:29.441Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:07:29.441Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vFW 20e5207c-ee78 0 is not matching search criteria
2022-03-05T06:07:29.441Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-05T06:07:29.442Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-05T06:07:29.442Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-05T06:07:29.442Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-05T06:07:29.442Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-05T06:07:29.442Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-05T06:07:29.442Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-05T06:07:29.443Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-05T06:07:29.443Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-05T06:07:29.443Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-05T06:07:29.443Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-05T06:07:29.443Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-05T06:07:29.443Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=cd8b8f93-efe3-44d9-a9e4-bd68e7555f8d
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-03-05T06:07:29.447Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:07:29.447Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vFW 20e5207c-ee78 0 is matching search criteria
2022-03-05T06:07:29.448Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 20e5207c-ee78 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:07:29.448Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:07:29.448Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vFW 20e5207c-ee78 0 is matching search criteria
2022-03-05T06:07:29.448Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 20e5207c-ee78 0] matching following query criteria: sdcType=VF, customizationUUID=47aa17a1-f382-4bde-bc7b-928d1043ce32
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-03-05T06:07:29.451Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:07:29.451Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:07:29.451Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid c07dd941-f798-4fcc-81e9-131c4594d55a: vFW 20e5207c-ee78
2022-03-05T06:07:29.451Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:07:29.452Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:07:29.452Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:07:29.452Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:07:29.455Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:07:29.456Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:07:29.456Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:07:29.456Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:07:29.457Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:07:29.457Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:07:29.462Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-03-05 06-04-03 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-05T06:07:29.801Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 20e5207c-ee78 f53488c4-ee27-4ac0-a5fd-9532d301d7d7 1 ASDC deployResourceStructure
2022-03-05T06:07:29.801Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json ASDC sendASDCNotification
2022-03-05T06:07:29.801Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json
2022-03-05T06:07:29.801Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-05T06:07:29.802Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:07:29.804Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:07:29.804Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460449801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-05T06:07:29.904Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:07:29.905Z||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-03-05T06:07:29.905Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:07:29.931Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:07:29.932Z||pool-34-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:07:30.805Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-05T06:07:30.805Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml
2022-03-05T06:07:30.805Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-05T06:07:30.806Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:07:30.807Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:07:30.807Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460450805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-05T06:07:30.908Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:07:30.909Z||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-03-05T06:07:30.909Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:07:30.921Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:07:30.922Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:07:31.809Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-05T06:07:31.809Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env
2022-03-05T06:07:31.809Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-05T06:07:31.809Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:07:31.812Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:07:31.812Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460451808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-05T06:07:31.912Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:07:31.914Z||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-03-05T06:07:31.914Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:07:31.947Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:07:31.948Z||pool-36-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:07:32.813Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar ASDC sendASDCNotification
2022-03-05T06:07:32.814Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar
2022-03-05T06:07:32.814Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-05T06:07:32.814Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:07:32.817Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:07:32.817Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460452813,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-05T06:07:32.917Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:07:32.919Z||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-03-05T06:07:32.919Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:07:32.942Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:07:32.943Z||pool-37-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:07:33.818Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4943af5-b077-4bc2-b212-53ec56f25283
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-05T06:07:33.829Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4943af5-b077-4bc2-b212-53ec56f25283
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-05T06:07:33.832Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-05T06:07:33.833Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-05T06:07:33.833Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-05T06:08:03.834Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4943af5-b077-4bc2-b212-53ec56f25283
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-05T06:08:03.849Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4943af5-b077-4bc2-b212-53ec56f25283
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-05T06:08:03.857Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-05T06:08:03.857Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-05T06:08:03.857Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-05T06:08:13.295Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:08:13.296Z||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-03-05T06:08:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:08:13.335Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:08:13.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:08:13.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "cds",
  "timestamp": 1646460430714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:08:13.337Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:08:33.858Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4943af5-b077-4bc2-b212-53ec56f25283
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-05T06:08:33.894Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4943af5-b077-4bc2-b212-53ec56f25283
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-05T06:08:33.896Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-05T06:08:33.897Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-05T06:08:33.897Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-05T06:09:03.897Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4943af5-b077-4bc2-b212-53ec56f25283
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-05T06:09:03.911Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4943af5-b077-4bc2-b212-53ec56f25283
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-05T06:09:03.913Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-05T06:09:03.913Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-05T06:09:03.913Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-05T06:09:13.295Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:09:13.296Z||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-03-05T06:09:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:09:13.328Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:09:13.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:09:13.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646460429370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:09:13.330Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:09:33.913Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4943af5-b077-4bc2-b212-53ec56f25283
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-05T06:09:33.924Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4943af5-b077-4bc2-b212-53ec56f25283
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-05T06:09:33.926Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-05T06:09:33.926Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-05T06:09:33.926Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-05T06:10:03.927Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4943af5-b077-4bc2-b212-53ec56f25283
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-05T06:10:03.948Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4943af5-b077-4bc2-b212-53ec56f25283
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-05T06:10:03.950Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-05T06:10:03.950Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-05T06:10:03.950Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-05T06:10:13.295Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:10:13.296Z||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-03-05T06:10:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:10:13.341Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:10:13.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.344Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646460418904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.345Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:10:13.345Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.345Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646460422924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.345Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:10:13.345Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.346Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "policy-id",
  "timestamp": 1646460430254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.346Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:10:13.346Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.346Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460433292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.346Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:10:13.346Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.347Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "cds",
  "timestamp": 1646460430714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.347Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:10:13.347Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.347Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646460429370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.347Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:10:13.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.348Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646460422924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:10:13.348Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:10:13.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.348Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646460418904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:10:13.348Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:10:13.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.349Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "policy-id",
  "timestamp": 1646460430254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.349Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:10:13.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.349Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460433292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json",
  "status": "NOTIFIED"
}
2022-03-05T06:10:13.349Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:10:13.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "cds",
  "timestamp": 1646460430714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.350Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:10:13.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646460429370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.350Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:10:13.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "policy-id",
  "timestamp": 1646460430254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.351Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:10:13.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.351Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460433292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-05T06:10:13.351Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:10:13.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.351Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646460436144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:10:13.352Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:10:13.352Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "cds",
  "timestamp": 1646460430714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.352Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:10:13.352Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646460436295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:10:13.353Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:10:13.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.353Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646460429370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.353Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:10:13.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.353Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "policy-id",
  "timestamp": 1646460430254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:10:13.353Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:10:13.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460433292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.354Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:10:13.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "cds",
  "timestamp": 1646460430714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:10:13.354Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:10:13.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460433292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-05T06:10:13.355Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:10:13.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646460437935,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:10:13.355Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:10:13.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "policy-id",
  "timestamp": 1646460438307,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:10:13.356Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:10:13.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "cds",
  "timestamp": 1646460438696,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:10:13.356Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:10:13.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460433292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.357Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:10:13.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646460439101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:10:13.357Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:10:13.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "policy-id",
  "timestamp": 1646460439313,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-05T06:10:13.358Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:10:13.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.358Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "cds",
  "timestamp": 1646460439703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-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-03-05T06:10:13.367Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a4943af5-b077-4bc2-b212-53ec56f25283
2022-03-05T06:10:13.367Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4943af5-b077-4bc2-b212-53ec56f25283 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-03-05T06:10:13.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646460439801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-05T06:10:13.383Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:10:13.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.383Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460433292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:10:13.383Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:10:13.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "clamp",
  "timestamp": 1646460439270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.384Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:10:13.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646460440127,
  "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-03-05T06:10:13.394Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a4943af5-b077-4bc2-b212-53ec56f25283
2022-03-05T06:10:13.395Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4943af5-b077-4bc2-b212-53ec56f25283 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-03-05T06:10:13.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "policy-id",
  "timestamp": 1646460440316,
  "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-03-05T06:10:13.423Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a4943af5-b077-4bc2-b212-53ec56f25283
2022-03-05T06:10:13.423Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4943af5-b077-4bc2-b212-53ec56f25283 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-03-05T06:10:13.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.437Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646460440809,
  "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-03-05T06:10:13.447Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a4943af5-b077-4bc2-b212-53ec56f25283
2022-03-05T06:10:13.447Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4943af5-b077-4bc2-b212-53ec56f25283 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-03-05T06:10:13.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "clamp",
  "timestamp": 1646460439270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json",
  "status": "NOTIFIED"
}
2022-03-05T06:10:13.461Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:10:13.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646460441132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-05T06:10:13.461Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:10:13.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460441300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:10:13.462Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:10:13.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.462Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "clamp",
  "timestamp": 1646460439270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.462Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:10:13.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.463Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "aai-ml",
  "timestamp": 1646460440658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.463Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:10:13.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.463Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "clamp",
  "timestamp": 1646460439270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.463Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:10:13.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "aai-ml",
  "timestamp": 1646460440658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.464Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:10:13.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "clamp",
  "timestamp": 1646460439270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.464Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:10:13.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "aai-ml",
  "timestamp": 1646460440658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.464Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:10:13.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "clamp",
  "timestamp": 1646460439270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.465Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:10:13.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "aai-ml",
  "timestamp": 1646460440658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.465Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:10:13.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460445378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:10:13.465Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:10:13.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "clamp",
  "timestamp": 1646460439270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:10:13.466Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:10:13.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "aai-ml",
  "timestamp": 1646460440658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.466Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:10:13.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460446865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:10:13.466Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:10:13.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "aai-ml",
  "timestamp": 1646460440658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.466Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:10:13.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "aai-ml",
  "timestamp": 1646460440658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:10:13.467Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:10:13.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.467Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460448378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:10:13.467Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:10:13.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.467Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460449801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-05T06:10:13.467Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:10:13.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.467Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "aai-ml",
  "timestamp": 1646460448836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:10:13.468Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:10:13.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460450805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-05T06:10:13.468Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:10:13.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460451808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-05T06:10:13.468Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:10:13.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460452813,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-05T06:10:13.468Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:10:13.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "clamp",
  "timestamp": 1646460454497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:10:13.469Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:10:13.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "clamp",
  "timestamp": 1646460456419,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-05T06:10:13.469Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:10:13.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "clamp",
  "timestamp": 1646460457423,
  "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-03-05T06:10:13.477Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a4943af5-b077-4bc2-b212-53ec56f25283
2022-03-05T06:10:13.477Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4943af5-b077-4bc2-b212-53ec56f25283 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-03-05T06:10:13.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "aai-ml",
  "timestamp": 1646460461669,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-05T06:10:13.490Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:10:13.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "aai-ml",
  "timestamp": 1646460462674,
  "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-03-05T06:10:13.497Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a4943af5-b077-4bc2-b212-53ec56f25283
2022-03-05T06:10:13.497Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4943af5-b077-4bc2-b212-53ec56f25283 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-03-05T06:10:33.951Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4943af5-b077-4bc2-b212-53ec56f25283
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-05T06:10:33.971Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4943af5-b077-4bc2-b212-53ec56f25283
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-05T06:10:33.977Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-05T06:10:33.977Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-05T06:10:33.977Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-05T06:10:33.977Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-05T06:10:33.977Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-05T06:10:33.977Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-05T06:10:33.977Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-05T06:10:33.977Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-05T06:10:33.977Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-05T06:10:33.978Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-05T06:10:33.978Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-05T06:10:33.986Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-05T06:11:03.987Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a4943af5-b077-4bc2-b212-53ec56f25283 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-03-05T06:11:04.000Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a4943af5-b077-4bc2-b212-53ec56f25283 and serviceModelVersionId: c07dd941-f798-4fcc-81e9-131c4594d55a
2022-03-05T06:11:04.000Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5bca04e3-11f7-4853-9031-ae2e26696d67
2022-03-05T06:11:04.002Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5bca04e3-11f7-4853-9031-ae2e26696d67/model-vers/model-ver/c07dd941-f798-4fcc-81e9-131c4594d55a?depth=0
2022-03-05T06:11:04.010Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-05T06:11:04.083Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bca04e3-11f7-4853-9031-ae2e26696d67/model-vers/model-ver/c07dd941-f798-4fcc-81e9-131c4594d55a?depth=0|INFO|500||Invoke
2022-03-05T06:11:04.084Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bca04e3-11f7-4853-9031-ae2e26696d67/model-vers/model-ver/c07dd941-f798-4fcc-81e9-131c4594d55a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bca04e3-11f7-4853-9031-ae2e26696d67/model-vers/model-ver/c07dd941-f798-4fcc-81e9-131c4594d55a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a4943af5-b077-4bc2-b212-53ec56f25283], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[73137aaa-003c-4bcc-924f-7d95abbcdd95], X-ECOMP-RequestID=[a4943af5-b077-4bc2-b212-53ec56f25283], X-TransactionId=[], X-ONAP-RequestID=[a4943af5-b077-4bc2-b212-53ec56f25283], Content-Type=[application/merge-patch+json]}
2022-03-05T06:11:04.112Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bca04e3-11f7-4853-9031-ae2e26696d67/model-vers/model-ver/c07dd941-f798-4fcc-81e9-131c4594d55a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-05T06:11:04.251Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bca04e3-11f7-4853-9031-ae2e26696d67/model-vers/model-ver/c07dd941-f798-4fcc-81e9-131c4594d55a?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/5bca04e3-11f7-4853-9031-ae2e26696d67/model-vers/model-ver/c07dd941-f798-4fcc-81e9-131c4594d55a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220305-06:11:03:989-20166], vertex-id=[204920], Content-Length=[0], Date=[Sat, 05 Mar 2022 06:11:03 GMT], Content-Type=[application/json]}
2022-03-05T06:11:04.252Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bca04e3-11f7-4853-9031-ae2e26696d67/model-vers/model-ver/c07dd941-f798-4fcc-81e9-131c4594d55a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-05T06:11:04.253Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bca04e3-11f7-4853-9031-ae2e26696d67/model-vers/model-ver/c07dd941-f798-4fcc-81e9-131c4594d55a?depth=0|INFO|500||InvokeReturn
2022-03-05T06:11:04.253Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-05T06:11:04.254Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-05T06:11:04.261Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-05T06:11:04.261Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a4943af5-b077-4bc2-b212-53ec56f25283 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-05T06:11:04.262Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-05T06:11:04.262Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:11:04.266Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:11:04.266Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460664261,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-05T06:11:04.366Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-05T06:11:04.368Z||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-03-05T06:11:04.368Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:11:04.389Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:11:04.390Z||pool-38-thread-1|||||INFO|500||cambria reply ok (23 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-03-05T06:11:05.281Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:11:05.281Z|a4943af5-b077-4bc2-b212-53ec56f25283|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-03-05T06:11:05.282Z|a4943af5-b077-4bc2-b212-53ec56f25283|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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:11:09.684Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:11:09.686Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-05T06:11:09.686Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"872be3f6-1a0c-4489-bddd-56665120a751","serviceName":"vFW 2022-03-05 06-07-12","serviceVersion":"1.0","serviceUUID":"3a1fa2d5-964d-443f-bb8d-9660cdac000e","serviceDescription":"catalog service description","serviceInvariantUUID":"b16cc2df-4bc7-4ab7-b9fb-aa8758a32641","resources":[{"resourceInstanceName":"vFW c9ac4f80-7daf 0","resourceName":"vFW c9ac4f80-7daf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8c070d85-047e-4b6a-ae8e-5b35eeb016ba","resourceInvariantUUID":"a2c0c09e-26b7-405f-a9a9-77f9ccf650b7","resourceCustomizationUUID":"7e4392dd-d76a-486d-a7ce-b212728792d4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vf-license-model.xml","artifactChecksum":"NGM5OTMwNzQxZTNlZWRlMTE4YmU2NTQ4NGQ1MzU5MmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d790f3b4-75dc-4cf1-86a2-4570c5dd5066","artifactVersion":"1"},{"artifactName":"vfwc9ac4f807daf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vfwc9ac4f807daf0_modules.json","artifactChecksum":"M2QzMDFhZThjOGJmZjQ2OGRkNDVkNDdiMmU3NGRlYTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3e1cca97-a095-4260-ae3b-626748c91e51","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"09bc87c9-f606-4940-b5d5-182fc74168c3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vendor-license-model.xml","artifactChecksum":"OTI3OTUxZThkN2U0M2ViNmVhY2UxYmQ2ZmRiYWYxMTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7f080a72-59f9-4e68-b62f-07df447b14c9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a47ffc65-9b86-4546-9687-16125a40a15a","artifactVersion":"2","generatedFromUUID":"09bc87c9-f606-4940-b5d5-182fc74168c3"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220305060712-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-template.yml","artifactChecksum":"ZmQxNDI4ZGRmMGQ0MGExYWI4NTM3YjdmNjE2OThhMWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"33a1d52e-92b0-4d18-aa80-d758e666b4ff","artifactVersion":"1"},{"artifactName":"service-Vfw20220305060712-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar","artifactChecksum":"OWY4MTk3ZjNkYTVhNjBiMTRiOWViYzg5MjAyYTc3YTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0175fa25-f3e7-464c-aebe-5334b73394c7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-05T06:11:09.689Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:11:09.690Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:11:09.692Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:11:09.692Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460665281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:11:09.792Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:11:09.793Z||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-03-05T06:11:09.793Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:11:09.813Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:11:09.814Z||pool-39-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-03-05T06:11:10.693Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:11:10.695Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:11:10.698Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:11:10.698Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460665281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vfwc9ac4f807daf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-05T06:11:10.798Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:11:10.799Z||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-03-05T06:11:10.799Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:11:10.843Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:11:10.843Z||pool-40-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:11:11.698Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:11:11.699Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:11:11.701Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:11:11.702Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460665281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-05T06:11:11.802Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:11:11.803Z||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-03-05T06:11:11.803Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:11:11.817Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:11:11.818Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-05T06:11:12.702Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:11:12.703Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:11:12.705Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:11:12.705Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460665281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:11:12.807Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-05T06:11:12.808Z||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-03-05T06:11:12.808Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:11:12.822Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:11:12.823Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-05T06:11:13.295Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:11:13.296Z||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-03-05T06:11:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:11:13.322Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:11:13.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:11:13.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646460602924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:11:13.326Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:11:13.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:11:13.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646460598907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:11:13.327Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:11:13.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:11:13.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646460602924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vfwc9ac4f807daf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-05T06:11:13.328Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:11:13.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:11:13.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646460598907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vfwc9ac4f807daf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:11:13.328Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:11:13.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:11:13.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646460602924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-05T06:11:13.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:11:13.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:11:13.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646460598907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:11:13.330Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:11:13.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:11:13.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646460609370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:11:13.332Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:11:13.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:11:13.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "policy-id",
  "timestamp": 1646460610254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:11:13.333Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:11:13.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:11:13.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646460602924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:11:13.333Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:11:13.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:11:13.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646460598907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:11:13.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:11:13.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:11:13.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "cds",
  "timestamp": 1646460610714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:11:13.335Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:11:13.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:11:13.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646460609370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vfwc9ac4f807daf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:11:13.336Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:11:13.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:11:13.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "policy-id",
  "timestamp": 1646460610254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vfwc9ac4f807daf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:11:13.337Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:11:13.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:11:13.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646460602924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-05T06:11:13.337Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:11:13.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:11:13.338Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646460598907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:11:13.338Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:11:13.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:11:13.338Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "cds",
  "timestamp": 1646460610714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vfwc9ac4f807daf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:11:13.339Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:11:13.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:11:13.340Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646460609370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:11:13.340Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:11:13.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:11:13.340Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "policy-id",
  "timestamp": 1646460610254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-05T06:11:13.340Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:11:13.706Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:11:13.707Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:11:13.709Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:11:13.710Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460665281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-05T06:11:13.810Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:11:13.811Z||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-03-05T06:11:13.811Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:11:13.826Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:11:13.826Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:11:14.710Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:11:14.711Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:11:14.713Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:11:14.713Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460665281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:11:14.814Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:11:14.815Z||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-03-05T06:11:14.815Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:11:14.828Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:11:14.829Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:11:15.714Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:11:15.715Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:11:15.719Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:11:15.719Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460665281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:11:15.819Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-05T06:11:15.821Z||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-03-05T06:11:15.821Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:11:15.834Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:11:15.835Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:11:16.721Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "serviceName": "vFW 2022-03-05 06-07-12",
  "serviceVersion": "1.0",
  "serviceUUID": "3a1fa2d5-964d-443f-bb8d-9660cdac000e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b16cc2df-4bc7-4ab7-b9fb-aa8758a32641",
  "resources": [
    {
      "resourceInstanceName": "vFW c9ac4f80-7daf 0",
      "resourceCustomizationUUID": "7e4392dd-d76a-486d-a7ce-b212728792d4",
      "resourceName": "vFW c9ac4f80-7daf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8c070d85-047e-4b6a-ae8e-5b35eeb016ba",
      "resourceInvariantUUID": "a2c0c09e-26b7-405f-a9a9-77f9ccf650b7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc9ac4f807daf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vfwc9ac4f807daf0_modules.json",
          "artifactChecksum": "M2QzMDFhZThjOGJmZjQ2OGRkNDVkNDdiMmU3NGRlYTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3e1cca97-a095-4260-ae3b-626748c91e51",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "09bc87c9-f606-4940-b5d5-182fc74168c3",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a47ffc65-9b86-4546-9687-16125a40a15a",
            "generatedFromUUID": "09bc87c9-f606-4940-b5d5-182fc74168c3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a47ffc65-9b86-4546-9687-16125a40a15a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220305060712-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar",
      "artifactChecksum": "OWY4MTk3ZjNkYTVhNjBiMTRiOWViYzg5MjAyYTc3YTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0175fa25-f3e7-464c-aebe-5334b73394c7"
    }
  ],
  "workloadContext": "Production"
}
2022-03-05T06:11:16.722Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-05T06:11:16.722Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3a1fa2d5-964d-443f-bb8d-9660cdac000e ASDC
2022-03-05T06:11:16.722Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:872be3f6-1a0c-4489-bddd-56665120a751
ServiceName:vFW 2022-03-05 06-07-12
ServiceVersion:1.0
ServiceUUID:3a1fa2d5-964d-443f-bb8d-9660cdac000e
ServiceInvariantUUID:b16cc2df-4bc7-4ab7-b9fb-aa8758a32641
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220305060712-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar
ArtifactUUID:0175fa25-f3e7-464c-aebe-5334b73394c7
ArtifactChecksum:OWY4MTk3ZjNkYTVhNjBiMTRiOWViYzg5MjAyYTc3YTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c9ac4f80-7daf 0
ResourceCustomizationUUID:7e4392dd-d76a-486d-a7ce-b212728792d4
ResourceInvariantUUID:a2c0c09e-26b7-405f-a9a9-77f9ccf650b7
ResourceName:vFW c9ac4f80-7daf
ResourceType:VF
ResourceUUID:8c070d85-047e-4b6a-ae8e-5b35eeb016ba
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc9ac4f807daf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vfwc9ac4f807daf0_modules.json
ArtifactUUID:3e1cca97-a095-4260-ae3b-626748c91e51
ArtifactChecksum:M2QzMDFhZThjOGJmZjQ2OGRkNDVkNDdiMmU3NGRlYTM=
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/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.yaml
ArtifactUUID:09bc87c9-f606-4940-b5d5-182fc74168c3
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/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.env
ArtifactUUID:a47ffc65-9b86-4546-9687-16125a40a15a
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/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.env
ArtifactUUID:a47ffc65-9b86-4546-9687-16125a40a15a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-05T06:11:16.723Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3a1fa2d5-964d-443f-bb8d-9660cdac000e 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-03-05T06:11:16.773Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-05T06:11:16.773Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-05T06:11:16.773Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-05T06:11:16.774Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0175fa25-f3e7-464c-aebe-5334b73394c7 from URL: /sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar
2022-03-05T06:11:16.774Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-05T06:11:16.774Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar
2022-03-05T06:11:17.159Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-05T06:11:17.164Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar 0175fa25-f3e7-464c-aebe-5334b73394c7 98965
2022-03-05T06:11:17.164Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar ASDC sendASDCNotification
2022-03-05T06:11:17.164Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar
2022-03-05T06:11:17.164Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-05T06:11:17.165Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:11:17.167Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:11:17.167Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460677164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:11:17.270Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-05T06:11:17.272Z||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-03-05T06:11:17.273Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:11:17.290Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:11:17.291Z||pool-46-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-05T06:11:18.168Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-05T06:11:18.169Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-05T06:11:18.169Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 0175fa25-f3e7-464c-aebe-5334b73394c7, URL: /sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar to file: /app/ASDC/1/service-Vfw20220305060712-csar.csar
2022-03-05T06:11:18.169Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220305060712-csar.csar
2022-03-05T06:11:18.170Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220305060712-csar.csar
2022-03-05T06:11:18.170Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220305060712-csar.csar
2022-03-05T06:11:18.372Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8714796472843074622/Definitions/service-Vfw20220305060712-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-05T06:11:20.446Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-05T06:11:20.447Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-05T06:11:20.447Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220305060712-csar.csar
2022-03-05T06:11:20.447Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-05T06:11:20.447Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||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-Vfw20220305060712-csar.csar
2022-03-05T06:11:20.447Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||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-Vfw20220305060712-csar.csar
2022-03-05T06:11:20.447Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220305060712-csar.csar
2022-03-05T06:11:20.447Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220305060712-csar.csar
2022-03-05T06:11:20.447Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220305060712-csar.csar
2022-03-05T06:11:20.447Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||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-Vfw20220305060712-csar.csar
2022-03-05T06:11:20.448Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220305060712-csar.csar
2022-03-05T06:11:20.448Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220305060712-csar.csar
2022-03-05T06:11:20.448Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220305060712-csar.csar
2022-03-05T06:11:20.448Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220305060712-csar.csar
2022-03-05T06:11:20.448Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c9ac4f80-7daf 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-Vfw20220305060712-csar.csar
2022-03-05T06:11:20.448Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220305060712-csar.csar
2022-03-05T06:11:20.448Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220305060712-csar.csar
2022-03-05T06:11:20.448Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-05T06:11:20.448Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:11:20.449Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:11:20.449Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vFW c9ac4f80-7daf 0 is matching search criteria
2022-03-05T06:11:20.449Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-05T06:11:20.449Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c9ac4f80-7daf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-05T06:11:20.450Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:11:20.450Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:11:20.450Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vFW c9ac4f80-7daf 0 is matching search criteria
2022-03-05T06:11:20.450Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-05T06:11:20.450Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c9ac4f80-7daf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-05T06:11:20.450Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:11:20.451Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:11:20.451Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:11:20.451Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vFW c9ac4f80-7daf 0 is not matching search criteria
2022-03-05T06:11:20.451Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-05T06:11:20.451Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-05T06:11:20.451Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-05T06:11:20.452Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-05T06:11:20.452Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-05T06:11:20.452Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-05T06:11:20.452Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-05T06:11:20.452Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-05T06:11:20.452Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-05T06:11:20.452Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-05T06:11:20.453Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-05T06:11:20.453Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-05T06:11:20.453Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-05T06:11:20.453Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-05T06:11:20.453Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-05T06:11:20.453Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-05T06:11:20.453Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:11:20.453Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-07-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-05T06:11:20.454Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:11:20.454Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vFW c9ac4f80-7daf 0 is matching search criteria
2022-03-05T06:11:20.454Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c9ac4f80-7daf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:11:20.454Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:11:20.454Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vFW c9ac4f80-7daf 0 is matching search criteria
2022-03-05T06:11:20.454Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c9ac4f80-7daf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:11:20.455Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:11:20.455Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vFW c9ac4f80-7daf 0 is matching search criteria
2022-03-05T06:11:20.455Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c9ac4f80-7daf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:11:20.456Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:11:20.456Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vFW c9ac4f80-7daf 0 is not matching search criteria
2022-03-05T06:11:20.456Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-05T06:11:20.456Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-05T06:11:20.456Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-05T06:11:20.456Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-05T06:11:20.456Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-05T06:11:20.456Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-05T06:11:20.457Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-05T06:11:20.457Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-05T06:11:20.457Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-05T06:11:20.457Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-05T06:11:20.457Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-05T06:11:20.457Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=54c25df6-b278-4cfa-96a4-7e4da8e2437c
2022-03-05T06:11:20.457Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:11:20.458Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vFW c9ac4f80-7daf 0 is not matching search criteria
2022-03-05T06:11:20.458Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-05T06:11:20.458Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-05T06:11:20.458Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-05T06:11:20.458Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-05T06:11:20.458Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-05T06:11:20.458Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-05T06:11:20.458Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-05T06:11:20.459Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-05T06:11:20.459Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-05T06:11:20.459Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-05T06:11:20.459Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-05T06:11:20.459Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-05T06:11:20.459Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ee7fe7c7-9a98-4def-ba98-5ebc050f5e10
2022-03-05T06:11:20.460Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:11:20.460Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vFW c9ac4f80-7daf 0 is not matching search criteria
2022-03-05T06:11:20.460Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-05T06:11:20.460Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-05T06:11:20.460Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-05T06:11:20.460Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-05T06:11:20.460Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-05T06:11:20.460Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-05T06:11:20.461Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-05T06:11:20.461Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-05T06:11:20.461Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-05T06:11:20.461Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-05T06:11:20.461Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-05T06:11:20.461Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-05T06:11:20.461Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1593a41f-9d16-4662-82d8-b2478866d377
2022-03-05T06:11:20.462Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:11:20.462Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:11:20.462Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:11:20.462Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:11:20.462Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:11:20.462Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:11:20.462Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:11:20.462Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:11:20.463Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-05 06-07-12
Description:catalog service description
Model UUID:3a1fa2d5-964d-443f-bb8d-9660cdac000e
Model Version:NULL
Model InvariantUuid:b16cc2df-4bc7-4ab7-b9fb-aa8758a32641
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c9ac4f80-7daf
Model UUID:5299d05b-7e4a-4f85-8b8b-cc2dd54dad8e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a2c0c09e-26b7-405f-a9a9-77f9ccf650b7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7e4392dd-d76a-486d-a7ce-b212728792d4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9983e23e-25a1-4be1-9ff2-ee3b71732f0e
ModelName:VfwC9ac4f807daf..base_vfw..module-0
ModelUuid:132dc355-61bb-4031-8040-75d309363c7d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:54c25df6-b278-4cfa-96a4-7e4da8e2437c
ModelInvariantUuid:15ab0b6b-de12-41e7-8111-55bd34074e5d
ModelName:vFW c9ac4f80-7daf-nodes.vfwCvfc
ModelUuid:b6643316-58fa-46fd-af7d-a772b5cb403d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:98c84561-84c7-4b16-91c6-19d3dc465fbf
ModelInvariantUuid:a774061f-b3ab-4076-b334-cee352217d7a
ModelName:VfwC9ac4f807daf.compute.nodes.heat.vfw
ModelUuid:5ac17d0a-ddd0-4d86-976b-7b0210f4219f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ee7fe7c7-9a98-4def-ba98-5ebc050f5e10
ModelInvariantUuid:cc319513-8077-4fcd-a95f-81f4893b2142
ModelName:vFW c9ac4f80-7daf-nodes.vsnCvfc
ModelUuid:d9e8f2cd-0b8c-4da9-a72c-c40757a73b91
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:df9e8c33-d2d3-47ef-8cb4-4654cd6780cd
ModelInvariantUuid:e5fa8d27-9ff7-4dc7-ba51-8eef3524fd6a
ModelName:VfwC9ac4f807daf.compute.nodes.heat.vsn
ModelUuid:1deab5c6-efe1-441a-8479-ba63d3bacd91
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:1593a41f-9d16-4662-82d8-b2478866d377
ModelInvariantUuid:32278c3a-9f14-431f-93fc-6a93869d487f
ModelName:vFW c9ac4f80-7daf-nodes.vpgCvfc
ModelUuid:043bf936-3c12-4960-a824-a727ef555576
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:5f043917-a9a8-40dd-a1be-d03e0479cfaf
ModelInvariantUuid:f8db5b46-78d1-4619-84dc-add1ebc17022
ModelName:VfwC9ac4f807daf.compute.nodes.heat.vpg
ModelUuid:c2f4fd79-439c-4de0-9fe9-99a982a674ae
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-03-05T06:11:20.470Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 8c070d85-047e-4b6a-ae8e-5b35eeb016ba
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-03-05T06:11:20.474Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||vFW c9ac4f80-7daf 0
2022-03-05T06:11:20.474Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8c070d85-047e-4b6a-ae8e-5b35eeb016ba
2022-03-05T06:11:20.474Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3e1cca97-a095-4260-ae3b-626748c91e51 from URL: /sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vfwc9ac4f807daf0_modules.json
2022-03-05T06:11:20.474Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-05T06:11:20.474Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vfwc9ac4f807daf0_modules.json
2022-03-05T06:11:20.681Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-05T06:11:20.681Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vfwc9ac4f807daf0_modules.json 3e1cca97-a095-4260-ae3b-626748c91e51 785
2022-03-05T06:11:20.682Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vfwc9ac4f807daf0_modules.json ASDC sendASDCNotification
2022-03-05T06:11:20.682Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vfwc9ac4f807daf0_modules.json
2022-03-05T06:11:20.682Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-05T06:11:20.682Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:11:20.684Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:11:20.684Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460680681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vfwc9ac4f807daf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:11:20.784Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:11:20.785Z||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-03-05T06:11:20.786Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:11:20.800Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:11:20.800Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:11:21.685Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwC9ac4f807daf..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "9983e23e-25a1-4be1-9ff2-ee3b71732f0e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "132dc355-61bb-4031-8040-75d309363c7d",
    "vfModuleModelCustomizationUUID": "7a7a2058-725b-4333-b663-ca367605108a",
    "isBase": true,
    "artifacts": [
      "09bc87c9-f606-4940-b5d5-182fc74168c3",
      "a47ffc65-9b86-4546-9687-16125a40a15a"
    ],
    "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-03-05T06:11:21.689Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC9ac4f807daf..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:132dc355-61bb-4031-8040-75d309363c7d
VfModuleModelInvariantUUID:9983e23e-25a1-4be1-9ff2-ee3b71732f0e
VfModuleModelDescription:NULL
Artifacts UUID List:{
09bc87c9-f606-4940-b5d5-182fc74168c3
,
a47ffc65-9b86-4546-9687-16125a40a15a

}
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-03-05T06:11:21.690Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwC9ac4f807daf..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "9983e23e-25a1-4be1-9ff2-ee3b71732f0e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "132dc355-61bb-4031-8040-75d309363c7d",
    "vfModuleModelCustomizationUUID": "7a7a2058-725b-4333-b663-ca367605108a",
    "isBase": true,
    "artifacts": [
      "09bc87c9-f606-4940-b5d5-182fc74168c3",
      "a47ffc65-9b86-4546-9687-16125a40a15a"
    ],
    "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-03-05T06:11:21.691Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC9ac4f807daf..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:132dc355-61bb-4031-8040-75d309363c7d
VfModuleModelInvariantUUID:9983e23e-25a1-4be1-9ff2-ee3b71732f0e
VfModuleModelDescription:NULL
Artifacts UUID List:{
09bc87c9-f606-4940-b5d5-182fc74168c3
,
a47ffc65-9b86-4546-9687-16125a40a15a

}
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-03-05T06:11:21.691Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 09bc87c9-f606-4940-b5d5-182fc74168c3 from URL: /sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.yaml
2022-03-05T06:11:21.691Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-05T06:11:21.691Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.yaml
2022-03-05T06:11:21.792Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-05T06:11:21.793Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.yaml 09bc87c9-f606-4940-b5d5-182fc74168c3 20368
2022-03-05T06:11:21.793Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-05T06:11:21.793Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.yaml
2022-03-05T06:11:21.793Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-05T06:11:21.793Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:11:21.795Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:11:21.795Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460681793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:11:21.895Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:11:21.896Z||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-03-05T06:11:21.896Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:11:21.909Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:11:21.910Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-05T06:11:22.796Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a47ffc65-9b86-4546-9687-16125a40a15a from URL: /sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.env
2022-03-05T06:11:22.797Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-05T06:11:22.797Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.env
2022-03-05T06:11:23.070Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-05T06:11:23.070Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.env a47ffc65-9b86-4546-9687-16125a40a15a 2098
2022-03-05T06:11:23.071Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-05T06:11:23.071Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.env
2022-03-05T06:11:23.071Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-05T06:11:23.071Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:11:23.073Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:11:23.073Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460683070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:11:23.173Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:11:23.175Z||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-03-05T06:11:23.175Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:11:23.188Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:11:23.189Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:11:24.074Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 3a1fa2d5-964d-443f-bb8d-9660cdac000e
2022-03-05T06:11:24.074Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c9ac4f80-7daf 0 8c070d85-047e-4b6a-ae8e-5b35eeb016ba 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-03-05T06:11:24.099Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@59749ab, org.onap.sdc.toscaparser.api.parameters.Input@3421c147, org.onap.sdc.toscaparser.api.parameters.Input@35c12cad, org.onap.sdc.toscaparser.api.parameters.Input@7959b194, org.onap.sdc.toscaparser.api.parameters.Input@463c7505]
2022-03-05T06:11:24.101Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:11:24.101Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:11:24.101Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-03-05T06:11:24.101Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 7e4392dd-d76a-486d-a7ce-b212728792d4
2022-03-05T06:11:24.101Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7e4392dd-d76a-486d-a7ce-b212728792d4 matches Tosca VF Customization UUID: 7e4392dd-d76a-486d-a7ce-b212728792d4
2022-03-05T06:11:24.101Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 7e4392dd-d76a-486d-a7ce-b212728792d4  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-03-05T06:11:24.104Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:11:24.104Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:11:24.105Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 7e4392dd-d76a-486d-a7ce-b212728792d4: {\"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-03-05T06:11:24.105Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@74d49c83
2022-03-05T06:11:24.105Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:11:24.105Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-07-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-05T06:11:24.106Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7a7a2058-725b-4333-b663-ca367605108a
2022-03-05T06:11:24.106Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7a7a2058-725b-4333-b663-ca367605108a
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-03-05T06:11:24.108Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:11:24.109Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vFW c9ac4f80-7daf 0 is matching search criteria
2022-03-05T06:11:24.109Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c9ac4f80-7daf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:11:24.109Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:11:24.110Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vFW c9ac4f80-7daf 0 is matching search criteria
2022-03-05T06:11:24.110Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c9ac4f80-7daf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:11:24.110Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:11:24.110Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vFW c9ac4f80-7daf 0 is not matching search criteria
2022-03-05T06:11:24.110Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-05T06:11:24.111Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-05T06:11:24.111Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-05T06:11:24.111Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-05T06:11:24.111Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-05T06:11:24.111Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-05T06:11:24.111Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-05T06:11:24.112Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-05T06:11:24.112Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-05T06:11:24.112Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-05T06:11:24.112Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-05T06:11:24.112Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=54c25df6-b278-4cfa-96a4-7e4da8e2437c
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-03-05T06:11:24.114Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:11:24.114Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vFW c9ac4f80-7daf 0 is matching search criteria
2022-03-05T06:11:24.115Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c9ac4f80-7daf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:11:24.115Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:11:24.115Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vFW c9ac4f80-7daf 0 is not matching search criteria
2022-03-05T06:11:24.115Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-05T06:11:24.115Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-05T06:11:24.115Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-05T06:11:24.116Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-05T06:11:24.116Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-05T06:11:24.116Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-05T06:11:24.116Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-05T06:11:24.116Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-05T06:11:24.117Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-05T06:11:24.117Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-05T06:11:24.117Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-05T06:11:24.117Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-05T06:11:24.117Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ee7fe7c7-9a98-4def-ba98-5ebc050f5e10
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-03-05T06:11:24.120Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:11:24.120Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vFW c9ac4f80-7daf 0 is matching search criteria
2022-03-05T06:11:24.120Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c9ac4f80-7daf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:11:24.120Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:11:24.120Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vFW c9ac4f80-7daf 0 is not matching search criteria
2022-03-05T06:11:24.120Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-05T06:11:24.120Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-05T06:11:24.121Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-05T06:11:24.121Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-05T06:11:24.121Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-05T06:11:24.121Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-05T06:11:24.121Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-05T06:11:24.121Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-05T06:11:24.122Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-05T06:11:24.122Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-05T06:11:24.122Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-05T06:11:24.122Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-05T06:11:24.122Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1593a41f-9d16-4662-82d8-b2478866d377
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-03-05T06:11:24.126Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:11:24.127Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vFW c9ac4f80-7daf 0 is matching search criteria
2022-03-05T06:11:24.127Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c9ac4f80-7daf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:11:24.127Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:11:24.127Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vFW c9ac4f80-7daf 0 is matching search criteria
2022-03-05T06:11:24.128Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c9ac4f80-7daf 0] matching following query criteria: sdcType=VF, customizationUUID=7e4392dd-d76a-486d-a7ce-b212728792d4
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-03-05T06:11:24.130Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:11:24.130Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:11:24.130Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 3a1fa2d5-964d-443f-bb8d-9660cdac000e: vFW c9ac4f80-7daf
2022-03-05T06:11:24.130Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:11:24.131Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:11:24.131Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:11:24.131Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:11:24.131Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:11:24.131Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:11:24.132Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:11:24.132Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:11:24.132Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:11:24.132Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:11:24.132Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-03-05 06-07-12 
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-03-05T06:11:24.405Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c9ac4f80-7daf 8c070d85-047e-4b6a-ae8e-5b35eeb016ba 1 ASDC deployResourceStructure
2022-03-05T06:11:24.406Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vfwc9ac4f807daf0_modules.json ASDC sendASDCNotification
2022-03-05T06:11:24.406Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vfwc9ac4f807daf0_modules.json
2022-03-05T06:11:24.406Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-05T06:11:24.406Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:11:24.408Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:11:24.408Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460684406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vfwc9ac4f807daf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-05T06:11:24.509Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:11:24.510Z||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-03-05T06:11:24.510Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:11:24.520Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:11:24.521Z||pool-50-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:11:25.410Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-05T06:11:25.410Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.yaml
2022-03-05T06:11:25.411Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-05T06:11:25.411Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:11:25.414Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:11:25.414Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460685409,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-05T06:11:25.514Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-05T06:11:25.516Z||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-03-05T06:11:25.516Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:11:25.532Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:11:25.533Z||pool-51-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:11:26.416Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-05T06:11:26.416Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.env
2022-03-05T06:11:26.417Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-05T06:11:26.417Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:11:26.419Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:11:26.420Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460686416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-05T06:11:26.520Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:11:26.521Z||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-03-05T06:11:26.521Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:11:26.534Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:11:26.534Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:11:27.421Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar ASDC sendASDCNotification
2022-03-05T06:11:27.421Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar
2022-03-05T06:11:27.421Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-05T06:11:27.422Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:11:27.424Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:11:27.424Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460687421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-05T06:11:27.525Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-05T06:11:27.525Z||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-03-05T06:11:27.526Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:11:27.538Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:11:27.539Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-05T06:11:28.426Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 872be3f6-1a0c-4489-bddd-56665120a751
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-05T06:11:28.438Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 872be3f6-1a0c-4489-bddd-56665120a751
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-05T06:11:28.440Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-05T06:11:28.440Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-05T06:11:28.440Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-05T06:11:58.441Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 872be3f6-1a0c-4489-bddd-56665120a751
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-05T06:11:58.457Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 872be3f6-1a0c-4489-bddd-56665120a751
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-05T06:11:58.460Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-05T06:11:58.460Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-05T06:11:58.460Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-05T06:12:13.295Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:12:13.296Z||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-03-05T06:12:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:12:13.322Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:12:13.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:12:13.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646460602924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:12:13.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:12:28.461Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 872be3f6-1a0c-4489-bddd-56665120a751
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-05T06:12:28.471Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 872be3f6-1a0c-4489-bddd-56665120a751
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-05T06:12:28.473Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-05T06:12:28.473Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-05T06:12:28.473Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-05T06:12:58.474Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 872be3f6-1a0c-4489-bddd-56665120a751
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-05T06:12:58.487Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 872be3f6-1a0c-4489-bddd-56665120a751
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-05T06:12:58.488Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-05T06:12:58.488Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-05T06:12:58.489Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-05T06:13:13.295Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:13:13.296Z||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-03-05T06:13:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:13:13.324Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:13:13.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646460598907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:13:13.328Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:13:13.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "cds",
  "timestamp": 1646460610714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:13:13.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:13:13.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646460609370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:13:13.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:13:13.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "policy-id",
  "timestamp": 1646460610254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:13:13.330Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:13:13.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646460602924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:13:13.330Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:13:13.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646460598907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:13:13.331Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:13:13.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "cds",
  "timestamp": 1646460610714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:13:13.332Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:13:13.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646460609370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:13:13.332Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:13:13.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "policy-id",
  "timestamp": 1646460610254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:13:13.333Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:13:13.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "cds",
  "timestamp": 1646460610714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:13:13.333Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:13:13.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646460609370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:13:13.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:13:13.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646460615761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:13:13.334Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:13:13.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "policy-id",
  "timestamp": 1646460610254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:13:13.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:13:13.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646460616007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vfwc9ac4f807daf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:13:13.334Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:13:13.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "cds",
  "timestamp": 1646460610714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:13:13.335Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:13:13.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646460609370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:13:13.335Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:13:13.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "policy-id",
  "timestamp": 1646460610254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:13:13.336Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:13:13.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646460617245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:13:13.336Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:13:13.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "cds",
  "timestamp": 1646460610714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:13:13.336Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:13:13.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "policy-id",
  "timestamp": 1646460618385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:13:13.336Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:13:13.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646460618427,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:13:13.337Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:13:13.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "cds",
  "timestamp": 1646460618610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:13:13.337Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:13:13.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.338Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "policy-id",
  "timestamp": 1646460619389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-05T06:13:13.338Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:13:13.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.338Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646460619409,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-05T06:13:13.338Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:13:13.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.338Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646460619454,
  "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-03-05T06:13:13.345Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 872be3f6-1a0c-4489-bddd-56665120a751
2022-03-05T06:13:13.345Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 872be3f6-1a0c-4489-bddd-56665120a751 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-03-05T06:13:13.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "cds",
  "timestamp": 1646460619616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-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-03-05T06:13:13.362Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 872be3f6-1a0c-4489-bddd-56665120a751
2022-03-05T06:13:13.362Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 872be3f6-1a0c-4489-bddd-56665120a751 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-03-05T06:13:13.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "clamp",
  "timestamp": 1646460619270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:13:13.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:13:13.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "policy-id",
  "timestamp": 1646460620392,
  "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-03-05T06:13:13.377Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 872be3f6-1a0c-4489-bddd-56665120a751
2022-03-05T06:13:13.377Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 872be3f6-1a0c-4489-bddd-56665120a751 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-03-05T06:13:13.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646460620415,
  "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-03-05T06:13:13.388Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 872be3f6-1a0c-4489-bddd-56665120a751
2022-03-05T06:13:13.388Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 872be3f6-1a0c-4489-bddd-56665120a751 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-03-05T06:13:13.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646460620463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vfwc9ac4f807daf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-05T06:13:13.396Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:13:13.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "clamp",
  "timestamp": 1646460619270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vfwc9ac4f807daf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-05T06:13:13.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:13:13.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "clamp",
  "timestamp": 1646460619270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:13:13.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:13:13.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "aai-ml",
  "timestamp": 1646460620658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:13:13.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:13:13.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "clamp",
  "timestamp": 1646460619270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:13:13.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:13:13.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "aai-ml",
  "timestamp": 1646460620658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vfwc9ac4f807daf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:13:13.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:13:13.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "clamp",
  "timestamp": 1646460619270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:13:13.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:13:13.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "aai-ml",
  "timestamp": 1646460620658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:13:13.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:13:13.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "clamp",
  "timestamp": 1646460619270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:13:13.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:13:13.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "aai-ml",
  "timestamp": 1646460620658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:13:13.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:13:13.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "clamp",
  "timestamp": 1646460619270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:13:13.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:13:13.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "aai-ml",
  "timestamp": 1646460620658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:13:13.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:13:13.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "aai-ml",
  "timestamp": 1646460620658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:13:13.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:13:13.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "aai-ml",
  "timestamp": 1646460620658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:13:13.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:13:13.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "aai-ml",
  "timestamp": 1646460628553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:13:13.401Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:13:13.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "clamp",
  "timestamp": 1646460638463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:13:13.401Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:13:13.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "clamp",
  "timestamp": 1646460640475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-05T06:13:13.401Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:13:13.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "clamp",
  "timestamp": 1646460641478,
  "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-03-05T06:13:13.405Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 872be3f6-1a0c-4489-bddd-56665120a751
2022-03-05T06:13:13.405Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 872be3f6-1a0c-4489-bddd-56665120a751 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-03-05T06:13:13.417Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.417Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "aai-ml",
  "timestamp": 1646460641261,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-05T06:13:13.417Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:13:13.417Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.417Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "aai-ml",
  "timestamp": 1646460642266,
  "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-03-05T06:13:13.422Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 872be3f6-1a0c-4489-bddd-56665120a751
2022-03-05T06:13:13.422Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 872be3f6-1a0c-4489-bddd-56665120a751 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-03-05T06:13:13.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.430Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460664261,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-05T06:13:13.430Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:13:13.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460665281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:13:13.431Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:13:13.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460665281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vfwc9ac4f807daf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-05T06:13:13.431Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:13:13.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460665281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-05T06:13:13.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:13:13.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:13:13.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460665281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:13:13.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:13:28.489Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 872be3f6-1a0c-4489-bddd-56665120a751
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-05T06:13:28.505Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 872be3f6-1a0c-4489-bddd-56665120a751
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-05T06:13:28.509Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-05T06:13:28.509Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-05T06:13:28.509Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-05T06:13:28.509Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-05T06:13:28.509Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-05T06:13:28.509Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-05T06:13:28.510Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-05T06:13:28.510Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-05T06:13:28.510Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-05T06:13:28.510Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-05T06:13:28.510Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-05T06:13:28.515Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-05T06:13:58.516Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 872be3f6-1a0c-4489-bddd-56665120a751 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-03-05T06:13:58.526Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 872be3f6-1a0c-4489-bddd-56665120a751 and serviceModelVersionId: 3a1fa2d5-964d-443f-bb8d-9660cdac000e
2022-03-05T06:13:58.527Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b16cc2df-4bc7-4ab7-b9fb-aa8758a32641
2022-03-05T06:13:58.528Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b16cc2df-4bc7-4ab7-b9fb-aa8758a32641/model-vers/model-ver/3a1fa2d5-964d-443f-bb8d-9660cdac000e?depth=0
2022-03-05T06:13:58.532Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-05T06:13:58.578Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b16cc2df-4bc7-4ab7-b9fb-aa8758a32641/model-vers/model-ver/3a1fa2d5-964d-443f-bb8d-9660cdac000e?depth=0|INFO|500||Invoke
2022-03-05T06:13:58.579Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b16cc2df-4bc7-4ab7-b9fb-aa8758a32641/model-vers/model-ver/3a1fa2d5-964d-443f-bb8d-9660cdac000e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b16cc2df-4bc7-4ab7-b9fb-aa8758a32641/model-vers/model-ver/3a1fa2d5-964d-443f-bb8d-9660cdac000e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[872be3f6-1a0c-4489-bddd-56665120a751], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ac204688-eee1-4a12-8e4e-e43ab95ac63a], X-ECOMP-RequestID=[872be3f6-1a0c-4489-bddd-56665120a751], X-TransactionId=[], X-ONAP-RequestID=[872be3f6-1a0c-4489-bddd-56665120a751], Content-Type=[application/merge-patch+json]}
2022-03-05T06:13:58.600Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b16cc2df-4bc7-4ab7-b9fb-aa8758a32641/model-vers/model-ver/3a1fa2d5-964d-443f-bb8d-9660cdac000e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-05T06:13:59.052Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b16cc2df-4bc7-4ab7-b9fb-aa8758a32641/model-vers/model-ver/3a1fa2d5-964d-443f-bb8d-9660cdac000e?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/b16cc2df-4bc7-4ab7-b9fb-aa8758a32641/model-vers/model-ver/3a1fa2d5-964d-443f-bb8d-9660cdac000e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220305-06:13:58:458-11645], vertex-id=[409640], Content-Length=[0], Date=[Sat, 05 Mar 2022 06:13:58 GMT], Content-Type=[application/json]}
2022-03-05T06:13:59.053Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b16cc2df-4bc7-4ab7-b9fb-aa8758a32641/model-vers/model-ver/3a1fa2d5-964d-443f-bb8d-9660cdac000e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-05T06:13:59.053Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b16cc2df-4bc7-4ab7-b9fb-aa8758a32641/model-vers/model-ver/3a1fa2d5-964d-443f-bb8d-9660cdac000e?depth=0|INFO|500||InvokeReturn
2022-03-05T06:13:59.054Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-05T06:13:59.054Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-05T06:13:59.059Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-05T06:13:59.059Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 872be3f6-1a0c-4489-bddd-56665120a751 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-05T06:13:59.060Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-05T06:13:59.060Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:13:59.062Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:13:59.062Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460839059,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-05T06:13:59.162Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:13:59.163Z||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-03-05T06:13:59.163Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:13:59.179Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:13:59.180Z||pool-54-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-05T06:14:00.082Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:14:00.082Z|872be3f6-1a0c-4489-bddd-56665120a751|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-03-05T06:14:00.083Z|872be3f6-1a0c-4489-bddd-56665120a751|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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:14:10.372Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:14:10.373Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:14:10.374Z|872be3f6-1a0c-4489-bddd-56665120a751|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-03-05T06:14:10.375Z|872be3f6-1a0c-4489-bddd-56665120a751|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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:14:13.295Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:14:13.296Z||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-03-05T06:14:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:14:13.368Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:14:13.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-05T06:14:13.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460665281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-05T06:14:13.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:14:13.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-05T06:14:13.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460665281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:14:13.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:14:13.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-05T06:14:13.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460665281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:14:13.371Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:14:13.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-05T06:14:13.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460677164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:14:13.371Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:14:13.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-05T06:14:13.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460680681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vfwc9ac4f807daf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:14:13.371Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:14:13.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-05T06:14:13.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460681793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:14:13.372Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:14:13.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-05T06:14:13.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460683070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:14:13.372Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:14:13.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-05T06:14:13.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460684406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vfwc9ac4f807daf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-05T06:14:13.373Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:14:13.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-05T06:14:13.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460685409,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-05T06:14:13.373Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:14:13.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-05T06:14:13.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460686416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-05T06:14:13.373Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:14:13.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-05T06:14:13.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460687421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-05T06:14:13.374Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:14:19.922Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:14:19.923Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:14:19.924Z|872be3f6-1a0c-4489-bddd-56665120a751|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-03-05T06:14:19.924Z|872be3f6-1a0c-4489-bddd-56665120a751|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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:14:29.477Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:14:29.478Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:14:29.479Z||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-03-05T06:14:29.479Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:14:39.020Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:14:39.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:14:39.021Z||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-03-05T06:14:39.021Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:14:48.579Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:14:48.580Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:14:48.581Z||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-03-05T06:14:48.581Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:14:58.128Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:15:13.292Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:15:13.293Z||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-03-05T06:15:13.293Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:15:13.294Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:15:13.295Z||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-03-05T06:15:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:15:13.822Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:15:13.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-05T06:15:13.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646460839059,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-05T06:15:13.824Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:15:22.843Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:16:13.292Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:16:13.293Z||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-03-05T06:16:13.294Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:16:13.294Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:16:13.295Z||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-03-05T06:16:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:16:22.843Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:16:22.843Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:17:13.293Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:17:13.295Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:17:13.297Z||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-03-05T06:17:13.297Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:17:13.297Z||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-03-05T06:17:13.297Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:17:22.874Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:17:22.879Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:18:13.292Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:18:13.293Z||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-03-05T06:18:13.293Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:18:13.294Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:18:13.295Z|872be3f6-1a0c-4489-bddd-56665120a751|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-03-05T06:18:13.295Z|872be3f6-1a0c-4489-bddd-56665120a751|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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:18:22.856Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:18:22.865Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:19:13.293Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:19:13.293Z||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-03-05T06:19:13.294Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:19:13.295Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:19:13.295Z|e8caa5e8-592d-408b-b30b-73019054fb63|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-03-05T06:19:13.295Z|e8caa5e8-592d-408b-b30b-73019054fb63|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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:19:13.937Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:19:13.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:19:13.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"1c8c2f79-c842-45e9-9b00-d43489985f0c","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"71c465ee-006a-47f0-aa29-db2d2ddf1632","serviceDescription":"service","serviceInvariantUUID":"669f7cc8-978f-4309-9d06-e332518045e7","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"bb074165-3892-4f96-9712-ed2d9fcd1fc7","resourceInvariantUUID":"015cc062-0a36-4ce2-b8af-ff4ae842eaf3","resourceCustomizationUUID":"29d49c50-8633-4f71-90e6-ce00a8d4c70b","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":"YmY1YTMwYTZkNGFkM2E5NWI0NTFkZGVhODM4OGMyNzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"86c532e6-5b99-4849-afc7-270464b2e856","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OGEwZjI4MTJlOTkxMmMwNThlMzc2ODgwNjRjNDkwOWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"80a12eb0-055b-4f02-a18b-4b5b42abc492","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-05T06:19:13.941Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:19:13.941Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:19:13.944Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:19:13.945Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1c8c2f79-c842-45e9-9b00-d43489985f0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461153292,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:19:13.946Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:19:13.947Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-05T06:19:13.947Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c8c2f79-c842-45e9-9b00-d43489985f0c",
  "consumerID": "aai-ml",
  "timestamp": 1646461130658,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:19:13.948Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:19:13.948Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-05T06:19:13.948Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c8c2f79-c842-45e9-9b00-d43489985f0c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646461129370,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:19:13.948Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:19:13.948Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-05T06:19:13.948Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c8c2f79-c842-45e9-9b00-d43489985f0c",
  "consumerID": "clamp",
  "timestamp": 1646461129270,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:19:13.948Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:19:13.949Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-05T06:19:13.949Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c8c2f79-c842-45e9-9b00-d43489985f0c",
  "consumerID": "policy-id",
  "timestamp": 1646461130254,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:19:13.949Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:19:13.949Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-05T06:19:13.949Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c8c2f79-c842-45e9-9b00-d43489985f0c",
  "consumerID": "aai-ml",
  "timestamp": 1646461130658,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:19:13.949Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:19:13.949Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-05T06:19:13.949Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c8c2f79-c842-45e9-9b00-d43489985f0c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646461129370,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:19:13.949Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:19:13.949Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-05T06:19:13.949Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c8c2f79-c842-45e9-9b00-d43489985f0c",
  "consumerID": "clamp",
  "timestamp": 1646461129270,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:19:13.950Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:19:13.950Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-05T06:19:13.950Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c8c2f79-c842-45e9-9b00-d43489985f0c",
  "consumerID": "policy-id",
  "timestamp": 1646461130254,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:19:13.950Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:19:13.950Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-05T06:19:13.950Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c8c2f79-c842-45e9-9b00-d43489985f0c",
  "consumerID": "cds",
  "timestamp": 1646461135714,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:19:13.951Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:19:13.951Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-05T06:19:13.951Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c8c2f79-c842-45e9-9b00-d43489985f0c",
  "consumerID": "aai-ml",
  "timestamp": 1646461135754,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:19:13.951Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:19:13.951Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-05T06:19:13.951Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c8c2f79-c842-45e9-9b00-d43489985f0c",
  "consumerID": "policy-id",
  "timestamp": 1646461136965,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:19:13.951Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:19:13.951Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-05T06:19:13.951Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c8c2f79-c842-45e9-9b00-d43489985f0c",
  "consumerID": "cds",
  "timestamp": 1646461135714,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:19:13.951Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:19:13.951Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-05T06:19:13.952Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c8c2f79-c842-45e9-9b00-d43489985f0c",
  "consumerID": "policy-id",
  "timestamp": 1646461137970,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-05T06:19:13.952Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:19:13.952Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-05T06:19:13.952Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c8c2f79-c842-45e9-9b00-d43489985f0c",
  "consumerID": "cds",
  "timestamp": 1646461138855,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:19:13.952Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:19:13.952Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-05T06:19:13.952Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c8c2f79-c842-45e9-9b00-d43489985f0c",
  "consumerID": "policy-id",
  "timestamp": 1646461138973,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-05T06:19:13.980Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1c8c2f79-c842-45e9-9b00-d43489985f0c
2022-03-05T06:19:13.980Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c8c2f79-c842-45e9-9b00-d43489985f0c 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-03-05T06:19:13.992Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-05T06:19:13.992Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c8c2f79-c842-45e9-9b00-d43489985f0c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646461138905,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:19:13.993Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:19:13.993Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-05T06:19:13.993Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c8c2f79-c842-45e9-9b00-d43489985f0c",
  "consumerID": "cds",
  "timestamp": 1646461139867,
  "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-03-05T06:19:13.999Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1c8c2f79-c842-45e9-9b00-d43489985f0c
2022-03-05T06:19:13.999Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c8c2f79-c842-45e9-9b00-d43489985f0c 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-03-05T06:19:14.010Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-05T06:19:14.011Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c8c2f79-c842-45e9-9b00-d43489985f0c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646461138905,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:19:14.011Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:19:14.011Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-05T06:19:14.011Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c8c2f79-c842-45e9-9b00-d43489985f0c",
  "consumerID": "aai-ml",
  "timestamp": 1646461140854,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-05T06:19:14.011Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:19:14.011Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-05T06:19:14.011Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c8c2f79-c842-45e9-9b00-d43489985f0c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646461141962,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:19:14.012Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:19:14.012Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-05T06:19:14.012Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c8c2f79-c842-45e9-9b00-d43489985f0c",
  "consumerID": "aai-ml",
  "timestamp": 1646461141858,
  "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-03-05T06:19:14.019Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1c8c2f79-c842-45e9-9b00-d43489985f0c
2022-03-05T06:19:14.019Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c8c2f79-c842-45e9-9b00-d43489985f0c 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-03-05T06:19:14.036Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-05T06:19:14.036Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c8c2f79-c842-45e9-9b00-d43489985f0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646461142924,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:19:14.036Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:19:14.036Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-05T06:19:14.036Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c8c2f79-c842-45e9-9b00-d43489985f0c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646461143744,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-05T06:19:14.036Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:19:14.037Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-05T06:19:14.037Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c8c2f79-c842-45e9-9b00-d43489985f0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646461142924,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:19:14.037Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:19:14.037Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-05T06:19:14.037Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c8c2f79-c842-45e9-9b00-d43489985f0c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646461144750,
  "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-03-05T06:19:14.045Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:19:14.049Z||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-03-05T06:19:14.049Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:19:14.051Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1c8c2f79-c842-45e9-9b00-d43489985f0c
2022-03-05T06:19:14.051Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c8c2f79-c842-45e9-9b00-d43489985f0c 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-03-05T06:19:14.066Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-05T06:19:14.066Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c8c2f79-c842-45e9-9b00-d43489985f0c",
  "consumerID": "clamp",
  "timestamp": 1646461145594,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:19:14.066Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:19:14.067Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-05T06:19:14.067Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c8c2f79-c842-45e9-9b00-d43489985f0c",
  "consumerID": "clamp",
  "timestamp": 1646461147604,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-05T06:19:14.067Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:19:14.067Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-05T06:19:14.067Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c8c2f79-c842-45e9-9b00-d43489985f0c",
  "consumerID": "clamp",
  "timestamp": 1646461148607,
  "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-03-05T06:19:14.075Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1c8c2f79-c842-45e9-9b00-d43489985f0c
2022-03-05T06:19:14.075Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c8c2f79-c842-45e9-9b00-d43489985f0c 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-03-05T06:19:14.083Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:19:14.084Z||pool-55-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:19:14.945Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:19:14.946Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:19:14.949Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:19:14.949Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1c8c2f79-c842-45e9-9b00-d43489985f0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461153292,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:19:15.049Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:19:15.050Z||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-03-05T06:19:15.051Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:19:15.068Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:19:15.069Z||pool-56-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-05T06:19:15.951Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "1c8c2f79-c842-45e9-9b00-d43489985f0c",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "71c465ee-006a-47f0-aa29-db2d2ddf1632",
  "serviceDescription": "service",
  "serviceInvariantUUID": "669f7cc8-978f-4309-9d06-e332518045e7",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "29d49c50-8633-4f71-90e6-ce00a8d4c70b",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "bb074165-3892-4f96-9712-ed2d9fcd1fc7",
      "resourceInvariantUUID": "015cc062-0a36-4ce2-b8af-ff4ae842eaf3",
      "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": "OGEwZjI4MTJlOTkxMmMwNThlMzc2ODgwNjRjNDkwOWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "80a12eb0-055b-4f02-a18b-4b5b42abc492"
    }
  ],
  "workloadContext": "Production"
}
2022-03-05T06:19:15.951Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-05T06:19:15.951Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 71c465ee-006a-47f0-aa29-db2d2ddf1632 ASDC
2022-03-05T06:19:15.952Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:1c8c2f79-c842-45e9-9b00-d43489985f0c
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:71c465ee-006a-47f0-aa29-db2d2ddf1632
ServiceInvariantUUID:669f7cc8-978f-4309-9d06-e332518045e7
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:80a12eb0-055b-4f02-a18b-4b5b42abc492
ArtifactChecksum:OGEwZjI4MTJlOTkxMmMwNThlMzc2ODgwNjRjNDkwOWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:29d49c50-8633-4f71-90e6-ce00a8d4c70b
ResourceInvariantUUID:015cc062-0a36-4ce2-b8af-ff4ae842eaf3
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:bb074165-3892-4f96-9712-ed2d9fcd1fc7
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-03-05T06:19:15.952Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 71c465ee-006a-47f0-aa29-db2d2ddf1632 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-03-05T06:19:15.979Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-05T06:19:15.980Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-05T06:19:15.980Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-05T06:19:15.980Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 80a12eb0-055b-4f02-a18b-4b5b42abc492 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-05T06:19:15.980Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-05T06:19:15.981Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-05T06:19:16.355Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-05T06:19:16.357Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 80a12eb0-055b-4f02-a18b-4b5b42abc492 52510
2022-03-05T06:19:16.358Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-05T06:19:16.358Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-05T06:19:16.358Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-05T06:19:16.358Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:19:16.360Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:19:16.360Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1c8c2f79-c842-45e9-9b00-d43489985f0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461156358,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:19:16.460Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:19:16.461Z||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-03-05T06:19:16.461Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:19:16.476Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:19:16.477Z||pool-57-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:19:17.361Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-05T06:19:17.362Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-05T06:19:17.362Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 80a12eb0-055b-4f02-a18b-4b5b42abc492, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-05T06:19:17.362Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-05T06:19:17.363Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-05T06:19:17.363Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-05T06:19:17.491Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13029407888239091730/Definitions/service-BasicNetwork-template.yml
2022-03-05T06:19:18.027Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-05T06:19:18.028Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-05T06:19:18.028Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-05T06:19:18.028Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-05T06:19:18.028Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-05T06:19:18.028Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-05T06:19:18.028Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-05T06:19:18.028Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-05T06:19:18.028Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-05T06:19:18.029Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-05T06:19:18.029Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-05T06:19:18.029Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-05T06:19:18.029Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-05T06:19:18.029Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:19:18.029Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:19:18.030Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-05T06:19:18.030Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-05T06:19:18.030Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-05T06:19:18.030Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:19:18.030Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:19:18.030Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-05T06:19:18.031Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-05T06:19:18.031Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-05T06:19:18.031Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:19:18.031Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:19:18.031Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:19:18.031Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:19:18.032Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:19:18.032Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:19:18.032Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:19:18.032Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:19:18.033Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:19:18.033Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:19:18.033Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:71c465ee-006a-47f0-aa29-db2d2ddf1632
Model Version:NULL
Model InvariantUuid:669f7cc8-978f-4309-9d06-e332518045e7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:015cc062-0a36-4ce2-b8af-ff4ae842eaf3
Model UUID:e40000d7-d8da-4da3-814a-ff91121f7c69
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:29d49c50-8633-4f71-90e6-ce00a8d4c70b
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-03-05T06:19:18.040Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: bb074165-3892-4f96-9712-ed2d9fcd1fc7
2022-03-05T06:19:18.040Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||No resources found for Service: 71c465ee-006a-47f0-aa29-db2d2ddf1632
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-03-05T06:19:18.046Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||
2022-03-05T06:19:18.046Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-03-05T06:19:18.047Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 71c465ee-006a-47f0-aa29-db2d2ddf1632
2022-03-05T06:19:18.047Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 71c465ee-006a-47f0-aa29-db2d2ddf1632
2022-03-05T06:19:18.047Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-03-05T06:19:18.047Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-05T06:19:18.051Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@67d1758f, org.onap.sdc.toscaparser.api.parameters.Input@3b0c76c, org.onap.sdc.toscaparser.api.parameters.Input@ff30f9f, org.onap.sdc.toscaparser.api.parameters.Input@3f27d8a0, org.onap.sdc.toscaparser.api.parameters.Input@5336afc6]
2022-03-05T06:19:18.052Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:19:18.053Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:19:18.053Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:19:18.053Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:19:18.053Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 71c465ee-006a-47f0-aa29-db2d2ddf1632: Generic NeutronNet
2022-03-05T06:19:18.053Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:19:18.054Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:19:18.054Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:19:18.054Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-03-05T06:19:18.082Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:19:18.083Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:19:18.083Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:19:18.083Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:19:18.083Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:19:18.084Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:19:18.084Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-05T06:19:18.143Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-03-05T06:19:18.144Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-05T06:19:18.144Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-05T06:19:18.145Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-05T06:19:18.145Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:19:18.148Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:19:18.148Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1c8c2f79-c842-45e9-9b00-d43489985f0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461158144,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-05T06:19:18.248Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:19:18.249Z||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-03-05T06:19:18.249Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:19:18.265Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:19:18.266Z||pool-58-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:19:19.149Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c8c2f79-c842-45e9-9b00-d43489985f0c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-05T06:19:19.163Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c8c2f79-c842-45e9-9b00-d43489985f0c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-05T06:19:19.166Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-05T06:19:19.167Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-05T06:19:19.167Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-05T06:19:19.167Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-05T06:19:19.167Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-05T06:19:19.167Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-05T06:19:19.167Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-05T06:19:19.167Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-05T06:19:19.167Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-05T06:19:19.168Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-05T06:19:19.168Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-05T06:19:19.174Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-05T06:19:49.174Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1c8c2f79-c842-45e9-9b00-d43489985f0c 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-03-05T06:19:49.179Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1c8c2f79-c842-45e9-9b00-d43489985f0c and serviceModelVersionId: 71c465ee-006a-47f0-aa29-db2d2ddf1632
2022-03-05T06:19:49.179Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 669f7cc8-978f-4309-9d06-e332518045e7
2022-03-05T06:19:49.180Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/669f7cc8-978f-4309-9d06-e332518045e7/model-vers/model-ver/71c465ee-006a-47f0-aa29-db2d2ddf1632?depth=0
2022-03-05T06:19:49.184Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-05T06:19:49.231Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/669f7cc8-978f-4309-9d06-e332518045e7/model-vers/model-ver/71c465ee-006a-47f0-aa29-db2d2ddf1632?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-03-05T06:19:49.233Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/669f7cc8-978f-4309-9d06-e332518045e7/model-vers/model-ver/71c465ee-006a-47f0-aa29-db2d2ddf1632?depth=0|INFO|500||Invoke
2022-03-05T06:19:49.253Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/669f7cc8-978f-4309-9d06-e332518045e7/model-vers/model-ver/71c465ee-006a-47f0-aa29-db2d2ddf1632?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-05T06:19:49.567Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/669f7cc8-978f-4309-9d06-e332518045e7/model-vers/model-ver/71c465ee-006a-47f0-aa29-db2d2ddf1632?depth=0|INFO|500||InvokeReturn
2022-03-05T06:19:49.568Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/669f7cc8-978f-4309-9d06-e332518045e7/model-vers/model-ver/71c465ee-006a-47f0-aa29-db2d2ddf1632?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220305-06:19:49:121-10365], vertex-id=[430120], Content-Length=[0], Date=[Sat, 05 Mar 2022 06:19:49 GMT], Content-Type=[application/json]}
2022-03-05T06:19:49.568Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-03-05T06:19:49.569Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-05T06:19:49.569Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-05T06:19:49.574Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-05T06:19:49.575Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1c8c2f79-c842-45e9-9b00-d43489985f0c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-05T06:19:49.575Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-05T06:19:49.575Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:19:49.578Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:19:49.579Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1c8c2f79-c842-45e9-9b00-d43489985f0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461189575,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-05T06:19:49.678Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-05T06:19:49.678Z||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-03-05T06:19:49.678Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:19:49.694Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:19:49.695Z||pool-59-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-05T06:20:13.292Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:20:13.293Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|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-03-05T06:20:13.293Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:20:13.295Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:20:13.295Z||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-03-05T06:20:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:20:13.445Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:20:13.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-05T06:20:13.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c8c2f79-c842-45e9-9b00-d43489985f0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461153292,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:20:13.446Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:20:19.194Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:20:19.195Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:20:19.195Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"8c1f6efd-e0f5-4695-85c5-bdbae1d6db13","serviceName":"Demo_pNF_Nrh7Dzr22KdjwAxF8A0I","serviceVersion":"1.0","serviceUUID":"055b82e2-cdc4-4bd4-81d6-7519dbdf28e2","serviceDescription":"catalog service description","serviceInvariantUUID":"e5c65de6-1995-40aa-b5b9-036ca0e1c1b4","resources":[{"resourceInstanceName":"pNF 3e5d34a7-d815 0","resourceName":"pNF 3e5d34a7-d815","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6f0dd1b2-fed4-4e46-a327-d74f9942e485","resourceInvariantUUID":"0eba56cc-1c6e-4e40-aa5b-b25c5e3f6b39","resourceCustomizationUUID":"af724493-6ec9-4b47-a687-66529b7051bb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/vf-license-model.xml","artifactChecksum":"ODI2OTRlMjExM2Q0MDQzM2JjYTMzOGEwMDJkNzQ4YzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"42ca61ac-db99-455e-8054-63c25f7ec052","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/pNF.csar","artifactChecksum":"ZDIyYzhkMmY0MmI2NDQ4Y2IwZjkyOTY3OWRmMzFlMGI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"073f7592-6719-4242-9b8a-130039a87bab","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d6f09e7d-0a98-40a9-98ca-0e76a855892f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/vendor-license-model.xml","artifactChecksum":"NTU4YWEyMGI3YmQzMzYxNjZkMWI0ZjY5NTcwYWRjMDc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5a6623b2-0894-462f-9ab0-fe1bf375d279","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fc95462a-4338-4ae3-a812-93c27692310c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0be3114c-3419-4b8b-8581-fab11367715e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNrh7dzr22kdjwaxf8a0i-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-template.yml","artifactChecksum":"OTJhZmZiOTU1NDE1MGYxZmE3NTExNTU3Yzc5MjcyMjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"62a93d23-396b-4852-937f-534f6d70ec7a","artifactVersion":"1"},{"artifactName":"service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar","artifactChecksum":"NTAyNjMyZDEwNzQxNTAwOWM1NDlmMTcxNGJmNjcxODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"83703c7e-cd7a-46c1-af17-ab30a22fd15f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-05T06:20:19.197Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:20:19.198Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:20:19.200Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:20:19.201Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461213292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:20:19.301Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:20:19.302Z||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-03-05T06:20:19.302Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:20:19.317Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:20:19.318Z||pool-60-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:20:20.201Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:20:20.202Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:20:20.204Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:20:20.205Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461213292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:20:20.304Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-05T06:20:20.305Z||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-03-05T06:20:20.306Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:20:20.327Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:20:20.327Z||pool-61-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:20:21.205Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:20:21.206Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:20:21.208Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:20:21.209Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461213292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:20:21.309Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:20:21.310Z||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-03-05T06:20:21.310Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:20:21.323Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:20:21.324Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:20:22.209Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:20:22.210Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:20:22.212Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:20:22.212Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461213292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:20:22.312Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:20:22.313Z||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-03-05T06:20:22.313Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:20:22.326Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:20:22.327Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-05T06:20:23.213Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:20:23.214Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:20:23.216Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:20:23.217Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461213292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:20:23.316Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-05T06:20:23.317Z||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-03-05T06:20:23.317Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:20:23.333Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:20:23.334Z||pool-64-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:20:24.217Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:20:24.218Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:20:24.220Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:20:24.220Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461213292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:20:24.320Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:20:24.321Z||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-03-05T06:20:24.321Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:20:24.335Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:20:24.335Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:20:25.221Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:20:25.221Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:20:25.223Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:20:25.223Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461213292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:20:25.323Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:20:25.325Z||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-03-05T06:20:25.325Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:20:25.388Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:20:25.388Z||pool-66-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:20:26.224Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:20:26.225Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:20:26.227Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:20:26.227Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461213292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:20:26.329Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-05T06:20:26.330Z||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-03-05T06:20:26.330Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:20:26.362Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:20:26.363Z||pool-67-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:20:27.229Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "serviceName": "Demo_pNF_Nrh7Dzr22KdjwAxF8A0I",
  "serviceVersion": "1.0",
  "serviceUUID": "055b82e2-cdc4-4bd4-81d6-7519dbdf28e2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e5c65de6-1995-40aa-b5b9-036ca0e1c1b4",
  "resources": [
    {
      "resourceInstanceName": "pNF 3e5d34a7-d815 0",
      "resourceCustomizationUUID": "af724493-6ec9-4b47-a687-66529b7051bb",
      "resourceName": "pNF 3e5d34a7-d815",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6f0dd1b2-fed4-4e46-a327-d74f9942e485",
      "resourceInvariantUUID": "0eba56cc-1c6e-4e40-aa5b-b25c5e3f6b39",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar",
      "artifactChecksum": "NTAyNjMyZDEwNzQxNTAwOWM1NDlmMTcxNGJmNjcxODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "83703c7e-cd7a-46c1-af17-ab30a22fd15f"
    }
  ],
  "workloadContext": "Production"
}
2022-03-05T06:20:27.229Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-05T06:20:27.229Z|1c8c2f79-c842-45e9-9b00-d43489985f0c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 055b82e2-cdc4-4bd4-81d6-7519dbdf28e2 ASDC
2022-03-05T06:20:27.229Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:8c1f6efd-e0f5-4695-85c5-bdbae1d6db13
ServiceName:Demo_pNF_Nrh7Dzr22KdjwAxF8A0I
ServiceVersion:1.0
ServiceUUID:055b82e2-cdc4-4bd4-81d6-7519dbdf28e2
ServiceInvariantUUID:e5c65de6-1995-40aa-b5b9-036ca0e1c1b4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar
ArtifactUUID:83703c7e-cd7a-46c1-af17-ab30a22fd15f
ArtifactChecksum:NTAyNjMyZDEwNzQxNTAwOWM1NDlmMTcxNGJmNjcxODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 3e5d34a7-d815 0
ResourceCustomizationUUID:af724493-6ec9-4b47-a687-66529b7051bb
ResourceInvariantUUID:0eba56cc-1c6e-4e40-aa5b-b25c5e3f6b39
ResourceName:pNF 3e5d34a7-d815
ResourceType:PNF
ResourceUUID:6f0dd1b2-fed4-4e46-a327-d74f9942e485
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-05T06:20:27.229Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 055b82e2-cdc4-4bd4-81d6-7519dbdf28e2 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-03-05T06:20:27.393Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-05T06:20:27.394Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-05T06:20:27.394Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-05T06:20:27.395Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 83703c7e-cd7a-46c1-af17-ab30a22fd15f from URL: /sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar
2022-03-05T06:20:27.395Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-05T06:20:27.395Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar
2022-03-05T06:20:27.571Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-05T06:20:27.575Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar 83703c7e-cd7a-46c1-af17-ab30a22fd15f 82648
2022-03-05T06:20:27.575Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar ASDC sendASDCNotification
2022-03-05T06:20:27.575Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar
2022-03-05T06:20:27.575Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-05T06:20:27.575Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:20:27.577Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:20:27.577Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461227575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:20:27.678Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:20:27.678Z||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-03-05T06:20:27.679Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:20:27.693Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:20:27.693Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:20:28.578Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-05T06:20:28.580Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-05T06:20:28.581Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 83703c7e-cd7a-46c1-af17-ab30a22fd15f, URL: /sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar to file: /app/ASDC/1/service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar
2022-03-05T06:20:28.584Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar
2022-03-05T06:20:28.585Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar
2022-03-05T06:20:28.585Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar
2022-03-05T06:20:28.749Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7013067066938928698/Definitions/service-DemoPnfNrh7dzr22kdjwaxf8a0i-template.yml
2022-03-05T06:20:29.564Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-05T06:20:29.564Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-05T06:20:29.564Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar
2022-03-05T06:20:29.564Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-05T06:20:29.565Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3e5d34a7-d815 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-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar
2022-03-05T06:20:29.565Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||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-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar
2022-03-05T06:20:29.565Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar
2022-03-05T06:20:29.565Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||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-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar
2022-03-05T06:20:29.565Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar
2022-03-05T06:20:29.565Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar
2022-03-05T06:20:29.565Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar
2022-03-05T06:20:29.565Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-05T06:20:29.565Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:20:29.566Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Nrh7Dzr22KdjwAxF8A0I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:20:29.566Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Node template pNF 3e5d34a7-d815 0 is matching search criteria
2022-03-05T06:20:29.566Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-05T06:20:29.566Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 3e5d34a7-d815 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-05T06:20:29.567Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:20:29.567Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Nrh7Dzr22KdjwAxF8A0I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:20:29.567Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Node template pNF 3e5d34a7-d815 0 is matching search criteria
2022-03-05T06:20:29.567Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-05T06:20:29.567Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 3e5d34a7-d815 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-05T06:20:29.567Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:20:29.567Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Nrh7Dzr22KdjwAxF8A0I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:20:29.568Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:20:29.568Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Nrh7Dzr22KdjwAxF8A0I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:20:29.568Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:20:29.569Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Nrh7Dzr22KdjwAxF8A0I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:20:29.569Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:20:29.569Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Nrh7Dzr22KdjwAxF8A0I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:20:29.569Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:20:29.569Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Nrh7Dzr22KdjwAxF8A0I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:20:29.570Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Nrh7Dzr22KdjwAxF8A0I
Description:catalog service description
Model UUID:055b82e2-cdc4-4bd4-81d6-7519dbdf28e2
Model Version:NULL
Model InvariantUuid:e5c65de6-1995-40aa-b5b9-036ca0e1c1b4
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-03-05T06:20:29.575Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6f0dd1b2-fed4-4e46-a327-d74f9942e485
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-03-05T06:20:29.578Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||pNF 3e5d34a7-d815 0
2022-03-05T06:20:29.579Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6f0dd1b2-fed4-4e46-a327-d74f9942e485
2022-03-05T06:20:29.579Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 055b82e2-cdc4-4bd4-81d6-7519dbdf28e2
2022-03-05T06:20:29.579Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 055b82e2-cdc4-4bd4-81d6-7519dbdf28e2
2022-03-05T06:20:29.579Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3e5d34a7-d815 0 6f0dd1b2-fed4-4e46-a327-d74f9942e485 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-03-05T06:20:29.584Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@299eadc4, org.onap.sdc.toscaparser.api.parameters.Input@4ebc6a34, org.onap.sdc.toscaparser.api.parameters.Input@7c3172ce, org.onap.sdc.toscaparser.api.parameters.Input@3dfc2411, org.onap.sdc.toscaparser.api.parameters.Input@61505ee7]
2022-03-05T06:20:29.584Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:20:29.584Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Nrh7Dzr22KdjwAxF8A0I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:20:29.584Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 055b82e2-cdc4-4bd4-81d6-7519dbdf28e2: pNF 3e5d34a7-d815
2022-03-05T06:20:29.585Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||Processing PNF resource: 6f0dd1b2-fed4-4e46-a327-d74f9942e485
2022-03-05T06:20:29.585Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:20:29.585Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Nrh7Dzr22KdjwAxF8A0I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:20:29.585Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||Resource customization UUID: af724493-6ec9-4b47-a687-66529b7051bb is the same as notified resource customizationUUID: af724493-6ec9-4b47-a687-66529b7051bb
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-03-05T06:20:29.722Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 3e5d34a7-d815 6f0dd1b2-fed4-4e46-a327-d74f9942e485 0 ASDC deployResourceStructure
2022-03-05T06:20:29.722Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar ASDC sendASDCNotification
2022-03-05T06:20:29.722Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar
2022-03-05T06:20:29.722Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-05T06:20:29.723Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:20:29.725Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:20:29.725Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461229722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-05T06:20:29.825Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:20:29.826Z||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-03-05T06:20:29.826Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:20:29.841Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:20:29.841Z||pool-69-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:20:30.725Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8c1f6efd-e0f5-4695-85c5-bdbae1d6db13
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-05T06:20:30.749Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8c1f6efd-e0f5-4695-85c5-bdbae1d6db13
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-05T06:20:30.752Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-05T06:20:30.752Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-05T06:20:30.752Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-05T06:21:00.753Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8c1f6efd-e0f5-4695-85c5-bdbae1d6db13
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-05T06:21:00.764Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8c1f6efd-e0f5-4695-85c5-bdbae1d6db13
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-05T06:21:00.766Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-05T06:21:00.766Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-05T06:21:00.766Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-05T06:21:13.295Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:21:13.295Z||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-03-05T06:21:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:21:13.331Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:21:13.332Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-05T06:21:13.332Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c8c2f79-c842-45e9-9b00-d43489985f0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461153292,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:21:13.333Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:21:13.333Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-05T06:21:13.333Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c8c2f79-c842-45e9-9b00-d43489985f0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461156358,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:21:13.333Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:21:13.333Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-05T06:21:13.333Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c8c2f79-c842-45e9-9b00-d43489985f0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461158144,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-05T06:21:13.334Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:21:13.334Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-05T06:21:13.334Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c8c2f79-c842-45e9-9b00-d43489985f0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461189575,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-05T06:21:13.334Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:21:30.766Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8c1f6efd-e0f5-4695-85c5-bdbae1d6db13
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-05T06:21:30.776Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8c1f6efd-e0f5-4695-85c5-bdbae1d6db13
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-05T06:21:30.778Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-05T06:21:30.778Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-05T06:21:30.778Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-05T06:22:00.779Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8c1f6efd-e0f5-4695-85c5-bdbae1d6db13
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-05T06:22:00.821Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8c1f6efd-e0f5-4695-85c5-bdbae1d6db13
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-05T06:22:00.834Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-05T06:22:00.834Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-05T06:22:00.835Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-05T06:22:13.295Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:22:13.297Z||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-03-05T06:22:13.298Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:22:13.323Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:22:13.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461213292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "cds",
  "timestamp": 1646461210714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646461209372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "policy-id",
  "timestamp": 1646461210254,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "clamp",
  "timestamp": 1646461219269,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461213292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "cds",
  "timestamp": 1646461210714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646461209372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "policy-id",
  "timestamp": 1646461210254,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "clamp",
  "timestamp": 1646461219269,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461213292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "cds",
  "timestamp": 1646461210714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "policy-id",
  "timestamp": 1646461210254,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646461209372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "clamp",
  "timestamp": 1646461219269,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461213292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "cds",
  "timestamp": 1646461210714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "policy-id",
  "timestamp": 1646461210254,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646461209372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "aai-ml",
  "timestamp": 1646461220658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "clamp",
  "timestamp": 1646461219269,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461213292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "cds",
  "timestamp": 1646461210714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646461209372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "policy-id",
  "timestamp": 1646461210254,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.356Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "aai-ml",
  "timestamp": 1646461220658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.356Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646461222924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.356Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "clamp",
  "timestamp": 1646461219269,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.357Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461213292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.357Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "cds",
  "timestamp": 1646461210714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.357Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "policy-id",
  "timestamp": 1646461210254,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.357Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646461209372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-05T06:22:13.358Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "aai-ml",
  "timestamp": 1646461220658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.358Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646461222924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.358Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "clamp",
  "timestamp": 1646461219269,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.359Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461213292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.359Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "policy-id",
  "timestamp": 1646461210254,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.360Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646461209372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.360Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "cds",
  "timestamp": 1646461210714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.360Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "aai-ml",
  "timestamp": 1646461220658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.361Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646461222924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.361Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "clamp",
  "timestamp": 1646461219269,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.361Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461213292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:22:13.362Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "cds",
  "timestamp": 1646461210714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:22:13.362Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "policy-id",
  "timestamp": 1646461210254,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:22:13.362Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646461209372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.362Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "aai-ml",
  "timestamp": 1646461220658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.363Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646461222924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.363Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "clamp",
  "timestamp": 1646461219269,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:22:13.363Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "aai-ml",
  "timestamp": 1646461220658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "cds",
  "timestamp": 1646461227565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:22:13.364Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:22:13.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461227575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:22:13.365Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:22:13.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646461222924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.365Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646461227355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:22:13.365Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:22:13.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "policy-id",
  "timestamp": 1646461227764,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:22:13.366Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:22:13.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "aai-ml",
  "timestamp": 1646461220658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.366Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "cds",
  "timestamp": 1646461228576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-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-03-05T06:22:13.378Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8c1f6efd-e0f5-4695-85c5-bdbae1d6db13
2022-03-05T06:22:13.379Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c1f6efd-e0f5-4695-85c5-bdbae1d6db13 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-03-05T06:22:13.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646461222924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.401Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "policy-id",
  "timestamp": 1646461228769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-05T06:22:13.401Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:22:13.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646461228632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-05T06:22:13.401Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:22:13.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "aai-ml",
  "timestamp": 1646461220658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:22:13.402Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646461228904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.402Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646461222924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.402Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461229722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-05T06:22:13.403Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:22:13.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "policy-id",
  "timestamp": 1646461229779,
  "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-03-05T06:22:13.414Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8c1f6efd-e0f5-4695-85c5-bdbae1d6db13
2022-03-05T06:22:13.414Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c1f6efd-e0f5-4695-85c5-bdbae1d6db13 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-03-05T06:22:13.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646461229639,
  "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-03-05T06:22:13.439Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 8c1f6efd-e0f5-4695-85c5-bdbae1d6db13
2022-03-05T06:22:13.439Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c1f6efd-e0f5-4695-85c5-bdbae1d6db13 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-03-05T06:22:13.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646461228904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "aai-ml",
  "timestamp": 1646461229570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:22:13.456Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:22:13.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "clamp",
  "timestamp": 1646461230614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:22:13.456Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:22:13.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646461222924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:22:13.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646461228904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646461228904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "clamp",
  "timestamp": 1646461232626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-05T06:22:13.457Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:22:13.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646461228904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "clamp",
  "timestamp": 1646461233630,
  "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-03-05T06:22:13.462Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8c1f6efd-e0f5-4695-85c5-bdbae1d6db13
2022-03-05T06:22:13.463Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c1f6efd-e0f5-4695-85c5-bdbae1d6db13 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-03-05T06:22:13.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.477Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646461228904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/resourceInstances/pnf3e5d34a7d8150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.477Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.477Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646461228904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.478Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.478Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "aai-ml",
  "timestamp": 1646461234785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-05T06:22:13.478Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:22:13.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.478Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646461228904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:22:13.478Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.479Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "aai-ml",
  "timestamp": 1646461235790,
  "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-03-05T06:22:13.495Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8c1f6efd-e0f5-4695-85c5-bdbae1d6db13
2022-03-05T06:22:13.496Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c1f6efd-e0f5-4695-85c5-bdbae1d6db13 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-03-05T06:22:13.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646461237756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:22:13.510Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:22:13.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646461239624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNrh7dzr22kdjwaxf8a0i/1.0/artifacts/service-DemoPnfNrh7dzr22kdjwaxf8a0i-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-05T06:22:13.511Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:22:13.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646461240628,
  "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-03-05T06:22:13.517Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8c1f6efd-e0f5-4695-85c5-bdbae1d6db13
2022-03-05T06:22:13.518Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c1f6efd-e0f5-4695-85c5-bdbae1d6db13 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-03-05T06:22:13.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "cds",
  "timestamp": 1646461255714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.536Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646461262924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646461258904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646461262924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-05T06:22:13.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646461258904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "cds",
  "timestamp": 1646461255714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646461258904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "cds",
  "timestamp": 1646461255714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646461262924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-05T06:22:13.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646461258904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646461262924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-05T06:22:13.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "cds",
  "timestamp": 1646461255714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646461258904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646461262924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-05T06:22:13.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "cds",
  "timestamp": 1646461255714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646461258904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646461262924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "cds",
  "timestamp": 1646461255714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646461269370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.545Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "policy-id",
  "timestamp": 1646461270254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.545Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646461258904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.546Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646461262924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-05T06:22:13.546Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "cds",
  "timestamp": 1646461255714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.546Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646461269370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.547Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "policy-id",
  "timestamp": 1646461270254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.547Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646461258904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.547Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646461262924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.548Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "cds",
  "timestamp": 1646461255714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.548Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646461269370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.549Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "policy-id",
  "timestamp": 1646461270254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:22:13.549Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646461258904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:22:13.549Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646461262924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:22:13.550Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:13.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:22:13.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "cds",
  "timestamp": 1646461255714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:22:13.550Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:22:30.835Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8c1f6efd-e0f5-4695-85c5-bdbae1d6db13
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-05T06:22:30.899Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8c1f6efd-e0f5-4695-85c5-bdbae1d6db13
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-05T06:22:30.903Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-05T06:22:30.903Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-05T06:22:30.903Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-05T06:22:30.904Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-05T06:22:30.904Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-05T06:22:30.904Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-05T06:22:30.904Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-05T06:22:30.904Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-05T06:22:30.905Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-05T06:22:30.905Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-05T06:22:30.905Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-05T06:22:30.905Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-05T06:22:30.928Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-05T06:23:00.929Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8c1f6efd-e0f5-4695-85c5-bdbae1d6db13 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-03-05T06:23:00.937Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8c1f6efd-e0f5-4695-85c5-bdbae1d6db13 and serviceModelVersionId: 055b82e2-cdc4-4bd4-81d6-7519dbdf28e2
2022-03-05T06:23:00.938Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e5c65de6-1995-40aa-b5b9-036ca0e1c1b4
2022-03-05T06:23:00.939Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e5c65de6-1995-40aa-b5b9-036ca0e1c1b4/model-vers/model-ver/055b82e2-cdc4-4bd4-81d6-7519dbdf28e2?depth=0
2022-03-05T06:23:00.946Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-05T06:23:01.004Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5c65de6-1995-40aa-b5b9-036ca0e1c1b4/model-vers/model-ver/055b82e2-cdc4-4bd4-81d6-7519dbdf28e2?depth=0|INFO|500||Invoke
2022-03-05T06:23:01.005Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5c65de6-1995-40aa-b5b9-036ca0e1c1b4/model-vers/model-ver/055b82e2-cdc4-4bd4-81d6-7519dbdf28e2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5c65de6-1995-40aa-b5b9-036ca0e1c1b4/model-vers/model-ver/055b82e2-cdc4-4bd4-81d6-7519dbdf28e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8c1f6efd-e0f5-4695-85c5-bdbae1d6db13], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d1ab0e5c-5f87-4a93-87e3-2e5f8f3a08a1], X-ECOMP-RequestID=[8c1f6efd-e0f5-4695-85c5-bdbae1d6db13], X-TransactionId=[], X-ONAP-RequestID=[8c1f6efd-e0f5-4695-85c5-bdbae1d6db13], Content-Type=[application/merge-patch+json]}
2022-03-05T06:23:01.033Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5c65de6-1995-40aa-b5b9-036ca0e1c1b4/model-vers/model-ver/055b82e2-cdc4-4bd4-81d6-7519dbdf28e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-05T06:23:01.360Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5c65de6-1995-40aa-b5b9-036ca0e1c1b4/model-vers/model-ver/055b82e2-cdc4-4bd4-81d6-7519dbdf28e2?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/e5c65de6-1995-40aa-b5b9-036ca0e1c1b4/model-vers/model-ver/055b82e2-cdc4-4bd4-81d6-7519dbdf28e2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220305-06:23:00:908-66525], vertex-id=[225400], Content-Length=[0], Date=[Sat, 05 Mar 2022 06:23:00 GMT], Content-Type=[application/json]}
2022-03-05T06:23:01.360Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5c65de6-1995-40aa-b5b9-036ca0e1c1b4/model-vers/model-ver/055b82e2-cdc4-4bd4-81d6-7519dbdf28e2?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-05T06:23:01.361Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5c65de6-1995-40aa-b5b9-036ca0e1c1b4/model-vers/model-ver/055b82e2-cdc4-4bd4-81d6-7519dbdf28e2?depth=0|INFO|500||InvokeReturn
2022-03-05T06:23:01.362Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-05T06:23:01.362Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-05T06:23:01.368Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-05T06:23:01.369Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8c1f6efd-e0f5-4695-85c5-bdbae1d6db13 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-05T06:23:01.369Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-05T06:23:01.370Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:23:01.372Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:23:01.373Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461381369,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-05T06:23:01.473Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-05T06:23:01.474Z||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-03-05T06:23:01.474Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:23:01.489Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:23:01.489Z||pool-70-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-03-05T06:23:02.387Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:23:02.388Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|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-03-05T06:23:02.388Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:23:06.771Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:23:06.772Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:23:06.772Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"ee75afc3-4b87-49ac-9489-b664bb11a41b","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"2be2d266-85a2-4475-94ef-0c4c6cffeb79","serviceDescription":"service","serviceInvariantUUID":"3daaf1b6-eaa0-4e4a-8212-79e9e07e36c0","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a792c4c5-ca58-44a7-9c1e-48e64646c5c7","resourceInvariantUUID":"b27117ff-9e24-4e10-819a-b22a985c7d46","resourceCustomizationUUID":"3362f3a7-719d-4f13-990a-f8da52e3c3f9","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":"ZmI5NDYxNDU3YjY4YjZlNTIxYzczZDlkNmFiNGVmOTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9714fa46-5b29-49c4-893e-6970ad000a6b","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":"07e9e547-212a-4fbd-a570-9858f35ddae1","artifactVersion":"2","generatedFromUUID":"99ee2a10-913c-47d5-97bb-f38b24484354"},{"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":"99ee2a10-913c-47d5-97bb-f38b24484354","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":"Mjg2MTgzODMwMDljMzEwMzkxYjI2MjJhY2E1YzUyMDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"afad500e-32ba-4155-9317-b6f5e41aea47","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":"a9f7d043-a869-411a-8f1b-356d0afee6c4","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":"cf1929d8-4c8f-49ef-8f9d-5f92a8ad329f","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":"585192fd-703d-4093-900e-be84e2ab9879","artifactVersion":"2","generatedFromUUID":"a9f7d043-a869-411a-8f1b-356d0afee6c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MTU3NWJlMDljZjk0MWNiYWVlMWI4NmIxMjUzNTYxZmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d4b3cb50-948b-4490-9f7d-3dbf5373b172","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ODk4YjY2ZTE5Y2EwMmJkM2FlODU4MGE3N2IyM2ZlOWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55235d11-6333-4e2f-a1b3-8b0370f1ee87","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-05T06:23:06.775Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:23:06.776Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:23:06.778Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:23:06.778Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461382387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:23:06.878Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:23:06.879Z||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-03-05T06:23:06.879Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:23:06.909Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:23:06.910Z||pool-71-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:23:07.778Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:23:07.781Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:23:07.782Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:23:07.782Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461382387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-05T06:23:07.883Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:23:07.884Z||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-03-05T06:23:07.884Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:23:07.909Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:23:07.910Z||pool-72-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:23:08.783Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:23:08.785Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:23:08.787Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:23:08.787Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461382387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-05T06:23:08.888Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:23:08.889Z||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-03-05T06:23:08.889Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:23:08.901Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:23:08.902Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:23:09.788Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:23:09.789Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:23:09.791Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:23:09.791Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461382387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-05T06:23:09.891Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:23:09.892Z||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-03-05T06:23:09.892Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:23:09.905Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:23:09.905Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:23:10.791Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:23:10.792Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:23:10.794Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:23:10.794Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461382387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-05T06:23:10.894Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:23:10.895Z||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-03-05T06:23:10.895Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:23:10.909Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:23:10.909Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:23:11.795Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:23:11.796Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:23:11.798Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:23:11.798Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461382387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:23:11.898Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:23:11.899Z||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-03-05T06:23:11.899Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:23:11.919Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:23:11.920Z||pool-76-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:23:12.799Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:23:12.800Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:23:12.801Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:23:12.802Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461382387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-05T06:23:12.902Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:23:12.902Z||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-03-05T06:23:12.903Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:23:12.915Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:23:12.915Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:23:13.295Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:23:13.295Z||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-03-05T06:23:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:23:13.320Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:23:13.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:23:13.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646461269370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:23:13.322Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:23:13.802Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:23:13.803Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:23:13.806Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:23:13.806Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461382387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:23:13.906Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:23:13.907Z||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-03-05T06:23:13.907Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:23:13.919Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:23:13.920Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:23:14.806Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:23:14.807Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:23:14.809Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:23:14.809Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461382387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:23:14.909Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:23:14.910Z||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-03-05T06:23:14.911Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:23:14.946Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:23:14.953Z||pool-79-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:23:15.810Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "2be2d266-85a2-4475-94ef-0c4c6cffeb79",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3daaf1b6-eaa0-4e4a-8212-79e9e07e36c0",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "3362f3a7-719d-4f13-990a-f8da52e3c3f9",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a792c4c5-ca58-44a7-9c1e-48e64646c5c7",
      "resourceInvariantUUID": "b27117ff-9e24-4e10-819a-b22a985c7d46",
      "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": "07e9e547-212a-4fbd-a570-9858f35ddae1",
          "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": "99ee2a10-913c-47d5-97bb-f38b24484354",
          "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": "Mjg2MTgzODMwMDljMzEwMzkxYjI2MjJhY2E1YzUyMDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "afad500e-32ba-4155-9317-b6f5e41aea47",
          "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": "a9f7d043-a869-411a-8f1b-356d0afee6c4",
          "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": "585192fd-703d-4093-900e-be84e2ab9879",
            "generatedFromUUID": "a9f7d043-a869-411a-8f1b-356d0afee6c4"
          },
          "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": "585192fd-703d-4093-900e-be84e2ab9879",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ODk4YjY2ZTE5Y2EwMmJkM2FlODU4MGE3N2IyM2ZlOWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "55235d11-6333-4e2f-a1b3-8b0370f1ee87"
    }
  ],
  "workloadContext": "Production"
}
2022-03-05T06:23:15.811Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-05T06:23:15.811Z|8c1f6efd-e0f5-4695-85c5-bdbae1d6db13|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 2be2d266-85a2-4475-94ef-0c4c6cffeb79 ASDC
2022-03-05T06:23:15.812Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:ee75afc3-4b87-49ac-9489-b664bb11a41b
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:2be2d266-85a2-4475-94ef-0c4c6cffeb79
ServiceInvariantUUID:3daaf1b6-eaa0-4e4a-8212-79e9e07e36c0
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:55235d11-6333-4e2f-a1b3-8b0370f1ee87
ArtifactChecksum:ODk4YjY2ZTE5Y2EwMmJkM2FlODU4MGE3N2IyM2ZlOWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:3362f3a7-719d-4f13-990a-f8da52e3c3f9
ResourceInvariantUUID:b27117ff-9e24-4e10-819a-b22a985c7d46
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:a792c4c5-ca58-44a7-9c1e-48e64646c5c7
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:07e9e547-212a-4fbd-a570-9858f35ddae1
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:99ee2a10-913c-47d5-97bb-f38b24484354
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:afad500e-32ba-4155-9317-b6f5e41aea47
ArtifactChecksum:Mjg2MTgzODMwMDljMzEwMzkxYjI2MjJhY2E1YzUyMDE=
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:a9f7d043-a869-411a-8f1b-356d0afee6c4
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:585192fd-703d-4093-900e-be84e2ab9879
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:585192fd-703d-4093-900e-be84e2ab9879
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-05T06:23:15.813Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2be2d266-85a2-4475-94ef-0c4c6cffeb79 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-03-05T06:23:15.867Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-05T06:23:15.868Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-05T06:23:15.868Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-05T06:23:15.868Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 55235d11-6333-4e2f-a1b3-8b0370f1ee87 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-05T06:23:15.868Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-05T06:23:15.869Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-05T06:23:16.226Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-05T06:23:16.231Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 55235d11-6333-4e2f-a1b3-8b0370f1ee87 68959
2022-03-05T06:23:16.232Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-05T06:23:16.232Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-05T06:23:16.232Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-05T06:23:16.233Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:23:16.236Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:23:16.236Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461396232,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:23:16.336Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:23:16.337Z||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-03-05T06:23:16.337Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:23:16.355Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:23:16.355Z||pool-80-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:23:17.236Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-05T06:23:17.238Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-05T06:23:17.238Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 55235d11-6333-4e2f-a1b3-8b0370f1ee87, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-05T06:23:17.238Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-03-05T06:23:17.239Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-05T06:23:17.239Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-05T06:23:17.381Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16077386167501053587/Definitions/service-BasicCnf-template.yml
2022-03-05T06:23:18.596Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-05T06:23:18.597Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-05T06:23:18.597Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-05T06:23:18.597Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-03-05T06:23:18.597Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||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-03-05T06:23:18.597Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||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-03-05T06:23:18.597Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-05T06:23:18.597Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||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-03-05T06:23:18.598Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-05T06:23:18.598Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:23:18.598Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:23:18.598Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-05T06:23:18.599Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-05T06:23:18.599Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-05T06:23:18.599Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:23:18.599Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:23:18.600Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-05T06:23:18.600Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-05T06:23:18.600Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-05T06:23:18.600Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:23:18.601Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:23:18.601Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:23:18.601Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-05T06:23:18.601Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-03-05T06:23:18.601Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria
2022-03-05T06:23:18.602Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-05T06:23:18.602Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:23:18.602Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-05T06:23:18.603Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:23:18.603Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-05T06:23:18.603Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:23:18.603Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:23:18.603Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-05T06:23:18.603Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:23:18.604Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:23:18.604Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-05T06:23:18.604Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:23:18.604Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:23:18.604Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-05T06:23:18.605Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-05T06:23:18.605Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=18c50a27-2ded-478e-9f8f-fe5a5eb623d4
2022-03-05T06:23:18.605Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:23:18.605Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:23:18.605Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:23:18.606Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:23:18.606Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:23:18.606Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:23:18.606Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:23:18.606Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:23:18.607Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:2be2d266-85a2-4475-94ef-0c4c6cffeb79
Model Version:NULL
Model InvariantUuid:3daaf1b6-eaa0-4e4a-8212-79e9e07e36c0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:82596100-3d25-4708-9757-df9f2ac009f8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b27117ff-9e24-4e10-819a-b22a985c7d46
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3362f3a7-719d-4f13-990a-f8da52e3c3f9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:99676198-d63b-4623-aa87-f21f78f207bb
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:f5f69178-eff3-4ce2-8a77-404fe26fa049
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:18c50a27-2ded-478e-9f8f-fe5a5eb623d4
ModelInvariantUuid:a62e8ec1-f892-47c3-b5e9-e92f71e2c056
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:c3f70e40-9914-4eca-a4ac-4cb4c1b88f6e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:220251b0-c797-44f5-a13f-8afc72c7ce9b
ModelInvariantUuid:709c4229-e4b8-41ce-af58-ed39bd0ff066
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:f5bf4231-ae56-40e5-a6d8-0a29e42ecf7b
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-03-05T06:23:18.612Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: a792c4c5-ca58-44a7-9c1e-48e64646c5c7
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-03-05T06:23:18.615Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||basic_cnf 0
2022-03-05T06:23:18.615Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a792c4c5-ca58-44a7-9c1e-48e64646c5c7
2022-03-05T06:23:18.615Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 07e9e547-212a-4fbd-a570-9858f35ddae1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-05T06:23:18.615Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-05T06:23:18.616Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||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-03-05T06:23:18.766Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-05T06:23:18.766Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 07e9e547-212a-4fbd-a570-9858f35ddae1 12
2022-03-05T06:23:18.767Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||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-03-05T06:23:18.767Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||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-03-05T06:23:18.767Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-05T06:23:18.767Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:23:18.769Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:23:18.769Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461398767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:23:18.869Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:23:18.870Z||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-03-05T06:23:18.870Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:23:18.912Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:23:18.913Z||pool-81-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:23:19.770Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 99ee2a10-913c-47d5-97bb-f38b24484354 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-05T06:23:19.770Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-05T06:23:19.770Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||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-03-05T06:23:20.178Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-05T06:23:20.178Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 99ee2a10-913c-47d5-97bb-f38b24484354 2688
2022-03-05T06:23:20.179Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||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-03-05T06:23:20.179Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||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-03-05T06:23:20.179Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-05T06:23:20.179Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:23:20.181Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:23:20.181Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461400179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:23:20.282Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-05T06:23:20.283Z||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-03-05T06:23:20.283Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:23:20.308Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:23:20.308Z||pool-82-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-03-05T06:23:21.183Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: afad500e-32ba-4155-9317-b6f5e41aea47 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-05T06:23:21.183Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-05T06:23:21.183Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||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-03-05T06:23:21.294Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-05T06:23:21.295Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json afad500e-32ba-4155-9317-b6f5e41aea47 828
2022-03-05T06:23:21.295Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||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-03-05T06:23:21.295Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||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-03-05T06:23:21.295Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-05T06:23:21.296Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:23:21.297Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:23:21.297Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461401295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:23:21.397Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-05T06:23:21.398Z||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-03-05T06:23:21.398Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:23:21.411Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:23:21.412Z||pool-83-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:23:22.298Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "99676198-d63b-4623-aa87-f21f78f207bb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f5f69178-eff3-4ce2-8a77-404fe26fa049",
    "vfModuleModelCustomizationUUID": "ea459d58-85a1-4462-8274-8502c89aa369",
    "isBase": true,
    "artifacts": [
      "a9f7d043-a869-411a-8f1b-356d0afee6c4",
      "99ee2a10-913c-47d5-97bb-f38b24484354",
      "585192fd-703d-4093-900e-be84e2ab9879"
    ],
    "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-03-05T06:23:22.302Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f5f69178-eff3-4ce2-8a77-404fe26fa049
VfModuleModelInvariantUUID:99676198-d63b-4623-aa87-f21f78f207bb
VfModuleModelDescription:NULL
Artifacts UUID List:{
a9f7d043-a869-411a-8f1b-356d0afee6c4
,
99ee2a10-913c-47d5-97bb-f38b24484354
,
585192fd-703d-4093-900e-be84e2ab9879

}
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-03-05T06:23:22.304Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "99676198-d63b-4623-aa87-f21f78f207bb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f5f69178-eff3-4ce2-8a77-404fe26fa049",
    "vfModuleModelCustomizationUUID": "ea459d58-85a1-4462-8274-8502c89aa369",
    "isBase": true,
    "artifacts": [
      "a9f7d043-a869-411a-8f1b-356d0afee6c4",
      "99ee2a10-913c-47d5-97bb-f38b24484354",
      "585192fd-703d-4093-900e-be84e2ab9879"
    ],
    "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-03-05T06:23:22.304Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f5f69178-eff3-4ce2-8a77-404fe26fa049
VfModuleModelInvariantUUID:99676198-d63b-4623-aa87-f21f78f207bb
VfModuleModelDescription:NULL
Artifacts UUID List:{
a9f7d043-a869-411a-8f1b-356d0afee6c4
,
99ee2a10-913c-47d5-97bb-f38b24484354
,
585192fd-703d-4093-900e-be84e2ab9879

}
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-03-05T06:23:22.304Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a9f7d043-a869-411a-8f1b-356d0afee6c4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-05T06:23:22.304Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-05T06:23:22.304Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||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-03-05T06:23:22.647Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-05T06:23:22.647Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml a9f7d043-a869-411a-8f1b-356d0afee6c4 1164
2022-03-05T06:23:22.648Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||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-03-05T06:23:22.648Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||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-03-05T06:23:22.648Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-05T06:23:22.648Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:23:22.650Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:23:22.650Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461402647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:23:22.751Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:23:22.752Z||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-03-05T06:23:22.752Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:23:22.783Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:23:22.783Z||pool-84-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-03-05T06:23:23.651Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 585192fd-703d-4093-900e-be84e2ab9879 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-05T06:23:23.651Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-05T06:23:23.652Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||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-03-05T06:23:24.263Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-05T06:23:24.264Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 585192fd-703d-4093-900e-be84e2ab9879 200
2022-03-05T06:23:24.264Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||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-03-05T06:23:24.264Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||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-03-05T06:23:24.264Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-05T06:23:24.264Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:23:24.267Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:23:24.267Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461404264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:23:24.367Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:23:24.368Z||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-03-05T06:23:24.368Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:23:24.386Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:23:24.387Z||pool-85-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:23:25.267Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 2be2d266-85a2-4475-94ef-0c4c6cffeb79
2022-03-05T06:23:25.268Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 a792c4c5-ca58-44a7-9c1e-48e64646c5c7 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=?
2022-03-05T06:23:25.282Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select 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-03-05T06:23:25.289Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@295899f5, org.onap.sdc.toscaparser.api.parameters.Input@704f683d, org.onap.sdc.toscaparser.api.parameters.Input@4addef6a, org.onap.sdc.toscaparser.api.parameters.Input@96b5bd, org.onap.sdc.toscaparser.api.parameters.Input@6dec136b]
2022-03-05T06:23:25.291Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:23:25.291Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:23:25.291Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-03-05T06:23:25.292Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 3362f3a7-719d-4f13-990a-f8da52e3c3f9
2022-03-05T06:23:25.292Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3362f3a7-719d-4f13-990a-f8da52e3c3f9 matches Tosca VF Customization UUID: 3362f3a7-719d-4f13-990a-f8da52e3c3f9
2022-03-05T06:23:25.292Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 3362f3a7-719d-4f13-990a-f8da52e3c3f9  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-03-05T06:23:25.295Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:23:25.296Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:23:25.296Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 3362f3a7-719d-4f13-990a-f8da52e3c3f9: {\"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-03-05T06:23:25.297Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@76e4ebfe
2022-03-05T06:23:25.297Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:23:25.297Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-05T06:23:25.297Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ea459d58-85a1-4462-8274-8502c89aa369
2022-03-05T06:23:25.297Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ea459d58-85a1-4462-8274-8502c89aa369
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-03-05T06:23:25.299Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:23:25.299Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-05T06:23:25.300Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:23:25.300Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:23:25.300Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-05T06:23:25.300Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:23:25.300Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:23:25.300Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-05T06:23:25.300Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-05T06:23:25.301Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=18c50a27-2ded-478e-9f8f-fe5a5eb623d4
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-03-05T06:23:25.302Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:23:25.303Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-05T06:23:25.303Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:23:25.303Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:23:25.303Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-05T06:23:25.303Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=3362f3a7-719d-4f13-990a-f8da52e3c3f9
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-03-05T06:23:25.305Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:23:25.305Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:23:25.305Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 2be2d266-85a2-4475-94ef-0c4c6cffeb79: basic_cnf
2022-03-05T06:23:25.305Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:23:25.305Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:23:25.305Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:23:25.305Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:23:25.306Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:23:25.306Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:23:25.306Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:23:25.306Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:23:25.306Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-05T06:23:25.306Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:23:25.306Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||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-03-05T06:23:25.376Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf a792c4c5-ca58-44a7-9c1e-48e64646c5c7 1 ASDC deployResourceStructure
2022-03-05T06:23:25.377Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||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-03-05T06:23:25.377Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||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-03-05T06:23:25.377Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-05T06:23:25.378Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:23:25.380Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:23:25.380Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461405376,
  "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-03-05T06:23:25.480Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:23:25.481Z||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-03-05T06:23:25.482Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:23:25.498Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:23:25.499Z||pool-86-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:23:26.381Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||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-03-05T06:23:26.382Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||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-03-05T06:23:26.382Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-05T06:23:26.382Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:23:26.384Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:23:26.384Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461406381,
  "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-03-05T06:23:26.484Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:23:26.486Z||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-03-05T06:23:26.486Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:23:26.602Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:23:26.603Z||pool-87-thread-1|||||INFO|500||cambria reply ok (118 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:23:27.384Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||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-03-05T06:23:27.385Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||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-03-05T06:23:27.385Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-05T06:23:27.385Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:23:27.387Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:23:27.388Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461407384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-05T06:23:27.487Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-05T06:23:27.489Z||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-03-05T06:23:27.489Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:23:27.586Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:23:27.587Z||pool-88-thread-1|||||INFO|500||cambria reply ok (99 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:23:28.389Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||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-03-05T06:23:28.389Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||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-03-05T06:23:28.389Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-05T06:23:28.390Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:23:28.392Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:23:28.393Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461408388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-05T06:23:28.493Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:23:28.494Z||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-03-05T06:23:28.494Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:23:28.507Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:23:28.507Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:23:29.393Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||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-03-05T06:23:29.394Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||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-03-05T06:23:29.395Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-05T06:23:29.395Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:23:29.399Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:23:29.399Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461409393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-05T06:23:29.497Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-05T06:23:29.498Z||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-03-05T06:23:29.498Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:23:29.510Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:23:29.511Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:23:30.400Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-05T06:23:30.401Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-05T06:23:30.401Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-05T06:23:30.401Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:23:30.404Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:23:30.404Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461410400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-05T06:23:30.504Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:23:30.505Z||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-03-05T06:23:30.505Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:23:30.564Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:23:30.565Z||pool-91-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":1,"count":1}
2022-03-05T06:23:31.405Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee75afc3-4b87-49ac-9489-b664bb11a41b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-05T06:23:31.427Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee75afc3-4b87-49ac-9489-b664bb11a41b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-05T06:23:31.430Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-05T06:23:31.430Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-05T06:23:31.430Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-05T06:24:01.431Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee75afc3-4b87-49ac-9489-b664bb11a41b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-05T06:24:01.445Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee75afc3-4b87-49ac-9489-b664bb11a41b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-05T06:24:01.448Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-05T06:24:01.448Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-05T06:24:01.449Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-05T06:24:13.295Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:24:13.295Z||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-03-05T06:24:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:24:13.333Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:24:13.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "policy-id",
  "timestamp": 1646461270254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:24:13.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:24:13.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646461269370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:24:13.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:24:13.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "policy-id",
  "timestamp": 1646461270254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-05T06:24:13.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:24:13.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646461274967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:24:13.336Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:24:13.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "cds",
  "timestamp": 1646461275044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:24:13.336Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:24:13.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646461275070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:24:13.336Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:24:13.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646461269370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:24:13.336Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:24:13.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "policy-id",
  "timestamp": 1646461270254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:24:13.337Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:24:13.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "cds",
  "timestamp": 1646461276049,
  "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-03-05T06:24:13.350Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ee75afc3-4b87-49ac-9489-b664bb11a41b
2022-03-05T06:24:13.350Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee75afc3-4b87-49ac-9489-b664bb11a41b 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-03-05T06:24:13.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646461276239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:24:13.378Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:24:13.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646461269370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:24:13.379Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:24:13.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "policy-id",
  "timestamp": 1646461270254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:24:13.379Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:24:13.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.380Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646461277352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-05T06:24:13.380Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:24:13.380Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.380Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646461269370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:24:13.380Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:24:13.380Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.380Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646461277564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:24:13.380Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:24:13.380Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.381Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "policy-id",
  "timestamp": 1646461270254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:24:13.381Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:24:13.381Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.381Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646461278357,
  "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-03-05T06:24:13.425Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ee75afc3-4b87-49ac-9489-b664bb11a41b
2022-03-05T06:24:13.426Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee75afc3-4b87-49ac-9489-b664bb11a41b 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-03-05T06:24:13.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646461269370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:24:13.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:24:13.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646461278867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:24:13.457Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:24:13.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "policy-id",
  "timestamp": 1646461270254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:24:13.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:24:13.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "clamp",
  "timestamp": 1646461279269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:24:13.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:24:13.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646461279930,
  "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-03-05T06:24:13.465Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ee75afc3-4b87-49ac-9489-b664bb11a41b
2022-03-05T06:24:13.465Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee75afc3-4b87-49ac-9489-b664bb11a41b 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-03-05T06:24:13.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.483Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "policy-id",
  "timestamp": 1646461280083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:24:13.483Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:24:13.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.483Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "clamp",
  "timestamp": 1646461279269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:24:13.483Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:24:13.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.483Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646461280937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-05T06:24:13.483Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:24:13.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.484Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "policy-id",
  "timestamp": 1646461281088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-05T06:24:13.484Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:24:13.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.484Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "clamp",
  "timestamp": 1646461279269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:24:13.484Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:24:13.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.484Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "policy-id",
  "timestamp": 1646461282091,
  "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-03-05T06:24:13.498Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ee75afc3-4b87-49ac-9489-b664bb11a41b
2022-03-05T06:24:13.498Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee75afc3-4b87-49ac-9489-b664bb11a41b 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-03-05T06:24:13.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "aai-ml",
  "timestamp": 1646461280658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:24:13.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:24:13.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "clamp",
  "timestamp": 1646461279269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-05T06:24:13.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:24:13.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "aai-ml",
  "timestamp": 1646461280658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:24:13.545Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:24:13.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "clamp",
  "timestamp": 1646461279269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:24:13.546Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:24:13.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "aai-ml",
  "timestamp": 1646461280658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:24:13.547Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:24:13.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "clamp",
  "timestamp": 1646461279269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:24:13.548Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:24:13.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "aai-ml",
  "timestamp": 1646461280658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:24:13.548Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:24:13.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "clamp",
  "timestamp": 1646461279269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:24:13.549Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:24:13.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "aai-ml",
  "timestamp": 1646461280658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:24:13.549Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:24:13.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "clamp",
  "timestamp": 1646461279269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:24:13.550Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:24:13.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "aai-ml",
  "timestamp": 1646461280658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:24:13.550Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:24:13.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "clamp",
  "timestamp": 1646461279269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:24:13.551Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:24:13.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "aai-ml",
  "timestamp": 1646461280658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:24:13.552Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:24:13.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "aai-ml",
  "timestamp": 1646461280658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:24:13.552Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:24:13.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "aai-ml",
  "timestamp": 1646461280658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:24:13.553Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:24:13.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "aai-ml",
  "timestamp": 1646461290745,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:24:13.553Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:24:13.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "clamp",
  "timestamp": 1646461298632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:24:13.553Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:24:13.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "clamp",
  "timestamp": 1646461300641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-05T06:24:13.554Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:24:13.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "aai-ml",
  "timestamp": 1646461300328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-05T06:24:13.554Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:24:13.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "clamp",
  "timestamp": 1646461301644,
  "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-03-05T06:24:13.596Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ee75afc3-4b87-49ac-9489-b664bb11a41b
2022-03-05T06:24:13.596Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee75afc3-4b87-49ac-9489-b664bb11a41b 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-03-05T06:24:13.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-05T06:24:13.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "aai-ml",
  "timestamp": 1646461301343,
  "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-03-05T06:24:13.628Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ee75afc3-4b87-49ac-9489-b664bb11a41b
2022-03-05T06:24:13.629Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee75afc3-4b87-49ac-9489-b664bb11a41b 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-03-05T06:24:31.449Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee75afc3-4b87-49ac-9489-b664bb11a41b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-05T06:24:31.460Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee75afc3-4b87-49ac-9489-b664bb11a41b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-05T06:24:31.468Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-05T06:24:31.468Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-05T06:24:31.468Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-05T06:24:31.468Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-05T06:24:31.468Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-05T06:24:31.468Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-05T06:24:31.468Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-05T06:24:31.469Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-05T06:24:31.469Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-05T06:24:31.469Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-05T06:24:31.469Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-05T06:24:31.477Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-05T06:25:01.478Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ee75afc3-4b87-49ac-9489-b664bb11a41b 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-03-05T06:25:01.485Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ee75afc3-4b87-49ac-9489-b664bb11a41b and serviceModelVersionId: 2be2d266-85a2-4475-94ef-0c4c6cffeb79
2022-03-05T06:25:01.485Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3daaf1b6-eaa0-4e4a-8212-79e9e07e36c0
2022-03-05T06:25:01.486Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3daaf1b6-eaa0-4e4a-8212-79e9e07e36c0/model-vers/model-ver/2be2d266-85a2-4475-94ef-0c4c6cffeb79?depth=0
2022-03-05T06:25:01.489Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-05T06:25:01.524Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3daaf1b6-eaa0-4e4a-8212-79e9e07e36c0/model-vers/model-ver/2be2d266-85a2-4475-94ef-0c4c6cffeb79?depth=0|INFO|500||Invoke
2022-03-05T06:25:01.525Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3daaf1b6-eaa0-4e4a-8212-79e9e07e36c0/model-vers/model-ver/2be2d266-85a2-4475-94ef-0c4c6cffeb79?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3daaf1b6-eaa0-4e4a-8212-79e9e07e36c0/model-vers/model-ver/2be2d266-85a2-4475-94ef-0c4c6cffeb79?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ee75afc3-4b87-49ac-9489-b664bb11a41b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b178a0ea-c1de-4086-aed0-9e4255030ec8], X-ECOMP-RequestID=[ee75afc3-4b87-49ac-9489-b664bb11a41b], X-TransactionId=[], X-ONAP-RequestID=[ee75afc3-4b87-49ac-9489-b664bb11a41b], Content-Type=[application/merge-patch+json]}
2022-03-05T06:25:01.552Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3daaf1b6-eaa0-4e4a-8212-79e9e07e36c0/model-vers/model-ver/2be2d266-85a2-4475-94ef-0c4c6cffeb79?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-05T06:25:02.046Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3daaf1b6-eaa0-4e4a-8212-79e9e07e36c0/model-vers/model-ver/2be2d266-85a2-4475-94ef-0c4c6cffeb79?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/3daaf1b6-eaa0-4e4a-8212-79e9e07e36c0/model-vers/model-ver/2be2d266-85a2-4475-94ef-0c4c6cffeb79?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220305-06:25:01:429-69696], vertex-id=[205032], Content-Length=[0], Date=[Sat, 05 Mar 2022 06:25:01 GMT], Content-Type=[application/json]}
2022-03-05T06:25:02.047Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3daaf1b6-eaa0-4e4a-8212-79e9e07e36c0/model-vers/model-ver/2be2d266-85a2-4475-94ef-0c4c6cffeb79?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-05T06:25:02.047Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3daaf1b6-eaa0-4e4a-8212-79e9e07e36c0/model-vers/model-ver/2be2d266-85a2-4475-94ef-0c4c6cffeb79?depth=0|INFO|500||InvokeReturn
2022-03-05T06:25:02.048Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-05T06:25:02.048Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-05T06:25:02.052Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-05T06:25:02.053Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ee75afc3-4b87-49ac-9489-b664bb11a41b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-05T06:25:02.053Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-05T06:25:02.053Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:25:02.055Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:25:02.055Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461502053,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-05T06:25:02.155Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:25:02.156Z||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-03-05T06:25:02.156Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:25:02.174Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:25:02.174Z||pool-92-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-05T06:25:03.071Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:25:03.073Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|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-03-05T06:25:03.073Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:25:12.642Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:25:12.643Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:25:12.644Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|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-03-05T06:25:12.644Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:25:13.295Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:25:13.295Z||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-03-05T06:25:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:25:13.333Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:25:13.333Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-05T06:25:13.334Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1f6efd-e0f5-4695-85c5-bdbae1d6db13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461381369,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-05T06:25:13.334Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:25:13.334Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-05T06:25:13.334Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461382387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:25:13.335Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:25:13.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-05T06:25:13.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461382387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-05T06:25:13.335Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:25:13.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-05T06:25:13.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461382387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-05T06:25:13.335Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:25:13.336Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-05T06:25:13.336Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461382387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-05T06:25:13.336Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:25:13.336Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-05T06:25:13.336Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461382387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-05T06:25:13.336Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:25:13.337Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-05T06:25:13.337Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461382387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:25:13.337Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:25:13.337Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-05T06:25:13.337Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461382387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-05T06:25:13.338Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:25:22.186Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:25:22.188Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:25:22.188Z||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-03-05T06:25:22.189Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:25:31.765Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:25:31.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:25:31.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-03-05T06:25:31.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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:25:41.317Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:26:13.292Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:26:13.293Z||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-03-05T06:26:13.293Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:26:13.295Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:26:13.296Z||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-03-05T06:26:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:26:13.349Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:26:13.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-05T06:26:13.350Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461382387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-05T06:26:13.351Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:26:13.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-05T06:26:13.351Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461382387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-05T06:26:13.351Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-05T06:26:13.352Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-05T06:26:13.352Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461396232,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:26:13.352Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:26:13.352Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-05T06:26:13.352Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461398767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:26:13.352Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:26:13.352Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-05T06:26:13.352Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461400179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:26:13.353Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:26:13.353Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-05T06:26:13.353Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461401295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:26:13.353Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:26:13.353Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-05T06:26:13.353Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461402647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:26:13.353Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:26:13.354Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-05T06:26:13.354Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461404264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-05T06:26:13.354Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:26:13.354Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-05T06:26:13.354Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461405376,
  "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-03-05T06:26:13.355Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:26:13.355Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-05T06:26:13.355Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461406381,
  "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-03-05T06:26:13.356Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:26:13.356Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-05T06:26:13.356Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461407384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-05T06:26:13.356Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:26:13.356Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-05T06:26:13.356Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461408388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-05T06:26:13.356Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:26:13.357Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-05T06:26:13.357Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461409393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-05T06:26:13.357Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:26:13.357Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-05T06:26:13.357Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461410400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-05T06:26:13.358Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:26:22.891Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:27:13.293Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:27:13.294Z||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-03-05T06:27:13.294Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:27:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:27:13.295Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|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-03-05T06:27:13.295Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:27:13.843Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:27:13.845Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:27:13.845Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee75afc3-4b87-49ac-9489-b664bb11a41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646461502053,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-05T06:27:13.848Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:27:22.858Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:28:13.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:28:13.294Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:28:13.296Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|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-03-05T06:28:13.296Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T06:28:13.296Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:28:13.296Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:28:22.852Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:28:22.856Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:29:13.292Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:29:13.293Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T06:29:13.293Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:29:13.295Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:29:13.296Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|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-03-05T06:29:13.296Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:29:22.849Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:29:22.856Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:30:13.292Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:30:13.293Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T06:30:13.293Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:30:13.295Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:30:13.295Z||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-03-05T06:30:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:30:22.842Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:30:22.844Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:31:13.292Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:31:13.293Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T06:31:13.293Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:31:13.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:31:13.295Z||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-03-05T06:31:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:31:22.845Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:31:22.845Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:32:13.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:32:13.294Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T06:32:13.294Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:32:13.295Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:32:13.297Z||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-03-05T06:32:13.297Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:32:22.843Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:32:22.849Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:33:13.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:33:13.295Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:33:13.296Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T06:33:13.296Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|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-03-05T06:33:13.296Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:33:13.296Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:33:22.874Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:33:22.876Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:34:13.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:34:13.294Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T06:34:13.294Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:34:13.294Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:34:13.295Z||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-03-05T06:34:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:34:22.872Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:34:22.872Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:35:13.292Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:35:13.293Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T06:35:13.293Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:35:13.294Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:35:13.295Z|e8caa5e8-592d-408b-b30b-73019054fb63|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-03-05T06:35:13.295Z|e8caa5e8-592d-408b-b30b-73019054fb63|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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:35:22.857Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:35:22.864Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:36:13.292Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:36:13.293Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T06:36:13.293Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:36:13.295Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:36:13.295Z||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-03-05T06:36:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:36:22.861Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:36:22.861Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:37:13.292Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:37:13.294Z||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-03-05T06:37:13.294Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:37:13.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:37:13.295Z||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-03-05T06:37:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:37:22.869Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:37:22.873Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:38:13.292Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:38:13.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:38:13.294Z||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-03-05T06:38:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:38:13.295Z||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-03-05T06:38:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:38:22.872Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:38:22.872Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:39:13.293Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:39:13.294Z||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-03-05T06:39:13.294Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:39:13.294Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:39:13.295Z||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-03-05T06:39:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:39:22.848Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:39:22.850Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:40:13.293Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:40:13.294Z||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-03-05T06:40:13.294Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:40:13.294Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:40:13.295Z|872be3f6-1a0c-4489-bddd-56665120a751|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-03-05T06:40:13.295Z|872be3f6-1a0c-4489-bddd-56665120a751|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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:40:22.852Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:40:22.852Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:41:13.293Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:41:13.294Z||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-03-05T06:41:13.294Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:41:13.294Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:41:13.295Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|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-03-05T06:41:13.295Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:41:22.850Z|ee75afc3-4b87-49ac-9489-b664bb11a41b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:41:22.852Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:42:13.292Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:42:13.293Z||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-03-05T06:42:13.293Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:42:13.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:42:13.295Z||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-03-05T06:42:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:42:22.837Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:42:22.837Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:43:13.292Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:43:13.293Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T06:43:13.293Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:43:13.294Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:43:13.296Z||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-03-05T06:43:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:43:22.891Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:43:22.892Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:44:13.292Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:44:13.293Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T06:44:13.293Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:44:13.295Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:44:13.296Z||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-03-05T06:44:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:44:22.857Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:44:22.868Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:45:13.293Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:45:13.294Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T06:45:13.294Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:45:13.295Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:45:13.296Z||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-03-05T06:45:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:45:22.869Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:45:22.873Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:46:13.293Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:46:13.294Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T06:46:13.294Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:46:13.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:46:13.295Z||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-03-05T06:46:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:46:22.857Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:46:22.868Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:47:13.292Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:47:13.293Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T06:47:13.294Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:47:13.294Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:47:13.295Z||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-03-05T06:47:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:47:22.857Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:47:22.862Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:48:13.292Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:48:13.293Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T06:48:13.293Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:48:13.294Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:48:13.295Z||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-03-05T06:48:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:48:22.858Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:48:22.872Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:49:13.292Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:49:13.293Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T06:49:13.294Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:49:13.294Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:49:13.295Z||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-03-05T06:49:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:49:22.860Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:49:22.864Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:49:41.159Z||http-nio-8085-exec-1|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-05T06:50:13.292Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:50:13.293Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T06:50:13.293Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:50:13.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:50:13.295Z||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-03-05T06:50:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T06:50:22.854Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-05T06:50:22.861Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK