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)

2021-09-13T08:51:29.184Z||main|||||INFO|500||The following profiles are active: basic
2021-09-13T08:51:38.591Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-13T08:51:38.592Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-13T08:51:38.673Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-13T08:51:40.818Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-13T08:51:40.967Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-13T08:51:41.276Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-13T08:51:41.279Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-13T08:51:41.359Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-13T08:51:41.520Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-13T08:51:41.872Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-13T08:51:42.823Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-13T08:51:44.759Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-13T08:51:44.815Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-13T08:51:45.221Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-13T08:51:45.468Z||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.
2021-09-13T08:51:46.496Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-13T08:51:47.486Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-09-13T08:51:47.501Z||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$$b1350f81.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)
2021-09-13T08:51:47.501Z||main|||||WARN|500||The sdc end point is not alive
2021-09-13T08:51:50.175Z||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
2021-09-13T08:51:52.494Z||main|||||WARN|500||---
2021-09-13T08:51:52.495Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-13T08:51:52.495Z||main|||||WARN|500||---
2021-09-13T08:51:52.934Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-13T08:51:57.234Z||main|||||INFO|500||Started Application in 32.248 seconds (JVM running for 33.299)
2021-09-13T08:51:57.250Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-13T08:51:57.250Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-13T08:51:57.260Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-13T08:51:57.322Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-13T08:51:57.372Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 75f216d8-6d5b-40bd-b871-239f264727ef url= /sdc/v1/artifactTypes
2021-09-13T08:51:57.373Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-13T08:51:57.632Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-13T08:51:57.648Z||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
2021-09-13T08:51:57.668Z||scheduling-1|||||DEBUG|500||create keys
2021-09-13T08:51:57.675Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-13T08:52:01.891Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:52:01.907Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 58757c77-27ea-44f2-874c-2b697d9cf3d4 url= /sdc/v1/registerForDistribution
2021-09-13T08:52:02.008Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 58757c77-27ea-44f2-874c-2b697d9cf3d4 url= /sdc/v1/registerForDistribution
2021-09-13T08:52:02.009Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-13T08:52:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:52:02.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:52:02.022Z||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.
2021-09-13T08:52:02.022Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T08:52:02.025Z||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.
2021-09-13T08:52:02.026Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T08:52:02.026Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-13T08:52:12.296Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:52:12.298Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:53:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:53:02.016Z||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.
2021-09-13T08:53:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T08:53:02.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:53:02.019Z||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.
2021-09-13T08:53:02.019Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T08:53:11.569Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:53:11.570Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:54:02.015Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:54:02.016Z||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.
2021-09-13T08:54:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T08:54:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:54:02.018Z||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.
2021-09-13T08:54:02.019Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T08:54:11.566Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:54:11.567Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:55:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:55:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:55:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T08:55:02.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:55:02.018Z||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.
2021-09-13T08:55:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T08:55:11.564Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:55:11.570Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:56:02.015Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:56:02.016Z||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.
2021-09-13T08:56:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T08:56:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:56:02.018Z||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.
2021-09-13T08:56:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T08:56:11.565Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:56:11.566Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:57:02.015Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:57:02.017Z||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.
2021-09-13T08:57:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T08:57:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:57:02.018Z||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.
2021-09-13T08:57:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T08:57:11.584Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:57:11.584Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:58:02.015Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:58:02.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:58:02.017Z||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.
2021-09-13T08:58:02.017Z||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.
2021-09-13T08:58:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T08:58:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T08:58:11.565Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:58:11.567Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:59:02.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:59:02.017Z||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.
2021-09-13T08:59:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T08:59:02.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:59:02.020Z||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.
2021-09-13T08:59:02.020Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T08:59:11.563Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:59:11.567Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:00:02.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:00:02.016Z||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.
2021-09-13T09:00:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:00:02.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:00:02.017Z||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.
2021-09-13T09:00:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:00:11.566Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:00:11.567Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:01:02.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:01:02.016Z||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.
2021-09-13T09:01:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:01:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:01:02.017Z||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.
2021-09-13T09:01:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:01:11.568Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:01:11.570Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:01:28.127Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-13T09:02:02.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:02:02.017Z||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.
2021-09-13T09:02:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:02:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:02:02.017Z||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.
2021-09-13T09:02:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:02:11.568Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:02:11.569Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:03:02.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:03:02.016Z||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.
2021-09-13T09:03:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:03:02.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:03:02.018Z||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.
2021-09-13T09:03:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:03:11.565Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:03:11.565Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:04:02.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:04:02.016Z||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.
2021-09-13T09:04:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:04:02.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:04:02.018Z||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.
2021-09-13T09:04:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:04:11.562Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:04:11.564Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:05:02.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:05:02.016Z||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.
2021-09-13T09:05:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:05:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:05:02.018Z||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.
2021-09-13T09:05:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:05:11.568Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:05:11.568Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:06:02.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:06:02.016Z||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.
2021-09-13T09:06:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:06:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:06:02.018Z||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.
2021-09-13T09:06:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:06:11.565Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:06:11.565Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:07:02.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:07:02.016Z||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.
2021-09-13T09:07:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:07:02.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:07:02.017Z||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.
2021-09-13T09:07:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:07:11.559Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:07:11.561Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:08:02.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:08:02.016Z||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.
2021-09-13T09:08:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:08:02.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:08:02.018Z||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.
2021-09-13T09:08:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:08:11.560Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:08:11.561Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:09:02.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:09:02.016Z||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.
2021-09-13T09:09:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:09:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:09:02.018Z||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.
2021-09-13T09:09:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:09:11.562Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:09:11.563Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:10:02.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:10:02.016Z||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.
2021-09-13T09:10:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:10:02.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:10:02.017Z||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.
2021-09-13T09:10:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:10:11.562Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:10:11.563Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:11:02.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:11:02.016Z||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.
2021-09-13T09:11:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:11:02.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:11:02.018Z||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.
2021-09-13T09:11:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:11:11.563Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:11:11.564Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:12:02.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:12:02.016Z||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.
2021-09-13T09:12:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:12:02.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:12:02.017Z||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.
2021-09-13T09:12:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:12:11.563Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:12:11.563Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:13:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:13:02.016Z||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.
2021-09-13T09:13:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:13:02.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:13:02.018Z||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.
2021-09-13T09:13:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:13:11.593Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:13:11.597Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:14:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:14:02.016Z||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.
2021-09-13T09:14:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:14:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:14:02.017Z||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.
2021-09-13T09:14:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:14:11.563Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:14:11.564Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:15:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:15:02.016Z||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.
2021-09-13T09:15:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:15:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:15:02.017Z||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.
2021-09-13T09:15:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:15:11.560Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:15:11.560Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:16:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:16:02.017Z||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.
2021-09-13T09:16:02.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:16:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:16:02.017Z||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.
2021-09-13T09:16:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:16:11.568Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:16:11.569Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:17:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:17:02.016Z||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.
2021-09-13T09:17:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:17:02.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:17:02.018Z||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.
2021-09-13T09:17:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:17:11.563Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:17:11.572Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:18:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:18:02.016Z||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.
2021-09-13T09:18:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:18:02.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:18:02.017Z||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.
2021-09-13T09:18:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:18:11.562Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:18:11.563Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:19:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:19:02.016Z||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.
2021-09-13T09:19:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:19:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:19:02.018Z||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.
2021-09-13T09:19:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:19:11.564Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:19:11.564Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:20:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:20:02.016Z||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.
2021-09-13T09:20:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:20:02.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:20:02.018Z||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.
2021-09-13T09:20:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:20:11.564Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:20:11.564Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:21:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:21:02.016Z||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.
2021-09-13T09:21:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:21:02.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:21:02.018Z||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.
2021-09-13T09:21:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:21:11.554Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:21:11.556Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:22:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:22:02.016Z||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.
2021-09-13T09:22:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:22:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:22:02.018Z||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.
2021-09-13T09:22:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:22:11.563Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:22:11.564Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:23:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:23:02.016Z||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.
2021-09-13T09:23:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:23:02.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:23:02.018Z||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.
2021-09-13T09:23:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:23:11.563Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:23:11.564Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:24:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:24:02.016Z||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.
2021-09-13T09:24:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:24:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:24:02.017Z||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.
2021-09-13T09:24:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:24:11.560Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:24:11.561Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:25:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:25:02.016Z||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.
2021-09-13T09:25:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:25:02.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:25:02.017Z||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.
2021-09-13T09:25:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:25:11.562Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:25:11.562Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:26:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:26:02.016Z||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.
2021-09-13T09:26:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:26:02.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:26:02.018Z||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.
2021-09-13T09:26:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:26:11.559Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:26:11.560Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:27:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:27:02.016Z||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.
2021-09-13T09:27:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:27:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:27:02.017Z||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.
2021-09-13T09:27:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:27:11.562Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:27:11.564Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:28:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:28:02.016Z||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.
2021-09-13T09:28:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:28:02.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:28:02.017Z||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.
2021-09-13T09:28:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:28:11.560Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:28:11.561Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:29:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:29:02.016Z||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.
2021-09-13T09:29:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:29:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:29:02.018Z||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.
2021-09-13T09:29:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:29:11.560Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:29:11.560Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:30:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:30:02.016Z||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.
2021-09-13T09:30:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:30:02.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:30:02.017Z||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.
2021-09-13T09:30:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:30:11.563Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:30:11.575Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:31:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:31:02.016Z||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.
2021-09-13T09:31:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:31:02.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:31:02.018Z||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.
2021-09-13T09:31:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:31:11.561Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:31:11.561Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:32:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:32:02.016Z||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.
2021-09-13T09:32:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:32:02.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:32:02.018Z||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.
2021-09-13T09:32:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:32:11.572Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:32:11.572Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:33:02.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:33:02.016Z||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.
2021-09-13T09:33:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:33:02.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:33:02.019Z||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.
2021-09-13T09:33:02.019Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:33:11.564Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:33:11.564Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:34:02.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:34:02.016Z||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.
2021-09-13T09:34:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:34:02.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:34:02.018Z||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.
2021-09-13T09:34:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:34:11.557Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:34:11.559Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:35:02.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:35:02.016Z||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.
2021-09-13T09:35:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:35:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:35:02.017Z||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.
2021-09-13T09:35:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:35:11.559Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:35:11.581Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:36:02.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:36:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:36:02.017Z||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.
2021-09-13T09:36:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:36:02.017Z||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.
2021-09-13T09:36:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:36:11.563Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:36:11.568Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:37:02.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:37:02.016Z||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.
2021-09-13T09:37:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:37:02.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:37:02.017Z||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.
2021-09-13T09:37:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:37:11.558Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:37:11.558Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:38:02.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:38:02.016Z||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.
2021-09-13T09:38:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:38:02.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:38:02.018Z||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.
2021-09-13T09:38:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:38:11.562Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:38:11.562Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:39:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:39:02.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:39:02.017Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T09:39:02.017Z||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.
2021-09-13T09:39:02.017Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T09:39:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:39:11.563Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:39:11.564Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:40:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:40:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:40:02.018Z||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.
2021-09-13T09:40:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:40:02.018Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T09:40:02.018Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T09:40:11.568Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:40:11.569Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:41:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:41:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T09:41:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T09:41:02.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:41:02.017Z||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.
2021-09-13T09:41:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:41:11.567Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:41:11.567Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:42:02.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:42:02.016Z||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.
2021-09-13T09:42:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:42:02.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:42:02.018Z||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.
2021-09-13T09:42:02.019Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:42:11.560Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:42:11.560Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:43:02.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:43:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:43:02.017Z||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.
2021-09-13T09:43:02.017Z||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.
2021-09-13T09:43:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:43:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:43:11.563Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:43:11.565Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:44:02.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:44:02.016Z||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.
2021-09-13T09:44:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:44:02.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:44:02.017Z||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.
2021-09-13T09:44:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:44:11.562Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:44:11.562Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:45:02.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:45:02.016Z||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.
2021-09-13T09:45:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:45:02.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:45:02.018Z||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.
2021-09-13T09:45:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:45:11.559Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:45:11.560Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:46:02.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:46:02.016Z||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.
2021-09-13T09:46:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:46:02.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:46:02.018Z||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.
2021-09-13T09:46:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:46:11.561Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:46:11.561Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:47:02.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:47:02.016Z||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.
2021-09-13T09:47:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:47:02.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:47:02.017Z||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.
2021-09-13T09:47:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:47:11.562Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:47:11.563Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:48:02.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:48:02.016Z||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.
2021-09-13T09:48:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:48:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:48:02.017Z||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.
2021-09-13T09:48:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:48:11.567Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:48:11.567Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:49:02.015Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:49:02.017Z||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.
2021-09-13T09:49:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:49:02.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:49:02.017Z||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.
2021-09-13T09:49:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:49:11.564Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:49:11.564Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:50:02.015Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:50:02.016Z||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.
2021-09-13T09:50:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:50:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:50:02.018Z||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.
2021-09-13T09:50:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:50:11.557Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:50:11.562Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:51:02.015Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:51:02.016Z||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.
2021-09-13T09:51:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:51:02.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:51:02.017Z||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.
2021-09-13T09:51:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:51:11.561Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:51:11.561Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:52:02.015Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:52:02.016Z||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.
2021-09-13T09:52:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:52:02.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:52:02.017Z||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.
2021-09-13T09:52:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:52:11.559Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:52:11.559Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:53:02.015Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:53:02.016Z||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.
2021-09-13T09:53:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:53:02.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:53:02.018Z||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.
2021-09-13T09:53:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:53:11.563Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:53:11.565Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:54:02.015Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:54:02.016Z||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.
2021-09-13T09:54:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:54:02.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:54:02.017Z||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.
2021-09-13T09:54:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:54:11.561Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:54:11.561Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:55:02.015Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:55:02.016Z||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.
2021-09-13T09:55:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:55:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:55:02.018Z||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.
2021-09-13T09:55:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:55:11.561Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:55:11.562Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:56:02.015Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:56:02.016Z||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.
2021-09-13T09:56:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:56:02.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:56:02.018Z||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.
2021-09-13T09:56:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:56:11.564Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:56:11.564Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:57:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:57:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T09:57:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T09:57:02.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:57:02.018Z||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.
2021-09-13T09:57:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:57:11.560Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:57:11.565Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:58:02.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:58:02.016Z||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.
2021-09-13T09:58:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:58:02.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:58:02.018Z||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.
2021-09-13T09:58:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:58:11.560Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:58:11.566Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:59:02.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:59:02.016Z||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.
2021-09-13T09:59:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:59:02.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:59:02.017Z||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.
2021-09-13T09:59:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:59:11.561Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:59:11.567Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:00:02.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:00:02.016Z||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.
2021-09-13T10:00:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:00:02.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:00:02.017Z||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.
2021-09-13T10:00:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:00:11.561Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:00:11.561Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:01:02.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:01:02.016Z||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.
2021-09-13T10:01:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:01:02.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:01:02.017Z||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.
2021-09-13T10:01:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:01:11.565Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:01:11.566Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:02:02.016Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:02:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:02:02.017Z||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.
2021-09-13T10:02:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:02:02.018Z||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.
2021-09-13T10:02:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:02:11.568Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:02:11.572Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:03:02.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:03:02.016Z||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.
2021-09-13T10:03:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:03:02.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:03:02.018Z||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.
2021-09-13T10:03:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:03:11.560Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:03:11.561Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:04:02.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:04:02.016Z||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.
2021-09-13T10:04:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:04:02.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:04:02.018Z||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.
2021-09-13T10:04:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:04:11.560Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:04:11.561Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:05:02.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:05:02.016Z||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.
2021-09-13T10:05:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:05:02.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:05:02.017Z||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.
2021-09-13T10:05:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:05:11.566Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:05:11.571Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:06:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:06:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T10:06:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T10:06:02.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:06:02.018Z||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.
2021-09-13T10:06:02.019Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:06:11.560Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:06:11.562Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:07:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:07:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T10:07:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T10:07:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:07:02.018Z||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.
2021-09-13T10:07:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:07:11.561Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:07:11.564Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:08:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:08:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T10:08:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T10:08:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:08:02.017Z||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.
2021-09-13T10:08:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:08:11.563Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:08:11.564Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:09:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:09:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T10:09:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T10:09:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:09:02.017Z||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.
2021-09-13T10:09:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:09:11.565Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:09:11.567Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:10:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:10:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T10:10:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T10:10:02.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:10:02.017Z||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.
2021-09-13T10:10:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:10:11.559Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:10:11.589Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:11:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:11:02.016Z||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.
2021-09-13T10:11:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:11:02.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:11:02.018Z||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.
2021-09-13T10:11:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:11:11.560Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:11:11.560Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:12:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:12:02.016Z||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.
2021-09-13T10:12:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:12:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:12:02.018Z||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.
2021-09-13T10:12:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:12:11.563Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:12:11.566Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:13:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:13:02.016Z||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.
2021-09-13T10:13:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:13:02.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:13:02.017Z||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.
2021-09-13T10:13:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:13:11.557Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:13:11.559Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:14:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:14:02.016Z||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.
2021-09-13T10:14:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:14:02.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:14:02.017Z||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.
2021-09-13T10:14:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:14:11.560Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:14:11.560Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:15:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:15:02.016Z||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.
2021-09-13T10:15:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:15:02.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:15:02.017Z||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.
2021-09-13T10:15:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:15:11.559Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:15:11.561Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:16:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:16:02.016Z||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.
2021-09-13T10:16:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:16:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:16:02.018Z||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.
2021-09-13T10:16:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:16:11.559Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:16:11.560Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:17:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:17:02.016Z||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.
2021-09-13T10:17:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:17:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:17:02.018Z||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.
2021-09-13T10:17:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:17:11.558Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:17:11.560Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:18:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:18:02.016Z||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.
2021-09-13T10:18:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:18:02.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:18:02.018Z||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.
2021-09-13T10:18:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:18:11.563Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:18:11.563Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:19:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:19:02.016Z||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.
2021-09-13T10:19:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:19:02.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:19:02.017Z||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.
2021-09-13T10:19:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:19:11.561Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:19:11.561Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:20:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:20:02.016Z||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.
2021-09-13T10:20:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:20:02.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:20:02.017Z||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.
2021-09-13T10:20:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:20:11.562Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:20:11.565Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:21:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:21:02.016Z||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.
2021-09-13T10:21:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:21:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:21:02.017Z||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.
2021-09-13T10:21:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:21:11.557Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:21:11.557Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:22:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:22:02.016Z||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.
2021-09-13T10:22:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:22:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:22:02.017Z||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.
2021-09-13T10:22:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:22:11.557Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:22:11.561Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:23:02.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:23:02.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:23:02.021Z||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.
2021-09-13T10:23:02.021Z||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.
2021-09-13T10:23:02.021Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:23:02.021Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:23:11.573Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:23:11.573Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:24:02.015Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:24:02.016Z||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.
2021-09-13T10:24:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:24:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:24:02.017Z||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.
2021-09-13T10:24:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:24:11.560Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:24:11.561Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:25:02.015Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:25:02.017Z||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.
2021-09-13T10:25:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:25:02.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:25:02.018Z||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.
2021-09-13T10:25:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:25:11.559Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:25:11.561Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:26:02.015Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:26:02.016Z||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.
2021-09-13T10:26:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:26:02.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:26:02.017Z||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.
2021-09-13T10:26:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:26:11.563Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:26:11.563Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:27:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:27:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T10:27:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T10:27:02.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:27:02.018Z||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.
2021-09-13T10:27:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:27:11.560Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:27:11.560Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:28:02.016Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:28:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:28:02.017Z||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.
2021-09-13T10:28:02.017Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T10:28:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:28:02.017Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T10:28:11.562Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:28:11.563Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:29:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:29:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T10:29:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T10:29:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:29:02.017Z||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.
2021-09-13T10:29:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:29:11.555Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:29:11.558Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:30:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:30:02.016Z||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.
2021-09-13T10:30:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:30:02.018Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:30:02.018Z||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.
2021-09-13T10:30:02.019Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:30:11.575Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:30:11.590Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:31:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:31:02.016Z||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.
2021-09-13T10:31:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:31:02.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:31:02.017Z||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.
2021-09-13T10:31:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:31:11.565Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:31:11.565Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:32:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:32:02.016Z||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.
2021-09-13T10:32:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:32:02.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:32:02.017Z||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.
2021-09-13T10:32:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:32:11.559Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:32:11.568Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:33:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:33:02.016Z||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.
2021-09-13T10:33:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:33:02.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:33:02.018Z||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.
2021-09-13T10:33:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:33:11.559Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:33:11.561Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:34:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:34:02.016Z||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.
2021-09-13T10:34:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:34:02.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:34:02.017Z||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.
2021-09-13T10:34:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:34:11.561Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:34:11.562Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:35:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:35:02.016Z||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.
2021-09-13T10:35:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:35:02.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:35:02.018Z||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.
2021-09-13T10:35:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:35:11.566Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:35:11.567Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:36:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:36:02.016Z||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.
2021-09-13T10:36:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:36:02.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:36:02.017Z||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.
2021-09-13T10:36:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:36:11.562Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:36:11.567Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:37:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:37:02.016Z||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.
2021-09-13T10:37:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:37:02.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:37:02.017Z||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.
2021-09-13T10:37:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:37:11.556Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:37:11.557Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:38:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:38:02.016Z||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.
2021-09-13T10:38:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:38:02.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:38:02.017Z||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.
2021-09-13T10:38:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:38:11.554Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:38:11.560Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:39:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:39:02.016Z||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.
2021-09-13T10:39:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:39:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:39:02.017Z||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.
2021-09-13T10:39:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:39:11.560Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:39:11.563Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:40:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:40:02.016Z||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.
2021-09-13T10:40:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:40:02.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:40:02.018Z||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.
2021-09-13T10:40:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:40:11.559Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:40:11.559Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:41:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:41:02.016Z||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.
2021-09-13T10:41:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:41:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:41:02.017Z||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.
2021-09-13T10:41:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:41:11.562Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:41:11.562Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:42:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:42:02.016Z||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.
2021-09-13T10:42:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:42:02.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:42:02.017Z||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.
2021-09-13T10:42:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:42:11.560Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:42:11.561Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:43:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:43:02.016Z||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.
2021-09-13T10:43:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:43:02.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:43:02.017Z||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.
2021-09-13T10:43:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:43:11.558Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:43:11.559Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:44:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:44:02.016Z||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.
2021-09-13T10:44:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:44:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:44:02.018Z||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.
2021-09-13T10:44:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:44:11.558Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:44:11.559Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:45:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:45:02.016Z||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.
2021-09-13T10:45:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:45:02.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:45:02.017Z||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.
2021-09-13T10:45:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:45:11.557Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:45:11.557Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:46:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:46:02.016Z||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.
2021-09-13T10:46:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:46:02.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:46:02.017Z||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.
2021-09-13T10:46:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:46:11.561Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:46:11.561Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:47:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:47:02.016Z||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.
2021-09-13T10:47:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:47:02.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:47:02.017Z||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.
2021-09-13T10:47:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:47:11.558Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:47:11.559Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:48:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:48:02.016Z||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.
2021-09-13T10:48:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:48:02.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:48:02.017Z||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.
2021-09-13T10:48:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:48:11.562Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:48:11.564Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:49:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:49:02.016Z||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.
2021-09-13T10:49:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:49:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:49:02.018Z||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.
2021-09-13T10:49:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:49:11.562Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:49:11.563Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:50:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:50:02.016Z||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.
2021-09-13T10:50:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:50:02.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:50:02.017Z||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.
2021-09-13T10:50:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:50:11.560Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:50:11.562Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:51:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:51:02.016Z||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.
2021-09-13T10:51:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:51:02.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:51:02.017Z||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.
2021-09-13T10:51:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:51:11.565Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:51:11.566Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:52:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:52:02.016Z||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.
2021-09-13T10:52:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:52:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:52:02.017Z||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.
2021-09-13T10:52:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:52:11.559Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:52:11.560Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:53:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:53:02.016Z||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.
2021-09-13T10:53:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:53:02.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:53:02.017Z||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.
2021-09-13T10:53:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:53:11.563Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:53:11.565Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:54:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:54:02.016Z||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.
2021-09-13T10:54:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:54:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:54:02.017Z||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.
2021-09-13T10:54:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:54:11.561Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:54:11.564Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:55:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:55:02.016Z||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.
2021-09-13T10:55:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:55:02.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:55:02.017Z||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.
2021-09-13T10:55:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:55:11.564Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:55:11.565Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:56:02.016Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:56:02.017Z||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.
2021-09-13T10:56:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:56:02.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:56:02.018Z||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.
2021-09-13T10:56:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:56:11.561Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:56:11.561Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:57:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:57:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T10:57:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T10:57:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:57:02.017Z||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.
2021-09-13T10:57:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:57:11.560Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:57:11.560Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:58:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:58:02.017Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T10:58:02.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:58:02.017Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T10:58:02.018Z||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.
2021-09-13T10:58:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:58:11.561Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:58:11.562Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:59:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:59:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T10:59:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T10:59:02.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:59:02.018Z||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.
2021-09-13T10:59:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:59:11.564Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T10:59:11.565Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:00:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:00:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:00:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:00:02.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:00:02.017Z||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.
2021-09-13T11:00:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:00:11.561Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:00:11.561Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:01:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:01:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:01:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:01:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:01:02.017Z||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.
2021-09-13T11:01:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:01:11.560Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:01:11.561Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:02:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:02:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:02:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:02:02.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:02:02.017Z||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.
2021-09-13T11:02:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:02:11.559Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:02:11.560Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:03:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:03:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:03:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:03:02.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:03:02.017Z||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.
2021-09-13T11:03:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:03:11.560Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:03:11.561Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:04:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:04:02.015Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:04:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:04:02.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:04:02.017Z||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.
2021-09-13T11:04:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:04:11.559Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:04:11.560Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:05:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:05:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:05:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:05:02.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:05:02.017Z||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.
2021-09-13T11:05:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:05:11.556Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:05:11.557Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:06:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:06:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:06:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:06:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:06:02.018Z||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.
2021-09-13T11:06:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:06:11.562Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:06:11.564Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:07:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:07:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:07:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:07:02.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:07:02.017Z||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.
2021-09-13T11:07:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:07:11.561Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:07:11.564Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:08:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:08:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:08:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:08:02.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:08:02.017Z||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.
2021-09-13T11:08:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:08:11.558Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:08:11.572Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:09:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:09:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:09:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:09:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:09:02.017Z||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.
2021-09-13T11:09:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:09:11.559Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:09:11.561Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:10:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:10:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:10:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:10:02.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:10:02.017Z||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.
2021-09-13T11:10:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:10:11.563Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:10:11.587Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:11:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:11:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:11:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:11:02.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:11:02.017Z||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.
2021-09-13T11:11:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:11:11.557Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:11:11.557Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:12:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:12:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:12:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:12:02.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:12:02.017Z||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.
2021-09-13T11:12:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:12:11.560Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:12:11.560Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:13:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:13:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:13:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:13:02.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:13:02.017Z||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.
2021-09-13T11:13:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:13:11.559Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:13:11.561Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:14:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:14:02.015Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:14:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:14:02.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:14:02.017Z||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.
2021-09-13T11:14:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:14:11.556Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:14:11.561Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:15:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:15:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:15:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:15:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:15:02.017Z||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.
2021-09-13T11:15:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:15:11.567Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:15:11.569Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:16:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:16:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:16:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:16:02.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:16:02.017Z||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.
2021-09-13T11:16:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:16:11.561Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:16:11.561Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:17:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:17:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:17:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:17:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:17:02.018Z||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.
2021-09-13T11:17:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:17:11.562Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:17:11.564Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:18:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:18:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:18:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:18:02.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:18:02.017Z||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.
2021-09-13T11:18:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:18:11.559Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:18:11.559Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:19:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:19:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:19:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:19:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:19:02.017Z||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.
2021-09-13T11:19:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:19:11.556Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:19:11.568Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:20:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:20:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:20:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:20:02.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:20:02.017Z||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.
2021-09-13T11:20:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:20:11.554Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:20:11.554Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:21:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:21:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:21:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:21:02.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:21:02.018Z||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.
2021-09-13T11:21:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:21:11.559Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:21:11.559Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:22:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:22:02.015Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:22:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:22:02.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:22:02.017Z||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.
2021-09-13T11:22:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:22:11.564Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:22:11.565Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:23:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:23:02.015Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:23:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:23:02.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:23:02.017Z||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.
2021-09-13T11:23:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:23:11.553Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:23:11.554Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:24:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:24:02.015Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:24:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:24:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:24:02.017Z||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.
2021-09-13T11:24:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:24:11.562Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:24:11.562Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:25:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:25:02.015Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:25:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:25:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:25:02.017Z||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.
2021-09-13T11:25:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:25:11.559Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:25:11.563Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:26:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:26:02.015Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:26:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:26:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:26:02.017Z||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.
2021-09-13T11:26:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:26:11.558Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:26:11.560Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:27:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:27:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:27:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:27:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:27:02.017Z||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.
2021-09-13T11:27:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:27:08.224Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:27:08.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-13T11:27:08.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"00d45f13-d7ff-4fc6-a6b8-624f6a18db36","serviceName":"vFW 2021-09-13 11-24-28","serviceVersion":"1.0","serviceUUID":"c3e81547-858a-43d6-83c8-a356e66301bc","serviceDescription":"catalog service description","serviceInvariantUUID":"45c62db8-4a40-42ff-abe6-8d860f345367","resources":[{"resourceInstanceName":"vFW 58ef4432-99b1 0","resourceName":"vFW 58ef4432-99b1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4e32b2cf-0b34-4107-aa27-6f4a4f542631","resourceInvariantUUID":"fefd72b2-73c7-4286-930a-4af4b6f8023e","resourceCustomizationUUID":"8541ff99-0496-477f-b6e5-03059e480ed9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vf-license-model.xml","artifactChecksum":"MjFiYzg0NDU5MGVkNjI3NDg3ZTlkMjE4ZjNjMDBjMGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"09da93ed-582c-4186-ac4a-b89376352d10","artifactVersion":"1"},{"artifactName":"vfw58ef443299b10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json","artifactChecksum":"ZjY5YTA4ZjFhNWU0NWFmZDc3OWNmZDkyYWE4ZTI1MTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fe832ffc-d3ed-4fcc-b26c-73c88e5b2c8d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1fa26674-aaef-493d-96bc-c2eb4239f95b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vendor-license-model.xml","artifactChecksum":"OTQzNTRkY2IwOTJhZDMxZDM0NTdjODE3NTMzZjZjZWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a244cf6e-ed4f-41f8-b872-ab1b56c7eaf4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ee5f3e72-8703-4cdc-925a-2d615d70482c","artifactVersion":"2","generatedFromUUID":"1fa26674-aaef-493d-96bc-c2eb4239f95b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210913112428-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-template.yml","artifactChecksum":"ZjcxNjBkYWRiZTE2Y2UyMDBlZTZhNmE1ZDQ1NmRhNzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5816b843-a69b-49b1-bc05-0ad94edfc680","artifactVersion":"1"},{"artifactName":"service-Vfw20210913112428-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar","artifactChecksum":"ZGZhMDU0NjAyYzI5ZjNjNjUwMWYzZDljZWRiMTQwYzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8d69fe87-b173-407f-8796-124e62184499","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-13T11:27:08.234Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:27:08.238Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:27:08.246Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:27:08.246Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532422015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:27:08.346Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-13T11:27:08.349Z||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.
2021-09-13T11:27:08.350Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:27:08.364Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:27:08.365Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":4,"count":1}
2021-09-13T11:27:08.478Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:27:08.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:27:08.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532422015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:27:08.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:27:08.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:27:08.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "dcae-sch",
  "timestamp": 1631532425911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:27:08.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:27:09.250Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:27:09.250Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:27:09.251Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:27:09.252Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532422015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T11:27:09.352Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:27:09.352Z||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.
2021-09-13T11:27:09.352Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:27:09.361Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:27:09.361Z||pool-4-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:27:10.252Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:27:10.253Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:27:10.255Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:27:10.255Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532422015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-13T11:27:10.355Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:27:10.356Z||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.
2021-09-13T11:27:10.356Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:27:10.374Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:27:10.374Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-09-13T11:27:11.255Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:27:11.256Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:27:11.258Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:27:11.258Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532422015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:27:11.358Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:27:11.359Z||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.
2021-09-13T11:27:11.359Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:27:11.368Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:27:11.369Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-13T11:27:12.258Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:27:12.259Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:27:12.261Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:27:12.261Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532422015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-13T11:27:12.361Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:27:12.362Z||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.
2021-09-13T11:27:12.362Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:27:12.370Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:27:12.370Z||pool-7-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:27:13.261Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:27:13.262Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:27:13.263Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:27:13.264Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532422015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:27:13.364Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:27:13.365Z||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.
2021-09-13T11:27:13.365Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:27:13.377Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:27:13.377Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-13T11:27:14.264Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:27:14.265Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:27:14.267Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:27:14.267Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532422015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:27:14.367Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:27:14.368Z||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.
2021-09-13T11:27:14.368Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:27:14.376Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:27:14.376Z||pool-9-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:27:15.268Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "serviceName": "vFW 2021-09-13 11-24-28",
  "serviceVersion": "1.0",
  "serviceUUID": "c3e81547-858a-43d6-83c8-a356e66301bc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "45c62db8-4a40-42ff-abe6-8d860f345367",
  "resources": [
    {
      "resourceInstanceName": "vFW 58ef4432-99b1 0",
      "resourceCustomizationUUID": "8541ff99-0496-477f-b6e5-03059e480ed9",
      "resourceName": "vFW 58ef4432-99b1",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4e32b2cf-0b34-4107-aa27-6f4a4f542631",
      "resourceInvariantUUID": "fefd72b2-73c7-4286-930a-4af4b6f8023e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw58ef443299b10_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json",
          "artifactChecksum": "ZjY5YTA4ZjFhNWU0NWFmZDc3OWNmZDkyYWE4ZTI1MTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fe832ffc-d3ed-4fcc-b26c-73c88e5b2c8d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1fa26674-aaef-493d-96bc-c2eb4239f95b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ee5f3e72-8703-4cdc-925a-2d615d70482c",
            "generatedFromUUID": "1fa26674-aaef-493d-96bc-c2eb4239f95b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ee5f3e72-8703-4cdc-925a-2d615d70482c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210913112428-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
      "artifactChecksum": "ZGZhMDU0NjAyYzI5ZjNjNjUwMWYzZDljZWRiMTQwYzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8d69fe87-b173-407f-8796-124e62184499"
    }
  ],
  "workloadContext": "Production"
}
2021-09-13T11:27:15.269Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-13T11:27:15.269Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c3e81547-858a-43d6-83c8-a356e66301bc ASDC
2021-09-13T11:27:15.376Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:00d45f13-d7ff-4fc6-a6b8-624f6a18db36
ServiceName:vFW 2021-09-13 11-24-28
ServiceVersion:1.0
ServiceUUID:c3e81547-858a-43d6-83c8-a356e66301bc
ServiceInvariantUUID:45c62db8-4a40-42ff-abe6-8d860f345367
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210913112428-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar
ArtifactUUID:8d69fe87-b173-407f-8796-124e62184499
ArtifactChecksum:ZGZhMDU0NjAyYzI5ZjNjNjUwMWYzZDljZWRiMTQwYzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 58ef4432-99b1 0
ResourceCustomizationUUID:8541ff99-0496-477f-b6e5-03059e480ed9
ResourceInvariantUUID:fefd72b2-73c7-4286-930a-4af4b6f8023e
ResourceName:vFW 58ef4432-99b1
ResourceType:VF
ResourceUUID:4e32b2cf-0b34-4107-aa27-6f4a4f542631
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw58ef443299b10_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json
ArtifactUUID:fe832ffc-d3ed-4fcc-b26c-73c88e5b2c8d
ArtifactChecksum:ZjY5YTA4ZjFhNWU0NWFmZDc3OWNmZDkyYWE4ZTI1MTM=
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/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml
ArtifactUUID:1fa26674-aaef-493d-96bc-c2eb4239f95b
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/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env
ArtifactUUID:ee5f3e72-8703-4cdc-925a-2d615d70482c
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/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env
ArtifactUUID:ee5f3e72-8703-4cdc-925a-2d615d70482c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-13T11:27:15.376Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c3e81547-858a-43d6-83c8-a356e66301bc 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 (?, ?, ?, ?, ?)
2021-09-13T11:27:15.529Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T11:27:15.530Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-13T11:27:15.530Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-13T11:27:15.530Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8d69fe87-b173-407f-8796-124e62184499 from URL: /sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar
2021-09-13T11:27:15.530Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-13T11:27:15.531Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar
2021-09-13T11:27:17.067Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-13T11:27:17.082Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar 8d69fe87-b173-407f-8796-124e62184499 98776
2021-09-13T11:27:17.083Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar ASDC sendASDCNotification
2021-09-13T11:27:17.083Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar
2021-09-13T11:27:17.084Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T11:27:17.085Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:27:17.086Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:27:17.086Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532437082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:27:17.186Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:27:17.187Z||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.
2021-09-13T11:27:17.187Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:27:17.197Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:27:17.197Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:27:18.086Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T11:27:18.087Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-13T11:27:18.087Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 8d69fe87-b173-407f-8796-124e62184499, URL: /sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar to file: /app/ASDC/1/service-Vfw20210913112428-csar.csar
2021-09-13T11:27:18.088Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210913112428-csar.csar
2021-09-13T11:27:18.140Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210913112428-csar.csar
2021-09-13T11:27:18.140Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210913112428-csar.csar
2021-09-13T11:27:18.564Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11520998340060153246/Definitions/service-Vfw20210913112428-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
2021-09-13T11:27:21.092Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-13T11:27:21.096Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-13T11:27:21.097Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210913112428-csar.csar
2021-09-13T11:27:21.097Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-13T11:27:21.097Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||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-Vfw20210913112428-csar.csar
2021-09-13T11:27:21.097Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||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-Vfw20210913112428-csar.csar
2021-09-13T11:27:21.097Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210913112428-csar.csar
2021-09-13T11:27:21.097Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210913112428-csar.csar
2021-09-13T11:27:21.097Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210913112428-csar.csar
2021-09-13T11:27:21.097Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||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-Vfw20210913112428-csar.csar
2021-09-13T11:27:21.097Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210913112428-csar.csar
2021-09-13T11:27:21.097Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210913112428-csar.csar
2021-09-13T11:27:21.097Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210913112428-csar.csar
2021-09-13T11:27:21.097Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210913112428-csar.csar
2021-09-13T11:27:21.097Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210913112428-csar.csar
2021-09-13T11:27:21.097Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210913112428-csar.csar
2021-09-13T11:27:21.097Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 58ef4432-99b1 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-Vfw20210913112428-csar.csar
2021-09-13T11:27:21.097Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-13T11:27:21.103Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:27:21.105Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-13 11-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:27:21.107Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vFW 58ef4432-99b1 0 is matching search criteria
2021-09-13T11:27:21.108Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-13T11:27:21.109Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 58ef4432-99b1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T11:27:21.110Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:27:21.111Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-13 11-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:27:21.111Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vFW 58ef4432-99b1 0 is matching search criteria
2021-09-13T11:27:21.111Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-13T11:27:21.111Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 58ef4432-99b1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T11:27:21.111Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:27:21.112Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-13 11-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:27:21.114Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:27:21.115Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vFW 58ef4432-99b1 0 is not matching search criteria
2021-09-13T11:27:21.115Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-13T11:27:21.115Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-13T11:27:21.115Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-13T11:27:21.115Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-13T11:27:21.115Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-13T11:27:21.115Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-13T11:27:21.116Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-13T11:27:21.116Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-13T11:27:21.116Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-13T11:27:21.116Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-13T11:27:21.116Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-13T11:27:21.116Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-13T11:27:21.116Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-13T11:27:21.117Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-13T11:27:21.117Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-13T11:27:21.117Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-13T11:27:21.117Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:27:21.117Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-13 11-24-28 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-13T11:27:21.118Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:27:21.118Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vFW 58ef4432-99b1 0 is matching search criteria
2021-09-13T11:27:21.118Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 58ef4432-99b1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:27:21.118Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:27:21.119Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vFW 58ef4432-99b1 0 is matching search criteria
2021-09-13T11:27:21.119Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 58ef4432-99b1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:27:21.119Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:27:21.119Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vFW 58ef4432-99b1 0 is matching search criteria
2021-09-13T11:27:21.119Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 58ef4432-99b1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:27:21.120Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:27:21.120Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vFW 58ef4432-99b1 0 is not matching search criteria
2021-09-13T11:27:21.120Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-13T11:27:21.120Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-13T11:27:21.120Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-13T11:27:21.120Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-13T11:27:21.120Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-13T11:27:21.120Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-13T11:27:21.120Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-13T11:27:21.121Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-13T11:27:21.121Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-13T11:27:21.121Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-13T11:27:21.121Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-13T11:27:21.121Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6af47382-cec5-47f9-ab5f-613543d7536e
2021-09-13T11:27:21.121Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:27:21.121Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vFW 58ef4432-99b1 0 is not matching search criteria
2021-09-13T11:27:21.121Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-13T11:27:21.122Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-13T11:27:21.122Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-13T11:27:21.122Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-13T11:27:21.122Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-13T11:27:21.122Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-13T11:27:21.122Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-13T11:27:21.122Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-13T11:27:21.122Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-13T11:27:21.122Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-13T11:27:21.122Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-13T11:27:21.122Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-13T11:27:21.123Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9524e5d0-b7d7-48c2-af99-0f7b8175c58a
2021-09-13T11:27:21.123Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:27:21.123Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vFW 58ef4432-99b1 0 is not matching search criteria
2021-09-13T11:27:21.123Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-13T11:27:21.123Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-13T11:27:21.123Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-13T11:27:21.124Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-13T11:27:21.124Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-13T11:27:21.124Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-13T11:27:21.124Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-13T11:27:21.124Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-13T11:27:21.124Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-13T11:27:21.124Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-13T11:27:21.124Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-13T11:27:21.124Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-13T11:27:21.124Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=38514dd5-e909-4c4c-a71a-b6088ce04817
2021-09-13T11:27:21.125Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:27:21.125Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-13 11-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:27:21.125Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:27:21.125Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-13 11-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:27:21.125Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:27:21.125Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-13 11-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:27:21.125Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:27:21.125Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-13 11-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:27:21.125Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-09-13 11-24-28
Description:catalog service description
Model UUID:c3e81547-858a-43d6-83c8-a356e66301bc
Model Version:NULL
Model InvariantUuid:45c62db8-4a40-42ff-abe6-8d860f345367
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 58ef4432-99b1
Model UUID:0d32a26e-65e6-47c5-898b-ed4d61fe4877
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fefd72b2-73c7-4286-930a-4af4b6f8023e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8541ff99-0496-477f-b6e5-03059e480ed9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:33fc9bf6-fd83-4c4f-8348-7636c5849b74
ModelName:Vfw58ef443299b1..base_vfw..module-0
ModelUuid:0932c61b-a82b-4d75-b1f7-0bff2ac6d3b3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6af47382-cec5-47f9-ab5f-613543d7536e
ModelInvariantUuid:8e23c117-f33d-446f-8625-90b0b90625ab
ModelName:vFW 58ef4432-99b1-nodes.vfwCvfc
ModelUuid:00e702a5-57bf-4a6e-a14e-61f6ae65474b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:c4def92e-3de8-4826-8037-954e67df53dc
ModelInvariantUuid:804cf084-9f04-4476-86f7-2dae8572f2e0
ModelName:Vfw58ef443299b1.compute.nodes.heat.vfw
ModelUuid:fe36dd9d-e1f6-4148-b6cb-73c8b69cd679
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:9524e5d0-b7d7-48c2-af99-0f7b8175c58a
ModelInvariantUuid:fb8f7a5e-b92e-4f87-9cb4-75fb38c86b8d
ModelName:vFW 58ef4432-99b1-nodes.vsnCvfc
ModelUuid:807022b0-c530-4d31-bafc-f003718cabb3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:42b4759b-4160-473a-9800-38e8c921ecd2
ModelInvariantUuid:b0297db2-9fbc-4a33-b82b-7d46fbdf2fa9
ModelName:Vfw58ef443299b1.compute.nodes.heat.vsn
ModelUuid:32f2e8df-babf-4a20-83e8-fda8cc77af67
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:38514dd5-e909-4c4c-a71a-b6088ce04817
ModelInvariantUuid:fab6a9f7-755e-4102-96ff-611e2b423275
ModelName:vFW 58ef4432-99b1-nodes.vpgCvfc
ModelUuid:f37eb5ed-e1cc-4d74-aa82-9c346b0609c4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:0261d05e-fa94-4d13-ac4c-956b3656bfac
ModelInvariantUuid:444c8a66-fb68-4da8-aaa0-1d5bea577138
ModelName:Vfw58ef443299b1.compute.nodes.heat.vpg
ModelUuid:5bc88397-8df6-4341-81d9-1bebe5865f67
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-13T11:27:21.146Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 4e32b2cf-0b34-4107-aa27-6f4a4f542631
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T11:27:21.226Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||vFW 58ef4432-99b1 0
2021-09-13T11:27:21.233Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4e32b2cf-0b34-4107-aa27-6f4a4f542631
2021-09-13T11:27:21.233Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fe832ffc-d3ed-4fcc-b26c-73c88e5b2c8d from URL: /sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json
2021-09-13T11:27:21.233Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-13T11:27:21.233Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json
2021-09-13T11:27:21.740Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-13T11:27:21.741Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json fe832ffc-d3ed-4fcc-b26c-73c88e5b2c8d 785
2021-09-13T11:27:21.741Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json ASDC sendASDCNotification
2021-09-13T11:27:21.741Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json
2021-09-13T11:27:21.741Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T11:27:21.741Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:27:21.744Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:27:21.745Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532441741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:27:21.845Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:27:21.845Z||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.
2021-09-13T11:27:21.846Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:27:21.855Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:27:21.856Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:27:22.746Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw58ef443299b1..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "33fc9bf6-fd83-4c4f-8348-7636c5849b74",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0932c61b-a82b-4d75-b1f7-0bff2ac6d3b3",
    "vfModuleModelCustomizationUUID": "dd168b1d-2693-4660-a5ce-42e129484220",
    "isBase": true,
    "artifacts": [
      "1fa26674-aaef-493d-96bc-c2eb4239f95b",
      "ee5f3e72-8703-4cdc-925a-2d615d70482c"
    ],
    "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": ""
    }
  }
]
2021-09-13T11:27:22.757Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw58ef443299b1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0932c61b-a82b-4d75-b1f7-0bff2ac6d3b3
VfModuleModelInvariantUUID:33fc9bf6-fd83-4c4f-8348-7636c5849b74
VfModuleModelDescription:NULL
Artifacts UUID List:{
1fa26674-aaef-493d-96bc-c2eb4239f95b
,
ee5f3e72-8703-4cdc-925a-2d615d70482c

}
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


}

2021-09-13T11:27:22.760Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw58ef443299b1..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "33fc9bf6-fd83-4c4f-8348-7636c5849b74",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0932c61b-a82b-4d75-b1f7-0bff2ac6d3b3",
    "vfModuleModelCustomizationUUID": "dd168b1d-2693-4660-a5ce-42e129484220",
    "isBase": true,
    "artifacts": [
      "1fa26674-aaef-493d-96bc-c2eb4239f95b",
      "ee5f3e72-8703-4cdc-925a-2d615d70482c"
    ],
    "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": ""
    }
  }
]
2021-09-13T11:27:22.760Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw58ef443299b1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0932c61b-a82b-4d75-b1f7-0bff2ac6d3b3
VfModuleModelInvariantUUID:33fc9bf6-fd83-4c4f-8348-7636c5849b74
VfModuleModelDescription:NULL
Artifacts UUID List:{
1fa26674-aaef-493d-96bc-c2eb4239f95b
,
ee5f3e72-8703-4cdc-925a-2d615d70482c

}
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


}

2021-09-13T11:27:22.760Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1fa26674-aaef-493d-96bc-c2eb4239f95b from URL: /sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml
2021-09-13T11:27:22.760Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-13T11:27:22.760Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml
2021-09-13T11:27:23.128Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-13T11:27:23.128Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml 1fa26674-aaef-493d-96bc-c2eb4239f95b 20368
2021-09-13T11:27:23.129Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-13T11:27:23.129Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml
2021-09-13T11:27:23.129Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T11:27:23.129Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:27:23.130Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:27:23.130Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532443129,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:27:23.230Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:27:23.231Z||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.
2021-09-13T11:27:23.231Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:27:23.240Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:27:23.240Z||pool-12-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:27:24.131Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ee5f3e72-8703-4cdc-925a-2d615d70482c from URL: /sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env
2021-09-13T11:27:24.132Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-13T11:27:24.132Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env
2021-09-13T11:27:24.731Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-13T11:27:24.731Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env ee5f3e72-8703-4cdc-925a-2d615d70482c 2098
2021-09-13T11:27:24.731Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-13T11:27:24.731Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env
2021-09-13T11:27:24.731Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T11:27:24.732Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:27:24.733Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:27:24.733Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532444731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:27:24.834Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-13T11:27:24.834Z||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.
2021-09-13T11:27:24.834Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:27:24.843Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:27:24.844Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:27:25.734Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: c3e81547-858a-43d6-83c8-a356e66301bc
2021-09-13T11:27:25.734Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 58ef4432-99b1 0 4e32b2cf-0b34-4107-aa27-6f4a4f542631 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T11:27:25.760Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@534e8ae2, org.onap.sdc.toscaparser.api.parameters.Input@601ad891, org.onap.sdc.toscaparser.api.parameters.Input@506f8767, org.onap.sdc.toscaparser.api.parameters.Input@71834988, org.onap.sdc.toscaparser.api.parameters.Input@563dc4c0]
2021-09-13T11:27:25.763Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:27:25.763Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-13 11-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:27:25.763Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-09-13T11:27:25.763Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 8541ff99-0496-477f-b6e5-03059e480ed9
2021-09-13T11:27:25.763Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8541ff99-0496-477f-b6e5-03059e480ed9 matches Tosca VF Customization UUID: 8541ff99-0496-477f-b6e5-03059e480ed9
2021-09-13T11:27:25.763Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 8541ff99-0496-477f-b6e5-03059e480ed9  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-13T11:27:25.768Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:27:25.768Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-13 11-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:27:25.769Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 8541ff99-0496-477f-b6e5-03059e480ed9: {\"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\"}
2021-09-13T11:27:25.769Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7b9cc5c2
2021-09-13T11:27:25.769Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:27:25.769Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-13 11-24-28 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-13T11:27:25.770Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dd168b1d-2693-4660-a5ce-42e129484220
2021-09-13T11:27:25.770Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dd168b1d-2693-4660-a5ce-42e129484220
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-13T11:27:25.775Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:27:25.775Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vFW 58ef4432-99b1 0 is matching search criteria
2021-09-13T11:27:25.775Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 58ef4432-99b1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:27:25.775Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:27:25.776Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vFW 58ef4432-99b1 0 is matching search criteria
2021-09-13T11:27:25.776Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 58ef4432-99b1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:27:25.776Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:27:25.776Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vFW 58ef4432-99b1 0 is not matching search criteria
2021-09-13T11:27:25.776Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-13T11:27:25.776Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-13T11:27:25.776Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-13T11:27:25.776Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-13T11:27:25.777Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-13T11:27:25.777Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-13T11:27:25.777Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-13T11:27:25.777Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-13T11:27:25.777Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-13T11:27:25.777Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-13T11:27:25.777Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-13T11:27:25.777Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6af47382-cec5-47f9-ab5f-613543d7536e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-13T11:27:25.782Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:27:25.782Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vFW 58ef4432-99b1 0 is matching search criteria
2021-09-13T11:27:25.782Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 58ef4432-99b1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:27:25.783Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:27:25.783Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vFW 58ef4432-99b1 0 is not matching search criteria
2021-09-13T11:27:25.783Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-13T11:27:25.783Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-13T11:27:25.783Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-13T11:27:25.783Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-13T11:27:25.783Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-13T11:27:25.783Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-13T11:27:25.784Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-13T11:27:25.784Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-13T11:27:25.784Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-13T11:27:25.784Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-13T11:27:25.784Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-13T11:27:25.784Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-13T11:27:25.784Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9524e5d0-b7d7-48c2-af99-0f7b8175c58a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-13T11:27:25.786Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:27:25.786Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vFW 58ef4432-99b1 0 is matching search criteria
2021-09-13T11:27:25.786Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 58ef4432-99b1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:27:25.788Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:27:25.788Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vFW 58ef4432-99b1 0 is not matching search criteria
2021-09-13T11:27:25.788Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-13T11:27:25.788Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-13T11:27:25.788Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-13T11:27:25.788Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-13T11:27:25.788Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-13T11:27:25.788Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-13T11:27:25.788Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-13T11:27:25.789Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-13T11:27:25.789Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-13T11:27:25.789Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-13T11:27:25.789Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-13T11:27:25.789Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-13T11:27:25.789Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=38514dd5-e909-4c4c-a71a-b6088ce04817
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-13T11:27:25.790Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:27:25.791Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vFW 58ef4432-99b1 0 is matching search criteria
2021-09-13T11:27:25.791Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 58ef4432-99b1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:27:25.791Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:27:25.791Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vFW 58ef4432-99b1 0 is matching search criteria
2021-09-13T11:27:25.791Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 58ef4432-99b1 0] matching following query criteria: sdcType=VF, customizationUUID=8541ff99-0496-477f-b6e5-03059e480ed9
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T11:27:25.792Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:27:25.792Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-13 11-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:27:25.793Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid c3e81547-858a-43d6-83c8-a356e66301bc: vFW 58ef4432-99b1
2021-09-13T11:27:25.793Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:27:25.793Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-13 11-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:27:25.793Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:27:25.793Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-13 11-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:27:25.793Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:27:25.793Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-13 11-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:27:25.793Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:27:25.794Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-13 11-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:27:25.794Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:27:25.794Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-13 11-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:27:25.794Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2021-09-13 11-24-28 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-09-13T11:27:25.991Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 58ef4432-99b1 4e32b2cf-0b34-4107-aa27-6f4a4f542631 1 ASDC deployResourceStructure
2021-09-13T11:27:25.991Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json ASDC sendASDCNotification
2021-09-13T11:27:25.992Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json
2021-09-13T11:27:25.992Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T11:27:25.992Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:27:25.993Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:27:25.993Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532445991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-13T11:27:26.094Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:27:26.094Z||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.
2021-09-13T11:27:26.094Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:27:26.104Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:27:26.104Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:27:26.994Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-13T11:27:26.994Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml
2021-09-13T11:27:26.995Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T11:27:26.995Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:27:26.996Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:27:26.996Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532446994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-13T11:27:27.096Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:27:27.097Z||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.
2021-09-13T11:27:27.097Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:27:27.106Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:27:27.106Z||pool-15-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:27:27.997Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-13T11:27:27.997Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env
2021-09-13T11:27:27.997Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T11:27:27.998Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:27:27.999Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:27:27.999Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532447997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-13T11:27:28.099Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:27:28.100Z||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.
2021-09-13T11:27:28.100Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:27:28.109Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:27:28.110Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:27:29.000Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar ASDC sendASDCNotification
2021-09-13T11:27:29.000Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar
2021-09-13T11:27:29.000Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T11:27:29.000Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:27:29.002Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:27:29.002Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532449000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:27:29.102Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:27:29.103Z||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.
2021-09-13T11:27:29.103Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:27:29.111Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:27:29.112Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:27:30.003Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00d45f13-d7ff-4fc6-a6b8-624f6a18db36
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-09-13T11:27:30.028Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00d45f13-d7ff-4fc6-a6b8-624f6a18db36
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T11:27:30.030Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T11:27:30.030Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T11:27:30.030Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T11:28:00.031Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00d45f13-d7ff-4fc6-a6b8-624f6a18db36
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-09-13T11:28:00.040Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00d45f13-d7ff-4fc6-a6b8-624f6a18db36
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T11:28:00.042Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T11:28:00.042Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T11:28:00.042Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T11:28:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:28:02.017Z||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.
2021-09-13T11:28:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:28:02.035Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:28:02.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:28:02.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631532423035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:28:02.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:28:30.042Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00d45f13-d7ff-4fc6-a6b8-624f6a18db36
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-09-13T11:28:30.053Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00d45f13-d7ff-4fc6-a6b8-624f6a18db36
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T11:28:30.055Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T11:28:30.055Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T11:28:30.055Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T11:29:00.055Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00d45f13-d7ff-4fc6-a6b8-624f6a18db36
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-09-13T11:29:00.064Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00d45f13-d7ff-4fc6-a6b8-624f6a18db36
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T11:29:00.066Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T11:29:00.066Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T11:29:00.066Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T11:29:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:29:02.017Z||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.
2021-09-13T11:29:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:29:02.037Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:29:02.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:29:02.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "aai-ml",
  "timestamp": 1631532423980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:29:02.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:29:30.066Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00d45f13-d7ff-4fc6-a6b8-624f6a18db36
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-09-13T11:29:30.076Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00d45f13-d7ff-4fc6-a6b8-624f6a18db36
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T11:29:30.084Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T11:29:30.084Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T11:29:30.084Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T11:30:00.084Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00d45f13-d7ff-4fc6-a6b8-624f6a18db36
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-09-13T11:30:00.093Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00d45f13-d7ff-4fc6-a6b8-624f6a18db36
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T11:30:00.095Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T11:30:00.095Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T11:30:00.095Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T11:30:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:30:02.017Z||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.
2021-09-13T11:30:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:30:02.039Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:30:02.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "policy-id",
  "timestamp": 1631532425892,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.043Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631532425196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532422015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T11:30:02.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "dcae-sch",
  "timestamp": 1631532425911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "aai-ml",
  "timestamp": 1631532423980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631532423035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "policy-id",
  "timestamp": 1631532425892,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631532425196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T11:30:02.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "dcae-sch",
  "timestamp": 1631532425911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "aai-ml",
  "timestamp": 1631532423980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631532423035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532422015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-13T11:30:02.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "policy-id",
  "timestamp": 1631532425892,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-13T11:30:02.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631532425196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-13T11:30:02.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532422015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631532423035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "dcae-sch",
  "timestamp": 1631532425911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "aai-ml",
  "timestamp": 1631532423980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "policy-id",
  "timestamp": 1631532425892,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631532425196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532422015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-13T11:30:02.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631532423035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "aai-ml",
  "timestamp": 1631532423980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "dcae-sch",
  "timestamp": 1631532425911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "policy-id",
  "timestamp": 1631532425892,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "cds",
  "timestamp": 1631532431798,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631532431879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631532425196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-13T11:30:02.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631532423035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532422015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "aai-ml",
  "timestamp": 1631532423980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "dcae-sch",
  "timestamp": 1631532425911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "policy-id",
  "timestamp": 1631532425892,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "cds",
  "timestamp": 1631532431798,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631532431879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631532425196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532422015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:30:02.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "dcae-sch",
  "timestamp": 1631532425911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631532423035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:30:02.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "aai-ml",
  "timestamp": 1631532423980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:30:02.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "policy-id",
  "timestamp": 1631532425892,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:30:02.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "cds",
  "timestamp": 1631532431798,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631532431879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631532425196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:30:02.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "cds",
  "timestamp": 1631532431798,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631532431879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "aai-ml",
  "timestamp": 1631532436147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:30:02.053Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:30:02.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "policy-id",
  "timestamp": 1631532436314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:30:02.053Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:30:02.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "cds",
  "timestamp": 1631532431798,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.054Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631532436474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:30:02.054Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:30:02.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631532431879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.054Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532437082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:30:02.054Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:30:02.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "policy-id",
  "timestamp": 1631532437320,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:30:02.054Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:30:02.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "cds",
  "timestamp": 1631532431798,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631532431879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631532438337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:30:02.055Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:30:02.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "policy-id",
  "timestamp": 1631532438324,
  "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=?
2021-09-13T11:30:02.063Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 00d45f13-d7ff-4fc6-a6b8-624f6a18db36
2021-09-13T11:30:02.063Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00d45f13-d7ff-4fc6-a6b8-624f6a18db36 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 (?, ?, ?, ?, ?)
2021-09-13T11:30:02.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "cds",
  "timestamp": 1631532431798,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:30:02.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631532431879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631532440005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:30:02.072Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:30:02.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "cds",
  "timestamp": 1631532440056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:30:02.072Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:30:02.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631532440869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:30:02.073Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:30:02.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "cds",
  "timestamp": 1631532441073,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-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=?
2021-09-13T11:30:02.077Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 00d45f13-d7ff-4fc6-a6b8-624f6a18db36
2021-09-13T11:30:02.077Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00d45f13-d7ff-4fc6-a6b8-624f6a18db36 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 (?, ?, ?, ?, ?)
2021-09-13T11:30:02.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631532441450,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:30:02.085Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:30:02.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532441741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:30:02.086Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:30:02.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "clamp",
  "timestamp": 1631532441139,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631532441872,
  "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=?
2021-09-13T11:30:02.090Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 00d45f13-d7ff-4fc6-a6b8-624f6a18db36
2021-09-13T11:30:02.090Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00d45f13-d7ff-4fc6-a6b8-624f6a18db36 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 (?, ?, ?, ?, ?)
2021-09-13T11:30:02.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "clamp",
  "timestamp": 1631532441139,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T11:30:02.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532443129,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:30:02.098Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:30:02.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "clamp",
  "timestamp": 1631532441139,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631532443966,
  "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=?
2021-09-13T11:30:02.102Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 00d45f13-d7ff-4fc6-a6b8-624f6a18db36
2021-09-13T11:30:02.102Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00d45f13-d7ff-4fc6-a6b8-624f6a18db36 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=?
2021-09-13T11:30:02.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532444731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:30:02.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:30:02.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "clamp",
  "timestamp": 1631532441139,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.108Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631532444972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-13T11:30:02.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:30:02.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "clamp",
  "timestamp": 1631532441139,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.108Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532445991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-13T11:30:02.109Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:30:02.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "clamp",
  "timestamp": 1631532441139,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.109Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532446994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-13T11:30:02.109Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:30:02.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "clamp",
  "timestamp": 1631532441139,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:30:02.109Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "aai-ml",
  "timestamp": 1631532447875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:30:02.109Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:30:02.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532447997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-13T11:30:02.110Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:30:02.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "aai-ml",
  "timestamp": 1631532448879,
  "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=?
2021-09-13T11:30:02.113Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 00d45f13-d7ff-4fc6-a6b8-624f6a18db36
2021-09-13T11:30:02.113Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00d45f13-d7ff-4fc6-a6b8-624f6a18db36 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 (?, ?, ?, ?, ?)
2021-09-13T11:30:02.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532449000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:30:02.120Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:30:02.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "clamp",
  "timestamp": 1631532461006,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:30:02.120Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:30:02.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "clamp",
  "timestamp": 1631532462813,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:30:02.120Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:30:02.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.121Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "clamp",
  "timestamp": 1631532463816,
  "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=?
2021-09-13T11:30:02.124Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 00d45f13-d7ff-4fc6-a6b8-624f6a18db36
2021-09-13T11:30:02.124Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00d45f13-d7ff-4fc6-a6b8-624f6a18db36 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 (?, ?, ?, ?, ?)
2021-09-13T11:30:02.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631532471880,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.130Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "cds",
  "timestamp": 1631532476798,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "clamp",
  "timestamp": 1631532471139,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631532471880,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "cds",
  "timestamp": 1631532476798,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:02.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "clamp",
  "timestamp": 1631532471139,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T11:30:02.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:30:30.095Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00d45f13-d7ff-4fc6-a6b8-624f6a18db36
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-09-13T11:30:30.105Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00d45f13-d7ff-4fc6-a6b8-624f6a18db36
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T11:30:30.107Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T11:30:30.107Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-13T11:30:30.107Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-13T11:30:30.107Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-13T11:30:30.107Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:30:30.107Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:30:30.107Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:30:30.107Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:30:30.107Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:30:30.107Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:30:30.107Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-13T11:30:30.112Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-13T11:31:00.113Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 00d45f13-d7ff-4fc6-a6b8-624f6a18db36 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=?
2021-09-13T11:31:00.119Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 00d45f13-d7ff-4fc6-a6b8-624f6a18db36 and serviceModelVersionId: c3e81547-858a-43d6-83c8-a356e66301bc
2021-09-13T11:31:00.119Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 45c62db8-4a40-42ff-abe6-8d860f345367
2021-09-13T11:31:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:31:02.017Z||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.
2021-09-13T11:31:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:31:02.539Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:31:02.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631532471880,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "cds",
  "timestamp": 1631532476798,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "clamp",
  "timestamp": 1631532471139,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631532483035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631532471880,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "cds",
  "timestamp": 1631532476798,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "clamp",
  "timestamp": 1631532471139,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "aai-ml",
  "timestamp": 1631532483980,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631532483035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631532471880,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "cds",
  "timestamp": 1631532476798,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "clamp",
  "timestamp": 1631532471139,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "aai-ml",
  "timestamp": 1631532483980,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631532483035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631532471880,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "cds",
  "timestamp": 1631532476798,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "clamp",
  "timestamp": 1631532471139,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631532485196,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "dcae-sch",
  "timestamp": 1631532485911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "policy-id",
  "timestamp": 1631532485892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "aai-ml",
  "timestamp": 1631532483980,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631532483035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631532471880,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "cds",
  "timestamp": 1631532476798,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:31:02.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "clamp",
  "timestamp": 1631532471139,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:31:02.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631532485196,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T11:31:02.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "dcae-sch",
  "timestamp": 1631532485911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "policy-id",
  "timestamp": 1631532485892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "aai-ml",
  "timestamp": 1631532483980,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631532483035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631532485196,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-13T11:31:02.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "cds",
  "timestamp": 1631532487936,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:31:02.550Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:31:02.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "dcae-sch",
  "timestamp": 1631532485911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "policy-id",
  "timestamp": 1631532485892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-13T11:31:02.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "aai-ml",
  "timestamp": 1631532483980,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631532483035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631532485196,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "cds",
  "timestamp": 1631532488941,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-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 (?, ?, ?, ?, ?)
2021-09-13T11:31:02.564Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 09d18726-9ef5-4c71-b26c-e63af6863b7c
2021-09-13T11:31:02.565Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09d18726-9ef5-4c71-b26c-e63af6863b7c 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 (?, ?, ?, ?, ?)
2021-09-13T11:31:02.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "dcae-sch",
  "timestamp": 1631532485911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.572Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "policy-id",
  "timestamp": 1631532485892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.573Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "aai-ml",
  "timestamp": 1631532483980,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.573Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631532483035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:31:02.573Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631532485196,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-13T11:31:02.573Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "dcae-sch",
  "timestamp": 1631532485911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.573Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "policy-id",
  "timestamp": 1631532485892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.574Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "aai-ml",
  "timestamp": 1631532483980,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:31:02.574Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631532485196,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.574Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "dcae-sch",
  "timestamp": 1631532485911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.574Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "policy-id",
  "timestamp": 1631532485892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.574Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631532491692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:31:02.574Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:31:02.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631532485196,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:31:02.575Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "dcae-sch",
  "timestamp": 1631532485911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.575Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "policy-id",
  "timestamp": 1631532485892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:31:02.575Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:31:02.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "aai-ml",
  "timestamp": 1631532492584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:31:02.575Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:31:02.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631532493069,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:31:02.575Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:31:02.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "policy-id",
  "timestamp": 1631532493714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:31:02.576Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:31:02.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631532493980,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:31:02.576Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:31:02.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631532494239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:31:02.576Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:31:02.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "policy-id",
  "timestamp": 1631532494719,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:31:02.576Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:31:02.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631532494983,
  "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=?
2021-09-13T11:31:02.581Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 09d18726-9ef5-4c71-b26c-e63af6863b7c
2021-09-13T11:31:02.582Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09d18726-9ef5-4c71-b26c-e63af6863b7c 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 (?, ?, ?, ?, ?)
2021-09-13T11:31:02.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.590Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "policy-id",
  "timestamp": 1631532495721,
  "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=?
2021-09-13T11:31:02.595Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 09d18726-9ef5-4c71-b26c-e63af6863b7c
2021-09-13T11:31:02.595Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09d18726-9ef5-4c71-b26c-e63af6863b7c 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 (?, ?, ?, ?, ?)
2021-09-13T11:31:02.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631532495800,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:31:02.624Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:31:02.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631532496843,
  "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=?
2021-09-13T11:31:02.629Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 09d18726-9ef5-4c71-b26c-e63af6863b7c
2021-09-13T11:31:02.629Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09d18726-9ef5-4c71-b26c-e63af6863b7c 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=?
2021-09-13T11:31:02.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631532497846,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-13T11:31:02.635Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:31:02.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "aai-ml",
  "timestamp": 1631532500589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:31:02.635Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:31:02.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "aai-ml",
  "timestamp": 1631532501594,
  "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=?
2021-09-13T11:31:02.640Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 09d18726-9ef5-4c71-b26c-e63af6863b7c
2021-09-13T11:31:02.640Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09d18726-9ef5-4c71-b26c-e63af6863b7c 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 (?, ?, ?, ?, ?)
2021-09-13T11:31:02.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "clamp",
  "timestamp": 1631532502802,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:31:02.648Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:31:02.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "clamp",
  "timestamp": 1631532504813,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:31:02.648Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:31:02.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "clamp",
  "timestamp": 1631532505816,
  "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=?
2021-09-13T11:31:02.652Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 09d18726-9ef5-4c71-b26c-e63af6863b7c
2021-09-13T11:31:02.652Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09d18726-9ef5-4c71-b26c-e63af6863b7c 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 (?, ?, ?, ?, ?)
2021-09-13T11:31:11.703Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/45c62db8-4a40-42ff-abe6-8d860f345367/model-vers/model-ver/c3e81547-858a-43d6-83c8-a356e66301bc?depth=0
2021-09-13T11:31:11.790Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-13T11:31:12.266Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/45c62db8-4a40-42ff-abe6-8d860f345367/model-vers/model-ver/c3e81547-858a-43d6-83c8-a356e66301bc?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]}
2021-09-13T11:31:12.270Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/45c62db8-4a40-42ff-abe6-8d860f345367/model-vers/model-ver/c3e81547-858a-43d6-83c8-a356e66301bc?depth=0|INFO|500||Invoke
2021-09-13T11:31:12.537Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/45c62db8-4a40-42ff-abe6-8d860f345367/model-vers/model-ver/c3e81547-858a-43d6-83c8-a356e66301bc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-13T11:31:12.781Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/45c62db8-4a40-42ff-abe6-8d860f345367/model-vers/model-ver/c3e81547-858a-43d6-83c8-a356e66301bc?depth=0|INFO|500||InvokeReturn
2021-09-13T11:31:12.781Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/45c62db8-4a40-42ff-abe6-8d860f345367/model-vers/model-ver/c3e81547-858a-43d6-83c8-a356e66301bc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210913-11:31:12:546-8694], vertex-id=[327848], Content-Length=[0], Date=[Mon, 13 Sep 2021 11:31:12 GMT], Content-Type=[application/json]}
2021-09-13T11:31:12.782Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-09-13T11:31:12.784Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-13T11:31:12.784Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T11:31:12.788Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-13T11:31:12.788Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 00d45f13-d7ff-4fc6-a6b8-624f6a18db36 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-13T11:31:12.789Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-13T11:31:12.789Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:31:12.791Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:31:12.791Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532672789,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T11:31:12.891Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:31:12.892Z||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.
2021-09-13T11:31:12.892Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:31:12.900Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:31:12.900Z||pool-18-thread-1|||||INFO|500||cambria reply ok (8 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=?
2021-09-13T11:31:13.802Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:31:13.802Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:31:13.802Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:31:18.109Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:31:18.110Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-13T11:31:18.110Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"09d18726-9ef5-4c71-b26c-e63af6863b7c","serviceName":"basic_onboard_TxOwnQ","serviceVersion":"1.0","serviceUUID":"9417bb8a-a4b3-4e80-b0dc-bb330e72862a","serviceDescription":"service","serviceInvariantUUID":"fc96c8d3-11d5-4998-ba21-dd3989be204f","resources":[{"resourceInstanceName":"basic_onboard_TxOwnQ 0","resourceName":"basic_onboard_TxOwnQ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"aa90ca3a-1277-46ee-8910-9ee60d058321","resourceInvariantUUID":"95fb20fb-7d27-4c32-9054-f33cb04459bf","resourceCustomizationUUID":"b4095213-4ddc-4d6b-b51e-9c013aca878a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vf-license-model.xml","artifactChecksum":"OGY0NTk5MGNkMzIwNjQzNzYwYjFhYjQ2MjlmZDk0NDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bf1da104-8910-4d22-89c6-d4572119d97c","artifactVersion":"1"},{"artifactName":"basic_onboard_txownq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json","artifactChecksum":"M2NhNzZmNzdiZDRmMTQ4NjdkM2UzNzc0YWRiMTczYmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"625dee69-69fb-41fe-884b-e5697b098f19","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"68e5e912-e4ed-4882-a94b-e917f069ca5f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"71fb18b5-b2bb-4a51-a1f3-947179c359d6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2e7a620c-bbe8-4713-a927-3a8313c60e55","artifactVersion":"2","generatedFromUUID":"68e5e912-e4ed-4882-a94b-e917f069ca5f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardTxownq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-template.yml","artifactChecksum":"YzQzNWYzMjcxZmFkYWI1ZWIzOGEzOGRmMGJlNDA3YmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"451c40c5-98dd-4665-92ca-bb0012a5a383","artifactVersion":"1"},{"artifactName":"service-BasicOnboardTxownq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar","artifactChecksum":"ODczMjE2MWFjY2E5NmQ3Y2E3ODAzMzQ1NTg3N2YxMGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"26eb8621-47c9-43bb-bc8d-3cdcc78522ed","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-13T11:31:18.112Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:31:18.112Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:31:18.114Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:31:18.114Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532673802,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:31:18.214Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:31:18.215Z||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.
2021-09-13T11:31:18.215Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:31:18.224Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:31:18.225Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:31:19.115Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:31:19.116Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:31:19.118Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:31:19.119Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532673802,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T11:31:19.219Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:31:19.220Z||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.
2021-09-13T11:31:19.220Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:31:19.230Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:31:19.230Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:31:20.119Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:31:20.120Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:31:20.122Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:31:20.122Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532673802,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-13T11:31:20.222Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:31:20.222Z||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.
2021-09-13T11:31:20.222Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:31:20.232Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:31:20.232Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:31:21.122Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:31:21.123Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:31:21.125Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:31:21.125Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532673802,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:31:21.226Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-13T11:31:21.226Z||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.
2021-09-13T11:31:21.226Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:31:21.235Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:31:21.235Z||pool-22-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:31:22.126Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:31:22.126Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:31:22.128Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:31:22.128Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532673802,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-13T11:31:22.228Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:31:22.229Z||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.
2021-09-13T11:31:22.229Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:31:22.238Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:31:22.238Z||pool-23-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:31:23.129Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:31:23.130Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:31:23.131Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:31:23.131Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532673802,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:31:23.232Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-13T11:31:23.232Z||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.
2021-09-13T11:31:23.232Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:31:23.246Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:31:23.246Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:31:24.132Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:31:24.132Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:31:24.134Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:31:24.134Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532673802,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:31:24.234Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:31:24.235Z||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.
2021-09-13T11:31:24.235Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:31:24.252Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:31:24.252Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:31:25.136Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "serviceName": "basic_onboard_TxOwnQ",
  "serviceVersion": "1.0",
  "serviceUUID": "9417bb8a-a4b3-4e80-b0dc-bb330e72862a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fc96c8d3-11d5-4998-ba21-dd3989be204f",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_TxOwnQ 0",
      "resourceCustomizationUUID": "b4095213-4ddc-4d6b-b51e-9c013aca878a",
      "resourceName": "basic_onboard_TxOwnQ",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "aa90ca3a-1277-46ee-8910-9ee60d058321",
      "resourceInvariantUUID": "95fb20fb-7d27-4c32-9054-f33cb04459bf",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_txownq0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json",
          "artifactChecksum": "M2NhNzZmNzdiZDRmMTQ4NjdkM2UzNzc0YWRiMTczYmM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "625dee69-69fb-41fe-884b-e5697b098f19",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "68e5e912-e4ed-4882-a94b-e917f069ca5f",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2e7a620c-bbe8-4713-a927-3a8313c60e55",
            "generatedFromUUID": "68e5e912-e4ed-4882-a94b-e917f069ca5f"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2e7a620c-bbe8-4713-a927-3a8313c60e55",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardTxownq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
      "artifactChecksum": "ODczMjE2MWFjY2E5NmQ3Y2E3ODAzMzQ1NTg3N2YxMGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "26eb8621-47c9-43bb-bc8d-3cdcc78522ed"
    }
  ],
  "workloadContext": "Production"
}
2021-09-13T11:31:25.136Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-13T11:31:25.136Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9417bb8a-a4b3-4e80-b0dc-bb330e72862a ASDC
2021-09-13T11:31:25.136Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:09d18726-9ef5-4c71-b26c-e63af6863b7c
ServiceName:basic_onboard_TxOwnQ
ServiceVersion:1.0
ServiceUUID:9417bb8a-a4b3-4e80-b0dc-bb330e72862a
ServiceInvariantUUID:fc96c8d3-11d5-4998-ba21-dd3989be204f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardTxownq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar
ArtifactUUID:26eb8621-47c9-43bb-bc8d-3cdcc78522ed
ArtifactChecksum:ODczMjE2MWFjY2E5NmQ3Y2E3ODAzMzQ1NTg3N2YxMGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_TxOwnQ 0
ResourceCustomizationUUID:b4095213-4ddc-4d6b-b51e-9c013aca878a
ResourceInvariantUUID:95fb20fb-7d27-4c32-9054-f33cb04459bf
ResourceName:basic_onboard_TxOwnQ
ResourceType:VF
ResourceUUID:aa90ca3a-1277-46ee-8910-9ee60d058321
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_txownq0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json
ArtifactUUID:625dee69-69fb-41fe-884b-e5697b098f19
ArtifactChecksum:M2NhNzZmNzdiZDRmMTQ4NjdkM2UzNzc0YWRiMTczYmM=
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/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml
ArtifactUUID:68e5e912-e4ed-4882-a94b-e917f069ca5f
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/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env
ArtifactUUID:2e7a620c-bbe8-4713-a927-3a8313c60e55
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/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env
ArtifactUUID:2e7a620c-bbe8-4713-a927-3a8313c60e55
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-13T11:31:25.137Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9417bb8a-a4b3-4e80-b0dc-bb330e72862a 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=?
2021-09-13T11:31:25.165Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T11:31:25.165Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-13T11:31:25.165Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-13T11:31:25.165Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 26eb8621-47c9-43bb-bc8d-3cdcc78522ed from URL: /sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar
2021-09-13T11:31:25.166Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-13T11:31:25.166Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar
2021-09-13T11:31:25.336Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-13T11:31:25.338Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar 26eb8621-47c9-43bb-bc8d-3cdcc78522ed 71390
2021-09-13T11:31:25.339Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar ASDC sendASDCNotification
2021-09-13T11:31:25.339Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar
2021-09-13T11:31:25.339Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T11:31:25.339Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:31:25.340Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:31:25.341Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532685339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:31:25.441Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:31:25.442Z||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.
2021-09-13T11:31:25.442Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:31:25.450Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:31:25.450Z||pool-26-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:31:26.341Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T11:31:26.342Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-13T11:31:26.342Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 26eb8621-47c9-43bb-bc8d-3cdcc78522ed, URL: /sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar to file: /app/ASDC/1/service-BasicOnboardTxownq-csar.csar
2021-09-13T11:31:26.343Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardTxownq-csar.csar
2021-09-13T11:31:26.343Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardTxownq-csar.csar
2021-09-13T11:31:26.343Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardTxownq-csar.csar
2021-09-13T11:31:26.602Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5192144953962920385/Definitions/service-BasicOnboardTxownq-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
2021-09-13T11:31:27.844Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-13T11:31:27.845Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-13T11:31:27.845Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardTxownq-csar.csar
2021-09-13T11:31:27.845Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-13T11:31:27.845Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_TxOwnQ 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-BasicOnboardTxownq-csar.csar
2021-09-13T11:31:27.846Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardTxownq-csar.csar
2021-09-13T11:31:27.846Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTxownq-csar.csar
2021-09-13T11:31:27.846Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTxownq-csar.csar
2021-09-13T11:31:27.846Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTxownq-csar.csar
2021-09-13T11:31:27.846Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardTxownq-csar.csar
2021-09-13T11:31:27.846Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardTxownq-csar.csar
2021-09-13T11:31:27.846Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTxownq-csar.csar
2021-09-13T11:31:27.846Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardTxownq-csar.csar
2021-09-13T11:31:27.846Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-13T11:31:27.846Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:31:27.846Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_TxOwnQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:31:27.847Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_TxOwnQ 0 is matching search criteria
2021-09-13T11:31:27.847Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-13T11:31:27.847Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_TxOwnQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T11:31:27.847Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:31:27.847Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_TxOwnQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:31:27.847Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_TxOwnQ 0 is matching search criteria
2021-09-13T11:31:27.847Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-13T11:31:27.847Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_TxOwnQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T11:31:27.848Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:31:27.848Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_TxOwnQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:31:27.848Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:31:27.848Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_TxOwnQ 0 is not matching search criteria
2021-09-13T11:31:27.848Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-13T11:31:27.848Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-13T11:31:27.848Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-13T11:31:27.848Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-13T11:31:27.848Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-13T11:31:27.849Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:31:27.849Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_TxOwnQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-13T11:31:27.849Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:31:27.849Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_TxOwnQ 0 is matching search criteria
2021-09-13T11:31:27.849Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_TxOwnQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:31:27.849Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:31:27.849Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_TxOwnQ 0 is matching search criteria
2021-09-13T11:31:27.849Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_TxOwnQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:31:27.850Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:31:27.850Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_TxOwnQ 0 is matching search criteria
2021-09-13T11:31:27.850Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_TxOwnQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:31:27.850Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:31:27.850Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_TxOwnQ 0 is not matching search criteria
2021-09-13T11:31:27.850Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-13T11:31:27.850Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-13T11:31:27.850Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f0f6569e-1b91-4af8-a768-076dd4af6396
2021-09-13T11:31:27.850Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:31:27.850Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_TxOwnQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:31:27.851Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:31:27.851Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_TxOwnQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:31:27.851Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:31:27.851Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_TxOwnQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:31:27.851Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:31:27.851Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_TxOwnQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:31:27.851Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_TxOwnQ
Description:service
Model UUID:9417bb8a-a4b3-4e80-b0dc-bb330e72862a
Model Version:NULL
Model InvariantUuid:fc96c8d3-11d5-4998-ba21-dd3989be204f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_TxOwnQ
Model UUID:85a66fba-ac03-40c3-96cc-268b0895e8a6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:95fb20fb-7d27-4c32-9054-f33cb04459bf
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b4095213-4ddc-4d6b-b51e-9c013aca878a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bd363d5c-7156-46f0-b24c-23b0be7011d2
ModelName:BasicOnboardTxownq..base_ubuntu18..module-0
ModelUuid:3e35ea5c-39a5-469c-9e75-0b9d26eb49d2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f0f6569e-1b91-4af8-a768-076dd4af6396
ModelInvariantUuid:f4f408f6-bd0f-4bf4-8485-a4556bc298e9
ModelName:basic_onboard_TxOwnQ-nodes.ubuntu18Cvfc
ModelUuid:a2f57bb7-420d-4302-821a-9aa01aeb83c3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:1c3b07c4-5335-42e3-b878-3162aa97ab66
ModelInvariantUuid:76e7e193-d95d-44a0-aa88-de6f6526caf2
ModelName:BasicOnboardTxownq.compute.nodes.heat.ubuntu18
ModelUuid:4ec36d6f-b861-4189-a763-ffb411169ac0
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-13T11:31:27.856Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: aa90ca3a-1277-46ee-8910-9ee60d058321
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T11:31:27.858Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||basic_onboard_TxOwnQ 0
2021-09-13T11:31:27.858Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: aa90ca3a-1277-46ee-8910-9ee60d058321
2021-09-13T11:31:27.858Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 625dee69-69fb-41fe-884b-e5697b098f19 from URL: /sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json
2021-09-13T11:31:27.858Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-13T11:31:27.858Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json
2021-09-13T11:31:28.005Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-13T11:31:28.005Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json 625dee69-69fb-41fe-884b-e5697b098f19 798
2021-09-13T11:31:28.005Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json ASDC sendASDCNotification
2021-09-13T11:31:28.005Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json
2021-09-13T11:31:28.005Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T11:31:28.006Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:31:28.007Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:31:28.007Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532688005,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:31:28.107Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:31:28.108Z||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.
2021-09-13T11:31:28.108Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:31:28.116Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:31:28.116Z||pool-27-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:31:29.008Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardTxownq..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "bd363d5c-7156-46f0-b24c-23b0be7011d2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3e35ea5c-39a5-469c-9e75-0b9d26eb49d2",
    "vfModuleModelCustomizationUUID": "04a67ca1-1980-45d8-b6ef-2b8119a5f19c",
    "isBase": true,
    "artifacts": [
      "68e5e912-e4ed-4882-a94b-e917f069ca5f",
      "2e7a620c-bbe8-4713-a927-3a8313c60e55"
    ],
    "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": ""
    }
  }
]
2021-09-13T11:31:29.011Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTxownq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3e35ea5c-39a5-469c-9e75-0b9d26eb49d2
VfModuleModelInvariantUUID:bd363d5c-7156-46f0-b24c-23b0be7011d2
VfModuleModelDescription:NULL
Artifacts UUID List:{
68e5e912-e4ed-4882-a94b-e917f069ca5f
,
2e7a620c-bbe8-4713-a927-3a8313c60e55

}
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


}

2021-09-13T11:31:29.013Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardTxownq..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "bd363d5c-7156-46f0-b24c-23b0be7011d2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3e35ea5c-39a5-469c-9e75-0b9d26eb49d2",
    "vfModuleModelCustomizationUUID": "04a67ca1-1980-45d8-b6ef-2b8119a5f19c",
    "isBase": true,
    "artifacts": [
      "68e5e912-e4ed-4882-a94b-e917f069ca5f",
      "2e7a620c-bbe8-4713-a927-3a8313c60e55"
    ],
    "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": ""
    }
  }
]
2021-09-13T11:31:29.013Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTxownq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3e35ea5c-39a5-469c-9e75-0b9d26eb49d2
VfModuleModelInvariantUUID:bd363d5c-7156-46f0-b24c-23b0be7011d2
VfModuleModelDescription:NULL
Artifacts UUID List:{
68e5e912-e4ed-4882-a94b-e917f069ca5f
,
2e7a620c-bbe8-4713-a927-3a8313c60e55

}
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


}

2021-09-13T11:31:29.013Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 68e5e912-e4ed-4882-a94b-e917f069ca5f from URL: /sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml
2021-09-13T11:31:29.013Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-13T11:31:29.013Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml
2021-09-13T11:31:30.394Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-13T11:31:30.395Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml 68e5e912-e4ed-4882-a94b-e917f069ca5f 5033
2021-09-13T11:31:30.395Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-13T11:31:30.395Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml
2021-09-13T11:31:30.395Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T11:31:30.395Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:31:30.397Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:31:30.397Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532690395,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:31:30.497Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:31:30.497Z||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.
2021-09-13T11:31:30.497Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:31:30.506Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:31:30.506Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-13T11:31:31.397Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2e7a620c-bbe8-4713-a927-3a8313c60e55 from URL: /sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env
2021-09-13T11:31:31.398Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-13T11:31:31.398Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env
2021-09-13T11:31:32.492Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-13T11:31:32.493Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env 2e7a620c-bbe8-4713-a927-3a8313c60e55 909
2021-09-13T11:31:32.493Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-13T11:31:32.493Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env
2021-09-13T11:31:32.493Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T11:31:32.493Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:31:32.495Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:31:32.495Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532692493,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:31:32.595Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:31:32.595Z||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.
2021-09-13T11:31:32.596Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:31:32.608Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:31:32.608Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:31:33.495Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 9417bb8a-a4b3-4e80-b0dc-bb330e72862a
2021-09-13T11:31:33.496Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_TxOwnQ 0 aa90ca3a-1277-46ee-8910-9ee60d058321 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T11:31:33.507Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@763fb08d, org.onap.sdc.toscaparser.api.parameters.Input@11ffdce2, org.onap.sdc.toscaparser.api.parameters.Input@24b58dd9, org.onap.sdc.toscaparser.api.parameters.Input@50d409b2, org.onap.sdc.toscaparser.api.parameters.Input@5be470fd]
2021-09-13T11:31:33.508Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:31:33.508Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_TxOwnQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:31:33.509Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-09-13T11:31:33.509Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= b4095213-4ddc-4d6b-b51e-9c013aca878a
2021-09-13T11:31:33.509Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b4095213-4ddc-4d6b-b51e-9c013aca878a matches Tosca VF Customization UUID: b4095213-4ddc-4d6b-b51e-9c013aca878a
2021-09-13T11:31:33.509Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: b4095213-4ddc-4d6b-b51e-9c013aca878a  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-13T11:31:33.510Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:31:33.510Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_TxOwnQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:31:33.511Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id b4095213-4ddc-4d6b-b51e-9c013aca878a: {\"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\"}
2021-09-13T11:31:33.511Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@79ec20b
2021-09-13T11:31:33.511Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:31:33.511Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_TxOwnQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-13T11:31:33.511Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 04a67ca1-1980-45d8-b6ef-2b8119a5f19c
2021-09-13T11:31:33.512Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 04a67ca1-1980-45d8-b6ef-2b8119a5f19c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-13T11:31:33.513Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:31:33.514Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_TxOwnQ 0 is matching search criteria
2021-09-13T11:31:33.514Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_TxOwnQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:31:33.514Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:31:33.514Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_TxOwnQ 0 is matching search criteria
2021-09-13T11:31:33.514Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_TxOwnQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:31:33.514Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:31:33.515Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_TxOwnQ 0 is not matching search criteria
2021-09-13T11:31:33.515Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-13T11:31:33.515Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-13T11:31:33.515Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f0f6569e-1b91-4af8-a768-076dd4af6396
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-13T11:31:33.517Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:31:33.517Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_TxOwnQ 0 is matching search criteria
2021-09-13T11:31:33.517Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_TxOwnQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:31:33.517Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:31:33.518Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_TxOwnQ 0 is matching search criteria
2021-09-13T11:31:33.518Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_TxOwnQ 0] matching following query criteria: sdcType=VF, customizationUUID=b4095213-4ddc-4d6b-b51e-9c013aca878a
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T11:31:33.519Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:31:33.519Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_TxOwnQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:31:33.520Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 9417bb8a-a4b3-4e80-b0dc-bb330e72862a: basic_onboard_TxOwnQ
2021-09-13T11:31:33.520Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:31:33.520Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_TxOwnQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:31:33.520Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:31:33.520Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_TxOwnQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:31:33.520Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:31:33.520Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_TxOwnQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:31:33.520Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:31:33.520Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_TxOwnQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:31:33.521Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:31:33.521Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_TxOwnQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:31:33.521Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_TxOwnQ 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-09-13T11:31:33.576Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_TxOwnQ aa90ca3a-1277-46ee-8910-9ee60d058321 1 ASDC deployResourceStructure
2021-09-13T11:31:33.576Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json ASDC sendASDCNotification
2021-09-13T11:31:33.576Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json
2021-09-13T11:31:33.576Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T11:31:33.577Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:31:33.578Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:31:33.578Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532693576,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-13T11:31:33.678Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:31:33.679Z||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.
2021-09-13T11:31:33.679Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:31:33.688Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:31:33.688Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-13T11:31:34.579Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-13T11:31:34.580Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml
2021-09-13T11:31:34.580Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T11:31:34.580Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:31:34.582Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:31:34.582Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532694579,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-13T11:31:34.682Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:31:34.683Z||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.
2021-09-13T11:31:34.683Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:31:34.692Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:31:34.692Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:31:35.583Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-13T11:31:35.583Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env
2021-09-13T11:31:35.583Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T11:31:35.584Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:31:35.585Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:31:35.585Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532695582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-13T11:31:35.685Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:31:35.686Z||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.
2021-09-13T11:31:35.686Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:31:35.696Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:31:35.696Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-13T11:31:36.586Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar ASDC sendASDCNotification
2021-09-13T11:31:36.586Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar
2021-09-13T11:31:36.586Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T11:31:36.587Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:31:36.589Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:31:36.589Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532696586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:31:36.689Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:31:36.689Z||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.
2021-09-13T11:31:36.689Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:31:36.698Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:31:36.698Z||pool-33-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:31:37.590Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 09d18726-9ef5-4c71-b26c-e63af6863b7c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-09-13T11:31:37.600Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 09d18726-9ef5-4c71-b26c-e63af6863b7c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T11:31:37.603Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T11:31:37.603Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-13T11:31:37.603Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-13T11:31:37.603Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-13T11:31:37.603Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:31:37.604Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:31:37.604Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:31:37.604Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:31:37.604Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:31:37.604Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:31:37.604Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-13T11:31:37.609Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-13T11:32:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:32:02.017Z||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.
2021-09-13T11:32:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:32:02.640Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:32:02.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:32:02.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532672789,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T11:32:02.642Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:32:02.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:32:02.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532673802,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:32:02.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:32:02.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:32:02.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532673802,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T11:32:02.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:32:02.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:32:02.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532673802,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-13T11:32:02.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:32:02.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:32:02.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532673802,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:32:02.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:32:02.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:32:02.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532673802,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-13T11:32:02.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:32:02.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:32:02.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532673802,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:32:02.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:32:02.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:32:02.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532673802,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:32:02.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:32:02.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:32:02.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532685339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:32:02.644Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:32:02.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:32:02.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532688005,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:32:02.644Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:32:02.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:32:02.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532690395,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:32:02.644Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:32:02.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:32:02.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532692493,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:32:02.645Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:32:02.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:32:02.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532693576,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-13T11:32:02.645Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:32:02.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:32:02.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532694579,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-13T11:32:02.645Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:32:02.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:32:02.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532695582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-13T11:32:02.645Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:32:02.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:32:02.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532696586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:32:02.646Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:32:07.609Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 09d18726-9ef5-4c71-b26c-e63af6863b7c 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=?
2021-09-13T11:32:07.613Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 09d18726-9ef5-4c71-b26c-e63af6863b7c and serviceModelVersionId: 9417bb8a-a4b3-4e80-b0dc-bb330e72862a
2021-09-13T11:32:07.613Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fc96c8d3-11d5-4998-ba21-dd3989be204f
2021-09-13T11:32:07.614Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fc96c8d3-11d5-4998-ba21-dd3989be204f/model-vers/model-ver/9417bb8a-a4b3-4e80-b0dc-bb330e72862a?depth=0
2021-09-13T11:32:07.618Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-13T11:32:07.652Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fc96c8d3-11d5-4998-ba21-dd3989be204f/model-vers/model-ver/9417bb8a-a4b3-4e80-b0dc-bb330e72862a?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]}
2021-09-13T11:32:07.653Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fc96c8d3-11d5-4998-ba21-dd3989be204f/model-vers/model-ver/9417bb8a-a4b3-4e80-b0dc-bb330e72862a?depth=0|INFO|500||Invoke
2021-09-13T11:32:07.688Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fc96c8d3-11d5-4998-ba21-dd3989be204f/model-vers/model-ver/9417bb8a-a4b3-4e80-b0dc-bb330e72862a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-13T11:32:07.766Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fc96c8d3-11d5-4998-ba21-dd3989be204f/model-vers/model-ver/9417bb8a-a4b3-4e80-b0dc-bb330e72862a?depth=0|INFO|500||InvokeReturn
2021-09-13T11:32:07.767Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fc96c8d3-11d5-4998-ba21-dd3989be204f/model-vers/model-ver/9417bb8a-a4b3-4e80-b0dc-bb330e72862a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210913-11:32:07:695-26551], vertex-id=[213000], Content-Length=[0], Date=[Mon, 13 Sep 2021 11:32:07 GMT], Content-Type=[application/json]}
2021-09-13T11:32:07.767Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-09-13T11:32:07.767Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-13T11:32:07.767Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T11:32:07.770Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-13T11:32:07.771Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 09d18726-9ef5-4c71-b26c-e63af6863b7c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-13T11:32:07.771Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-13T11:32:07.771Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:32:07.773Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:32:07.773Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532727771,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T11:32:07.873Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:32:07.874Z||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.
2021-09-13T11:32:07.874Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:32:07.885Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:32:07.885Z||pool-34-thread-1|||||INFO|500||cambria reply ok (12 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=?
2021-09-13T11:32:08.786Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:32:08.787Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:32:08.787Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:32:18.331Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:32:18.331Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:32:18.332Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:32:18.332Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:32:27.875Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:32:27.876Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:32:27.876Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:32:27.876Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:32:37.408Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:32:37.408Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:32:37.409Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:32:37.409Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:32:46.952Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:33:02.015Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:33:02.016Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:33:02.016Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:33:02.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:33:02.017Z||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.
2021-09-13T11:33:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:33:02.636Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:33:02.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:33:02.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631532727771,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T11:33:02.638Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:33:11.556Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:34:02.015Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:34:02.016Z||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.
2021-09-13T11:34:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:34:02.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:34:02.017Z||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.
2021-09-13T11:34:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:34:11.562Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:34:11.564Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:35:02.015Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:35:02.016Z||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.
2021-09-13T11:35:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:35:02.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:35:02.017Z||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.
2021-09-13T11:35:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:35:11.565Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:35:11.566Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:36:02.015Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:36:02.016Z||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.
2021-09-13T11:36:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:36:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:36:02.017Z||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.
2021-09-13T11:36:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:36:11.555Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:36:11.560Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:37:02.015Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:37:02.016Z||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.
2021-09-13T11:37:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:37:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:37:02.017Z||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.
2021-09-13T11:37:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:37:11.561Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:37:11.562Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:38:02.015Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:38:02.015Z||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.
2021-09-13T11:38:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:38:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:38:02.017Z||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.
2021-09-13T11:38:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:38:11.560Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:38:11.560Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:39:02.016Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:39:02.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:39:02.017Z||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.
2021-09-13T11:39:02.017Z||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.
2021-09-13T11:39:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:39:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:39:02.638Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:39:02.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T11:39:02.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"4c407d3c-d3f0-4a87-89c8-8c1336f1d78e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b40ed5d9-60c5-4a66-bbf2-74cdf5da5c4c","serviceDescription":"service","serviceInvariantUUID":"65cac366-51cd-46be-9edb-8d26b36579cd","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"64f142bd-aef6-4c26-a3d6-50007a74fd13","resourceInvariantUUID":"882b7224-f8c9-49b1-ad81-830380a6d101","resourceCustomizationUUID":"dfdbeb3e-f3a0-4d79-ad1a-90b635829933","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":"ZjE0NzY4ODVmOTU1Mjk3ZDA1NjZiMTlmM2E4MjZhNWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9c4ce8cd-1acf-4c5d-b80a-630602363e48","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTI3NjAzOWJmOTk4MWRkNWViNjg3MTAxNmFhMzYxM2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"26c862e4-34e0-4449-8c54-5cb1ac6dd7b2","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-13T11:39:02.642Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:39:02.643Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:39:02.645Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:39:02.645Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:39:02.645Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533142016,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:39:02.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:39:02.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
  "consumerID": "clamp",
  "timestamp": 1631533131139,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:39:02.646Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:39:02.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:39:02.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533131879,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:39:02.646Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:39:02.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:39:02.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
  "consumerID": "cds",
  "timestamp": 1631533136798,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:39:02.646Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:39:02.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:39:02.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
  "consumerID": "clamp",
  "timestamp": 1631533131139,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:39:02.647Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:39:02.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:39:02.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533131879,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:39:02.647Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:39:02.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:39:02.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
  "consumerID": "cds",
  "timestamp": 1631533136798,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:39:02.647Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:39:02.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:39:02.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
  "consumerID": "cds",
  "timestamp": 1631533140265,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:39:02.647Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:39:02.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:39:02.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
  "consumerID": "cds",
  "timestamp": 1631533141270,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-13T11:39:02.660Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e
2021-09-13T11:39:02.661Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e 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 (?, ?, ?, ?, ?)
2021-09-13T11:39:02.745Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:39:02.745Z||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.
2021-09-13T11:39:02.746Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:39:02.759Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:39:02.760Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:39:03.646Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:39:03.646Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:39:03.648Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:39:03.648Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533142016,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:39:03.748Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:39:03.749Z||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.
2021-09-13T11:39:03.749Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:39:03.758Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:39:03.759Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:39:04.649Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "b40ed5d9-60c5-4a66-bbf2-74cdf5da5c4c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "65cac366-51cd-46be-9edb-8d26b36579cd",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "dfdbeb3e-f3a0-4d79-ad1a-90b635829933",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "64f142bd-aef6-4c26-a3d6-50007a74fd13",
      "resourceInvariantUUID": "882b7224-f8c9-49b1-ad81-830380a6d101",
      "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": "NTI3NjAzOWJmOTk4MWRkNWViNjg3MTAxNmFhMzYxM2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "26c862e4-34e0-4449-8c54-5cb1ac6dd7b2"
    }
  ],
  "workloadContext": "Production"
}
2021-09-13T11:39:04.649Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-13T11:39:04.649Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b40ed5d9-60c5-4a66-bbf2-74cdf5da5c4c ASDC
2021-09-13T11:39:04.650Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:4c407d3c-d3f0-4a87-89c8-8c1336f1d78e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:b40ed5d9-60c5-4a66-bbf2-74cdf5da5c4c
ServiceInvariantUUID:65cac366-51cd-46be-9edb-8d26b36579cd
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:26c862e4-34e0-4449-8c54-5cb1ac6dd7b2
ArtifactChecksum:NTI3NjAzOWJmOTk4MWRkNWViNjg3MTAxNmFhMzYxM2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:dfdbeb3e-f3a0-4d79-ad1a-90b635829933
ResourceInvariantUUID:882b7224-f8c9-49b1-ad81-830380a6d101
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:64f142bd-aef6-4c26-a3d6-50007a74fd13
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-09-13T11:39:04.650Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b40ed5d9-60c5-4a66-bbf2-74cdf5da5c4c 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=?
2021-09-13T11:39:04.672Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T11:39:04.673Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-13T11:39:04.673Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-13T11:39:04.673Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 26c862e4-34e0-4449-8c54-5cb1ac6dd7b2 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-13T11:39:04.673Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-13T11:39:04.673Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-13T11:39:05.145Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-13T11:39:05.147Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 26c862e4-34e0-4449-8c54-5cb1ac6dd7b2 52177
2021-09-13T11:39:05.148Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-13T11:39:05.148Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-13T11:39:05.148Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T11:39:05.148Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:39:05.150Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:39:05.150Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533145148,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:39:05.250Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:39:05.251Z||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.
2021-09-13T11:39:05.251Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:39:05.260Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:39:05.260Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:39:06.150Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T11:39:06.151Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-13T11:39:06.152Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 26c862e4-34e0-4449-8c54-5cb1ac6dd7b2, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-13T11:39:06.152Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-13T11:39:06.152Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-13T11:39:06.152Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-13T11:39:06.252Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8541491437883643072/Definitions/service-BasicNetwork-template.yml
2021-09-13T11:39:06.552Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-13T11:39:06.561Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-13T11:39:06.561Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-13T11:39:06.561Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-13T11:39:06.561Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||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
2021-09-13T11:39:06.562Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||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
2021-09-13T11:39:06.562Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||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
2021-09-13T11:39:06.562Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||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
2021-09-13T11:39:06.562Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||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
2021-09-13T11:39:06.562Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||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
2021-09-13T11:39:06.563Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||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
2021-09-13T11:39:06.563Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||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
2021-09-13T11:39:06.563Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-13T11:39:06.563Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:39:06.563Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:39:06.564Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-13T11:39:06.564Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-13T11:39:06.564Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T11:39:06.564Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:39:06.564Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:39:06.564Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-13T11:39:06.565Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-13T11:39:06.565Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T11:39:06.565Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:39:06.565Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:39:06.565Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:39:06.565Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:39:06.566Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:39:06.566Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:39:06.566Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:39:06.566Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:39:06.566Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:39:06.566Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:39:06.567Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:b40ed5d9-60c5-4a66-bbf2-74cdf5da5c4c
Model Version:NULL
Model InvariantUuid:65cac366-51cd-46be-9edb-8d26b36579cd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:882b7224-f8c9-49b1-ad81-830380a6d101
Model UUID:52f19968-ed1e-4a91-9a51-71ee7452a1f5
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:dfdbeb3e-f3a0-4d79-ad1a-90b635829933
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-13T11:39:06.571Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 64f142bd-aef6-4c26-a3d6-50007a74fd13
2021-09-13T11:39:06.571Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||No resources found for Service: b40ed5d9-60c5-4a66-bbf2-74cdf5da5c4c
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T11:39:06.574Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||
2021-09-13T11:39:06.575Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-09-13T11:39:06.575Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||No resources found for Service: b40ed5d9-60c5-4a66-bbf2-74cdf5da5c4c
2021-09-13T11:39:06.575Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: b40ed5d9-60c5-4a66-bbf2-74cdf5da5c4c
2021-09-13T11:39:06.576Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-09-13T11:39:06.576Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T11:39:06.579Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6ecb69df, org.onap.sdc.toscaparser.api.parameters.Input@73e02088, org.onap.sdc.toscaparser.api.parameters.Input@1698d70a, org.onap.sdc.toscaparser.api.parameters.Input@6af866d6, org.onap.sdc.toscaparser.api.parameters.Input@5f486fc7]
2021-09-13T11:39:06.580Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:39:06.580Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:39:06.581Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:39:06.581Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:39:06.581Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid b40ed5d9-60c5-4a66-bbf2-74cdf5da5c4c: Generic NeutronNet
2021-09-13T11:39:06.581Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:39:06.581Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:39:06.582Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:39:06.582Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||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_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-09-13T11:39:06.603Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:39:06.603Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:39:06.604Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:39:06.604Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:39:06.604Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:39:06.604Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:39:06.604Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_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_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_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 (?, ?)
2021-09-13T11:39:06.650Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-09-13T11:39:06.650Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-13T11:39:06.650Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-13T11:39:06.650Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T11:39:06.651Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:39:06.652Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:39:06.653Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533146650,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:39:06.753Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:39:06.753Z||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.
2021-09-13T11:39:06.753Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:39:06.760Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:39:06.761Z||pool-38-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:39:07.657Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-09-13T11:39:07.666Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T11:39:07.669Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T11:39:07.669Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T11:39:07.669Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T11:39:37.669Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-09-13T11:39:37.678Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T11:39:37.680Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T11:39:37.680Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T11:39:37.680Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T11:40:02.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:40:02.018Z||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.
2021-09-13T11:40:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:40:02.142Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:40:02.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:40:02.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533142016,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:40:02.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:40:07.681Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-09-13T11:40:07.689Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T11:40:07.693Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T11:40:07.693Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T11:40:07.693Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T11:40:37.693Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-09-13T11:40:37.702Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T11:40:37.705Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T11:40:37.705Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T11:40:37.705Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T11:41:02.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:41:02.017Z||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.
2021-09-13T11:41:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:41:02.039Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:41:02.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
  "consumerID": "clamp",
  "timestamp": 1631533142907,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:41:02.040Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:41:02.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533142016,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:41:02.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:41:02.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533143035,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:41:02.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:41:02.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
  "consumerID": "aai-ml",
  "timestamp": 1631533143980,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:41:02.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:41:02.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533143035,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:41:02.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:41:02.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
  "consumerID": "clamp",
  "timestamp": 1631533144914,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:41:02.041Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:41:02.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533145148,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:41:02.041Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:41:02.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
  "consumerID": "aai-ml",
  "timestamp": 1631533143980,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:41:02.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:41:02.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533145196,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:41:02.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:41:02.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533145829,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:41:02.042Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:41:02.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
  "consumerID": "clamp",
  "timestamp": 1631533145916,
  "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=?
2021-09-13T11:41:02.049Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e
2021-09-13T11:41:02.049Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e 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 (?, ?, ?, ?, ?)
2021-09-13T11:41:02.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
  "consumerID": "dcae-sch",
  "timestamp": 1631533145911,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:41:02.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:41:02.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
  "consumerID": "policy-id",
  "timestamp": 1631533145892,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:41:02.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:41:02.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533146650,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:41:02.060Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:41:02.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
  "consumerID": "aai-ml",
  "timestamp": 1631533146793,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:41:02.060Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:41:02.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533145196,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:41:02.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:41:02.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533147257,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:41:02.060Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:41:02.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
  "consumerID": "dcae-sch",
  "timestamp": 1631533145911,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:41:02.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:41:02.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
  "consumerID": "policy-id",
  "timestamp": 1631533145892,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:41:02.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:41:02.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533148260,
  "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=?
2021-09-13T11:41:02.065Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e
2021-09-13T11:41:02.065Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e 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 (?, ?, ?, ?, ?)
2021-09-13T11:41:02.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
  "consumerID": "policy-id",
  "timestamp": 1631533148713,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:41:02.072Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:41:02.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
  "consumerID": "policy-id",
  "timestamp": 1631533149717,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:41:02.072Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:41:02.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
  "consumerID": "aai-ml",
  "timestamp": 1631533150592,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:41:02.072Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:41:02.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
  "consumerID": "policy-id",
  "timestamp": 1631533150720,
  "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=?
2021-09-13T11:41:02.077Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e
2021-09-13T11:41:02.077Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e 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 (?, ?, ?, ?, ?)
2021-09-13T11:41:02.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
  "consumerID": "aai-ml",
  "timestamp": 1631533151596,
  "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=?
2021-09-13T11:41:02.089Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e
2021-09-13T11:41:02.089Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e 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 (?, ?, ?, ?, ?)
2021-09-13T11:41:07.705Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-09-13T11:41:07.714Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T11:41:07.716Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T11:41:07.717Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-13T11:41:07.717Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-13T11:41:07.717Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-13T11:41:07.717Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:41:07.717Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:41:07.717Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:41:07.717Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:41:07.717Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:41:07.717Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:41:07.717Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||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=?
2021-09-13T11:41:07.721Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-13T11:41:37.722Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e 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=?
2021-09-13T11:41:37.727Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e and serviceModelVersionId: b40ed5d9-60c5-4a66-bbf2-74cdf5da5c4c
2021-09-13T11:41:37.727Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 65cac366-51cd-46be-9edb-8d26b36579cd
2021-09-13T11:41:37.728Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/65cac366-51cd-46be-9edb-8d26b36579cd/model-vers/model-ver/b40ed5d9-60c5-4a66-bbf2-74cdf5da5c4c?depth=0
2021-09-13T11:41:37.732Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-13T11:41:37.768Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/65cac366-51cd-46be-9edb-8d26b36579cd/model-vers/model-ver/b40ed5d9-60c5-4a66-bbf2-74cdf5da5c4c?depth=0|INFO|500||Invoke
2021-09-13T11:41:37.768Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/65cac366-51cd-46be-9edb-8d26b36579cd/model-vers/model-ver/b40ed5d9-60c5-4a66-bbf2-74cdf5da5c4c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/65cac366-51cd-46be-9edb-8d26b36579cd/model-vers/model-ver/b40ed5d9-60c5-4a66-bbf2-74cdf5da5c4c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4c407d3c-d3f0-4a87-89c8-8c1336f1d78e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9f0494cf-021d-455f-aeb1-17f5eac1695a], X-ECOMP-RequestID=[4c407d3c-d3f0-4a87-89c8-8c1336f1d78e], X-TransactionId=[], X-ONAP-RequestID=[4c407d3c-d3f0-4a87-89c8-8c1336f1d78e], Content-Type=[application/merge-patch+json]}
2021-09-13T11:41:37.786Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/65cac366-51cd-46be-9edb-8d26b36579cd/model-vers/model-ver/b40ed5d9-60c5-4a66-bbf2-74cdf5da5c4c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-13T11:41:38.691Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/65cac366-51cd-46be-9edb-8d26b36579cd/model-vers/model-ver/b40ed5d9-60c5-4a66-bbf2-74cdf5da5c4c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/65cac366-51cd-46be-9edb-8d26b36579cd/model-vers/model-ver/b40ed5d9-60c5-4a66-bbf2-74cdf5da5c4c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210913-11:41:37:793-12452], vertex-id=[159776], Content-Length=[0], Date=[Mon, 13 Sep 2021 11:41:37 GMT], Content-Type=[application/json]}
2021-09-13T11:41:38.691Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/65cac366-51cd-46be-9edb-8d26b36579cd/model-vers/model-ver/b40ed5d9-60c5-4a66-bbf2-74cdf5da5c4c?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-13T11:41:38.692Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/65cac366-51cd-46be-9edb-8d26b36579cd/model-vers/model-ver/b40ed5d9-60c5-4a66-bbf2-74cdf5da5c4c?depth=0|INFO|500||InvokeReturn
2021-09-13T11:41:38.692Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-13T11:41:38.692Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T11:41:38.696Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||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)
2021-09-13T11:41:38.696Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-13T11:41:38.696Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-13T11:41:38.696Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:41:38.698Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:41:38.698Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533298696,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T11:41:38.798Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:41:38.798Z||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.
2021-09-13T11:41:38.798Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:41:38.810Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:41:38.810Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 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=?
2021-09-13T11:41:39.708Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:41:39.709Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|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.
2021-09-13T11:41:39.709Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|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 6n06PbCGINsoJSR6) ...
2021-09-13T11:41:43.998Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:41:43.999Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T11:41:43.999Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"b29ab317-3d38-4231-82c1-e40238083cd4","serviceName":"Demo_pNF_GZBo632eleMEupghmYVs","serviceVersion":"1.0","serviceUUID":"a013e8c8-f2dd-47b0-ac22-9eca93099ffb","serviceDescription":"catalog service description","serviceInvariantUUID":"85d67e71-4047-4652-b8ed-5699ae6d6c6a","resources":[{"resourceInstanceName":"pNF 8631624d-29a0 0","resourceName":"pNF 8631624d-29a0","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a866c5e8-4d36-443b-baf1-c36be0ab66ee","resourceInvariantUUID":"96e1650c-c15c-4faa-853b-06d22a4d7f2f","resourceCustomizationUUID":"5bb95bb2-e05e-43c4-b997-b5ed69c9eb1a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/vf-license-model.xml","artifactChecksum":"YmYxOTYyNTc4Y2ZkZDZkNGQwNzhmM2NiZjIyM2VhYWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d337e77a-29f8-433a-82ba-f1ff0d57e45a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/pNF.csar","artifactChecksum":"ZmY3NjMyYTZlNTM0ZmI1ZGRiZGY0NzUwYjJmY2IyMTI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d14e86a-97ec-47bd-a23c-36530543f792","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"834c018c-9906-4429-8373-c7b5e4f7790f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/vendor-license-model.xml","artifactChecksum":"MDMyZWZhMTRjZWJiNTE0YjdlMDk4NWQyMmRjZjk4MDY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ee28f98b-211b-428b-a4be-bd43ed7328b7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5cc93301-6511-4efc-a59a-726ac6798cfd","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"06190e9c-d22b-45e7-ae29-e98ceeca4e65","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGzbo632elemeupghmyvs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-template.yml","artifactChecksum":"NTJmZmJmZjViNzcyNDZiOGNmYzUwNDFkOWE4MWQ0Yjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2c92aba7-731b-4aa8-9f15-87ee3e2132ab","artifactVersion":"1"},{"artifactName":"service-DemoPnfGzbo632elemeupghmyvs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar","artifactChecksum":"MzEwZmFkMTY4MGQyODI3MjIyY2RjMGRmMmU3NWNjNTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"80ef740a-3a00-43c1-8653-c69c4bb8939a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-13T11:41:44.001Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:41:44.001Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:41:44.003Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:41:44.003Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533299708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:41:44.103Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:41:44.104Z||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.
2021-09-13T11:41:44.104Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:41:44.113Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:41:44.113Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-13T11:41:45.004Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:41:45.005Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:41:45.006Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:41:45.006Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533299708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:41:45.107Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:41:45.107Z||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.
2021-09-13T11:41:45.107Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:41:45.116Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:41:45.117Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:41:46.007Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:41:46.008Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:41:46.009Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:41:46.009Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533299708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:41:46.109Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:41:46.110Z||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.
2021-09-13T11:41:46.110Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:41:46.119Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:41:46.119Z||pool-42-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-13T11:41:47.010Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:41:47.010Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:41:47.012Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:41:47.012Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533299708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:41:47.112Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:41:47.112Z||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.
2021-09-13T11:41:47.112Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:41:47.121Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:41:47.121Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:41:48.012Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:41:48.013Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:41:48.015Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:41:48.015Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533299708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:41:48.115Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:41:48.116Z||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.
2021-09-13T11:41:48.116Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:41:48.123Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:41:48.124Z||pool-44-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:41:49.016Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:41:49.016Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:41:49.018Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:41:49.018Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533299708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:41:49.118Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:41:49.119Z||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.
2021-09-13T11:41:49.119Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:41:49.127Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:41:49.128Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:41:50.018Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:41:50.019Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:41:50.021Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:41:50.021Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533299708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:41:50.121Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:41:50.122Z||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.
2021-09-13T11:41:50.122Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:41:50.131Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:41:50.131Z||pool-46-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:41:51.022Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:41:51.022Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:41:51.024Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:41:51.024Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533299708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:41:51.124Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:41:51.124Z||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.
2021-09-13T11:41:51.124Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:41:51.133Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:41:51.133Z||pool-47-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:41:52.025Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "serviceName": "Demo_pNF_GZBo632eleMEupghmYVs",
  "serviceVersion": "1.0",
  "serviceUUID": "a013e8c8-f2dd-47b0-ac22-9eca93099ffb",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "85d67e71-4047-4652-b8ed-5699ae6d6c6a",
  "resources": [
    {
      "resourceInstanceName": "pNF 8631624d-29a0 0",
      "resourceCustomizationUUID": "5bb95bb2-e05e-43c4-b997-b5ed69c9eb1a",
      "resourceName": "pNF 8631624d-29a0",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a866c5e8-4d36-443b-baf1-c36be0ab66ee",
      "resourceInvariantUUID": "96e1650c-c15c-4faa-853b-06d22a4d7f2f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfGzbo632elemeupghmyvs-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar",
      "artifactChecksum": "MzEwZmFkMTY4MGQyODI3MjIyY2RjMGRmMmU3NWNjNTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "80ef740a-3a00-43c1-8653-c69c4bb8939a"
    }
  ],
  "workloadContext": "Production"
}
2021-09-13T11:41:52.025Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-13T11:41:52.025Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a013e8c8-f2dd-47b0-ac22-9eca93099ffb ASDC
2021-09-13T11:41:52.025Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:b29ab317-3d38-4231-82c1-e40238083cd4
ServiceName:Demo_pNF_GZBo632eleMEupghmYVs
ServiceVersion:1.0
ServiceUUID:a013e8c8-f2dd-47b0-ac22-9eca93099ffb
ServiceInvariantUUID:85d67e71-4047-4652-b8ed-5699ae6d6c6a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfGzbo632elemeupghmyvs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar
ArtifactUUID:80ef740a-3a00-43c1-8653-c69c4bb8939a
ArtifactChecksum:MzEwZmFkMTY4MGQyODI3MjIyY2RjMGRmMmU3NWNjNTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8631624d-29a0 0
ResourceCustomizationUUID:5bb95bb2-e05e-43c4-b997-b5ed69c9eb1a
ResourceInvariantUUID:96e1650c-c15c-4faa-853b-06d22a4d7f2f
ResourceName:pNF 8631624d-29a0
ResourceType:PNF
ResourceUUID:a866c5e8-4d36-443b-baf1-c36be0ab66ee
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-13T11:41:52.025Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a013e8c8-f2dd-47b0-ac22-9eca93099ffb 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 (?, ?, ?, ?, ?)
2021-09-13T11:41:52.045Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T11:41:52.045Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-13T11:41:52.045Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-13T11:41:52.045Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 80ef740a-3a00-43c1-8653-c69c4bb8939a from URL: /sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar
2021-09-13T11:41:52.045Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-13T11:41:52.045Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar
2021-09-13T11:41:52.965Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-13T11:41:52.968Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar 80ef740a-3a00-43c1-8653-c69c4bb8939a 82532
2021-09-13T11:41:52.968Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar ASDC sendASDCNotification
2021-09-13T11:41:52.968Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar
2021-09-13T11:41:52.968Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T11:41:52.968Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:41:52.970Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:41:52.970Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533312968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:41:53.070Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:41:53.071Z||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.
2021-09-13T11:41:53.071Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:41:53.081Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:41:53.081Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:41:53.970Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T11:41:53.971Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-13T11:41:53.972Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 80ef740a-3a00-43c1-8653-c69c4bb8939a, URL: /sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar to file: /app/ASDC/1/service-DemoPnfGzbo632elemeupghmyvs-csar.csar
2021-09-13T11:41:53.972Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGzbo632elemeupghmyvs-csar.csar
2021-09-13T11:41:53.972Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGzbo632elemeupghmyvs-csar.csar
2021-09-13T11:41:53.973Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGzbo632elemeupghmyvs-csar.csar
2021-09-13T11:41:54.072Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7214537480599910250/Definitions/service-DemoPnfGzbo632elemeupghmyvs-template.yml
2021-09-13T11:41:54.644Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-13T11:41:54.644Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-13T11:41:54.644Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGzbo632elemeupghmyvs-csar.csar
2021-09-13T11:41:54.645Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-13T11:41:54.645Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||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-DemoPnfGzbo632elemeupghmyvs-csar.csar
2021-09-13T11:41:54.645Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfGzbo632elemeupghmyvs-csar.csar
2021-09-13T11:41:54.645Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||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-DemoPnfGzbo632elemeupghmyvs-csar.csar
2021-09-13T11:41:54.645Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||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-DemoPnfGzbo632elemeupghmyvs-csar.csar
2021-09-13T11:41:54.645Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||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-DemoPnfGzbo632elemeupghmyvs-csar.csar
2021-09-13T11:41:54.645Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8631624d-29a0 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-DemoPnfGzbo632elemeupghmyvs-csar.csar
2021-09-13T11:41:54.645Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||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-DemoPnfGzbo632elemeupghmyvs-csar.csar
2021-09-13T11:41:54.645Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-13T11:41:54.645Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:41:54.645Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GZBo632eleMEupghmYVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:41:54.645Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Node template pNF 8631624d-29a0 0 is matching search criteria
2021-09-13T11:41:54.645Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-13T11:41:54.646Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 8631624d-29a0 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T11:41:54.646Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:41:54.646Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GZBo632eleMEupghmYVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:41:54.646Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Node template pNF 8631624d-29a0 0 is matching search criteria
2021-09-13T11:41:54.646Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-13T11:41:54.646Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 8631624d-29a0 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T11:41:54.646Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:41:54.646Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GZBo632eleMEupghmYVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:41:54.646Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:41:54.646Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GZBo632eleMEupghmYVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:41:54.646Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:41:54.647Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GZBo632eleMEupghmYVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:41:54.647Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:41:54.647Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GZBo632eleMEupghmYVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:41:54.647Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:41:54.647Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GZBo632eleMEupghmYVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:41:54.647Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_GZBo632eleMEupghmYVs
Description:catalog service description
Model UUID:a013e8c8-f2dd-47b0-ac22-9eca93099ffb
Model Version:NULL
Model InvariantUuid:85d67e71-4047-4652-b8ed-5699ae6d6c6a
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-13T11:41:54.653Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: a866c5e8-4d36-443b-baf1-c36be0ab66ee
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T11:41:54.655Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||pNF 8631624d-29a0 0
2021-09-13T11:41:54.656Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a866c5e8-4d36-443b-baf1-c36be0ab66ee
2021-09-13T11:41:54.656Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||No resources found for Service: a013e8c8-f2dd-47b0-ac22-9eca93099ffb
2021-09-13T11:41:54.656Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: a013e8c8-f2dd-47b0-ac22-9eca93099ffb
2021-09-13T11:41:54.656Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 8631624d-29a0 0 a866c5e8-4d36-443b-baf1-c36be0ab66ee ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T11:41:54.659Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1ef8a473, org.onap.sdc.toscaparser.api.parameters.Input@4021d315, org.onap.sdc.toscaparser.api.parameters.Input@7fd8e410, org.onap.sdc.toscaparser.api.parameters.Input@4ca6ba31, org.onap.sdc.toscaparser.api.parameters.Input@17a654ea]
2021-09-13T11:41:54.659Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:41:54.659Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GZBo632eleMEupghmYVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:41:54.659Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid a013e8c8-f2dd-47b0-ac22-9eca93099ffb: pNF 8631624d-29a0
2021-09-13T11:41:54.659Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||Processing PNF resource: a866c5e8-4d36-443b-baf1-c36be0ab66ee
2021-09-13T11:41:54.660Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:41:54.660Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GZBo632eleMEupghmYVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:41:54.660Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||Resource customization UUID: 5bb95bb2-e05e-43c4-b997-b5ed69c9eb1a is the same as notified resource customizationUUID: 5bb95bb2-e05e-43c4-b997-b5ed69c9eb1a
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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 (?, ?)
2021-09-13T11:41:54.694Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 8631624d-29a0 a866c5e8-4d36-443b-baf1-c36be0ab66ee 0 ASDC deployResourceStructure
2021-09-13T11:41:54.694Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar ASDC sendASDCNotification
2021-09-13T11:41:54.694Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar
2021-09-13T11:41:54.694Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T11:41:54.694Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:41:54.696Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:41:54.696Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533314694,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:41:54.796Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:41:54.797Z||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.
2021-09-13T11:41:54.797Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:41:54.812Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:41:54.812Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:41:55.697Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b29ab317-3d38-4231-82c1-e40238083cd4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-09-13T11:41:55.707Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b29ab317-3d38-4231-82c1-e40238083cd4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T11:41:55.709Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T11:41:55.709Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T11:41:55.709Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T11:42:02.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:42:02.018Z||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.
2021-09-13T11:42:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:42:02.042Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:42:02.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533225196,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "clamp",
  "timestamp": 1631533221139,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "dcae-sch",
  "timestamp": 1631533225911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "policy-id",
  "timestamp": 1631533225892,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533225196,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "clamp",
  "timestamp": 1631533221139,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "cds",
  "timestamp": 1631533226798,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "dcae-sch",
  "timestamp": 1631533225911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "policy-id",
  "timestamp": 1631533225892,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533225196,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "clamp",
  "timestamp": 1631533221139,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "cds",
  "timestamp": 1631533226798,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "dcae-sch",
  "timestamp": 1631533225911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "policy-id",
  "timestamp": 1631533225892,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533225196,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "clamp",
  "timestamp": 1631533221139,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "cds",
  "timestamp": 1631533226798,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "dcae-sch",
  "timestamp": 1631533225911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "policy-id",
  "timestamp": 1631533225892,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533225196,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "clamp",
  "timestamp": 1631533221139,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "cds",
  "timestamp": 1631533226798,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "dcae-sch",
  "timestamp": 1631533225911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "policy-id",
  "timestamp": 1631533225892,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533225196,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "clamp",
  "timestamp": 1631533221139,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "cds",
  "timestamp": 1631533226798,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "dcae-sch",
  "timestamp": 1631533225911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "policy-id",
  "timestamp": 1631533225892,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533225196,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "clamp",
  "timestamp": 1631533221139,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "cds",
  "timestamp": 1631533226798,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533231879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "dcae-sch",
  "timestamp": 1631533225911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "policy-id",
  "timestamp": 1631533225892,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.050Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533225196,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:42:02.050Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "clamp",
  "timestamp": 1631533221139,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:42:02.050Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "cds",
  "timestamp": 1631533226798,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.050Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533231879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.050Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "dcae-sch",
  "timestamp": 1631533225911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.050Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "policy-id",
  "timestamp": 1631533225892,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:42:02.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533233035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "cds",
  "timestamp": 1631533226798,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:42:02.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533231879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "aai-ml",
  "timestamp": 1631533233981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533233035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "policy-id",
  "timestamp": 1631533234702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:42:02.051Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:42:02.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533231879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "aai-ml",
  "timestamp": 1631533233981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533233035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "policy-id",
  "timestamp": 1631533235707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:42:02.052Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:42:02.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "cds",
  "timestamp": 1631533236008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:42:02.052Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:42:02.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533231879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "aai-ml",
  "timestamp": 1631533233981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.053Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533233035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.053Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "policy-id",
  "timestamp": 1631533236709,
  "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=?
2021-09-13T11:42:02.060Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b29ab317-3d38-4231-82c1-e40238083cd4
2021-09-13T11:42:02.060Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b29ab317-3d38-4231-82c1-e40238083cd4 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 (?, ?, ?, ?, ?)
2021-09-13T11:42:02.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "cds",
  "timestamp": 1631533237013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-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=?
2021-09-13T11:42:02.070Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b29ab317-3d38-4231-82c1-e40238083cd4
2021-09-13T11:42:02.071Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b29ab317-3d38-4231-82c1-e40238083cd4 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 (?, ?, ?, ?, ?)
2021-09-13T11:42:02.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533231879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-13T11:42:02.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "aai-ml",
  "timestamp": 1631533233981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533233035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533231879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "aai-ml",
  "timestamp": 1631533233981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533233035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533231879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "aai-ml",
  "timestamp": 1631533233981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533233035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "aai-ml",
  "timestamp": 1631533233981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:02.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533233035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:42:02.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533240812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:42:02.079Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:42:02.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "clamp",
  "timestamp": 1631533241285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:42:02.079Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:42:02.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "aai-ml",
  "timestamp": 1631533233981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:42:02.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:42:02.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533242013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-13T11:42:02.080Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:42:02.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533242232,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:42:02.080Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:42:02.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "clamp",
  "timestamp": 1631533242931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:42:02.080Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:42:02.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533243016,
  "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=?
2021-09-13T11:42:02.084Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of b29ab317-3d38-4231-82c1-e40238083cd4
2021-09-13T11:42:02.084Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b29ab317-3d38-4231-82c1-e40238083cd4 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 (?, ?, ?, ?, ?)
2021-09-13T11:42:02.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "aai-ml",
  "timestamp": 1631533243158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:42:02.092Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:42:02.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533243866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:42:02.092Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:42:02.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "clamp",
  "timestamp": 1631533243934,
  "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=?
2021-09-13T11:42:02.096Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b29ab317-3d38-4231-82c1-e40238083cd4
2021-09-13T11:42:02.096Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b29ab317-3d38-4231-82c1-e40238083cd4 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 (?, ?, ?, ?, ?)
2021-09-13T11:42:02.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533244870,
  "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=?
2021-09-13T11:42:02.106Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b29ab317-3d38-4231-82c1-e40238083cd4
2021-09-13T11:42:02.106Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b29ab317-3d38-4231-82c1-e40238083cd4 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 (?, ?, ?, ?, ?)
2021-09-13T11:42:02.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "aai-ml",
  "timestamp": 1631533246920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:42:02.113Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:42:02.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:42:02.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "aai-ml",
  "timestamp": 1631533247924,
  "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=?
2021-09-13T11:42:02.117Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b29ab317-3d38-4231-82c1-e40238083cd4
2021-09-13T11:42:02.117Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b29ab317-3d38-4231-82c1-e40238083cd4 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 (?, ?, ?, ?, ?)
2021-09-13T11:42:25.709Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b29ab317-3d38-4231-82c1-e40238083cd4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-09-13T11:42:25.719Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b29ab317-3d38-4231-82c1-e40238083cd4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T11:42:25.721Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T11:42:25.721Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-13T11:42:25.721Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-13T11:42:25.721Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-13T11:42:25.722Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:42:25.722Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:42:25.722Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:42:25.722Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:42:25.722Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:42:25.722Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:42:25.722Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:42:25.722Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||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=?
2021-09-13T11:42:25.726Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-13T11:42:55.726Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b29ab317-3d38-4231-82c1-e40238083cd4 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=?
2021-09-13T11:42:55.730Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b29ab317-3d38-4231-82c1-e40238083cd4 and serviceModelVersionId: a013e8c8-f2dd-47b0-ac22-9eca93099ffb
2021-09-13T11:42:55.730Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 85d67e71-4047-4652-b8ed-5699ae6d6c6a
2021-09-13T11:42:55.731Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/85d67e71-4047-4652-b8ed-5699ae6d6c6a/model-vers/model-ver/a013e8c8-f2dd-47b0-ac22-9eca93099ffb?depth=0
2021-09-13T11:42:55.735Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-13T11:42:55.763Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/85d67e71-4047-4652-b8ed-5699ae6d6c6a/model-vers/model-ver/a013e8c8-f2dd-47b0-ac22-9eca93099ffb?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]}
2021-09-13T11:42:55.764Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/85d67e71-4047-4652-b8ed-5699ae6d6c6a/model-vers/model-ver/a013e8c8-f2dd-47b0-ac22-9eca93099ffb?depth=0|INFO|500||Invoke
2021-09-13T11:42:55.780Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/85d67e71-4047-4652-b8ed-5699ae6d6c6a/model-vers/model-ver/a013e8c8-f2dd-47b0-ac22-9eca93099ffb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-13T11:42:55.919Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/85d67e71-4047-4652-b8ed-5699ae6d6c6a/model-vers/model-ver/a013e8c8-f2dd-47b0-ac22-9eca93099ffb?depth=0|INFO|500||InvokeReturn
2021-09-13T11:42:55.919Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/85d67e71-4047-4652-b8ed-5699ae6d6c6a/model-vers/model-ver/a013e8c8-f2dd-47b0-ac22-9eca93099ffb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210913-11:42:55:786-9334], vertex-id=[221232], Content-Length=[0], Date=[Mon, 13 Sep 2021 11:42:55 GMT], Content-Type=[application/json]}
2021-09-13T11:42:55.919Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-09-13T11:42:55.919Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-13T11:42:55.919Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T11:42:55.924Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||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)
2021-09-13T11:42:55.924Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b29ab317-3d38-4231-82c1-e40238083cd4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-13T11:42:55.924Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-13T11:42:55.924Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:42:55.925Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:42:55.926Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533375924,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T11:42:56.026Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:42:56.027Z||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.
2021-09-13T11:42:56.027Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:42:56.038Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:42:56.038Z||pool-50-thread-1|||||INFO|500||cambria reply ok (12 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=?
2021-09-13T11:42:56.935Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:42:56.936Z|b29ab317-3d38-4231-82c1-e40238083cd4|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.
2021-09-13T11:42:56.936Z|b29ab317-3d38-4231-82c1-e40238083cd4|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 6n06PbCGINsoJSR6) ...
2021-09-13T11:42:57.556Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:42:57.556Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T11:42:57.556Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"21d30d6e-84fa-4e66-a530-e0fd8c4f885c","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"fe1c97be-7b3b-4471-98da-2b617a58816a","serviceDescription":"service","serviceInvariantUUID":"a6894b99-6c1c-4bdb-9005-9de7c0e48612","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"68909b53-ffd3-41eb-9408-46e1c8d1b536","resourceInvariantUUID":"ece408b3-3f6d-4e85-a0bb-0be82613ee3a","resourceCustomizationUUID":"f9b55084-f390-4cea-b97e-578aeb724efa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"ZjQzNWQ3MzVhMTlhYjlmYmVmYjJjZGQwZjg1NTgwNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"589fc9ac-0055-4616-907a-189fed64534a","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"ODI3MWIwMTRjYjlmZWUxMzgyNmE5MTZmYjA5OWYxYjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f196cd42-9eb1-4ca8-8c92-bb6cecc35c08","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"Mjc0NzhmNjAzOWNmM2ViZmE3MGNmMDkxYTI5OTQ5MmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"870ef307-aa3e-4765-88e4-4f63a3d9d8d2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a752b7e4-1046-40f0-8ea9-08b6bb372b28","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"020ca232-29da-4d05-86c7-027f9ccfb3cf","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"85fcf4c5-23fd-47eb-a414-268dfabe04a0","artifactVersion":"2","generatedFromUUID":"a752b7e4-1046-40f0-8ea9-08b6bb372b28"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"OTQ2YWQ2ZTczMWM4Y2Y1M2ExZTU2OWY1MGQ1YTczMmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"340f50ab-db3a-47a8-af69-9c50cb0ad9d3","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NDc0ZmRkODQ1MzY1YjdlNTIwNjM2NDFhMDJiYzMzYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"48aba647-d8cf-4215-8d7f-5cfcb209b824","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-13T11:42:57.558Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:42:57.558Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:42:57.560Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:42:57.560Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533376935,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:57.660Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:42:57.660Z||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.
2021-09-13T11:42:57.660Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:42:57.670Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:42:57.670Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:42:58.561Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:42:58.562Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:42:58.564Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:42:58.564Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533376935,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:42:58.664Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:42:58.664Z||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.
2021-09-13T11:42:58.664Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:42:58.674Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:42:58.674Z||pool-52-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:42:59.564Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:42:59.565Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:42:59.567Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:42:59.567Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533376935,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T11:42:59.667Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:42:59.668Z||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.
2021-09-13T11:42:59.668Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:42:59.676Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:42:59.676Z||pool-53-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:43:00.568Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:43:00.569Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:43:00.570Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:43:00.570Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533376935,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-13T11:43:00.671Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:43:00.671Z||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.
2021-09-13T11:43:00.671Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:43:00.681Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:43:00.681Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:43:01.571Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:43:01.572Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:43:01.573Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:43:01.573Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533376935,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:43:01.673Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:43:01.674Z||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.
2021-09-13T11:43:01.674Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:43:01.684Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:43:01.684Z||pool-55-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:43:02.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:43:02.017Z||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.
2021-09-13T11:43:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:43:02.039Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:43:02.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:43:02.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533298696,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T11:43:02.040Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:43:02.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:43:02.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533299708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:43:02.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:43:02.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:43:02.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533299708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:43:02.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:43:02.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:43:02.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533299708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:43:02.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:43:02.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:43:02.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533299708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:43:02.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:43:02.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:43:02.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533299708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:43:02.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:43:02.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:43:02.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533299708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:43:02.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:43:02.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:43:02.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533299708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:43:02.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:43:02.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:43:02.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533299708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:43:02.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:43:02.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:43:02.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533312968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:43:02.043Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:43:02.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:43:02.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533314694,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:43:02.043Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:43:02.574Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:43:02.574Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:43:02.576Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:43:02.576Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533376935,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-13T11:43:02.676Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:43:02.677Z||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.
2021-09-13T11:43:02.677Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:43:02.684Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:43:02.684Z||pool-56-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-09-13T11:43:03.577Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:43:03.577Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:43:03.579Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:43:03.579Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533376935,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:43:03.679Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:43:03.679Z||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.
2021-09-13T11:43:03.679Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:43:03.689Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:43:03.689Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:43:04.579Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:43:04.580Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:43:04.581Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:43:04.581Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533376935,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:43:04.682Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:43:04.682Z||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.
2021-09-13T11:43:04.682Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:43:04.691Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:43:04.691Z||pool-58-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:43:05.583Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "fe1c97be-7b3b-4471-98da-2b617a58816a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a6894b99-6c1c-4bdb-9005-9de7c0e48612",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "f9b55084-f390-4cea-b97e-578aeb724efa",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "68909b53-ffd3-41eb-9408-46e1c8d1b536",
      "resourceInvariantUUID": "ece408b3-3f6d-4e85-a0bb-0be82613ee3a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "Mjc0NzhmNjAzOWNmM2ViZmE3MGNmMDkxYTI5OTQ5MmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "870ef307-aa3e-4765-88e4-4f63a3d9d8d2",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a752b7e4-1046-40f0-8ea9-08b6bb372b28",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "85fcf4c5-23fd-47eb-a414-268dfabe04a0",
            "generatedFromUUID": "a752b7e4-1046-40f0-8ea9-08b6bb372b28"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "85fcf4c5-23fd-47eb-a414-268dfabe04a0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "NDc0ZmRkODQ1MzY1YjdlNTIwNjM2NDFhMDJiYzMzYjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "48aba647-d8cf-4215-8d7f-5cfcb209b824"
    }
  ],
  "workloadContext": "Production"
}
2021-09-13T11:43:05.583Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-13T11:43:05.583Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fe1c97be-7b3b-4471-98da-2b617a58816a ASDC
2021-09-13T11:43:05.583Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:21d30d6e-84fa-4e66-a530-e0fd8c4f885c
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:fe1c97be-7b3b-4471-98da-2b617a58816a
ServiceInvariantUUID:a6894b99-6c1c-4bdb-9005-9de7c0e48612
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:48aba647-d8cf-4215-8d7f-5cfcb209b824
ArtifactChecksum:NDc0ZmRkODQ1MzY1YjdlNTIwNjM2NDFhMDJiYzMzYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:f9b55084-f390-4cea-b97e-578aeb724efa
ResourceInvariantUUID:ece408b3-3f6d-4e85-a0bb-0be82613ee3a
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:68909b53-ffd3-41eb-9408-46e1c8d1b536
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:870ef307-aa3e-4765-88e4-4f63a3d9d8d2
ArtifactChecksum:Mjc0NzhmNjAzOWNmM2ViZmE3MGNmMDkxYTI5OTQ5MmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a752b7e4-1046-40f0-8ea9-08b6bb372b28
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:85fcf4c5-23fd-47eb-a414-268dfabe04a0
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:85fcf4c5-23fd-47eb-a414-268dfabe04a0
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-13T11:43:05.583Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fe1c97be-7b3b-4471-98da-2b617a58816a 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 (?, ?, ?, ?, ?)
2021-09-13T11:43:05.610Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T11:43:05.610Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-13T11:43:05.611Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-13T11:43:05.611Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 48aba647-d8cf-4215-8d7f-5cfcb209b824 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-13T11:43:05.611Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-13T11:43:05.611Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-13T11:43:05.839Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-13T11:43:05.842Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 48aba647-d8cf-4215-8d7f-5cfcb209b824 73381
2021-09-13T11:43:05.843Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-09-13T11:43:05.843Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-13T11:43:05.843Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T11:43:05.843Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:43:05.845Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:43:05.845Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533385843,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:43:05.945Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:43:05.946Z||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.
2021-09-13T11:43:05.946Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:43:05.955Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:43:05.955Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:43:06.846Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T11:43:06.847Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-13T11:43:06.847Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 48aba647-d8cf-4215-8d7f-5cfcb209b824, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-13T11:43:06.847Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-09-13T11:43:06.847Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-13T11:43:06.847Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-13T11:43:06.961Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1991228006876864137/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-09-13T11:43:07.778Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-13T11:43:07.778Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-13T11:43:07.778Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-13T11:43:07.778Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-13T11:43:07.778Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-13T11:43:07.779Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-13T11:43:07.779Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-13T11:43:07.779Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-13T11:43:07.779Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-13T11:43:07.779Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-13T11:43:07.779Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-13T11:43:07.779Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-13T11:43:07.779Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-13T11:43:07.779Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-13T11:43:07.779Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:43:07.779Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:43:07.779Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-13T11:43:07.779Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-13T11:43:07.780Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T11:43:07.780Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:43:07.780Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:43:07.780Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-13T11:43:07.780Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-13T11:43:07.780Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T11:43:07.780Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:43:07.780Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:43:07.780Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:43:07.780Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-13T11:43:07.780Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-13T11:43:07.781Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-13T11:43:07.781Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-13T11:43:07.781Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-13T11:43:07.781Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-13T11:43:07.781Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:43:07.781Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-13T11:43:07.781Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:43:07.781Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-13T11:43:07.781Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:43:07.781Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:43:07.782Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-13T11:43:07.782Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:43:07.782Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:43:07.782Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-13T11:43:07.782Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:43:07.782Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:43:07.782Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-13T11:43:07.782Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-13T11:43:07.782Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-13T11:43:07.782Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=70361c1b-5edf-4c1d-957f-ea2b7580d6b7
2021-09-13T11:43:07.782Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:43:07.783Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:43:07.783Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:43:07.783Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:43:07.783Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:43:07.783Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:43:07.783Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:43:07.783Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:43:07.783Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:fe1c97be-7b3b-4471-98da-2b617a58816a
Model Version:NULL
Model InvariantUuid:a6894b99-6c1c-4bdb-9005-9de7c0e48612
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:3e7d6f64-fa6e-4f86-82dc-5eba95ca7de9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ece408b3-3f6d-4e85-a0bb-0be82613ee3a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f9b55084-f390-4cea-b97e-578aeb724efa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e79a4c48-6f7c-4f60-a42f-6b9159b08fbd
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:2464d74a-8824-4a46-9959-f6207be305af
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:70361c1b-5edf-4c1d-957f-ea2b7580d6b7
ModelInvariantUuid:09397218-a67e-49ff-9d03-c9e572212978
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:a9973ec3-4f05-4073-9998-0c4ef3049a98
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:a88f6f24-137f-4e34-a08b-1886486891da
ModelInvariantUuid:b66c64d4-c706-407b-9e3b-08c267bce695
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:0323e383-86db-49e0-a2e9-1e3f3ea6fcf5
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-13T11:43:07.789Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 68909b53-ffd3-41eb-9408-46e1c8d1b536
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T11:43:07.790Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||basicclamp 0
2021-09-13T11:43:07.791Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 68909b53-ffd3-41eb-9408-46e1c8d1b536
2021-09-13T11:43:07.791Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 870ef307-aa3e-4765-88e4-4f63a3d9d8d2 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-13T11:43:07.791Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-13T11:43:07.791Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-13T11:43:07.937Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-13T11:43:07.937Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 870ef307-aa3e-4765-88e4-4f63a3d9d8d2 790
2021-09-13T11:43:07.937Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-09-13T11:43:07.937Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-13T11:43:07.937Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T11:43:07.938Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:43:07.939Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:43:07.939Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533387937,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:43:08.039Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:43:08.040Z||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.
2021-09-13T11:43:08.040Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:43:08.048Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:43:08.048Z||pool-60-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:43:08.940Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e79a4c48-6f7c-4f60-a42f-6b9159b08fbd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2464d74a-8824-4a46-9959-f6207be305af",
    "vfModuleModelCustomizationUUID": "2b7eece4-d63b-4228-af82-3af8b7048418",
    "isBase": true,
    "artifacts": [
      "a752b7e4-1046-40f0-8ea9-08b6bb372b28",
      "85fcf4c5-23fd-47eb-a414-268dfabe04a0"
    ],
    "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": ""
    }
  }
]
2021-09-13T11:43:08.943Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2464d74a-8824-4a46-9959-f6207be305af
VfModuleModelInvariantUUID:e79a4c48-6f7c-4f60-a42f-6b9159b08fbd
VfModuleModelDescription:NULL
Artifacts UUID List:{
a752b7e4-1046-40f0-8ea9-08b6bb372b28
,
85fcf4c5-23fd-47eb-a414-268dfabe04a0

}
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


}

2021-09-13T11:43:08.944Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e79a4c48-6f7c-4f60-a42f-6b9159b08fbd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2464d74a-8824-4a46-9959-f6207be305af",
    "vfModuleModelCustomizationUUID": "2b7eece4-d63b-4228-af82-3af8b7048418",
    "isBase": true,
    "artifacts": [
      "a752b7e4-1046-40f0-8ea9-08b6bb372b28",
      "85fcf4c5-23fd-47eb-a414-268dfabe04a0"
    ],
    "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": ""
    }
  }
]
2021-09-13T11:43:08.945Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2464d74a-8824-4a46-9959-f6207be305af
VfModuleModelInvariantUUID:e79a4c48-6f7c-4f60-a42f-6b9159b08fbd
VfModuleModelDescription:NULL
Artifacts UUID List:{
a752b7e4-1046-40f0-8ea9-08b6bb372b28
,
85fcf4c5-23fd-47eb-a414-268dfabe04a0

}
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


}

2021-09-13T11:43:08.945Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a752b7e4-1046-40f0-8ea9-08b6bb372b28 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-13T11:43:08.945Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-13T11:43:08.945Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-13T11:43:09.756Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-13T11:43:09.756Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml a752b7e4-1046-40f0-8ea9-08b6bb372b28 5033
2021-09-13T11:43:09.757Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-13T11:43:09.757Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-13T11:43:09.757Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T11:43:09.757Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:43:09.760Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:43:09.760Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533389757,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:43:09.860Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:43:09.860Z||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.
2021-09-13T11:43:09.860Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:43:09.869Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:43:09.869Z||pool-61-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-13T11:43:10.760Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 85fcf4c5-23fd-47eb-a414-268dfabe04a0 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-13T11:43:10.761Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-13T11:43:10.761Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-13T11:43:12.563Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-13T11:43:12.564Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 85fcf4c5-23fd-47eb-a414-268dfabe04a0 909
2021-09-13T11:43:12.564Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-13T11:43:12.564Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-13T11:43:12.564Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T11:43:12.564Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:43:12.566Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:43:12.566Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533392564,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:43:12.666Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:43:12.667Z||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.
2021-09-13T11:43:12.667Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:43:12.676Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:43:12.677Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:43:13.566Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: fe1c97be-7b3b-4471-98da-2b617a58816a
2021-09-13T11:43:13.567Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 68909b53-ffd3-41eb-9408-46e1c8d1b536 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T11:43:13.577Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@151c768c, org.onap.sdc.toscaparser.api.parameters.Input@34e2bd0b, org.onap.sdc.toscaparser.api.parameters.Input@7adbe6df, org.onap.sdc.toscaparser.api.parameters.Input@7e104dff, org.onap.sdc.toscaparser.api.parameters.Input@8ceeca7]
2021-09-13T11:43:13.578Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:43:13.578Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:43:13.578Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-09-13T11:43:13.578Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= f9b55084-f390-4cea-b97e-578aeb724efa
2021-09-13T11:43:13.578Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f9b55084-f390-4cea-b97e-578aeb724efa matches Tosca VF Customization UUID: f9b55084-f390-4cea-b97e-578aeb724efa
2021-09-13T11:43:13.579Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: f9b55084-f390-4cea-b97e-578aeb724efa  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-13T11:43:13.580Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:43:13.580Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:43:13.581Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id f9b55084-f390-4cea-b97e-578aeb724efa: {\"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\"}
2021-09-13T11:43:13.581Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@702e3f72
2021-09-13T11:43:13.581Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:43:13.581Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-13T11:43:13.581Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2b7eece4-d63b-4228-af82-3af8b7048418
2021-09-13T11:43:13.582Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2b7eece4-d63b-4228-af82-3af8b7048418
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-13T11:43:13.583Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:43:13.584Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-13T11:43:13.584Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:43:13.584Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:43:13.584Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-13T11:43:13.584Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:43:13.584Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:43:13.584Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-13T11:43:13.585Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-13T11:43:13.585Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-13T11:43:13.585Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=70361c1b-5edf-4c1d-957f-ea2b7580d6b7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-13T11:43:13.587Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:43:13.587Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-13T11:43:13.587Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:43:13.587Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:43:13.587Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-13T11:43:13.587Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=f9b55084-f390-4cea-b97e-578aeb724efa
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T11:43:13.588Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:43:13.589Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:43:13.589Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid fe1c97be-7b3b-4471-98da-2b617a58816a: basicclamp
2021-09-13T11:43:13.589Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:43:13.589Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:43:13.589Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:43:13.589Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:43:13.589Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:43:13.589Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:43:13.589Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:43:13.590Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:43:13.590Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:43:13.590Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:43:13.590Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-09-13T11:43:13.641Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 68909b53-ffd3-41eb-9408-46e1c8d1b536 1 ASDC deployResourceStructure
2021-09-13T11:43:13.641Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-09-13T11:43:13.641Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-13T11:43:13.642Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T11:43:13.642Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:43:13.643Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:43:13.644Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533393641,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-13T11:43:13.744Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:43:13.745Z||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.
2021-09-13T11:43:13.745Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:43:13.755Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:43:13.755Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:43:14.645Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-13T11:43:14.645Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-13T11:43:14.645Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T11:43:14.646Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:43:14.647Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:43:14.647Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533394645,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-13T11:43:14.748Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:43:14.748Z||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.
2021-09-13T11:43:14.749Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:43:14.757Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:43:14.757Z||pool-64-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-13T11:43:15.649Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-13T11:43:15.649Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-13T11:43:15.649Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T11:43:15.649Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:43:15.651Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:43:15.651Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533395648,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-13T11:43:15.751Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:43:15.752Z||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.
2021-09-13T11:43:15.752Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:43:15.761Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:43:15.761Z||pool-65-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:43:16.652Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-09-13T11:43:16.652Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-13T11:43:16.652Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T11:43:16.652Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:43:16.654Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:43:16.654Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533396652,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:43:16.754Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:43:16.755Z||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.
2021-09-13T11:43:16.755Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:43:16.764Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:43:16.764Z||pool-66-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:43:17.655Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21d30d6e-84fa-4e66-a530-e0fd8c4f885c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-09-13T11:43:17.664Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21d30d6e-84fa-4e66-a530-e0fd8c4f885c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T11:43:17.665Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T11:43:17.665Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T11:43:17.665Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T11:43:47.665Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21d30d6e-84fa-4e66-a530-e0fd8c4f885c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-09-13T11:43:47.674Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21d30d6e-84fa-4e66-a530-e0fd8c4f885c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T11:43:47.676Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T11:43:47.676Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T11:43:47.676Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T11:44:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:44:02.018Z||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.
2021-09-13T11:44:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:44:02.052Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:44:02.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533345196,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.054Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "clamp",
  "timestamp": 1631533341139,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.054Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "dcae-sch",
  "timestamp": 1631533345911,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-09-13T11:44:02.055Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.055Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "policy-id",
  "timestamp": 1631533345892,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.055Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.055Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "cds",
  "timestamp": 1631533346798,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.055Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.055Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533345196,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.055Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.055Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "dcae-sch",
  "timestamp": 1631533345911,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.055Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.055Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "clamp",
  "timestamp": 1631533341139,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.056Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "policy-id",
  "timestamp": 1631533345892,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.056Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "cds",
  "timestamp": 1631533346798,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.056Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "dcae-sch",
  "timestamp": 1631533345911,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.056Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533345196,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T11:44:02.056Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "clamp",
  "timestamp": 1631533341139,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T11:44:02.057Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "policy-id",
  "timestamp": 1631533345892,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.057Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "cds",
  "timestamp": 1631533346798,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.057Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "dcae-sch",
  "timestamp": 1631533345911,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.057Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533345196,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-13T11:44:02.057Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "clamp",
  "timestamp": 1631533341139,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.057Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "policy-id",
  "timestamp": 1631533345892,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-13T11:44:02.058Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "cds",
  "timestamp": 1631533346798,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.058Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533345196,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.058Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "dcae-sch",
  "timestamp": 1631533345911,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.058Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "clamp",
  "timestamp": 1631533341139,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.058Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "policy-id",
  "timestamp": 1631533345892,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.058Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "cds",
  "timestamp": 1631533346798,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.058Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "dcae-sch",
  "timestamp": 1631533345911,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.059Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533345196,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-13T11:44:02.059Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "clamp",
  "timestamp": 1631533341139,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.059Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "policy-id",
  "timestamp": 1631533345892,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.059Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "cds",
  "timestamp": 1631533346798,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.059Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533351879,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "dcae-sch",
  "timestamp": 1631533345911,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533345196,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.061Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "clamp",
  "timestamp": 1631533341139,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.061Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "policy-id",
  "timestamp": 1631533345892,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.061Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.062Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "cds",
  "timestamp": 1631533346798,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.062Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.062Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533351879,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.062Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.062Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533353035,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.062Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "dcae-sch",
  "timestamp": 1631533345911,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533345196,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:44:02.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "clamp",
  "timestamp": 1631533341139,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:44:02.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "policy-id",
  "timestamp": 1631533345892,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:44:02.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "cds",
  "timestamp": 1631533346798,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:44:02.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533351879,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.065Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "aai-ml",
  "timestamp": 1631533353981,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.065Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533353035,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.066Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533355227,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:44:02.066Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:44:02.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "policy-id",
  "timestamp": 1631533355222,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:44:02.066Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:44:02.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533351879,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.067Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.067Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "aai-ml",
  "timestamp": 1631533353981,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.067Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.067Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533353035,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.067Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "policy-id",
  "timestamp": 1631533356229,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:44:02.068Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:44:02.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533351879,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.068Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "cds",
  "timestamp": 1631533356544,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:44:02.069Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:44:02.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "aai-ml",
  "timestamp": 1631533353981,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.069Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533353035,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.069Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "policy-id",
  "timestamp": 1631533357231,
  "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=?
2021-09-13T11:44:02.076Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 21d30d6e-84fa-4e66-a530-e0fd8c4f885c
2021-09-13T11:44:02.076Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21d30d6e-84fa-4e66-a530-e0fd8c4f885c 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 (?, ?, ?, ?, ?)
2021-09-13T11:44:02.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533351879,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.084Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "cds",
  "timestamp": 1631533357548,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-13T11:44:02.089Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 21d30d6e-84fa-4e66-a530-e0fd8c4f885c
2021-09-13T11:44:02.089Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21d30d6e-84fa-4e66-a530-e0fd8c4f885c 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 (?, ?, ?, ?, ?)
2021-09-13T11:44:02.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.097Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "aai-ml",
  "timestamp": 1631533353981,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.098Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533353035,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.098Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533351879,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.099Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "aai-ml",
  "timestamp": 1631533353981,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.099Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533353035,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.100Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533351879,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.100Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "aai-ml",
  "timestamp": 1631533353981,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.101Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533353035,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.102Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533360057,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:44:02.102Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:44:02.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "dcae-sch",
  "timestamp": 1631533360262,
  "artifactURL": "/sdc/v1/catalog/services/fe1c97be-7b3b-4471-98da-2b617a58816a/resourceInstances/basicclamp0/artifacts/589fc9ac-0055-4616-907a-189fed64534a",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:44:02.103Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:44:02.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.103Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "aai-ml",
  "timestamp": 1631533353981,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.104Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.104Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533353035,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:44:02.104Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.104Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "clamp",
  "timestamp": 1631533361165,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:44:02.105Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:44:02.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "dcae-sch",
  "timestamp": 1631533361444,
  "artifactURL": "/sdc/v1/catalog/services/fe1c97be-7b3b-4471-98da-2b617a58816a/resourceInstances/basicclamp0/artifacts/589fc9ac-0055-4616-907a-189fed64534a",
  "status": "DEPLOY_OK"
}
2021-09-13T11:44:02.106Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:44:02.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "aai-ml",
  "timestamp": 1631533353981,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:44:02.106Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533361726,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:44:02.107Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:44:02.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533362162,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:44:02.107Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:44:02.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "clamp",
  "timestamp": 1631533362178,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:44:02.108Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:44:02.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "dcae-sch",
  "timestamp": 1631533362447,
  "artifactURL": "/sdc/v1/catalog/services/fe1c97be-7b3b-4471-98da-2b617a58816a/resourceInstances/basicclamp0/artifacts/589fc9ac-0055-4616-907a-189fed64534a",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-13T11:44:02.113Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 21d30d6e-84fa-4e66-a530-e0fd8c4f885c
2021-09-13T11:44:02.113Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21d30d6e-84fa-4e66-a530-e0fd8c4f885c and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-13T11:44:02.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533362748,
  "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=?
2021-09-13T11:44:02.125Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 21d30d6e-84fa-4e66-a530-e0fd8c4f885c
2021-09-13T11:44:02.125Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21d30d6e-84fa-4e66-a530-e0fd8c4f885c 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=?
2021-09-13T11:44:02.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "aai-ml",
  "timestamp": 1631533363160,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:44:02.131Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:44:02.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533363752,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-13T11:44:02.131Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:44:02.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533364105,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:44:02.132Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:44:02.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "clamp",
  "timestamp": 1631533364208,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:44:02.132Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:44:02.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533365108,
  "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=?
2021-09-13T11:44:02.136Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 21d30d6e-84fa-4e66-a530-e0fd8c4f885c
2021-09-13T11:44:02.136Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21d30d6e-84fa-4e66-a530-e0fd8c4f885c 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 (?, ?, ?, ?, ?)
2021-09-13T11:44:02.145Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.145Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "clamp",
  "timestamp": 1631533365210,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-13T11:44:02.145Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:44:02.145Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.146Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "clamp",
  "timestamp": 1631533366213,
  "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=?
2021-09-13T11:44:02.150Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 21d30d6e-84fa-4e66-a530-e0fd8c4f885c
2021-09-13T11:44:02.150Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21d30d6e-84fa-4e66-a530-e0fd8c4f885c 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 (?, ?, ?, ?, ?)
2021-09-13T11:44:02.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "aai-ml",
  "timestamp": 1631533368206,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:44:02.157Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:44:02.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "aai-ml",
  "timestamp": 1631533369211,
  "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=?
2021-09-13T11:44:02.161Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 21d30d6e-84fa-4e66-a530-e0fd8c4f885c
2021-09-13T11:44:02.161Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21d30d6e-84fa-4e66-a530-e0fd8c4f885c 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 (?, ?, ?, ?, ?)
2021-09-13T11:44:02.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.168Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533375924,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T11:44:02.168Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:44:02.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.168Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533376935,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.168Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.168Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533376935,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.168Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.169Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533376935,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T11:44:02.169Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.169Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533376935,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-13T11:44:02.169Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:02.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:44:02.169Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533376935,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:02.169Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:44:17.676Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21d30d6e-84fa-4e66-a530-e0fd8c4f885c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-09-13T11:44:17.684Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21d30d6e-84fa-4e66-a530-e0fd8c4f885c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T11:44:17.686Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T11:44:17.686Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-13T11:44:17.686Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-13T11:44:17.686Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-13T11:44:17.687Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:44:17.687Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:44:17.687Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:44:17.687Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:44:17.687Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:44:17.687Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:44:17.687Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:44:17.687Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||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=?
2021-09-13T11:44:17.692Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-13T11:44:47.692Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 21d30d6e-84fa-4e66-a530-e0fd8c4f885c 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=?
2021-09-13T11:44:47.697Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 21d30d6e-84fa-4e66-a530-e0fd8c4f885c and serviceModelVersionId: fe1c97be-7b3b-4471-98da-2b617a58816a
2021-09-13T11:44:47.697Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6894b99-6c1c-4bdb-9005-9de7c0e48612
2021-09-13T11:44:47.698Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6894b99-6c1c-4bdb-9005-9de7c0e48612/model-vers/model-ver/fe1c97be-7b3b-4471-98da-2b617a58816a?depth=0
2021-09-13T11:44:47.702Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-13T11:44:47.733Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a6894b99-6c1c-4bdb-9005-9de7c0e48612/model-vers/model-ver/fe1c97be-7b3b-4471-98da-2b617a58816a?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]}
2021-09-13T11:44:47.734Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a6894b99-6c1c-4bdb-9005-9de7c0e48612/model-vers/model-ver/fe1c97be-7b3b-4471-98da-2b617a58816a?depth=0|INFO|500||Invoke
2021-09-13T11:44:47.756Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a6894b99-6c1c-4bdb-9005-9de7c0e48612/model-vers/model-ver/fe1c97be-7b3b-4471-98da-2b617a58816a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-13T11:44:47.849Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a6894b99-6c1c-4bdb-9005-9de7c0e48612/model-vers/model-ver/fe1c97be-7b3b-4471-98da-2b617a58816a?depth=0|INFO|500||InvokeReturn
2021-09-13T11:44:47.850Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a6894b99-6c1c-4bdb-9005-9de7c0e48612/model-vers/model-ver/fe1c97be-7b3b-4471-98da-2b617a58816a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210913-11:44:47:763-42824], vertex-id=[180256], Content-Length=[0], Date=[Mon, 13 Sep 2021 11:44:47 GMT], Content-Type=[application/json]}
2021-09-13T11:44:47.850Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-09-13T11:44:47.851Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-13T11:44:47.851Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T11:44:47.855Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||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)
2021-09-13T11:44:47.855Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 21d30d6e-84fa-4e66-a530-e0fd8c4f885c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-13T11:44:47.855Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-13T11:44:47.855Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:44:47.857Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:44:47.857Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533487855,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T11:44:47.957Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:44:47.958Z||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.
2021-09-13T11:44:47.958Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:44:47.969Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:44:47.970Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 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=?
2021-09-13T11:44:48.867Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:44:48.867Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|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.
2021-09-13T11:44:48.867Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|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 6n06PbCGINsoJSR6) ...
2021-09-13T11:44:49.489Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:44:49.489Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T11:44:49.489Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"cabccfb4-dff5-468c-8e8f-ce338c8424e1","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"d589f559-2b1e-4da2-b257-3448ec56b6da","serviceDescription":"service","serviceInvariantUUID":"c7f4b15d-7d7f-4bf8-bf0f-094a789c8f1a","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"13d82471-16a4-4d89-b348-8c1172100ce1","resourceInvariantUUID":"7ed49979-bde5-4847-b23a-1d477a1e5d7f","resourceCustomizationUUID":"e7ece8e2-cb1a-48c7-80d1-d3378c841855","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"NGY3Nzk0NDk5ZTQwNGNjZDM5MGRiMmUxNjk0M2JjMDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2d46b4c1-5870-450f-881b-6ad95993d206","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"ZWZhZWJmNjAzOGZjZDIxNmFiNjFjODNjYjAyYjU1OWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f0d888c5-a997-457c-9a6f-906e9a1181aa","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3c00cbf1-2d9d-403c-a6b2-2ea85056d9d0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"250794c9-9956-47cd-9b11-54bd4438cf1b","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8ee6221c-b6c7-4b16-8381-87dc906134fc","artifactVersion":"2","generatedFromUUID":"3c00cbf1-2d9d-403c-a6b2-2ea85056d9d0"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"MWMyZmM4MTYzY2ExNjQwMmU5ZDYyNGM3M2ZlYzNjOGQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"70ccc994-76c7-497a-86a6-925dd984fb4e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"YTM3OWNkNDM0ZDdmMjhhOWIwMzM0MzA1MjIxMGNjZTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8530294c-2261-4ee4-98f8-d5d0f715ec1f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NjhhNTU2YjQ2Y2VlZTJkYjA4OTZhMWIxMzZkNjhjY2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bc334712-f330-4ec9-a709-3b80ecb0bbae","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-13T11:44:49.491Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:44:49.491Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:44:49.493Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:44:49.493Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533488867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:49.593Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:44:49.594Z||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.
2021-09-13T11:44:49.594Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:44:49.602Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:44:49.603Z||pool-68-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:44:50.493Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:44:50.494Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:44:50.495Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:44:50.495Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533488867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T11:44:50.596Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-13T11:44:50.596Z||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.
2021-09-13T11:44:50.596Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:44:50.604Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:44:50.605Z||pool-69-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:44:51.496Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:44:51.497Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:44:51.499Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:44:51.499Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533488867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-13T11:44:51.598Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-13T11:44:51.599Z||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.
2021-09-13T11:44:51.599Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:44:51.607Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:44:51.607Z||pool-70-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:44:52.499Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:44:52.500Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:44:52.501Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:44:52.502Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533488867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:52.602Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:44:52.602Z||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.
2021-09-13T11:44:52.602Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:44:52.612Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:44:52.612Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:44:53.502Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:44:53.502Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:44:53.504Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:44:53.504Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533488867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-13T11:44:53.604Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:44:53.605Z||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.
2021-09-13T11:44:53.605Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:44:53.614Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:44:53.614Z||pool-72-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-13T11:44:54.505Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:44:54.505Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:44:54.507Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:44:54.507Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533488867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:54.607Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:44:54.607Z||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.
2021-09-13T11:44:54.608Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:44:54.615Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:44:54.616Z||pool-73-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:44:55.507Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:44:55.508Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:44:55.509Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:44:55.509Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533488867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:44:55.610Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:44:55.610Z||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.
2021-09-13T11:44:55.610Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:44:55.620Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:44:55.620Z||pool-74-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:44:56.510Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:44:56.510Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:44:56.512Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:44:56.512Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533488867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:44:56.612Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:44:56.613Z||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.
2021-09-13T11:44:56.613Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:44:56.621Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:44:56.621Z||pool-75-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:44:57.513Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d589f559-2b1e-4da2-b257-3448ec56b6da",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c7f4b15d-7d7f-4bf8-bf0f-094a789c8f1a",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "e7ece8e2-cb1a-48c7-80d1-d3378c841855",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "13d82471-16a4-4d89-b348-8c1172100ce1",
      "resourceInvariantUUID": "7ed49979-bde5-4847-b23a-1d477a1e5d7f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "ZWZhZWJmNjAzOGZjZDIxNmFiNjFjODNjYjAyYjU1OWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f0d888c5-a997-457c-9a6f-906e9a1181aa",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3c00cbf1-2d9d-403c-a6b2-2ea85056d9d0",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8ee6221c-b6c7-4b16-8381-87dc906134fc",
            "generatedFromUUID": "3c00cbf1-2d9d-403c-a6b2-2ea85056d9d0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8ee6221c-b6c7-4b16-8381-87dc906134fc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NjhhNTU2YjQ2Y2VlZTJkYjA4OTZhMWIxMzZkNjhjY2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bc334712-f330-4ec9-a709-3b80ecb0bbae"
    }
  ],
  "workloadContext": "Production"
}
2021-09-13T11:44:57.514Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-13T11:44:57.514Z|21d30d6e-84fa-4e66-a530-e0fd8c4f885c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d589f559-2b1e-4da2-b257-3448ec56b6da ASDC
2021-09-13T11:44:57.514Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:cabccfb4-dff5-468c-8e8f-ce338c8424e1
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:d589f559-2b1e-4da2-b257-3448ec56b6da
ServiceInvariantUUID:c7f4b15d-7d7f-4bf8-bf0f-094a789c8f1a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:bc334712-f330-4ec9-a709-3b80ecb0bbae
ArtifactChecksum:NjhhNTU2YjQ2Y2VlZTJkYjA4OTZhMWIxMzZkNjhjY2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:e7ece8e2-cb1a-48c7-80d1-d3378c841855
ResourceInvariantUUID:7ed49979-bde5-4847-b23a-1d477a1e5d7f
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:13d82471-16a4-4d89-b348-8c1172100ce1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:f0d888c5-a997-457c-9a6f-906e9a1181aa
ArtifactChecksum:ZWZhZWJmNjAzOGZjZDIxNmFiNjFjODNjYjAyYjU1OWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:3c00cbf1-2d9d-403c-a6b2-2ea85056d9d0
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:8ee6221c-b6c7-4b16-8381-87dc906134fc
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:8ee6221c-b6c7-4b16-8381-87dc906134fc
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-13T11:44:57.514Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d589f559-2b1e-4da2-b257-3448ec56b6da 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 (?, ?, ?, ?, ?)
2021-09-13T11:44:57.542Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T11:44:57.542Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-13T11:44:57.542Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-13T11:44:57.542Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: bc334712-f330-4ec9-a709-3b80ecb0bbae from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-13T11:44:57.542Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-13T11:44:57.542Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-13T11:44:59.430Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-13T11:44:59.433Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar bc334712-f330-4ec9-a709-3b80ecb0bbae 78621
2021-09-13T11:44:59.433Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-09-13T11:44:59.433Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-13T11:44:59.433Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T11:44:59.433Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:44:59.435Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:44:59.435Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533499433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:44:59.535Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:44:59.536Z||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.
2021-09-13T11:44:59.536Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:44:59.545Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:44:59.545Z||pool-76-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:45:00.436Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T11:45:00.436Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-13T11:45:00.437Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: bc334712-f330-4ec9-a709-3b80ecb0bbae, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-13T11:45:00.437Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-09-13T11:45:00.437Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-13T11:45:00.437Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-13T11:45:00.558Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8480694297853362139/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-09-13T11:45:01.368Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-13T11:45:01.368Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-13T11:45:01.368Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-13T11:45:01.368Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-13T11:45:01.368Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-13T11:45:01.368Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-13T11:45:01.368Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-13T11:45:01.369Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-13T11:45:01.369Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-13T11:45:01.369Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-13T11:45:01.369Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-13T11:45:01.369Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-13T11:45:01.369Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-13T11:45:01.369Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-13T11:45:01.369Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:45:01.369Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:45:01.369Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-13T11:45:01.369Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-13T11:45:01.369Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T11:45:01.369Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:45:01.369Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:45:01.370Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-13T11:45:01.370Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-13T11:45:01.370Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T11:45:01.370Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:45:01.370Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:45:01.370Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:45:01.370Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-13T11:45:01.370Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-13T11:45:01.370Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-13T11:45:01.370Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-13T11:45:01.370Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-13T11:45:01.370Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-13T11:45:01.370Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:45:01.371Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-13T11:45:01.371Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:45:01.371Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-13T11:45:01.371Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:45:01.371Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:45:01.371Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-13T11:45:01.371Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:45:01.371Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:45:01.371Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-13T11:45:01.372Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:45:01.372Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:45:01.372Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-13T11:45:01.372Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-13T11:45:01.372Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-13T11:45:01.372Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1f053419-723c-4829-89f8-c038031a823c
2021-09-13T11:45:01.372Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:45:01.372Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:45:01.372Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:45:01.372Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:45:01.372Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:45:01.372Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:45:01.372Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:45:01.373Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:45:01.373Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:d589f559-2b1e-4da2-b257-3448ec56b6da
Model Version:NULL
Model InvariantUuid:c7f4b15d-7d7f-4bf8-bf0f-094a789c8f1a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:34f464cb-4cf7-4116-99c7-a41e37bd7c27
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7ed49979-bde5-4847-b23a-1d477a1e5d7f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e7ece8e2-cb1a-48c7-80d1-d3378c841855
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:98da98eb-8030-4319-bfcd-2213d1cc4723
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:fe69e106-c09f-462f-a750-f25c2044e1f2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1f053419-723c-4829-89f8-c038031a823c
ModelInvariantUuid:c431c99b-cab6-4c67-9f53-80464ce1bb5c
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:95b70688-5089-4cd3-966b-93dc792b2e37
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4b8f7d6b-c237-47ce-a6cc-b48d4dc2ae77
ModelInvariantUuid:dc6a5408-f844-4af1-86af-85a897ddba01
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:3052f872-54e9-459a-8d81-c7cc6b469d12
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-13T11:45:01.378Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 13d82471-16a4-4d89-b348-8c1172100ce1
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T11:45:01.380Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||basic_vm_macro 0
2021-09-13T11:45:01.380Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 13d82471-16a4-4d89-b348-8c1172100ce1
2021-09-13T11:45:01.380Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f0d888c5-a997-457c-9a6f-906e9a1181aa from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-13T11:45:01.380Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-13T11:45:01.380Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-13T11:45:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:45:02.018Z||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.
2021-09-13T11:45:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:45:02.039Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-13T11:45:02.039Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json f0d888c5-a997-457c-9a6f-906e9a1181aa 792
2021-09-13T11:45:02.040Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-09-13T11:45:02.040Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-13T11:45:02.040Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T11:45:02.040Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:45:02.041Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:45:02.041Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533502040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:45:02.043Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:45:02.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533376935,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-13T11:45:02.044Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533376935,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.044Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533376935,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:45:02.044Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533385843,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:45:02.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:45:02.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533387937,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:45:02.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:45:02.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533389757,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:45:02.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:45:02.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533392564,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:45:02.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:45:02.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533393641,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-13T11:45:02.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:45:02.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533394645,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-13T11:45:02.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:45:02.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533395648,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-13T11:45:02.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:45:02.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533396652,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:45:02.046Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:45:02.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533391880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "cds",
  "timestamp": 1631533391798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533391880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "cds",
  "timestamp": 1631533391798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "clamp",
  "timestamp": 1631533401139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533391880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "cds",
  "timestamp": 1631533391798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "clamp",
  "timestamp": 1631533401139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T11:45:02.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533391880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "cds",
  "timestamp": 1631533391798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "clamp",
  "timestamp": 1631533401139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533391880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "cds",
  "timestamp": 1631533391798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "clamp",
  "timestamp": 1631533401139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533391880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "cds",
  "timestamp": 1631533391798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "clamp",
  "timestamp": 1631533401139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533405196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533391880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "cds",
  "timestamp": 1631533391798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "dcae-sch",
  "timestamp": 1631533405911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "policy-id",
  "timestamp": 1631533405892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "clamp",
  "timestamp": 1631533401139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533405196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T11:45:02.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533391880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "cds",
  "timestamp": 1631533391798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:45:02.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "dcae-sch",
  "timestamp": 1631533405911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "policy-id",
  "timestamp": 1631533405892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "clamp",
  "timestamp": 1631533401139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533405196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-13T11:45:02.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "dcae-sch",
  "timestamp": 1631533405911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "policy-id",
  "timestamp": 1631533405892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-13T11:45:02.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "cds",
  "timestamp": 1631533408674,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:45:02.050Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:45:02.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "clamp",
  "timestamp": 1631533401139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:45:02.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533405196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "dcae-sch",
  "timestamp": 1631533405911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "policy-id",
  "timestamp": 1631533405892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533405196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-13T11:45:02.052Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "dcae-sch",
  "timestamp": 1631533405911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.052Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "policy-id",
  "timestamp": 1631533405892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.052Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "cds",
  "timestamp": 1631533410823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-13T11:45:02.058Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cabccfb4-dff5-468c-8e8f-ce338c8424e1
2021-09-13T11:45:02.058Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cabccfb4-dff5-468c-8e8f-ce338c8424e1 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 (?, ?, ?, ?, ?)
2021-09-13T11:45:02.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533405196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "dcae-sch",
  "timestamp": 1631533405911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "policy-id",
  "timestamp": 1631533405892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533405196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "dcae-sch",
  "timestamp": 1631533405911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "policy-id",
  "timestamp": 1631533405892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533405196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:45:02.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "dcae-sch",
  "timestamp": 1631533405911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.065Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "policy-id",
  "timestamp": 1631533405892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:45:02.065Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533413035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.065Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533414011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:45:02.065Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:45:02.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "aai-ml",
  "timestamp": 1631533413980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.065Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533413035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.065Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "policy-id",
  "timestamp": 1631533414705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:45:02.065Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:45:02.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533415298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:45:02.066Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:45:02.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "aai-ml",
  "timestamp": 1631533413980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.066Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533413035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.066Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "policy-id",
  "timestamp": 1631533415715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:45:02.066Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:45:02.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "aai-ml",
  "timestamp": 1631533413980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.066Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533413035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.067Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.067Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "policy-id",
  "timestamp": 1631533416718,
  "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=?
2021-09-13T11:45:02.070Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cabccfb4-dff5-468c-8e8f-ce338c8424e1
2021-09-13T11:45:02.070Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cabccfb4-dff5-468c-8e8f-ce338c8424e1 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 (?, ?, ?, ?, ?)
2021-09-13T11:45:02.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "clamp",
  "timestamp": 1631533416952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:45:02.076Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:45:02.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "aai-ml",
  "timestamp": 1631533413980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533413035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533418220,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:45:02.077Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:45:02.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "aai-ml",
  "timestamp": 1631533413980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533413035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533419356,
  "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=?
2021-09-13T11:45:02.081Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cabccfb4-dff5-468c-8e8f-ce338c8424e1
2021-09-13T11:45:02.081Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cabccfb4-dff5-468c-8e8f-ce338c8424e1 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=?
2021-09-13T11:45:02.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "aai-ml",
  "timestamp": 1631533413980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.087Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533413035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.087Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "clamp",
  "timestamp": 1631533419956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:45:02.087Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:45:02.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533420368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-13T11:45:02.087Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:45:02.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "aai-ml",
  "timestamp": 1631533413980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:45:02.087Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533413035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:45:02.087Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "clamp",
  "timestamp": 1631533420958,
  "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=?
2021-09-13T11:45:02.091Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cabccfb4-dff5-468c-8e8f-ce338c8424e1
2021-09-13T11:45:02.091Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cabccfb4-dff5-468c-8e8f-ce338c8424e1 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 (?, ?, ?, ?, ?)
2021-09-13T11:45:02.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "aai-ml",
  "timestamp": 1631533413980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:45:02.098Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:45:02.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533422150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:45:02.098Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:45:02.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "aai-ml",
  "timestamp": 1631533423046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:45:02.098Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:45:02.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533424085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:45:02.099Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:45:02.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533425088,
  "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=?
2021-09-13T11:45:02.103Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cabccfb4-dff5-468c-8e8f-ce338c8424e1
2021-09-13T11:45:02.103Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cabccfb4-dff5-468c-8e8f-ce338c8424e1 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 (?, ?, ?, ?, ?)
2021-09-13T11:45:02.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "aai-ml",
  "timestamp": 1631533428191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:45:02.111Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:45:02.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:45:02.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "aai-ml",
  "timestamp": 1631533429194,
  "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=?
2021-09-13T11:45:02.120Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cabccfb4-dff5-468c-8e8f-ce338c8424e1
2021-09-13T11:45:02.120Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cabccfb4-dff5-468c-8e8f-ce338c8424e1 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 (?, ?, ?, ?, ?)
2021-09-13T11:45:02.142Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:45:02.142Z||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.
2021-09-13T11:45:02.142Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:45:02.148Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:45:02.148Z||pool-77-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:45:03.043Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "98da98eb-8030-4319-bfcd-2213d1cc4723",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fe69e106-c09f-462f-a750-f25c2044e1f2",
    "vfModuleModelCustomizationUUID": "cc2b8191-e277-4923-bc14-c0a3fd3d7ec5",
    "isBase": true,
    "artifacts": [
      "3c00cbf1-2d9d-403c-a6b2-2ea85056d9d0",
      "8ee6221c-b6c7-4b16-8381-87dc906134fc"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-13T11:45:03.045Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fe69e106-c09f-462f-a750-f25c2044e1f2
VfModuleModelInvariantUUID:98da98eb-8030-4319-bfcd-2213d1cc4723
VfModuleModelDescription:NULL
Artifacts UUID List:{
3c00cbf1-2d9d-403c-a6b2-2ea85056d9d0
,
8ee6221c-b6c7-4b16-8381-87dc906134fc

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

isBase:true


}

2021-09-13T11:45:03.047Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "98da98eb-8030-4319-bfcd-2213d1cc4723",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fe69e106-c09f-462f-a750-f25c2044e1f2",
    "vfModuleModelCustomizationUUID": "cc2b8191-e277-4923-bc14-c0a3fd3d7ec5",
    "isBase": true,
    "artifacts": [
      "3c00cbf1-2d9d-403c-a6b2-2ea85056d9d0",
      "8ee6221c-b6c7-4b16-8381-87dc906134fc"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-13T11:45:03.047Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fe69e106-c09f-462f-a750-f25c2044e1f2
VfModuleModelInvariantUUID:98da98eb-8030-4319-bfcd-2213d1cc4723
VfModuleModelDescription:NULL
Artifacts UUID List:{
3c00cbf1-2d9d-403c-a6b2-2ea85056d9d0
,
8ee6221c-b6c7-4b16-8381-87dc906134fc

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

isBase:true


}

2021-09-13T11:45:03.047Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3c00cbf1-2d9d-403c-a6b2-2ea85056d9d0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-13T11:45:03.047Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-13T11:45:03.047Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-13T11:45:03.738Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-13T11:45:03.738Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 3c00cbf1-2d9d-403c-a6b2-2ea85056d9d0 5033
2021-09-13T11:45:03.738Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-13T11:45:03.739Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-13T11:45:03.739Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T11:45:03.739Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:45:03.741Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:45:03.741Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533503738,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:45:03.841Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:45:03.841Z||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.
2021-09-13T11:45:03.842Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:45:03.855Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:45:03.855Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:45:04.741Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8ee6221c-b6c7-4b16-8381-87dc906134fc from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-13T11:45:04.742Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-13T11:45:04.742Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-13T11:45:05.428Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-13T11:45:05.428Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 8ee6221c-b6c7-4b16-8381-87dc906134fc 903
2021-09-13T11:45:05.428Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-13T11:45:05.428Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-13T11:45:05.429Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T11:45:05.429Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:45:05.430Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:45:05.430Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533505428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:45:05.530Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:45:05.531Z||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.
2021-09-13T11:45:05.531Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:45:05.542Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:45:05.543Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:45:06.430Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: d589f559-2b1e-4da2-b257-3448ec56b6da
2021-09-13T11:45:06.431Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 13d82471-16a4-4d89-b348-8c1172100ce1 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T11:45:06.447Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@e684cf6, org.onap.sdc.toscaparser.api.parameters.Input@154f1efb, org.onap.sdc.toscaparser.api.parameters.Input@36978ee0, org.onap.sdc.toscaparser.api.parameters.Input@1d837f41, org.onap.sdc.toscaparser.api.parameters.Input@51409ffb]
2021-09-13T11:45:06.448Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:45:06.448Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:45:06.449Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-09-13T11:45:06.449Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= e7ece8e2-cb1a-48c7-80d1-d3378c841855
2021-09-13T11:45:06.449Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e7ece8e2-cb1a-48c7-80d1-d3378c841855 matches Tosca VF Customization UUID: e7ece8e2-cb1a-48c7-80d1-d3378c841855
2021-09-13T11:45:06.449Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: e7ece8e2-cb1a-48c7-80d1-d3378c841855  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-13T11:45:06.450Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:45:06.450Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:45:06.451Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id e7ece8e2-cb1a-48c7-80d1-d3378c841855: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2021-09-13T11:45:06.451Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@30008aeb
2021-09-13T11:45:06.451Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:45:06.451Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-13T11:45:06.451Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cc2b8191-e277-4923-bc14-c0a3fd3d7ec5
2021-09-13T11:45:06.451Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cc2b8191-e277-4923-bc14-c0a3fd3d7ec5
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-13T11:45:06.453Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:45:06.453Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-13T11:45:06.453Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:45:06.453Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:45:06.454Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-13T11:45:06.454Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:45:06.454Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:45:06.454Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-13T11:45:06.454Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-13T11:45:06.454Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-13T11:45:06.454Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1f053419-723c-4829-89f8-c038031a823c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-13T11:45:06.456Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:45:06.456Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-13T11:45:06.456Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:45:06.456Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:45:06.456Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-13T11:45:06.456Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e7ece8e2-cb1a-48c7-80d1-d3378c841855
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T11:45:06.458Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:45:06.458Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:45:06.458Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid d589f559-2b1e-4da2-b257-3448ec56b6da: basic_vm_macro
2021-09-13T11:45:06.458Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:45:06.458Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:45:06.458Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:45:06.458Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:45:06.458Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:45:06.458Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:45:06.458Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:45:06.459Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:45:06.459Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:45:06.459Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:45:06.459Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-09-13T11:45:06.520Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 13d82471-16a4-4d89-b348-8c1172100ce1 1 ASDC deployResourceStructure
2021-09-13T11:45:06.520Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-09-13T11:45:06.520Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-13T11:45:06.520Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T11:45:06.521Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:45:06.522Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:45:06.522Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533506520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-13T11:45:06.623Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:45:06.623Z||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.
2021-09-13T11:45:06.623Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:45:06.633Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:45:06.633Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:45:07.523Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-13T11:45:07.523Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-13T11:45:07.523Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T11:45:07.524Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:45:07.525Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:45:07.525Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533507523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-13T11:45:07.626Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:45:07.626Z||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.
2021-09-13T11:45:07.626Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:45:07.635Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:45:07.636Z||pool-81-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:45:08.526Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-13T11:45:08.526Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-13T11:45:08.526Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T11:45:08.527Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:45:08.528Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:45:08.528Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533508526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-13T11:45:08.629Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-13T11:45:08.629Z||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.
2021-09-13T11:45:08.629Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:45:08.637Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:45:08.637Z||pool-82-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:45:09.529Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-09-13T11:45:09.529Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-13T11:45:09.529Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T11:45:09.530Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:45:09.531Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:45:09.531Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533509529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:45:09.631Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:45:09.632Z||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.
2021-09-13T11:45:09.632Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:45:09.640Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:45:09.640Z||pool-83-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:45:10.532Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cabccfb4-dff5-468c-8e8f-ce338c8424e1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-09-13T11:45:10.543Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cabccfb4-dff5-468c-8e8f-ce338c8424e1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T11:45:10.544Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T11:45:10.544Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-13T11:45:10.545Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-13T11:45:10.545Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-13T11:45:10.545Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:45:10.545Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:45:10.545Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:45:10.545Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:45:10.545Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:45:10.545Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:45:10.545Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||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=?
2021-09-13T11:45:10.549Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-13T11:45:40.549Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cabccfb4-dff5-468c-8e8f-ce338c8424e1 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=?
2021-09-13T11:45:40.553Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cabccfb4-dff5-468c-8e8f-ce338c8424e1 and serviceModelVersionId: d589f559-2b1e-4da2-b257-3448ec56b6da
2021-09-13T11:45:40.553Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c7f4b15d-7d7f-4bf8-bf0f-094a789c8f1a
2021-09-13T11:45:40.554Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c7f4b15d-7d7f-4bf8-bf0f-094a789c8f1a/model-vers/model-ver/d589f559-2b1e-4da2-b257-3448ec56b6da?depth=0
2021-09-13T11:45:40.559Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-13T11:45:40.594Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c7f4b15d-7d7f-4bf8-bf0f-094a789c8f1a/model-vers/model-ver/d589f559-2b1e-4da2-b257-3448ec56b6da?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]}
2021-09-13T11:45:40.595Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c7f4b15d-7d7f-4bf8-bf0f-094a789c8f1a/model-vers/model-ver/d589f559-2b1e-4da2-b257-3448ec56b6da?depth=0|INFO|500||Invoke
2021-09-13T11:45:40.616Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c7f4b15d-7d7f-4bf8-bf0f-094a789c8f1a/model-vers/model-ver/d589f559-2b1e-4da2-b257-3448ec56b6da?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-13T11:45:40.703Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c7f4b15d-7d7f-4bf8-bf0f-094a789c8f1a/model-vers/model-ver/d589f559-2b1e-4da2-b257-3448ec56b6da?depth=0|INFO|500||InvokeReturn
2021-09-13T11:45:40.703Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c7f4b15d-7d7f-4bf8-bf0f-094a789c8f1a/model-vers/model-ver/d589f559-2b1e-4da2-b257-3448ec56b6da?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210913-11:45:40:623-65963], vertex-id=[245832], Content-Length=[0], Date=[Mon, 13 Sep 2021 11:45:40 GMT], Content-Type=[application/json]}
2021-09-13T11:45:40.703Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-09-13T11:45:40.703Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-13T11:45:40.703Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T11:45:40.707Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||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)
2021-09-13T11:45:40.708Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cabccfb4-dff5-468c-8e8f-ce338c8424e1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-13T11:45:40.708Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-13T11:45:40.708Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:45:40.709Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:45:40.709Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533540708,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T11:45:40.809Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:45:40.810Z||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.
2021-09-13T11:45:40.810Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:45:40.823Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:45:40.823Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-13T11:45:41.720Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:45:41.720Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|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.
2021-09-13T11:45:41.720Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|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 6n06PbCGINsoJSR6) ...
2021-09-13T11:45:51.255Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:45:51.255Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:45:51.256Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|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.
2021-09-13T11:45:51.256Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|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 6n06PbCGINsoJSR6) ...
2021-09-13T11:46:00.799Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:46:00.800Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:46:00.800Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|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.
2021-09-13T11:46:00.800Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|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 6n06PbCGINsoJSR6) ...
2021-09-13T11:46:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:46:02.018Z||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.
2021-09-13T11:46:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:46:02.034Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:46:02.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:46:02.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d30d6e-84fa-4e66-a530-e0fd8c4f885c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533487855,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T11:46:02.036Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:46:02.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:46:02.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533488867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:46:02.036Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:46:02.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:46:02.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533488867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T11:46:02.036Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:46:02.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:46:02.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533488867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-13T11:46:02.036Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:46:02.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:46:02.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533488867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:46:02.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:46:02.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:46:02.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533488867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-13T11:46:02.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:46:02.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:46:02.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533488867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:46:02.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:46:02.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:46:02.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533488867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:46:02.038Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:46:02.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:46:02.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533488867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:46:02.038Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:46:02.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-13T11:46:02.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533499433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:46:02.038Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:46:10.342Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:46:10.343Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:46:10.343Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|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.
2021-09-13T11:46:10.343Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|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 6n06PbCGINsoJSR6) ...
2021-09-13T11:46:19.882Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:47:02.015Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:47:02.016Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|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.
2021-09-13T11:47:02.016Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|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 6n06PbCGINsoJSR6) ...
2021-09-13T11:47:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:47:02.017Z||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.
2021-09-13T11:47:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:47:02.035Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:47:02.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:47:02.036Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533502040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:47:02.036Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:47:02.639Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:47:02.640Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T11:47:02.640Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"ba03e4b9-bd00-4223-a1c1-970283519856","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"d02f87d0-9682-40d5-af9e-0c74f05bda51","serviceDescription":"service","serviceInvariantUUID":"b87bb20f-3319-4d1f-afb1-365b51daeb83","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7f7c7632-b886-495c-aad5-30a5c05c9833","resourceInvariantUUID":"d436eeaa-1dba-435a-887c-fb36b4162c30","resourceCustomizationUUID":"56b94203-9f9d-47b9-a0df-5a481372986b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"MmVmNWE5NTAzYjVjYzlhOWIxMzQwMGUzOGUxOWU2MjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"21aa2a95-96d0-40c9-96c2-aa3970a99f04","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4e8ed40a-7daa-4caa-b198-38d188e65cd8","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f7fc9f68-fd31-4566-80cc-ecb7f6210608","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"NTU1MWE3YjdmOWY1NmM0ZDFiZjZiNWY5NWY2MDY0MWI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"08a0665f-83a6-4725-927d-2f603f60c4a3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"82eac358-e186-49ff-8fd7-9ffc989f57cf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"438e8166-ee8e-47c7-9189-4444259f12ce","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e3ae1102-ab56-4a7d-8a93-651f30f6e7bd","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"MzJjZmVhNzhhZjA5MTUzYTFjMTM0MDk4NzhhNjY3M2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"551955ca-5428-4ce0-b169-ef72849aaa05","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZWFiNTIyNmI3YWVhYzFiODFjY2M0ZDZhMDRiNjI4NDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6f283c7b-b44b-4ac5-b9e1-74dfa08376ff","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-13T11:47:02.641Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:47:02.642Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:47:02.643Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:47:02.643Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533622015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:47:02.743Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:47:02.744Z||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.
2021-09-13T11:47:02.744Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:47:02.754Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:47:02.754Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:47:03.644Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:47:03.644Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:47:03.646Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:47:03.646Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533622015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:47:03.746Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:47:03.747Z||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.
2021-09-13T11:47:03.747Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:47:03.757Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:47:03.757Z||pool-86-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:47:04.647Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:47:04.648Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:47:04.649Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:47:04.649Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533622015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:47:04.750Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-13T11:47:04.750Z||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.
2021-09-13T11:47:04.750Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:47:04.760Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:47:04.760Z||pool-87-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-13T11:47:05.650Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:47:05.650Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:47:05.652Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:47:05.652Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533622015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:47:05.753Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:47:05.753Z||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.
2021-09-13T11:47:05.753Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:47:05.761Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:47:05.761Z||pool-88-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:47:06.653Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:47:06.653Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:47:06.655Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:47:06.655Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533622015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:47:06.755Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:47:06.755Z||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.
2021-09-13T11:47:06.756Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:47:06.763Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:47:06.763Z||pool-89-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:47:07.655Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:47:07.656Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:47:07.658Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:47:07.658Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533622015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:47:07.758Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:47:07.758Z||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.
2021-09-13T11:47:07.759Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:47:07.767Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:47:07.768Z||pool-90-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:47:08.658Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:47:08.659Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:47:08.660Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:47:08.660Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533622015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:47:08.761Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:47:08.761Z||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.
2021-09-13T11:47:08.761Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:47:08.771Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:47:08.771Z||pool-91-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:47:09.661Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:47:09.661Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:47:09.663Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:47:09.663Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533622015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:47:09.763Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:47:09.764Z||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.
2021-09-13T11:47:09.764Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:47:09.773Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:47:09.773Z||pool-92-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:47:10.664Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:47:10.664Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:47:10.665Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:47:10.665Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533622015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:47:10.766Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:47:10.766Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T11:47:10.766Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:47:10.775Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:47:10.775Z||pool-93-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-13T11:47:11.666Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d02f87d0-9682-40d5-af9e-0c74f05bda51",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b87bb20f-3319-4d1f-afb1-365b51daeb83",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "56b94203-9f9d-47b9-a0df-5a481372986b",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7f7c7632-b886-495c-aad5-30a5c05c9833",
      "resourceInvariantUUID": "d436eeaa-1dba-435a-887c-fb36b4162c30",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "ZWFiNTIyNmI3YWVhYzFiODFjY2M0ZDZhMDRiNjI4NDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6f283c7b-b44b-4ac5-b9e1-74dfa08376ff"
    }
  ],
  "workloadContext": "Production"
}
2021-09-13T11:47:11.666Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-13T11:47:11.666Z|cabccfb4-dff5-468c-8e8f-ce338c8424e1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d02f87d0-9682-40d5-af9e-0c74f05bda51 ASDC
2021-09-13T11:47:11.667Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:ba03e4b9-bd00-4223-a1c1-970283519856
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:d02f87d0-9682-40d5-af9e-0c74f05bda51
ServiceInvariantUUID:b87bb20f-3319-4d1f-afb1-365b51daeb83
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:6f283c7b-b44b-4ac5-b9e1-74dfa08376ff
ArtifactChecksum:ZWFiNTIyNmI3YWVhYzFiODFjY2M0ZDZhMDRiNjI4NDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:56b94203-9f9d-47b9-a0df-5a481372986b
ResourceInvariantUUID:d436eeaa-1dba-435a-887c-fb36b4162c30
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:7f7c7632-b886-495c-aad5-30a5c05c9833
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-13T11:47:11.667Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d02f87d0-9682-40d5-af9e-0c74f05bda51 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 (?, ?, ?, ?, ?)
2021-09-13T11:47:11.686Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T11:47:11.687Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-13T11:47:11.687Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-13T11:47:11.687Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6f283c7b-b44b-4ac5-b9e1-74dfa08376ff from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-13T11:47:11.687Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-13T11:47:11.687Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-13T11:47:12.962Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-13T11:47:12.968Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 6f283c7b-b44b-4ac5-b9e1-74dfa08376ff 105550
2021-09-13T11:47:12.968Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-09-13T11:47:12.968Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-13T11:47:12.968Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T11:47:12.969Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:47:12.971Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:47:12.971Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533632968,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:47:13.071Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:47:13.071Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T11:47:13.071Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:47:13.080Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:47:13.080Z||pool-94-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:47:13.971Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T11:47:13.972Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-13T11:47:13.972Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 6f283c7b-b44b-4ac5-b9e1-74dfa08376ff, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-13T11:47:13.972Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-09-13T11:47:13.973Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-13T11:47:13.973Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-13T11:47:14.072Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11484756022560686390/Definitions/service-TestPnfMacro-template.yml
2021-09-13T11:47:14.644Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-13T11:47:14.644Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-13T11:47:14.644Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-13T11:47:14.644Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-13T11:47:14.644Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-13T11:47:14.644Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-13T11:47:14.644Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-13T11:47:14.644Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-13T11:47:14.645Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-13T11:47:14.645Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-13T11:47:14.645Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-13T11:47:14.645Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-13T11:47:14.645Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:47:14.645Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:47:14.645Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-13T11:47:14.645Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-13T11:47:14.645Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T11:47:14.645Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:47:14.645Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:47:14.645Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-13T11:47:14.646Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-13T11:47:14.646Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T11:47:14.646Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:47:14.646Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:47:14.646Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:47:14.646Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:47:14.646Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:47:14.646Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:47:14.646Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:47:14.646Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:47:14.646Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:47:14.646Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:47:14.646Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:d02f87d0-9682-40d5-af9e-0c74f05bda51
Model Version:NULL
Model InvariantUuid:b87bb20f-3319-4d1f-afb1-365b51daeb83
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-13T11:47:14.653Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7f7c7632-b886-495c-aad5-30a5c05c9833
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T11:47:14.655Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||test-pnf 0
2021-09-13T11:47:14.655Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 7f7c7632-b886-495c-aad5-30a5c05c9833
2021-09-13T11:47:14.655Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||No resources found for Service: d02f87d0-9682-40d5-af9e-0c74f05bda51
2021-09-13T11:47:14.655Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: d02f87d0-9682-40d5-af9e-0c74f05bda51
2021-09-13T11:47:14.655Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 7f7c7632-b886-495c-aad5-30a5c05c9833 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T11:47:14.658Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4bd3f1d, org.onap.sdc.toscaparser.api.parameters.Input@79f82749, org.onap.sdc.toscaparser.api.parameters.Input@79bc37e4, org.onap.sdc.toscaparser.api.parameters.Input@6e0b1868, org.onap.sdc.toscaparser.api.parameters.Input@3a39763]
2021-09-13T11:47:14.658Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:47:14.658Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:47:14.658Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid d02f87d0-9682-40d5-af9e-0c74f05bda51: test-pnf
2021-09-13T11:47:14.658Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||Processing PNF resource: 7f7c7632-b886-495c-aad5-30a5c05c9833
2021-09-13T11:47:14.659Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:47:14.659Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:47:14.659Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||Resource customization UUID: 56b94203-9f9d-47b9-a0df-5a481372986b is the same as notified resource customizationUUID: 56b94203-9f9d-47b9-a0df-5a481372986b
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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 (?, ?)
2021-09-13T11:47:14.684Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 7f7c7632-b886-495c-aad5-30a5c05c9833 0 ASDC deployResourceStructure
2021-09-13T11:47:14.684Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-09-13T11:47:14.684Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-13T11:47:14.684Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T11:47:14.685Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:47:14.687Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:47:14.687Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533634684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:47:14.786Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-13T11:47:14.787Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T11:47:14.787Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:47:14.796Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:47:14.796Z||pool-95-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:47:15.687Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba03e4b9-bd00-4223-a1c1-970283519856
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-09-13T11:47:15.698Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba03e4b9-bd00-4223-a1c1-970283519856
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T11:47:15.701Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T11:47:15.701Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T11:47:15.701Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T11:47:45.701Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba03e4b9-bd00-4223-a1c1-970283519856
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-09-13T11:47:45.710Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba03e4b9-bd00-4223-a1c1-970283519856
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T11:47:45.712Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T11:47:45.713Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T11:47:45.713Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T11:48:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:48:02.018Z||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.
2021-09-13T11:48:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:48:02.038Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:48:02.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:48:02.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533503738,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:48:02.040Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:48:02.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:48:02.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533505428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:48:02.040Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:48:02.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:48:02.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533506520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-13T11:48:02.040Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:48:02.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:48:02.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533507523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-13T11:48:02.041Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:48:02.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:48:02.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533508526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-13T11:48:02.041Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:48:02.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:48:02.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533509529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:48:02.041Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:48:02.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:48:02.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cabccfb4-dff5-468c-8e8f-ce338c8424e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533540708,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T11:48:02.042Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:48:15.713Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba03e4b9-bd00-4223-a1c1-970283519856
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-09-13T11:48:15.722Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba03e4b9-bd00-4223-a1c1-970283519856
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T11:48:15.724Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T11:48:15.724Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T11:48:15.726Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T11:48:45.726Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba03e4b9-bd00-4223-a1c1-970283519856
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-09-13T11:48:45.734Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba03e4b9-bd00-4223-a1c1-970283519856
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T11:48:45.736Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T11:48:45.736Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T11:48:45.736Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T11:49:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:49:02.017Z||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.
2021-09-13T11:49:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:49:02.040Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:49:02.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533585196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.042Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "clamp",
  "timestamp": 1631533581139,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.042Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "dcae-sch",
  "timestamp": 1631533585911,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.042Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "policy-id",
  "timestamp": 1631533585892,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.043Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533585196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.043Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "clamp",
  "timestamp": 1631533581139,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.043Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "cds",
  "timestamp": 1631533586798,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.043Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "dcae-sch",
  "timestamp": 1631533585911,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.043Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "policy-id",
  "timestamp": 1631533585892,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.043Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "clamp",
  "timestamp": 1631533581139,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533585196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "cds",
  "timestamp": 1631533586798,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "dcae-sch",
  "timestamp": 1631533585911,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "policy-id",
  "timestamp": 1631533585892,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533585196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "clamp",
  "timestamp": 1631533581139,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "cds",
  "timestamp": 1631533586798,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "dcae-sch",
  "timestamp": 1631533585911,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "policy-id",
  "timestamp": 1631533585892,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533585196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.046Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "clamp",
  "timestamp": 1631533581139,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.046Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "cds",
  "timestamp": 1631533586798,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.046Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "dcae-sch",
  "timestamp": 1631533585911,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.046Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "policy-id",
  "timestamp": 1631533585892,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.046Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533585196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.046Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "clamp",
  "timestamp": 1631533581139,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.047Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "cds",
  "timestamp": 1631533586798,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.047Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "dcae-sch",
  "timestamp": 1631533585911,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.047Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "policy-id",
  "timestamp": 1631533585892,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.047Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "clamp",
  "timestamp": 1631533581139,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.048Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533585196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.048Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "cds",
  "timestamp": 1631533586798,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.048Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533591879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.048Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "dcae-sch",
  "timestamp": 1631533585911,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.048Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "policy-id",
  "timestamp": 1631533585892,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533585196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "clamp",
  "timestamp": 1631533581139,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "cds",
  "timestamp": 1631533586798,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533591879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "dcae-sch",
  "timestamp": 1631533585911,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "policy-id",
  "timestamp": 1631533585892,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533593035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.050Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533585196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:49:02.050Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "clamp",
  "timestamp": 1631533581139,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:49:02.050Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "cds",
  "timestamp": 1631533586798,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.050Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533591879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.050Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "dcae-sch",
  "timestamp": 1631533585911,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.050Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "policy-id",
  "timestamp": 1631533585892,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:49:02.051Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "aai-ml",
  "timestamp": 1631533593980,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.051Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533593035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.051Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "cds",
  "timestamp": 1631533586798,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:49:02.051Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533591879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.051Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "aai-ml",
  "timestamp": 1631533593980,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.052Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533593035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.052Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533591879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.052Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "aai-ml",
  "timestamp": 1631533593980,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.052Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "policy-id",
  "timestamp": 1631533596597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:49:02.052Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:49:02.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533593035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.052Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533591879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.052Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "aai-ml",
  "timestamp": 1631533593980,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.053Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "policy-id",
  "timestamp": 1631533597601,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:49:02.053Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:49:02.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533593035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.053Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533591879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-13T11:49:02.053Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "aai-ml",
  "timestamp": 1631533593980,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.053Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "policy-id",
  "timestamp": 1631533598603,
  "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=?
2021-09-13T11:49:02.057Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ba03e4b9-bd00-4223-a1c1-970283519856
2021-09-13T11:49:02.057Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba03e4b9-bd00-4223-a1c1-970283519856 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 (?, ?, ?, ?, ?)
2021-09-13T11:49:02.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533593035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533591879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "aai-ml",
  "timestamp": 1631533593980,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533593035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "cds",
  "timestamp": 1631533600061,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:49:02.064Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:49:02.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533591879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "aai-ml",
  "timestamp": 1631533593980,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533593035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "clamp",
  "timestamp": 1631533601188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:49:02.065Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:49:02.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "cds",
  "timestamp": 1631533601311,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-13T11:49:02.067Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ba03e4b9-bd00-4223-a1c1-970283519856
2021-09-13T11:49:02.067Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba03e4b9-bd00-4223-a1c1-970283519856 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 (?, ?, ?, ?, ?)
2021-09-13T11:49:02.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "aai-ml",
  "timestamp": 1631533593980,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:02.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533593035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:49:02.072Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533602047,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:49:02.072Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:49:02.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "aai-ml",
  "timestamp": 1631533593980,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:49:02.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:49:02.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "clamp",
  "timestamp": 1631533602992,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:49:02.073Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:49:02.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533603064,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-13T11:49:02.073Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:49:02.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533603147,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:49:02.073Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:49:02.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "clamp",
  "timestamp": 1631533603994,
  "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=?
2021-09-13T11:49:02.075Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ba03e4b9-bd00-4223-a1c1-970283519856
2021-09-13T11:49:02.075Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba03e4b9-bd00-4223-a1c1-970283519856 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 (?, ?, ?, ?, ?)
2021-09-13T11:49:02.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533604066,
  "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=?
2021-09-13T11:49:02.081Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of ba03e4b9-bd00-4223-a1c1-970283519856
2021-09-13T11:49:02.081Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba03e4b9-bd00-4223-a1c1-970283519856 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 (?, ?, ?, ?, ?)
2021-09-13T11:49:02.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "aai-ml",
  "timestamp": 1631533604131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:49:02.085Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:49:02.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.086Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533604808,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:49:02.086Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:49:02.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.086Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533605811,
  "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=?
2021-09-13T11:49:02.088Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ba03e4b9-bd00-4223-a1c1-970283519856
2021-09-13T11:49:02.088Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba03e4b9-bd00-4223-a1c1-970283519856 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 (?, ?, ?, ?, ?)
2021-09-13T11:49:02.092Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.092Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "aai-ml",
  "timestamp": 1631533607881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:49:02.093Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:49:02.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:49:02.093Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "aai-ml",
  "timestamp": 1631533608884,
  "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=?
2021-09-13T11:49:02.094Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ba03e4b9-bd00-4223-a1c1-970283519856
2021-09-13T11:49:02.094Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba03e4b9-bd00-4223-a1c1-970283519856 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 (?, ?, ?, ?, ?)
2021-09-13T11:49:15.737Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba03e4b9-bd00-4223-a1c1-970283519856
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-09-13T11:49:15.745Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba03e4b9-bd00-4223-a1c1-970283519856
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T11:49:15.747Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T11:49:15.747Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-13T11:49:15.747Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-13T11:49:15.747Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-13T11:49:15.748Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:49:15.748Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:49:15.748Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:49:15.748Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:49:15.748Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:49:15.748Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:49:15.748Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:49:15.748Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||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=?
2021-09-13T11:49:15.752Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-13T11:49:45.752Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ba03e4b9-bd00-4223-a1c1-970283519856 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=?
2021-09-13T11:49:45.950Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ba03e4b9-bd00-4223-a1c1-970283519856 and serviceModelVersionId: d02f87d0-9682-40d5-af9e-0c74f05bda51
2021-09-13T11:49:45.950Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b87bb20f-3319-4d1f-afb1-365b51daeb83
2021-09-13T11:49:45.951Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b87bb20f-3319-4d1f-afb1-365b51daeb83/model-vers/model-ver/d02f87d0-9682-40d5-af9e-0c74f05bda51?depth=0
2021-09-13T11:49:45.955Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-13T11:49:45.983Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b87bb20f-3319-4d1f-afb1-365b51daeb83/model-vers/model-ver/d02f87d0-9682-40d5-af9e-0c74f05bda51?depth=0|INFO|500||Invoke
2021-09-13T11:49:45.983Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b87bb20f-3319-4d1f-afb1-365b51daeb83/model-vers/model-ver/d02f87d0-9682-40d5-af9e-0c74f05bda51?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b87bb20f-3319-4d1f-afb1-365b51daeb83/model-vers/model-ver/d02f87d0-9682-40d5-af9e-0c74f05bda51?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ba03e4b9-bd00-4223-a1c1-970283519856], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6f926a48-bb19-4479-91ee-91d9c5d36b7b], X-ECOMP-RequestID=[ba03e4b9-bd00-4223-a1c1-970283519856], X-TransactionId=[], X-ONAP-RequestID=[ba03e4b9-bd00-4223-a1c1-970283519856], Content-Type=[application/merge-patch+json]}
2021-09-13T11:49:46.001Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b87bb20f-3319-4d1f-afb1-365b51daeb83/model-vers/model-ver/d02f87d0-9682-40d5-af9e-0c74f05bda51?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-13T11:49:46.071Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b87bb20f-3319-4d1f-afb1-365b51daeb83/model-vers/model-ver/d02f87d0-9682-40d5-af9e-0c74f05bda51?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b87bb20f-3319-4d1f-afb1-365b51daeb83/model-vers/model-ver/d02f87d0-9682-40d5-af9e-0c74f05bda51?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210913-11:49:46:007-37872], vertex-id=[385192], Content-Length=[0], Date=[Mon, 13 Sep 2021 11:49:46 GMT], Content-Type=[application/json]}
2021-09-13T11:49:46.071Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b87bb20f-3319-4d1f-afb1-365b51daeb83/model-vers/model-ver/d02f87d0-9682-40d5-af9e-0c74f05bda51?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-13T11:49:46.072Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b87bb20f-3319-4d1f-afb1-365b51daeb83/model-vers/model-ver/d02f87d0-9682-40d5-af9e-0c74f05bda51?depth=0|INFO|500||InvokeReturn
2021-09-13T11:49:46.072Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-13T11:49:46.072Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T11:49:46.075Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||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)
2021-09-13T11:49:46.076Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ba03e4b9-bd00-4223-a1c1-970283519856 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-13T11:49:46.076Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-13T11:49:46.076Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:49:46.077Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:49:46.078Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533786076,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T11:49:46.178Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:49:46.178Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T11:49:46.178Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:49:46.189Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:49:46.190Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 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=?
2021-09-13T11:49:47.088Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:49:47.088Z|ba03e4b9-bd00-4223-a1c1-970283519856|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.
2021-09-13T11:49:47.088Z|ba03e4b9-bd00-4223-a1c1-970283519856|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 6n06PbCGINsoJSR6) ...
2021-09-13T11:49:51.374Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:49:51.375Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T11:49:51.375Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"0ee97ca3-47ce-4437-83a9-ed1e86eef05a","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"df018905-bb4f-4f3d-b08a-938d5e00156d","serviceDescription":"service","serviceInvariantUUID":"fb5264e1-8d64-4270-ac5d-8eabd8a600f0","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f216e21f-76d0-4087-85f0-753ea6197b9c","resourceInvariantUUID":"95a350ee-8dd3-4c4f-b218-e34ca613807c","resourceCustomizationUUID":"e7d92394-2c3e-453b-aebf-61e5a0fbb5f1","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":"ODJhYjY5ZTBiYTI2MjYyMzQ0MjA4NmQ1MDM5MTYwMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"440079dc-38f6-4c8b-904e-eaa28d8996c4","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":"e64a91da-f716-4bc0-8bce-4516887ec72f","artifactVersion":"2","generatedFromUUID":"63e330ee-6aee-4717-a821-52b9b71973b8"},{"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":"63e330ee-6aee-4717-a821-52b9b71973b8","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":"ZmFhOTEzYTYwYzlmMmRiNWVjZWE2NTc1OWRjMDkwZGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"88e68601-240b-4fc8-9341-ea373250ccd0","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":"7c19069b-062e-44d0-b2c3-8014a4e4e4b3","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":"2e3f3927-19cf-460a-9bfd-2d96e987a268","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":"d63a5376-c771-4a11-84ce-035623e1bb28","artifactVersion":"2","generatedFromUUID":"7c19069b-062e-44d0-b2c3-8014a4e4e4b3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NGIyYjk2NGE2MGMyNmM5NTUwNGQ1ODU0ZmY5YWIzZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1e441645-022c-4d43-aab1-2989700a0e16","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MTMyM2M3NjE0YTI5ZTE4NWNkMzc1Zjg0ZTUxNTFlNzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"59c6abbf-35ef-496e-858d-77e497664ec8","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-13T11:49:51.376Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:49:51.376Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:49:51.378Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:49:51.378Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533787088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:51.478Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:49:51.478Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T11:49:51.478Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:49:51.487Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:49:51.488Z||pool-97-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:49:52.378Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:49:52.379Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:49:52.380Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:49:52.380Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533787088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-13T11:49:52.480Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:49:52.481Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T11:49:52.481Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:49:52.489Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:49:52.489Z||pool-98-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:49:53.381Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:49:53.381Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:49:53.383Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:49:53.383Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533787088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-13T11:49:53.483Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-13T11:49:53.484Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T11:49:53.484Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:49:53.495Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:49:53.495Z||pool-99-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:49:54.384Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:49:54.385Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:49:54.386Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:49:54.386Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533787088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T11:49:54.487Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-13T11:49:54.487Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T11:49:54.487Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:49:54.496Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:49:54.496Z||pool-100-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:49:55.387Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:49:55.388Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:49:55.389Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:49:55.389Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533787088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-13T11:49:55.489Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:49:55.490Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T11:49:55.490Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:49:55.498Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:49:55.498Z||pool-101-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:49:56.390Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:49:56.390Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:49:56.392Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:49:56.392Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533787088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:56.492Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:49:56.492Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T11:49:56.493Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:49:56.500Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:49:56.501Z||pool-102-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:49:57.392Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:49:57.393Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:49:57.394Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:49:57.394Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533787088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-13T11:49:57.494Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:49:57.495Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T11:49:57.495Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:49:57.503Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:49:57.503Z||pool-103-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:49:58.395Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:49:58.395Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:49:58.397Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:49:58.397Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533787088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:49:58.497Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:49:58.497Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T11:49:58.498Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:49:58.506Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:49:58.506Z||pool-104-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:49:59.397Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:49:59.398Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:49:59.399Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:49:59.399Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533787088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:49:59.499Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:49:59.500Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T11:49:59.500Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:49:59.512Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:49:59.512Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-13T11:50:00.400Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "df018905-bb4f-4f3d-b08a-938d5e00156d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fb5264e1-8d64-4270-ac5d-8eabd8a600f0",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "e7d92394-2c3e-453b-aebf-61e5a0fbb5f1",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f216e21f-76d0-4087-85f0-753ea6197b9c",
      "resourceInvariantUUID": "95a350ee-8dd3-4c4f-b218-e34ca613807c",
      "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": "e64a91da-f716-4bc0-8bce-4516887ec72f",
          "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": "63e330ee-6aee-4717-a821-52b9b71973b8",
          "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": "ZmFhOTEzYTYwYzlmMmRiNWVjZWE2NTc1OWRjMDkwZGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "88e68601-240b-4fc8-9341-ea373250ccd0",
          "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": "7c19069b-062e-44d0-b2c3-8014a4e4e4b3",
          "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": "d63a5376-c771-4a11-84ce-035623e1bb28",
            "generatedFromUUID": "7c19069b-062e-44d0-b2c3-8014a4e4e4b3"
          },
          "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": "d63a5376-c771-4a11-84ce-035623e1bb28",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MTMyM2M3NjE0YTI5ZTE4NWNkMzc1Zjg0ZTUxNTFlNzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "59c6abbf-35ef-496e-858d-77e497664ec8"
    }
  ],
  "workloadContext": "Production"
}
2021-09-13T11:50:00.401Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-13T11:50:00.401Z|ba03e4b9-bd00-4223-a1c1-970283519856|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 df018905-bb4f-4f3d-b08a-938d5e00156d ASDC
2021-09-13T11:50:00.401Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:0ee97ca3-47ce-4437-83a9-ed1e86eef05a
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:df018905-bb4f-4f3d-b08a-938d5e00156d
ServiceInvariantUUID:fb5264e1-8d64-4270-ac5d-8eabd8a600f0
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:59c6abbf-35ef-496e-858d-77e497664ec8
ArtifactChecksum:MTMyM2M3NjE0YTI5ZTE4NWNkMzc1Zjg0ZTUxNTFlNzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:e7d92394-2c3e-453b-aebf-61e5a0fbb5f1
ResourceInvariantUUID:95a350ee-8dd3-4c4f-b218-e34ca613807c
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:f216e21f-76d0-4087-85f0-753ea6197b9c
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:e64a91da-f716-4bc0-8bce-4516887ec72f
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:63e330ee-6aee-4717-a821-52b9b71973b8
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:88e68601-240b-4fc8-9341-ea373250ccd0
ArtifactChecksum:ZmFhOTEzYTYwYzlmMmRiNWVjZWE2NTc1OWRjMDkwZGI=
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:7c19069b-062e-44d0-b2c3-8014a4e4e4b3
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:d63a5376-c771-4a11-84ce-035623e1bb28
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:d63a5376-c771-4a11-84ce-035623e1bb28
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-13T11:50:00.401Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF df018905-bb4f-4f3d-b08a-938d5e00156d 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 (?, ?, ?, ?, ?)
2021-09-13T11:50:00.432Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T11:50:00.433Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-13T11:50:00.433Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-13T11:50:00.433Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 59c6abbf-35ef-496e-858d-77e497664ec8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-13T11:50:00.433Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-13T11:50:00.433Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-13T11:50:00.592Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-13T11:50:00.594Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 59c6abbf-35ef-496e-858d-77e497664ec8 68765
2021-09-13T11:50:00.594Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-09-13T11:50:00.594Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-13T11:50:00.594Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T11:50:00.595Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:50:00.597Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:50:00.597Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533800594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:50:00.697Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:50:00.697Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T11:50:00.697Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:50:00.710Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:50:00.710Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:50:01.597Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T11:50:01.598Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-13T11:50:01.598Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 59c6abbf-35ef-496e-858d-77e497664ec8, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-13T11:50:01.599Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-09-13T11:50:01.599Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-13T11:50:01.599Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-13T11:50:01.705Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2261972386815663261/Definitions/service-BasicCnf-template.yml
2021-09-13T11:50:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:50:02.017Z||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.
2021-09-13T11:50:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:50:02.040Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:50:02.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533622015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533622015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533622015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533622015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533622015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.046Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533622015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.046Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533622015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.046Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533622015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.046Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533622015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:50:02.047Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533632968,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:50:02.047Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:50:02.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533634684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:50:02.047Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:50:02.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533645196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.047Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533651880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.048Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "dcae-sch",
  "timestamp": 1631533645911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.048Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "policy-id",
  "timestamp": 1631533645892,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.048Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "cds",
  "timestamp": 1631533646798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.048Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533653035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.048Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533651880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "dcae-sch",
  "timestamp": 1631533645911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533645196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-13T11:50:02.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "policy-id",
  "timestamp": 1631533645892,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "cds",
  "timestamp": 1631533646798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "aai-ml",
  "timestamp": 1631533653980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.050Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533653035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.050Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533651880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.050Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "dcae-sch",
  "timestamp": 1631533645911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.050Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533645196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-13T11:50:02.050Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "policy-id",
  "timestamp": 1631533645892,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.051Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "cds",
  "timestamp": 1631533646798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.051Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "aai-ml",
  "timestamp": 1631533653980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.051Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533653035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.051Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533651880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.052Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "dcae-sch",
  "timestamp": 1631533645911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.052Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533645196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T11:50:02.052Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "policy-id",
  "timestamp": 1631533645892,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.052Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "cds",
  "timestamp": 1631533646798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.052Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "aai-ml",
  "timestamp": 1631533653980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.053Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533653035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.053Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533651880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.053Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "dcae-sch",
  "timestamp": 1631533645911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.053Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.054Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533645196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-13T11:50:02.054Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.054Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "cds",
  "timestamp": 1631533646798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.054Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.054Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "policy-id",
  "timestamp": 1631533645892,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-13T11:50:02.054Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.054Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "aai-ml",
  "timestamp": 1631533653980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.054Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.054Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533653035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.055Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.055Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533651880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.055Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.055Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "dcae-sch",
  "timestamp": 1631533645911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.055Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.055Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533645196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.055Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.055Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "policy-id",
  "timestamp": 1631533645892,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.056Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.056Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "cds",
  "timestamp": 1631533646798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.056Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.056Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "aai-ml",
  "timestamp": 1631533653980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.056Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.056Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533653035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.056Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.056Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533651880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.057Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "dcae-sch",
  "timestamp": 1631533645911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.057Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533645196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-13T11:50:02.057Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "policy-id",
  "timestamp": 1631533645892,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.057Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "cds",
  "timestamp": 1631533646798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.057Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "aai-ml",
  "timestamp": 1631533653980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.058Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533653035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.058Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "dcae-sch",
  "timestamp": 1631533645911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.058Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533651880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.058Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533645196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.059Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "policy-id",
  "timestamp": 1631533645892,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.059Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "cds",
  "timestamp": 1631533646798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.059Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "aai-ml",
  "timestamp": 1631533653980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.059Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533653035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.060Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.060Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "dcae-sch",
  "timestamp": 1631533645911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.060Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.060Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533651880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.060Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.060Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533645196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:50:02.060Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.060Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "cds",
  "timestamp": 1631533646798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:50:02.060Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.060Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "policy-id",
  "timestamp": 1631533645892,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:50:02.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "aai-ml",
  "timestamp": 1631533653980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533653035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:50:02.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "cds",
  "timestamp": 1631533662450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:50:02.061Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:50:02.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533662528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:50:02.061Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:50:02.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "policy-id",
  "timestamp": 1631533662535,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:50:02.062Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:50:02.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "aai-ml",
  "timestamp": 1631533653980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:50:02.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533663238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:50:02.062Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:50:02.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "cds",
  "timestamp": 1631533663454,
  "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=?
2021-09-13T11:50:02.069Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0ee97ca3-47ce-4437-83a9-ed1e86eef05a
2021-09-13T11:50:02.069Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ee97ca3-47ce-4437-83a9-ed1e86eef05a 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 (?, ?, ?, ?, ?)
2021-09-13T11:50:02.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "policy-id",
  "timestamp": 1631533663538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:50:02.076Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:50:02.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533664222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:50:02.076Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:50:02.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "aai-ml",
  "timestamp": 1631533664358,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:50:02.076Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:50:02.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "policy-id",
  "timestamp": 1631533664540,
  "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=?
2021-09-13T11:50:02.081Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0ee97ca3-47ce-4437-83a9-ed1e86eef05a
2021-09-13T11:50:02.081Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ee97ca3-47ce-4437-83a9-ed1e86eef05a 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 (?, ?, ?, ?, ?)
2021-09-13T11:50:02.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.088Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "cds",
  "timestamp": 1631533664457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.088Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.088Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533665109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:50:02.088Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:50:02.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.088Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533665744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:50:02.088Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:50:02.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.088Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "cds",
  "timestamp": 1631533664457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.088Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.088Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533666111,
  "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=?
2021-09-13T11:50:02.092Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0ee97ca3-47ce-4437-83a9-ed1e86eef05a
2021-09-13T11:50:02.092Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ee97ca3-47ce-4437-83a9-ed1e86eef05a 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 (?, ?, ?, ?, ?)
2021-09-13T11:50:02.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "dcae-sch",
  "timestamp": 1631533665911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.099Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "policy-id",
  "timestamp": 1631533665892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.100Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533666886,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:50:02.100Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:50:02.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "cds",
  "timestamp": 1631533664457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.100Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533653035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.100Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "dcae-sch",
  "timestamp": 1631533665911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.100Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "policy-id",
  "timestamp": 1631533665892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "cds",
  "timestamp": 1631533664457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533668038,
  "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=?
2021-09-13T11:50:02.106Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0ee97ca3-47ce-4437-83a9-ed1e86eef05a
2021-09-13T11:50:02.106Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ee97ca3-47ce-4437-83a9-ed1e86eef05a 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=?
2021-09-13T11:50:02.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533653035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "dcae-sch",
  "timestamp": 1631533665911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "policy-id",
  "timestamp": 1631533665892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-13T11:50:02.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "cds",
  "timestamp": 1631533664457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533669043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-13T11:50:02.119Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:50:02.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533653035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "dcae-sch",
  "timestamp": 1631533665911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "policy-id",
  "timestamp": 1631533665892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "cds",
  "timestamp": 1631533664457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533653035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "dcae-sch",
  "timestamp": 1631533665911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "policy-id",
  "timestamp": 1631533665892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533670047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "aai-ml",
  "timestamp": 1631533670891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:50:02.121Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:50:02.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "cds",
  "timestamp": 1631533664457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:50:02.121Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533653035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.121Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "dcae-sch",
  "timestamp": 1631533665911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.121Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "policy-id",
  "timestamp": 1631533665892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.121Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533670047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T11:50:02.121Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "clamp",
  "timestamp": 1631533671139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.121Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "aai-ml",
  "timestamp": 1631533671896,
  "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=?
2021-09-13T11:50:02.125Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0ee97ca3-47ce-4437-83a9-ed1e86eef05a
2021-09-13T11:50:02.125Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ee97ca3-47ce-4437-83a9-ed1e86eef05a 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 (?, ?, ?, ?, ?)
2021-09-13T11:50:02.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.132Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533653035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.132Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.132Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533671880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.132Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.132Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "dcae-sch",
  "timestamp": 1631533665911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.132Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.132Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "policy-id",
  "timestamp": 1631533665892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:50:02.132Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.132Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533670047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-13T11:50:02.133Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "clamp",
  "timestamp": 1631533671139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.133Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "aai-ml",
  "timestamp": 1631533653980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.133Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533653035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:50:02.133Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "cds",
  "timestamp": 1631533673172,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:50:02.133Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:50:02.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533671880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.133Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533670047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.133Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "clamp",
  "timestamp": 1631533671139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.134Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "policy-id",
  "timestamp": 1631533673789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:50:02.134Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:50:02.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "aai-ml",
  "timestamp": 1631533653980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.134Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "cds",
  "timestamp": 1631533674177,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-13T11:50:02.145Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e
2021-09-13T11:50:02.145Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e 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 (?, ?, ?, ?, ?)
2021-09-13T11:50:02.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533674281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:50:02.152Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:50:02.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533671880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.153Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533670047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-13T11:50:02.153Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "clamp",
  "timestamp": 1631533671139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T11:50:02.153Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "policy-id",
  "timestamp": 1631533674793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:50:02.153Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:50:02.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "aai-ml",
  "timestamp": 1631533653980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.154Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533671880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.154Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533670047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.154Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "clamp",
  "timestamp": 1631533671139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.154Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "policy-id",
  "timestamp": 1631533675795,
  "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=?
2021-09-13T11:50:02.158Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e
2021-09-13T11:50:02.158Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e 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 (?, ?, ?, ?, ?)
2021-09-13T11:50:02.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "aai-ml",
  "timestamp": 1631533653980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.165Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533676293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:50:02.165Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:50:02.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533671880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.165Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533670047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:50:02.166Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "clamp",
  "timestamp": 1631533671139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.166Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "aai-ml",
  "timestamp": 1631533653980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.166Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631533677295,
  "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=?
2021-09-13T11:50:02.170Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e
2021-09-13T11:50:02.170Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e 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 (?, ?, ?, ?, ?)
2021-09-13T11:50:02.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.178Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533671880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.178Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.178Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "clamp",
  "timestamp": 1631533671139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.179Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.179Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "aai-ml",
  "timestamp": 1631533653980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.179Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.179Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631533671880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.179Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.179Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "clamp",
  "timestamp": 1631533671139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:02.179Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "aai-ml",
  "timestamp": 1631533653980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:50:02.180Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "clamp",
  "timestamp": 1631533671139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:50:02.180Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:50:02.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533680063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:50:02.180Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:50:02.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "aai-ml",
  "timestamp": 1631533680378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:50:02.181Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:50:02.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:50:02.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533681521,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:50:02.181Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:50:02.555Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-13T11:50:02.556Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-13T11:50:02.556Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-13T11:50:02.556Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-09-13T11:50:02.556Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||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
2021-09-13T11:50:02.556Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||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
2021-09-13T11:50:02.556Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||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
2021-09-13T11:50:02.556Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||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
2021-09-13T11:50:02.556Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-13T11:50:02.556Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:50:02.557Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:50:02.557Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-13T11:50:02.557Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-13T11:50:02.557Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T11:50:02.557Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:50:02.557Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:50:02.557Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-13T11:50:02.558Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-13T11:50:02.558Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T11:50:02.558Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:50:02.558Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:50:02.558Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:50:02.558Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-13T11:50:02.558Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-09-13T11:50:02.559Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria
2021-09-13T11:50:02.559Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-13T11:50:02.559Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:50:02.559Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-13T11:50:02.559Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:50:02.559Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-13T11:50:02.559Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:50:02.560Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:50:02.560Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-13T11:50:02.560Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:50:02.560Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:50:02.560Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-13T11:50:02.560Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:50:02.560Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:50:02.561Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-13T11:50:02.561Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-13T11:50:02.561Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1eadbe32-faf7-4c0a-9afc-a95b1e5365f3
2021-09-13T11:50:02.561Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:50:02.561Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:50:02.561Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:50:02.561Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:50:02.561Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:50:02.562Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:50:02.562Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:50:02.562Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:50:02.562Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:df018905-bb4f-4f3d-b08a-938d5e00156d
Model Version:NULL
Model InvariantUuid:fb5264e1-8d64-4270-ac5d-8eabd8a600f0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:3fbd193f-196b-42dd-8230-6bb8eaac3f13
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:95a350ee-8dd3-4c4f-b218-e34ca613807c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e7d92394-2c3e-453b-aebf-61e5a0fbb5f1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5d54c94a-0d92-4d0a-b563-a293954481ca
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:76c9e7ae-6f93-4c7c-98e5-61f286d199ea
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1eadbe32-faf7-4c0a-9afc-a95b1e5365f3
ModelInvariantUuid:649c467a-f2ca-4c32-83ab-73a2365013eb
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:b0e3d593-26c2-4770-8cb9-91fe3423f1ce
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:2c6dd16b-5969-44a0-83b4-e94ec06f2f68
ModelInvariantUuid:7e0aed14-3249-4590-8c51-7a447b9a3228
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:c715f798-154d-491b-82e7-30e246f4b945
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-13T11:50:02.566Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: f216e21f-76d0-4087-85f0-753ea6197b9c
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T11:50:02.567Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||basic_cnf 0
2021-09-13T11:50:02.568Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f216e21f-76d0-4087-85f0-753ea6197b9c
2021-09-13T11:50:02.568Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e64a91da-f716-4bc0-8bce-4516887ec72f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-13T11:50:02.568Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-13T11:50:02.568Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||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
2021-09-13T11:50:03.147Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-13T11:50:03.148Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env e64a91da-f716-4bc0-8bce-4516887ec72f 12
2021-09-13T11:50:03.148Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||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
2021-09-13T11:50:03.148Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||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
2021-09-13T11:50:03.148Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T11:50:03.148Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:50:03.149Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:50:03.150Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533803148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:50:03.250Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:50:03.250Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T11:50:03.250Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:50:03.260Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:50:03.260Z||pool-107-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:50:04.150Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 63e330ee-6aee-4717-a821-52b9b71973b8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-13T11:50:04.150Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-13T11:50:04.151Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||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
2021-09-13T11:50:04.645Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-13T11:50:04.645Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 63e330ee-6aee-4717-a821-52b9b71973b8 2688
2021-09-13T11:50:04.646Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||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
2021-09-13T11:50:04.646Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||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
2021-09-13T11:50:04.646Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T11:50:04.646Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:50:04.647Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:50:04.647Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533804646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:50:04.747Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:50:04.748Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T11:50:04.748Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:50:04.757Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:50:04.758Z||pool-108-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:50:05.648Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 88e68601-240b-4fc8-9341-ea373250ccd0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-13T11:50:05.649Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-13T11:50:05.649Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||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
2021-09-13T11:50:05.798Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-13T11:50:05.799Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 88e68601-240b-4fc8-9341-ea373250ccd0 828
2021-09-13T11:50:05.799Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||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
2021-09-13T11:50:05.799Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||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
2021-09-13T11:50:05.799Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T11:50:05.799Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:50:05.801Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:50:05.801Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533805799,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:50:05.901Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:50:05.902Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T11:50:05.902Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:50:05.910Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:50:05.910Z||pool-109-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:50:06.802Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "5d54c94a-0d92-4d0a-b563-a293954481ca",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "76c9e7ae-6f93-4c7c-98e5-61f286d199ea",
    "vfModuleModelCustomizationUUID": "d995a4ba-d0cb-4ae0-804b-c88ee1d7fab1",
    "isBase": true,
    "artifacts": [
      "7c19069b-062e-44d0-b2c3-8014a4e4e4b3",
      "63e330ee-6aee-4717-a821-52b9b71973b8",
      "d63a5376-c771-4a11-84ce-035623e1bb28"
    ],
    "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": ""
    }
  }
]
2021-09-13T11:50:06.804Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:76c9e7ae-6f93-4c7c-98e5-61f286d199ea
VfModuleModelInvariantUUID:5d54c94a-0d92-4d0a-b563-a293954481ca
VfModuleModelDescription:NULL
Artifacts UUID List:{
7c19069b-062e-44d0-b2c3-8014a4e4e4b3
,
63e330ee-6aee-4717-a821-52b9b71973b8
,
d63a5376-c771-4a11-84ce-035623e1bb28

}
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


}

2021-09-13T11:50:06.805Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "5d54c94a-0d92-4d0a-b563-a293954481ca",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "76c9e7ae-6f93-4c7c-98e5-61f286d199ea",
    "vfModuleModelCustomizationUUID": "d995a4ba-d0cb-4ae0-804b-c88ee1d7fab1",
    "isBase": true,
    "artifacts": [
      "7c19069b-062e-44d0-b2c3-8014a4e4e4b3",
      "63e330ee-6aee-4717-a821-52b9b71973b8",
      "d63a5376-c771-4a11-84ce-035623e1bb28"
    ],
    "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": ""
    }
  }
]
2021-09-13T11:50:06.806Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:76c9e7ae-6f93-4c7c-98e5-61f286d199ea
VfModuleModelInvariantUUID:5d54c94a-0d92-4d0a-b563-a293954481ca
VfModuleModelDescription:NULL
Artifacts UUID List:{
7c19069b-062e-44d0-b2c3-8014a4e4e4b3
,
63e330ee-6aee-4717-a821-52b9b71973b8
,
d63a5376-c771-4a11-84ce-035623e1bb28

}
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


}

2021-09-13T11:50:06.806Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7c19069b-062e-44d0-b2c3-8014a4e4e4b3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-13T11:50:06.806Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-13T11:50:06.806Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-13T11:50:06.950Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-13T11:50:06.951Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 7c19069b-062e-44d0-b2c3-8014a4e4e4b3 1164
2021-09-13T11:50:06.951Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||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
2021-09-13T11:50:06.951Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||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
2021-09-13T11:50:06.951Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T11:50:06.952Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:50:06.953Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:50:06.953Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533806951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:50:07.053Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:50:07.054Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T11:50:07.054Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:50:07.062Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:50:07.062Z||pool-110-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:50:07.954Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d63a5376-c771-4a11-84ce-035623e1bb28 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-13T11:50:07.955Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-13T11:50:07.955Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-13T11:50:08.106Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-13T11:50:08.106Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env d63a5376-c771-4a11-84ce-035623e1bb28 200
2021-09-13T11:50:08.107Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||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
2021-09-13T11:50:08.107Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||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
2021-09-13T11:50:08.107Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T11:50:08.107Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:50:08.108Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:50:08.108Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533808106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:50:08.208Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:50:08.209Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T11:50:08.209Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:50:08.218Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:50:08.219Z||pool-111-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:50:09.109Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: df018905-bb4f-4f3d-b08a-938d5e00156d
2021-09-13T11:50:09.109Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 f216e21f-76d0-4087-85f0-753ea6197b9c ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2021-09-13T11:50:09.166Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||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_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T11:50:09.170Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@620ff86, org.onap.sdc.toscaparser.api.parameters.Input@5128a9cf, org.onap.sdc.toscaparser.api.parameters.Input@38963f3c, org.onap.sdc.toscaparser.api.parameters.Input@49539107, org.onap.sdc.toscaparser.api.parameters.Input@480e9b64]
2021-09-13T11:50:09.171Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:50:09.171Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:50:09.172Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-09-13T11:50:09.172Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= e7d92394-2c3e-453b-aebf-61e5a0fbb5f1
2021-09-13T11:50:09.172Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e7d92394-2c3e-453b-aebf-61e5a0fbb5f1 matches Tosca VF Customization UUID: e7d92394-2c3e-453b-aebf-61e5a0fbb5f1
2021-09-13T11:50:09.172Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: e7d92394-2c3e-453b-aebf-61e5a0fbb5f1  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-13T11:50:09.173Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:50:09.173Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:50:09.174Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id e7d92394-2c3e-453b-aebf-61e5a0fbb5f1: {\"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\"}
2021-09-13T11:50:09.174Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@14f60a
2021-09-13T11:50:09.174Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:50:09.174Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-13T11:50:09.174Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d995a4ba-d0cb-4ae0-804b-c88ee1d7fab1
2021-09-13T11:50:09.174Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d995a4ba-d0cb-4ae0-804b-c88ee1d7fab1
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-13T11:50:09.176Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:50:09.176Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-13T11:50:09.176Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:50:09.176Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:50:09.176Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-13T11:50:09.176Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:50:09.176Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:50:09.176Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-13T11:50:09.177Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-13T11:50:09.177Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1eadbe32-faf7-4c0a-9afc-a95b1e5365f3
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-13T11:50:09.178Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:50:09.178Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-13T11:50:09.178Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:50:09.178Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:50:09.178Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-13T11:50:09.178Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=e7d92394-2c3e-453b-aebf-61e5a0fbb5f1
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T11:50:09.179Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:50:09.180Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:50:09.180Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid df018905-bb4f-4f3d-b08a-938d5e00156d: basic_cnf
2021-09-13T11:50:09.180Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:50:09.180Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:50:09.180Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:50:09.180Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:50:09.180Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:50:09.180Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:50:09.180Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:50:09.181Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:50:09.181Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:50:09.181Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:50:09.181Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-09-13T11:50:09.233Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf f216e21f-76d0-4087-85f0-753ea6197b9c 1 ASDC deployResourceStructure
2021-09-13T11:50:09.233Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||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
2021-09-13T11:50:09.234Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||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)
2021-09-13T11:50:09.234Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-13T11:50:09.234Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:50:09.235Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:50:09.235Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533809233,
  "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"
}
2021-09-13T11:50:09.336Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:50:09.336Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T11:50:09.336Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:50:09.345Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:50:09.346Z||pool-112-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:50:10.236Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||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
2021-09-13T11:50:10.237Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||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)
2021-09-13T11:50:10.237Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-13T11:50:10.237Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:50:10.238Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:50:10.239Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533810236,
  "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"
}
2021-09-13T11:50:10.339Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:50:10.340Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T11:50:10.340Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:50:10.349Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:50:10.350Z||pool-113-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:50:11.240Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||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
2021-09-13T11:50:11.240Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||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
2021-09-13T11:50:11.240Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T11:50:11.240Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:50:11.242Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:50:11.242Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533811240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-13T11:50:11.342Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:50:11.342Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T11:50:11.343Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:50:11.352Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:50:11.352Z||pool-114-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:50:12.243Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||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
2021-09-13T11:50:12.243Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||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
2021-09-13T11:50:12.243Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T11:50:12.243Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:50:12.245Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:50:12.245Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533812242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-13T11:50:12.345Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:50:12.346Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T11:50:12.346Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:50:12.353Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:50:12.353Z||pool-115-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:50:13.246Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||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
2021-09-13T11:50:13.246Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||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
2021-09-13T11:50:13.246Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T11:50:13.246Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:50:13.247Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:50:13.247Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533813246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-13T11:50:13.347Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:50:13.348Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T11:50:13.348Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:50:13.358Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:50:13.358Z||pool-116-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:50:14.248Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-09-13T11:50:14.248Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-13T11:50:14.248Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T11:50:14.249Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:50:14.250Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:50:14.250Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533814248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:50:14.350Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:50:14.351Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T11:50:14.351Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:50:14.359Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:50:14.360Z||pool-117-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:50:15.251Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ee97ca3-47ce-4437-83a9-ed1e86eef05a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-09-13T11:50:15.260Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ee97ca3-47ce-4437-83a9-ed1e86eef05a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T11:50:15.262Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T11:50:15.263Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-13T11:50:15.263Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-13T11:50:15.263Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-13T11:50:15.263Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:50:15.263Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:50:15.263Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:50:15.263Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:50:15.263Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:50:15.263Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||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=?
2021-09-13T11:50:15.267Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-13T11:50:45.268Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0ee97ca3-47ce-4437-83a9-ed1e86eef05a 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=?
2021-09-13T11:50:45.273Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0ee97ca3-47ce-4437-83a9-ed1e86eef05a and serviceModelVersionId: df018905-bb4f-4f3d-b08a-938d5e00156d
2021-09-13T11:50:45.273Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fb5264e1-8d64-4270-ac5d-8eabd8a600f0
2021-09-13T11:50:45.274Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fb5264e1-8d64-4270-ac5d-8eabd8a600f0/model-vers/model-ver/df018905-bb4f-4f3d-b08a-938d5e00156d?depth=0
2021-09-13T11:50:45.277Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-13T11:50:45.303Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fb5264e1-8d64-4270-ac5d-8eabd8a600f0/model-vers/model-ver/df018905-bb4f-4f3d-b08a-938d5e00156d?depth=0|INFO|500||Invoke
2021-09-13T11:50:45.303Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fb5264e1-8d64-4270-ac5d-8eabd8a600f0/model-vers/model-ver/df018905-bb4f-4f3d-b08a-938d5e00156d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fb5264e1-8d64-4270-ac5d-8eabd8a600f0/model-vers/model-ver/df018905-bb4f-4f3d-b08a-938d5e00156d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0ee97ca3-47ce-4437-83a9-ed1e86eef05a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c6c40683-8be2-4753-adf7-17b7c961ad58], X-ECOMP-RequestID=[0ee97ca3-47ce-4437-83a9-ed1e86eef05a], X-TransactionId=[], X-ONAP-RequestID=[0ee97ca3-47ce-4437-83a9-ed1e86eef05a], Content-Type=[application/merge-patch+json]}
2021-09-13T11:50:45.318Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fb5264e1-8d64-4270-ac5d-8eabd8a600f0/model-vers/model-ver/df018905-bb4f-4f3d-b08a-938d5e00156d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-13T11:50:45.387Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fb5264e1-8d64-4270-ac5d-8eabd8a600f0/model-vers/model-ver/df018905-bb4f-4f3d-b08a-938d5e00156d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fb5264e1-8d64-4270-ac5d-8eabd8a600f0/model-vers/model-ver/df018905-bb4f-4f3d-b08a-938d5e00156d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210913-11:50:45:324-35906], vertex-id=[422056], Content-Length=[0], Date=[Mon, 13 Sep 2021 11:50:45 GMT], Content-Type=[application/json]}
2021-09-13T11:50:45.388Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fb5264e1-8d64-4270-ac5d-8eabd8a600f0/model-vers/model-ver/df018905-bb4f-4f3d-b08a-938d5e00156d?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-13T11:50:45.388Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fb5264e1-8d64-4270-ac5d-8eabd8a600f0/model-vers/model-ver/df018905-bb4f-4f3d-b08a-938d5e00156d?depth=0|INFO|500||InvokeReturn
2021-09-13T11:50:45.388Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-13T11:50:45.388Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T11:50:45.391Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||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)
2021-09-13T11:50:45.392Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0ee97ca3-47ce-4437-83a9-ed1e86eef05a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-13T11:50:45.392Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-13T11:50:45.392Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:50:45.393Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:50:45.393Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533845392,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T11:50:45.493Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:50:45.494Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T11:50:45.494Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:50:45.504Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:50:45.505Z||pool-118-thread-1|||||INFO|500||cambria reply ok (11 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=?
2021-09-13T11:50:46.402Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T11:50:46.402Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"92fe7224-0a5e-4319-91c2-3310c3b0996d","serviceDescription":"service","serviceInvariantUUID":"90a549ea-e767-4eae-8ed3-807596dea399","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a8763cdc-ada2-4ece-9970-c28a5b54e59a","resourceInvariantUUID":"65b598a8-8bca-4d9f-bec6-6fbc3ffc2220","resourceCustomizationUUID":"d7cfa5b2-1ed1-468b-8459-47b12744a977","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"ZWNjNDIzY2I5ZTNmNWNhYzI2NDVkMzk5ZDljMDUzNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"23826f7e-0e49-407a-ba55-9385122860d8","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"N2RiYmU0MWVjMWVjYWVmYjU2OTI3ZmExODA2ZDU4YjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c6dd9062-f267-47ff-88c0-91ff90b01acb","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"50b86527-fc54-4991-97ed-b35f190f8739","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c34509a1-9593-46b0-b154-92911fcc494e","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3e6e4ddc-e1c3-4d53-b216-96a07beb0f27","artifactVersion":"2","generatedFromUUID":"50b86527-fc54-4991-97ed-b35f190f8739"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZThhMDVlZTM5OWZkNGRkMTk1YWE5OTkwYWQyMTdhMDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d5e571cc-94b5-42cd-8fdd-493bb35e4372","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"N2E3MGI4ZmJmOTIyYTg1N2YxYmZiNTBkZmMxOGI1NjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"692312c5-9362-4c6d-8c20-6ce792959690","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-13T11:50:46.403Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:50:46.403Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:50:46.404Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:50:46.404Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533787088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:46.504Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:50:46.505Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T11:50:46.505Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:50:46.513Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:50:46.513Z||pool-119-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:50:47.404Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:50:47.405Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:50:47.406Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:50:47.406Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533787088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T11:50:47.507Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:50:47.507Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T11:50:47.507Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:50:47.516Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:50:47.516Z||pool-120-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:50:48.407Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:50:48.407Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:50:48.409Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:50:48.409Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533787088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-13T11:50:48.509Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:50:48.510Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T11:50:48.510Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:50:48.517Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:50:48.518Z||pool-121-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:50:49.409Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:50:49.410Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:50:49.412Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:50:49.412Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533787088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:49.512Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:50:49.512Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T11:50:49.512Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:50:49.521Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:50:49.521Z||pool-122-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-13T11:50:50.412Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:50:50.413Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:50:50.415Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:50:50.415Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533787088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-13T11:50:50.515Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:50:50.515Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T11:50:50.516Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:50:50.525Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:50:50.525Z||pool-123-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:50:51.415Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:50:51.416Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:50:51.417Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:50:51.417Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533787088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:50:51.518Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:50:51.518Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T11:50:51.519Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:50:51.527Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:50:51.528Z||pool-124-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:50:52.418Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:50:52.418Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:50:52.420Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:50:52.420Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533787088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:50:52.520Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:50:52.521Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T11:50:52.521Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:50:52.530Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:50:52.531Z||pool-125-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:50:53.421Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "92fe7224-0a5e-4319-91c2-3310c3b0996d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "90a549ea-e767-4eae-8ed3-807596dea399",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d7cfa5b2-1ed1-468b-8459-47b12744a977",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a8763cdc-ada2-4ece-9970-c28a5b54e59a",
      "resourceInvariantUUID": "65b598a8-8bca-4d9f-bec6-6fbc3ffc2220",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "N2RiYmU0MWVjMWVjYWVmYjU2OTI3ZmExODA2ZDU4YjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c6dd9062-f267-47ff-88c0-91ff90b01acb",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "50b86527-fc54-4991-97ed-b35f190f8739",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3e6e4ddc-e1c3-4d53-b216-96a07beb0f27",
            "generatedFromUUID": "50b86527-fc54-4991-97ed-b35f190f8739"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3e6e4ddc-e1c3-4d53-b216-96a07beb0f27",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "N2E3MGI4ZmJmOTIyYTg1N2YxYmZiNTBkZmMxOGI1NjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "692312c5-9362-4c6d-8c20-6ce792959690"
    }
  ],
  "workloadContext": "Production"
}
2021-09-13T11:50:53.421Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-13T11:50:53.421Z|0ee97ca3-47ce-4437-83a9-ed1e86eef05a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 92fe7224-0a5e-4319-91c2-3310c3b0996d ASDC
2021-09-13T11:50:53.421Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:92fe7224-0a5e-4319-91c2-3310c3b0996d
ServiceInvariantUUID:90a549ea-e767-4eae-8ed3-807596dea399
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:692312c5-9362-4c6d-8c20-6ce792959690
ArtifactChecksum:N2E3MGI4ZmJmOTIyYTg1N2YxYmZiNTBkZmMxOGI1NjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d7cfa5b2-1ed1-468b-8459-47b12744a977
ResourceInvariantUUID:65b598a8-8bca-4d9f-bec6-6fbc3ffc2220
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:a8763cdc-ada2-4ece-9970-c28a5b54e59a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:c6dd9062-f267-47ff-88c0-91ff90b01acb
ArtifactChecksum:N2RiYmU0MWVjMWVjYWVmYjU2OTI3ZmExODA2ZDU4YjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:50b86527-fc54-4991-97ed-b35f190f8739
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:3e6e4ddc-e1c3-4d53-b216-96a07beb0f27
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:3e6e4ddc-e1c3-4d53-b216-96a07beb0f27
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-13T11:50:53.421Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 92fe7224-0a5e-4319-91c2-3310c3b0996d 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=?
2021-09-13T11:50:53.446Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T11:50:53.446Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-13T11:50:53.446Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-13T11:50:53.446Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 692312c5-9362-4c6d-8c20-6ce792959690 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-13T11:50:53.447Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-13T11:50:53.447Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-13T11:50:53.617Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-13T11:50:53.620Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 692312c5-9362-4c6d-8c20-6ce792959690 70855
2021-09-13T11:50:53.620Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-13T11:50:53.620Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-13T11:50:53.620Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T11:50:53.620Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:50:53.622Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:50:53.622Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533853620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:50:53.722Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:50:53.723Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T11:50:53.723Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:50:53.733Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:50:53.733Z||pool-126-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:50:54.622Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T11:50:54.623Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-13T11:50:54.623Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 692312c5-9362-4c6d-8c20-6ce792959690, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-13T11:50:54.624Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-09-13T11:50:54.624Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-13T11:50:54.624Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-09-13T11:50:55.013Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7634047737663937248/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-09-13T11:50:55.871Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-13T11:50:55.872Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-13T11:50:55.872Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-13T11:50:55.872Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-13T11:50:55.872Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-13T11:50:55.872Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-13T11:50:55.872Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-13T11:50:55.872Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-13T11:50:55.873Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-13T11:50:55.873Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-13T11:50:55.873Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-13T11:50:55.873Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-13T11:50:55.873Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-13T11:50:55.873Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-13T11:50:55.873Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:50:55.873Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:50:55.874Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-13T11:50:55.874Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-13T11:50:55.874Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T11:50:55.874Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:50:55.874Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:50:55.875Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-13T11:50:55.875Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-13T11:50:55.875Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T11:50:55.875Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:50:55.875Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:50:55.876Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:50:55.876Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-13T11:50:55.876Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-13T11:50:55.876Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-13T11:50:55.876Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-13T11:50:55.876Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-13T11:50:55.877Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-13T11:50:55.877Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:50:55.877Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-13T11:50:55.877Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:50:55.877Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-13T11:50:55.877Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:50:55.878Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:50:55.878Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-13T11:50:55.878Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:50:55.878Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:50:55.878Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-13T11:50:55.879Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:50:55.879Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:50:55.879Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-13T11:50:55.879Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-13T11:50:55.879Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-13T11:50:55.879Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=68a6910d-42f6-4480-98f9-5ee4b56b9876
2021-09-13T11:50:55.880Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:50:55.880Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:50:55.880Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:50:55.880Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:50:55.880Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:50:55.880Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:50:55.880Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:50:55.881Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:50:55.881Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:92fe7224-0a5e-4319-91c2-3310c3b0996d
Model Version:NULL
Model InvariantUuid:90a549ea-e767-4eae-8ed3-807596dea399
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:35efbd0d-001c-42ff-9543-0fe1f93513b7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:65b598a8-8bca-4d9f-bec6-6fbc3ffc2220
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d7cfa5b2-1ed1-468b-8459-47b12744a977
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8cfa150e-605f-43da-9120-e0d0223c85a7
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:f4c20463-407b-4135-8dd0-c6c5ec333f51
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:68a6910d-42f6-4480-98f9-5ee4b56b9876
ModelInvariantUuid:d474a2b5-1f9c-45ed-8c1c-0f2f3313e272
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:7fa66bc7-fae1-429b-b050-8bd32ba61359
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:49a81b9a-4225-436d-ac86-c52c7c680ec0
ModelInvariantUuid:3e07c52c-a3f2-43ee-affd-19cd42e57127
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:5eda1e05-ab60-43e0-bcff-55710f7de90d
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-13T11:50:55.885Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: a8763cdc-ada2-4ece-9970-c28a5b54e59a
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T11:50:55.887Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||basic_vm 0
2021-09-13T11:50:55.887Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a8763cdc-ada2-4ece-9970-c28a5b54e59a
2021-09-13T11:50:55.887Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c6dd9062-f267-47ff-88c0-91ff90b01acb from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-13T11:50:55.887Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-13T11:50:55.887Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-13T11:50:57.719Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-13T11:50:57.719Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json c6dd9062-f267-47ff-88c0-91ff90b01acb 787
2021-09-13T11:50:57.720Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-09-13T11:50:57.720Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-13T11:50:57.720Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T11:50:57.720Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:50:57.722Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:50:57.722Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533857719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:50:57.822Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:50:57.823Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T11:50:57.823Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:50:57.832Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:50:57.833Z||pool-127-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:50:58.722Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8cfa150e-605f-43da-9120-e0d0223c85a7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f4c20463-407b-4135-8dd0-c6c5ec333f51",
    "vfModuleModelCustomizationUUID": "45cb370e-5d0b-4d00-9604-91303121088e",
    "isBase": true,
    "artifacts": [
      "50b86527-fc54-4991-97ed-b35f190f8739",
      "3e6e4ddc-e1c3-4d53-b216-96a07beb0f27"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-13T11:50:58.725Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f4c20463-407b-4135-8dd0-c6c5ec333f51
VfModuleModelInvariantUUID:8cfa150e-605f-43da-9120-e0d0223c85a7
VfModuleModelDescription:NULL
Artifacts UUID List:{
50b86527-fc54-4991-97ed-b35f190f8739
,
3e6e4ddc-e1c3-4d53-b216-96a07beb0f27

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

isBase:true


}

2021-09-13T11:50:58.726Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8cfa150e-605f-43da-9120-e0d0223c85a7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f4c20463-407b-4135-8dd0-c6c5ec333f51",
    "vfModuleModelCustomizationUUID": "45cb370e-5d0b-4d00-9604-91303121088e",
    "isBase": true,
    "artifacts": [
      "50b86527-fc54-4991-97ed-b35f190f8739",
      "3e6e4ddc-e1c3-4d53-b216-96a07beb0f27"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-13T11:50:58.726Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f4c20463-407b-4135-8dd0-c6c5ec333f51
VfModuleModelInvariantUUID:8cfa150e-605f-43da-9120-e0d0223c85a7
VfModuleModelDescription:NULL
Artifacts UUID List:{
50b86527-fc54-4991-97ed-b35f190f8739
,
3e6e4ddc-e1c3-4d53-b216-96a07beb0f27

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

isBase:true


}

2021-09-13T11:50:58.727Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 50b86527-fc54-4991-97ed-b35f190f8739 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-13T11:50:58.727Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-13T11:50:58.727Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-13T11:51:00.359Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-13T11:51:00.359Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 50b86527-fc54-4991-97ed-b35f190f8739 5033
2021-09-13T11:51:00.360Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-13T11:51:00.360Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-13T11:51:00.360Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T11:51:00.360Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:51:00.361Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:51:00.361Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533860360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:51:00.461Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-13T11:51:00.462Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T11:51:00.462Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:51:00.470Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:51:00.470Z||pool-128-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:51:01.362Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3e6e4ddc-e1c3-4d53-b216-96a07beb0f27 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-13T11:51:01.362Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-13T11:51:01.362Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-13T11:51:01.828Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-13T11:51:01.829Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 3e6e4ddc-e1c3-4d53-b216-96a07beb0f27 903
2021-09-13T11:51:01.829Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-13T11:51:01.829Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-13T11:51:01.829Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T11:51:01.829Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:51:01.830Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:51:01.831Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533861829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:51:01.931Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:51:01.931Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T11:51:01.931Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:51:01.939Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:51:01.940Z||pool-129-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:51:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:51:02.017Z||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.
2021-09-13T11:51:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:51:02.034Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:51:02.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:51:02.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533683225,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:51:02.035Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:51:02.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:51:02.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533684252,
  "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=?
2021-09-13T11:51:02.041Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e
2021-09-13T11:51:02.041Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e 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=?
2021-09-13T11:51:02.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:51:02.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631533685256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-13T11:51:02.047Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:51:02.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:51:02.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "aai-ml",
  "timestamp": 1631533686496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:51:02.047Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:51:02.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:51:02.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "aai-ml",
  "timestamp": 1631533687498,
  "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=?
2021-09-13T11:51:02.055Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e
2021-09-13T11:51:02.055Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e 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 (?, ?, ?, ?, ?)
2021-09-13T11:51:02.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:51:02.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "clamp",
  "timestamp": 1631533691000,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:51:02.062Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:51:02.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:51:02.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "clamp",
  "timestamp": 1631533693009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:51:02.062Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:51:02.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:51:02.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "clamp",
  "timestamp": 1631533694011,
  "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=?
2021-09-13T11:51:02.066Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0ee97ca3-47ce-4437-83a9-ed1e86eef05a
2021-09-13T11:51:02.067Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ee97ca3-47ce-4437-83a9-ed1e86eef05a 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 (?, ?, ?, ?, ?)
2021-09-13T11:51:02.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:51:02.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "clamp",
  "timestamp": 1631533671139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:51:02.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:51:02.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:51:02.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "clamp",
  "timestamp": 1631533671139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T11:51:02.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:51:02.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:51:02.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "clamp",
  "timestamp": 1631533671139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:51:02.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:51:02.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:51:02.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "clamp",
  "timestamp": 1631533671139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:51:02.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:51:02.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:51:02.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "clamp",
  "timestamp": 1631533671139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:51:02.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:51:02.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:51:02.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "clamp",
  "timestamp": 1631533671139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:51:02.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:51:02.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:51:02.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "clamp",
  "timestamp": 1631533671139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:51:02.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:51:02.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:51:02.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "clamp",
  "timestamp": 1631533709002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:51:02.075Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:51:02.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:51:02.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "clamp",
  "timestamp": 1631533710020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:51:02.075Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:51:02.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:51:02.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "clamp",
  "timestamp": 1631533711022,
  "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=?
2021-09-13T11:51:02.080Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e
2021-09-13T11:51:02.080Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e 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 (?, ?, ?, ?, ?)
2021-09-13T11:51:02.831Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 92fe7224-0a5e-4319-91c2-3310c3b0996d
2021-09-13T11:51:02.832Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 a8763cdc-ada2-4ece-9970-c28a5b54e59a ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T11:51:02.841Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@104efd1c, org.onap.sdc.toscaparser.api.parameters.Input@2bd6e5ae, org.onap.sdc.toscaparser.api.parameters.Input@73ec5efb, org.onap.sdc.toscaparser.api.parameters.Input@14190562, org.onap.sdc.toscaparser.api.parameters.Input@73d8bce0]
2021-09-13T11:51:02.842Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:51:02.842Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:51:02.842Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-09-13T11:51:02.842Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= d7cfa5b2-1ed1-468b-8459-47b12744a977
2021-09-13T11:51:02.842Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d7cfa5b2-1ed1-468b-8459-47b12744a977 matches Tosca VF Customization UUID: d7cfa5b2-1ed1-468b-8459-47b12744a977
2021-09-13T11:51:02.843Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: d7cfa5b2-1ed1-468b-8459-47b12744a977  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-13T11:51:02.844Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:51:02.844Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:51:02.845Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id d7cfa5b2-1ed1-468b-8459-47b12744a977: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2021-09-13T11:51:02.845Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@22db648b
2021-09-13T11:51:02.845Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:51:02.845Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-13T11:51:02.845Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 45cb370e-5d0b-4d00-9604-91303121088e
2021-09-13T11:51:02.846Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 45cb370e-5d0b-4d00-9604-91303121088e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-13T11:51:02.847Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:51:02.847Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-13T11:51:02.847Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:51:02.848Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:51:02.848Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-13T11:51:02.848Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:51:02.848Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:51:02.848Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-13T11:51:02.848Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-13T11:51:02.848Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-13T11:51:02.848Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=68a6910d-42f6-4480-98f9-5ee4b56b9876
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-13T11:51:02.850Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:51:02.850Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-13T11:51:02.850Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:51:02.850Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:51:02.850Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-13T11:51:02.850Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=d7cfa5b2-1ed1-468b-8459-47b12744a977
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T11:51:02.852Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:51:02.852Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:51:02.852Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 92fe7224-0a5e-4319-91c2-3310c3b0996d: basic_vm
2021-09-13T11:51:02.852Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:51:02.852Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:51:02.852Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:51:02.852Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:51:02.852Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:51:02.852Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:51:02.853Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:51:02.853Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:51:02.853Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T11:51:02.853Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:51:02.853Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-09-13T11:51:02.907Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm a8763cdc-ada2-4ece-9970-c28a5b54e59a 1 ASDC deployResourceStructure
2021-09-13T11:51:02.908Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-09-13T11:51:02.908Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-13T11:51:02.908Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T11:51:02.908Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:51:02.910Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:51:02.910Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533862908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-13T11:51:03.011Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:51:03.012Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T11:51:03.012Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:51:03.021Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:51:03.021Z||pool-130-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:51:03.912Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-13T11:51:03.912Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-13T11:51:03.912Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T11:51:03.912Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:51:03.913Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:51:03.914Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533863911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-13T11:51:04.014Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:51:04.015Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T11:51:04.015Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:51:04.024Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:51:04.024Z||pool-131-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-13T11:51:04.914Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-13T11:51:04.915Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-13T11:51:04.915Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T11:51:04.915Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:51:04.916Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:51:04.916Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533864914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-13T11:51:05.017Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-13T11:51:05.017Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T11:51:05.017Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:51:05.026Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:51:05.026Z||pool-132-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-13T11:51:05.917Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-13T11:51:05.918Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-13T11:51:05.918Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T11:51:05.918Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:51:05.919Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:51:05.920Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533865917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:51:06.020Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:51:06.020Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T11:51:06.020Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:51:06.028Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:51:06.029Z||pool-133-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:51:06.920Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-09-13T11:51:06.930Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T11:51:06.932Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T11:51:06.932Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-13T11:51:06.932Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-13T11:51:06.932Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-13T11:51:06.932Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:51:06.933Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:51:06.933Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:51:06.933Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:51:06.933Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:51:06.933Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T11:51:06.933Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||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=?
2021-09-13T11:51:06.937Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-13T11:51:36.937Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e 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=?
2021-09-13T11:51:36.943Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e and serviceModelVersionId: 92fe7224-0a5e-4319-91c2-3310c3b0996d
2021-09-13T11:51:36.943Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 90a549ea-e767-4eae-8ed3-807596dea399
2021-09-13T11:51:36.944Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/90a549ea-e767-4eae-8ed3-807596dea399/model-vers/model-ver/92fe7224-0a5e-4319-91c2-3310c3b0996d?depth=0
2021-09-13T11:51:36.949Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-13T11:51:36.975Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/90a549ea-e767-4eae-8ed3-807596dea399/model-vers/model-ver/92fe7224-0a5e-4319-91c2-3310c3b0996d?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]}
2021-09-13T11:51:36.976Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/90a549ea-e767-4eae-8ed3-807596dea399/model-vers/model-ver/92fe7224-0a5e-4319-91c2-3310c3b0996d?depth=0|INFO|500||Invoke
2021-09-13T11:51:36.990Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/90a549ea-e767-4eae-8ed3-807596dea399/model-vers/model-ver/92fe7224-0a5e-4319-91c2-3310c3b0996d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-13T11:51:37.324Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/90a549ea-e767-4eae-8ed3-807596dea399/model-vers/model-ver/92fe7224-0a5e-4319-91c2-3310c3b0996d?depth=0|INFO|500||InvokeReturn
2021-09-13T11:51:37.324Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/90a549ea-e767-4eae-8ed3-807596dea399/model-vers/model-ver/92fe7224-0a5e-4319-91c2-3310c3b0996d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210913-11:51:36:996-62124], vertex-id=[245824], Content-Length=[0], Date=[Mon, 13 Sep 2021 11:51:36 GMT], Content-Type=[application/json]}
2021-09-13T11:51:37.325Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-09-13T11:51:37.325Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-13T11:51:37.325Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T11:51:37.329Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||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)
2021-09-13T11:51:37.329Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-13T11:51:37.329Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-13T11:51:37.329Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:51:37.331Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:51:37.331Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533897329,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T11:51:37.431Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:51:37.431Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T11:51:37.432Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:51:37.442Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:51:37.442Z||pool-134-thread-1|||||INFO|500||cambria reply ok (11 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=?
2021-09-13T11:51:38.340Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:51:38.340Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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.
2021-09-13T11:51:38.341Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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 6n06PbCGINsoJSR6) ...
2021-09-13T11:51:47.881Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:51:47.881Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:51:47.882Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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.
2021-09-13T11:51:47.882Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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 6n06PbCGINsoJSR6) ...
2021-09-13T11:51:57.420Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:51:57.420Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:51:57.420Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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.
2021-09-13T11:51:57.420Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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 6n06PbCGINsoJSR6) ...
2021-09-13T11:52:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:52:02.017Z||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.
2021-09-13T11:52:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:52:02.033Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:52:02.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:52:02.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba03e4b9-bd00-4223-a1c1-970283519856",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533786076,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T11:52:02.034Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:52:02.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:52:02.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533787088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:52:02.034Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:52:02.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:52:02.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533787088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-13T11:52:02.034Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:52:02.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:52:02.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533787088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-13T11:52:02.034Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:52:02.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:52:02.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533787088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T11:52:02.034Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:52:02.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:52:02.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533787088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-13T11:52:02.035Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:52:02.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:52:02.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533787088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:52:02.035Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:52:02.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:52:02.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533787088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-13T11:52:02.035Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:52:02.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:52:02.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533787088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:52:02.035Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:52:02.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:52:02.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533787088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:52:02.035Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:52:02.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:52:02.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533800594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:52:02.035Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:52:06.952Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:52:06.953Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:52:06.953Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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.
2021-09-13T11:52:06.953Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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 6n06PbCGINsoJSR6) ...
2021-09-13T11:52:16.493Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:53:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:53:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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.
2021-09-13T11:53:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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 6n06PbCGINsoJSR6) ...
2021-09-13T11:53:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:53:02.017Z||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.
2021-09-13T11:53:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:53:02.035Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:53:02.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:53:02.036Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533803148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:53:02.036Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:53:02.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:53:02.036Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533804646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:53:02.036Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:53:02.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:53:02.036Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533805799,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:53:02.036Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:53:02.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:53:02.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533806951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:53:02.037Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:53:02.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:53:02.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533808106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:53:02.037Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:53:02.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:53:02.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533809233,
  "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"
}
2021-09-13T11:53:02.037Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:53:02.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:53:02.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533810236,
  "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"
}
2021-09-13T11:53:02.037Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:53:02.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:53:02.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533811240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-13T11:53:02.038Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:53:02.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:53:02.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533812242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-13T11:53:02.038Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:53:02.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:53:02.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533813246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-13T11:53:02.038Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:53:02.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:53:02.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533814248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:53:02.038Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:53:02.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:53:02.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ee97ca3-47ce-4437-83a9-ed1e86eef05a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533845392,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T11:53:02.038Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:53:02.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:53:02.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533787088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:53:02.039Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:53:02.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:53:02.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533787088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T11:53:02.039Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:53:02.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:53:02.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533787088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-13T11:53:02.039Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:53:02.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:53:02.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533787088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:53:02.039Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:53:02.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:53:02.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533787088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-13T11:53:02.039Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:53:02.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:53:02.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533787088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T11:53:02.039Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:53:02.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:53:02.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533787088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T11:53:02.039Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T11:53:02.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:53:02.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533853620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:53:02.039Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:53:02.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:53:02.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533857719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:53:02.039Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:53:02.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:53:02.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533860360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:53:02.040Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:53:02.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:53:02.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533861829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-13T11:53:02.040Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:53:11.553Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:54:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:54:02.016Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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.
2021-09-13T11:54:02.016Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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 6n06PbCGINsoJSR6) ...
2021-09-13T11:54:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:54:02.017Z||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.
2021-09-13T11:54:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:54:02.536Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:54:02.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:54:02.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533862908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-13T11:54:02.537Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:54:02.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:54:02.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533863911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-13T11:54:02.537Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:54:02.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:54:02.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533864914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-13T11:54:02.537Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:54:02.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:54:02.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533865917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T11:54:02.537Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:54:02.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T11:54:02.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631533897329,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T11:54:02.537Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:54:11.559Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:55:02.016Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:55:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:55:02.017Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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.
2021-09-13T11:55:02.017Z||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.
2021-09-13T11:55:02.018Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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 6n06PbCGINsoJSR6) ...
2021-09-13T11:55:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:55:11.560Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:55:11.561Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:56:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:56:02.016Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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.
2021-09-13T11:56:02.016Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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 6n06PbCGINsoJSR6) ...
2021-09-13T11:56:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:56:02.017Z||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.
2021-09-13T11:56:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:56:11.562Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:56:11.562Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:57:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:57:02.016Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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.
2021-09-13T11:57:02.016Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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 6n06PbCGINsoJSR6) ...
2021-09-13T11:57:02.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:57:02.018Z||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.
2021-09-13T11:57:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:57:11.560Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:57:11.560Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:58:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:58:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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.
2021-09-13T11:58:02.016Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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 6n06PbCGINsoJSR6) ...
2021-09-13T11:58:02.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:58:02.017Z||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.
2021-09-13T11:58:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:58:11.556Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:58:11.557Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:59:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:59:02.016Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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.
2021-09-13T11:59:02.016Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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 6n06PbCGINsoJSR6) ...
2021-09-13T11:59:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:59:02.017Z||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.
2021-09-13T11:59:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:59:11.558Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T11:59:11.559Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:00:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:00:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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.
2021-09-13T12:00:02.016Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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 6n06PbCGINsoJSR6) ...
2021-09-13T12:00:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:00:02.017Z||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.
2021-09-13T12:00:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T12:00:11.557Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:00:11.558Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:01:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:01:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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.
2021-09-13T12:01:02.016Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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 6n06PbCGINsoJSR6) ...
2021-09-13T12:01:02.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:01:02.017Z||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.
2021-09-13T12:01:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T12:01:11.556Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:01:11.556Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:02:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:02:02.025Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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.
2021-09-13T12:02:02.025Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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 6n06PbCGINsoJSR6) ...
2021-09-13T12:02:02.025Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:02:02.026Z||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.
2021-09-13T12:02:02.026Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T12:02:11.580Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:02:11.589Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:03:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:03:02.016Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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.
2021-09-13T12:03:02.016Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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 6n06PbCGINsoJSR6) ...
2021-09-13T12:03:02.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:03:02.017Z||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.
2021-09-13T12:03:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T12:03:11.560Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:03:11.560Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:04:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:04:02.016Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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.
2021-09-13T12:04:02.016Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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 6n06PbCGINsoJSR6) ...
2021-09-13T12:04:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:04:02.017Z||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.
2021-09-13T12:04:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T12:04:11.555Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:04:11.555Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:05:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:05:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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.
2021-09-13T12:05:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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 6n06PbCGINsoJSR6) ...
2021-09-13T12:05:02.017Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:05:02.017Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|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.
2021-09-13T12:05:02.017Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|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 6n06PbCGINsoJSR6) ...
2021-09-13T12:05:11.560Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:05:11.562Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:06:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:06:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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.
2021-09-13T12:06:02.016Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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 6n06PbCGINsoJSR6) ...
2021-09-13T12:06:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:06:02.017Z||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.
2021-09-13T12:06:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T12:06:11.560Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:06:11.561Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:07:02.016Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:07:02.016Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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.
2021-09-13T12:07:02.016Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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 6n06PbCGINsoJSR6) ...
2021-09-13T12:07:02.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:07:02.017Z||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.
2021-09-13T12:07:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T12:07:11.558Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:07:11.558Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:08:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:08:02.016Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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.
2021-09-13T12:08:02.016Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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 6n06PbCGINsoJSR6) ...
2021-09-13T12:08:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:08:02.017Z||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.
2021-09-13T12:08:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T12:08:11.558Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:08:11.559Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:09:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:09:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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.
2021-09-13T12:09:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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 6n06PbCGINsoJSR6) ...
2021-09-13T12:09:02.017Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:09:02.017Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|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.
2021-09-13T12:09:02.017Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|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 6n06PbCGINsoJSR6) ...
2021-09-13T12:09:11.555Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:09:11.557Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:10:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:10:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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.
2021-09-13T12:10:02.016Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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 6n06PbCGINsoJSR6) ...
2021-09-13T12:10:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:10:02.017Z||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.
2021-09-13T12:10:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T12:10:11.561Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:10:11.566Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:11:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:11:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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.
2021-09-13T12:11:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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 6n06PbCGINsoJSR6) ...
2021-09-13T12:11:02.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:11:02.017Z||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.
2021-09-13T12:11:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T12:11:11.559Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:11:11.561Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:12:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:12:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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.
2021-09-13T12:12:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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 6n06PbCGINsoJSR6) ...
2021-09-13T12:12:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:12:02.017Z||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.
2021-09-13T12:12:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T12:12:11.564Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:12:11.564Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:13:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:13:02.016Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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.
2021-09-13T12:13:02.016Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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 6n06PbCGINsoJSR6) ...
2021-09-13T12:13:02.017Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:13:02.017Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|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.
2021-09-13T12:13:02.017Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|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 6n06PbCGINsoJSR6) ...
2021-09-13T12:13:11.557Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:13:11.558Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:14:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:14:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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.
2021-09-13T12:14:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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 6n06PbCGINsoJSR6) ...
2021-09-13T12:14:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:14:02.017Z||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.
2021-09-13T12:14:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T12:14:11.561Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:14:11.564Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:15:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:15:02.016Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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.
2021-09-13T12:15:02.016Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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 6n06PbCGINsoJSR6) ...
2021-09-13T12:15:02.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:15:02.017Z||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.
2021-09-13T12:15:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T12:15:11.563Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:15:11.563Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:16:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:16:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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.
2021-09-13T12:16:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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 6n06PbCGINsoJSR6) ...
2021-09-13T12:16:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:16:02.017Z||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.
2021-09-13T12:16:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T12:16:11.558Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:16:11.561Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:17:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:17:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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.
2021-09-13T12:17:02.016Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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 6n06PbCGINsoJSR6) ...
2021-09-13T12:17:02.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:17:02.017Z||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.
2021-09-13T12:17:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T12:17:11.564Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:17:11.564Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:18:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:18:02.016Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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.
2021-09-13T12:18:02.016Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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 6n06PbCGINsoJSR6) ...
2021-09-13T12:18:02.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:18:02.017Z||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.
2021-09-13T12:18:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T12:18:11.555Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:18:11.558Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:19:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:19:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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.
2021-09-13T12:19:02.016Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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 6n06PbCGINsoJSR6) ...
2021-09-13T12:19:02.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:19:02.017Z||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.
2021-09-13T12:19:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T12:19:11.558Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:19:11.559Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:20:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:20:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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.
2021-09-13T12:20:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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 6n06PbCGINsoJSR6) ...
2021-09-13T12:20:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:20:02.017Z||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.
2021-09-13T12:20:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T12:20:11.561Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:20:11.561Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:21:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:21:02.016Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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.
2021-09-13T12:21:02.016Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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 6n06PbCGINsoJSR6) ...
2021-09-13T12:21:02.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:21:02.017Z||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.
2021-09-13T12:21:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T12:21:11.565Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:21:11.566Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:22:01.040Z||http-nio-8085-exec-6|||||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)
2021-09-13T12:22:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:22:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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.
2021-09-13T12:22:02.016Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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 6n06PbCGINsoJSR6) ...
2021-09-13T12:22:02.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:22:02.017Z||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.
2021-09-13T12:22:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T12:22:11.560Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:22:11.560Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:23:02.015Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:23:02.016Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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.
2021-09-13T12:23:02.016Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|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 6n06PbCGINsoJSR6) ...
2021-09-13T12:23:02.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T12:23:02.017Z||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.
2021-09-13T12:23:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T12:23:11.556Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T12:23:11.557Z|3d3d15ae-59fb-43c2-bcb7-2cf514b9fc9e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK