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-10-15T06:15:53.783Z||main|||||INFO|500||The following profiles are active: basic
2021-10-15T06:16:08.058Z||main|||||INFO|500||Starting service [Tomcat]
2021-10-15T06:16:08.059Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-10-15T06:16:08.201Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-10-15T06:16:15.206Z||main|||||INFO|500||catdb-pool - Starting...
2021-10-15T06:16:15.868Z||main|||||INFO|500||catdb-pool - Start completed.
2021-10-15T06:16:16.782Z||main|||||INFO|500||reqdb-pool - Starting...
2021-10-15T06:16:16.793Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-10-15T06:16:17.000Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-10-15T06:16:17.332Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-10-15T06:16:18.121Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-10-15T06:16:23.027Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-15T06:16:25.753Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-15T06:16:25.825Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-10-15T06:16:26.457Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-15T06:16:26.632Z||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-10-15T06:16:27.882Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-15T06:16:29.084Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-10-15T06:16:29.101Z||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$$b95fb5bd.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-10-15T06:16:29.102Z||main|||||WARN|500||The sdc end point is not alive
2021-10-15T06:16:32.170Z||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-10-15T06:16:35.299Z||main|||||WARN|500||---
2021-10-15T06:16:35.301Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-10-15T06:16:35.301Z||main|||||WARN|500||---
2021-10-15T06:16:35.822Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-10-15T06:16:41.213Z||main|||||INFO|500||Started Application in 51.285 seconds (JVM running for 56.002)
2021-10-15T06:16:41.235Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-15T06:16:41.238Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-15T06:16:41.261Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-15T06:16:41.322Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-15T06:16:41.409Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 199ea1ad-18af-4e83-803b-dfe8d26e860f url= /sdc/v1/artifactTypes
2021-10-15T06:16:41.410Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-15T06:16:41.725Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-15T06:16:41.752Z||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-10-15T06:16:41.786Z||scheduling-1|||||DEBUG|500||create keys
2021-10-15T06:16:41.797Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-15T06:16:41.831Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:16:41.860Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e502dae9-9aad-4b93-b866-5947d2843908 url= /sdc/v1/registerForDistribution
2021-10-15T06:16:42.008Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e502dae9-9aad-4b93-b866-5947d2843908 url= /sdc/v1/registerForDistribution
2021-10-15T06:16:42.009Z||scheduling-1|||||INFO|500||start DistributionClient
2021-10-15T06:16:42.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:16:42.060Z||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-10-15T06:16:42.060Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:16:42.066Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:16:42.067Z||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-10-15T06:16:42.067Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:16:42.066Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-10-15T06:16:52.345Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:16:52.345Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:17:42.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:17:42.021Z||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-10-15T06:17:42.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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:17:42.024Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:17:42.025Z||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-10-15T06:17:42.025Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:17:51.577Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:17:51.601Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:18:42.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:18:42.025Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:18:42.026Z||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-10-15T06:18:42.027Z||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-10-15T06:18:42.027Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:18:42.027Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:18:51.604Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:18:51.604Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:19:42.020Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:19:42.020Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:19:42.024Z||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-10-15T06:19:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:19:42.024Z||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-10-15T06:19:42.025Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:19:51.605Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:19:51.605Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:20:42.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:20:42.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:20:42.020Z||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-10-15T06:20:42.020Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:20:42.020Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:20:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:20:51.589Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:20:51.589Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:21:42.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:21:42.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:21:42.021Z||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-10-15T06:21:42.022Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:21:42.022Z||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-10-15T06:21:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:21:51.591Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:21:51.592Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:22:42.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:22:42.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:22:42.020Z||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-10-15T06:22:42.020Z||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-10-15T06:22:42.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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:22:42.021Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:22:51.601Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:22:51.601Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:23:42.018Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:23:42.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:23:42.022Z||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-10-15T06:23:42.022Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:23:42.028Z||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-10-15T06:23:42.028Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:23:51.607Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:23:51.612Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:24:42.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:24:42.021Z||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-10-15T06:24:42.018Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:24:42.022Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:24:42.022Z||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-10-15T06:24:42.023Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:24:51.599Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:24:51.602Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:25:42.018Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:25:42.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:25:42.023Z||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-10-15T06:25:42.023Z||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-10-15T06:25:42.023Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:25:42.023Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:25:51.603Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:25:51.659Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:26:14.521Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-10-15T06:26:42.018Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:26:42.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:26:42.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-10-15T06:26:42.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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:26:42.021Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:26:42.021Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:26:51.594Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:26:51.597Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:27:42.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:27:42.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:27:42.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-10-15T06:27:42.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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:27:42.021Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:27:42.023Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:27:51.587Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:27:51.587Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:28:42.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:28:42.018Z||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-10-15T06:28:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:28:42.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:28:42.020Z||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-10-15T06:28:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:28:51.562Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:28:51.562Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:29:42.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:29:42.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:29:42.020Z||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-10-15T06:29:42.020Z||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-10-15T06:29:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:29:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:29:51.568Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:29:51.570Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:30:42.021Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:30:42.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:30:42.029Z||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-10-15T06:30:42.029Z||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-10-15T06:30:42.029Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:30:42.029Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:30:51.587Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:30:51.587Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:31:42.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:31:42.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:31:42.020Z||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-10-15T06:31:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:31:42.020Z||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-10-15T06:31:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:31:51.576Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:31:51.576Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:32:42.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:32:42.018Z||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-10-15T06:32:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:32:42.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:32:42.020Z||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-10-15T06:32:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:32:51.567Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:32:51.567Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:33:42.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:33:42.019Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:33:42.020Z||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-10-15T06:33:42.020Z||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-10-15T06:33:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:33:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:33:51.580Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:33:51.583Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:34:42.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:34:42.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:34:42.022Z||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-10-15T06:34:42.022Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:34:42.022Z||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-10-15T06:34:42.023Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:34:51.598Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:34:51.601Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:35:42.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:35:42.019Z||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-10-15T06:35:42.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:35:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:35:42.019Z||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-10-15T06:35:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:35:51.573Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:35:51.575Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:36:42.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:36:42.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:36:42.021Z||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-10-15T06:36:42.021Z||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-10-15T06:36:42.021Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:36:42.021Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:36:51.585Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:36:51.588Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:37:42.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:37:42.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:37:42.021Z||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-10-15T06:37:42.021Z||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-10-15T06:37:42.022Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:37:42.022Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:37:51.597Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:37:51.597Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:38:42.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:38:42.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:38:42.020Z||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-10-15T06:38:42.020Z||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-10-15T06:38:42.021Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:38:42.021Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:38:51.571Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:38:51.571Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:39:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:39:42.018Z||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-10-15T06:39:42.018Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:39:42.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:39:42.020Z||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-10-15T06:39:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:39:51.564Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:39:51.566Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:40:42.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:40:42.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:40:42.022Z||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-10-15T06:40:42.022Z||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-10-15T06:40:42.022Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:40:42.022Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:40:51.565Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:40:51.585Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:41:42.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:41:42.018Z||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-10-15T06:41:42.018Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:41:42.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:41:42.020Z||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-10-15T06:41:42.021Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:41:51.565Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:41:51.564Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:42:42.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:42:42.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:42:42.019Z||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-10-15T06:42:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:42:42.020Z||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-10-15T06:42:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:42:51.566Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:42:51.571Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:43:42.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:43:42.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:43:42.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-10-15T06:43:42.021Z||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-10-15T06:43:42.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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:43:42.021Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:43:51.587Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:43:51.587Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:44:42.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:44:42.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-10-15T06:44:42.018Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:44:42.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:44:42.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-10-15T06:44:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:44:51.562Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:44:51.562Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:45:42.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:45:42.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:45:42.020Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:45:42.020Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:45:42.020Z||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-10-15T06:45:42.021Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:45:51.585Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:45:51.585Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:46:42.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:46:42.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:46:42.020Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:46:42.020Z||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-10-15T06:46:42.021Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:46:42.021Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:46:51.584Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:46:51.590Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:47:42.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:47:42.018Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:47:42.018Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:47:42.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:47:42.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-10-15T06:47:42.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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:47:51.568Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:47:51.581Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:48:42.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:48:42.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:48:42.020Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:48:42.020Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:48:42.020Z||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-10-15T06:48:42.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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:48:51.569Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:48:51.572Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:49:42.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:49:42.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:49:42.020Z||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-10-15T06:49:42.021Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:49:42.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:49:42.021Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:49:51.610Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:49:51.616Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:50:42.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:50:42.018Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:50:42.019Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:50:42.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:50:42.020Z||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-10-15T06:50:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:50:51.564Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:50:51.573Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:51:42.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:51:42.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:51:42.019Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:51:42.019Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:51:42.020Z||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-10-15T06:51:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:51:51.571Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:51:51.577Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:52:42.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:52:42.020Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:52:42.022Z||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-10-15T06:52:42.022Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:52:42.022Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:52:42.022Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:52:51.568Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:52:51.578Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:53:42.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:53:42.018Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:53:42.018Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:53:42.019Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:53:42.019Z||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-10-15T06:53:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:53:51.591Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:53:51.598Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:54:42.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:54:42.019Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:54:42.019Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:54:42.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:54:42.020Z||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-10-15T06:54:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:54:51.574Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:54:51.576Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:55:42.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:55:42.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:55:42.019Z||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-10-15T06:55:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:55:42.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-10-15T06:55:42.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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:55:51.566Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:55:51.573Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:56:42.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:56:42.022Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:56:42.025Z||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-10-15T06:56:42.025Z||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-10-15T06:56:42.025Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:56:42.025Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:56:51.580Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:56:51.586Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:57:42.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:57:42.019Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:57:42.021Z||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-10-15T06:57:42.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-10-15T06:57:42.022Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:57:42.022Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:57:51.654Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:57:51.653Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:58:42.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:58:42.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:58:42.022Z||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-10-15T06:58:42.022Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:58:42.022Z||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-10-15T06:58:42.027Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:58:51.567Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:58:51.589Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:59:42.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:59:42.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:59:42.022Z||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-10-15T06:59:42.022Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:59:42.022Z||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-10-15T06:59:42.023Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:59:51.571Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T06:59:51.578Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:00:42.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:00:42.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:00:42.022Z||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-10-15T07:00:42.022Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:00:42.023Z||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-10-15T07:00:42.023Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:00:51.568Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:00:51.570Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:01:42.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:01:42.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:01:42.020Z||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-10-15T07:01:42.020Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:01:42.021Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:01:42.021Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:01:51.584Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:01:51.584Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:02:42.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:02:42.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:02:42.024Z||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-10-15T07:02:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:02:42.024Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:02:42.024Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:02:51.593Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:02:51.601Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:03:42.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:03:42.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:03:42.020Z||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-10-15T07:03:42.020Z||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-10-15T07:03:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:03:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:03:51.577Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:03:51.580Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:04:42.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:04:42.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:04:42.020Z||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-10-15T07:04:42.020Z||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-10-15T07:04:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:04:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:04:51.587Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:04:51.600Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:05:42.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:05:42.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:05:42.020Z||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-10-15T07:05:42.020Z||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-10-15T07:05:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:05:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:05:51.589Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:05:51.601Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:06:42.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:06:42.019Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:06:42.020Z||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-10-15T07:06:42.020Z||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-10-15T07:06:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:06:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:06:51.581Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:06:51.595Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:07:42.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:07:42.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:07:42.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-10-15T07:07:42.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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:07:42.021Z||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-10-15T07:07:42.021Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:07:51.588Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:07:51.589Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:08:42.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:08:42.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:08:42.020Z||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-10-15T07:08:42.020Z||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-10-15T07:08:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:08:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:08:51.573Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:08:51.574Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:09:42.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:09:42.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:09:42.020Z||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-10-15T07:09:42.020Z||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-10-15T07:09:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:09:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:09:51.573Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:09:51.579Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:10:42.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:10:42.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:10:42.020Z||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-10-15T07:10:42.020Z||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-10-15T07:10:42.021Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:10:42.021Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:10:51.584Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:10:51.594Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:11:42.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:11:42.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:11:42.020Z||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-10-15T07:11:42.020Z||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-10-15T07:11:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:11:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:11:51.573Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:11:51.604Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:12:42.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:12:42.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:12:42.020Z||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-10-15T07:12:42.020Z||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-10-15T07:12:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:12:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:12:51.594Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:12:51.597Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:13:42.019Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:13:42.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:13:42.025Z||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-10-15T07:13:42.025Z||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-10-15T07:13:42.026Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:13:42.026Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:13:51.582Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:13:51.583Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:14:42.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:14:42.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:14:42.026Z||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-10-15T07:14:42.026Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:14:42.028Z||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-10-15T07:14:42.028Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:14:51.593Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:14:51.597Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:15:42.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:15:42.020Z||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-10-15T07:15:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:15:42.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:15:42.021Z||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-10-15T07:15:42.022Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:15:51.574Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:15:51.582Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:16:42.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:16:42.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:16:42.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-10-15T07:16:42.020Z||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-10-15T07:16:42.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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:16:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:16:51.572Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:16:51.576Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:17:42.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:17:42.019Z||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-10-15T07:17:42.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:17:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:17:42.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-10-15T07:17:42.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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:17:51.575Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:17:51.575Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:18:42.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:18:42.020Z||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-10-15T07:18:42.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:18:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:18:42.020Z||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-10-15T07:18:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:18:51.570Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:18:51.569Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:19:42.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:19:42.018Z||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-10-15T07:19:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:19:42.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:19:42.019Z||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-10-15T07:19:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:19:51.568Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:19:51.570Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:20:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:20:42.020Z||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-10-15T07:20:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:20:42.022Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:20:42.022Z||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-10-15T07:20:42.023Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:20:51.575Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:20:51.589Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:21:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:21:42.019Z||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-10-15T07:21:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:21:42.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:21:42.020Z||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-10-15T07:21:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:21:51.568Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:21:51.570Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:22:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:22:42.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:22:42.021Z||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-10-15T07:22:42.021Z||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-10-15T07:22:42.021Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:22:42.021Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:22:51.628Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:22:51.628Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:23:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:23:42.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:23:42.020Z||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-10-15T07:23:42.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-10-15T07:23:42.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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:23:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:23:51.567Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:23:51.578Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:24:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:24:42.020Z||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-10-15T07:24:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:24:42.022Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:24:42.023Z||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-10-15T07:24:42.023Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:24:51.568Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:24:51.601Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:25:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:25:42.019Z||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-10-15T07:25:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:25:42.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:25:42.020Z||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-10-15T07:25:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:25:51.575Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:25:51.582Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:26:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:26:42.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:26:42.020Z||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-10-15T07:26:42.020Z||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-10-15T07:26:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:26:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:26:51.616Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:26:51.617Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:27:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:27:42.019Z||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-10-15T07:27:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:27:42.020Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:27:42.021Z||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-10-15T07:27:42.021Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:27:51.568Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:27:51.568Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:28:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:28:42.019Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:28:42.019Z||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-10-15T07:28:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:28:42.020Z||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-10-15T07:28:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:28:51.568Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:28:51.568Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:29:42.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:29:42.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:29:42.023Z||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-10-15T07:29:42.023Z||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-10-15T07:29:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:29:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:29:51.586Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:29:51.591Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:30:42.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:30:42.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:30:42.024Z||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-10-15T07:30:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:30:42.024Z||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-10-15T07:30:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:30:51.603Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:30:51.602Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:31:42.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:31:42.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:31:42.024Z||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-10-15T07:31:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:31:42.024Z||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-10-15T07:31:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:31:51.585Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:31:51.589Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:32:42.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:32:42.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:32:42.023Z||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-10-15T07:32:42.023Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:32:42.023Z||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-10-15T07:32:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:32:51.576Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:32:51.577Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:33:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:33:42.018Z||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-10-15T07:33:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:33:42.020Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:33:42.021Z||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-10-15T07:33:42.021Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:33:51.580Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:33:51.580Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:34:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:34:42.018Z||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-10-15T07:34:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:34:42.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:34:42.019Z||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-10-15T07:34:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:34:51.567Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:34:51.570Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:35:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:35:42.019Z||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-10-15T07:35:42.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:35:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:35:42.020Z||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-10-15T07:35:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:35:51.569Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:35:51.569Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:36:42.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:36:42.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:36:42.023Z||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-10-15T07:36:42.023Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:36:42.023Z||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-10-15T07:36:42.023Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:36:51.571Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:36:51.598Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:37:42.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:37:42.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:37:42.024Z||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-10-15T07:37:42.024Z||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-10-15T07:37:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:37:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:37:51.568Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:37:51.570Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:38:42.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:38:42.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:38:42.022Z||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-10-15T07:38:42.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-10-15T07:38:42.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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:38:42.022Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:38:51.575Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:38:51.575Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:39:42.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:39:42.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:39:42.022Z||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-10-15T07:39:42.022Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:39:42.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-10-15T07:39:42.023Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:39:51.572Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:39:51.590Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:40:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:40:42.018Z||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-10-15T07:40:42.018Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:40:42.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:40:42.020Z||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-10-15T07:40:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:40:51.566Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:40:51.568Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:41:42.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:41:42.022Z||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-10-15T07:41:42.022Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:41:42.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:41:42.026Z||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-10-15T07:41:42.026Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:41:51.586Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:41:51.601Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:42:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:42:42.019Z||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-10-15T07:42:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:42:42.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:42:42.020Z||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-10-15T07:42:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:42:51.588Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:42:51.588Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:43:42.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:43:42.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:43:42.023Z||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-10-15T07:43:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:43:42.023Z||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-10-15T07:43:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:43:51.588Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:43:51.590Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:44:42.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:44:42.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:44:42.022Z||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-10-15T07:44:42.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-10-15T07:44:42.022Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:44:42.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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:44:51.599Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:44:51.608Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:45:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:45:42.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:45:42.020Z||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-10-15T07:45:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:45:42.020Z||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-10-15T07:45:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:45:51.568Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:45:51.568Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:46:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:46:42.019Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:46:42.020Z||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-10-15T07:46:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:46:42.020Z||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-10-15T07:46:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:46:51.564Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:46:51.564Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:47:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:47:42.019Z||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-10-15T07:47:42.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:47:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:47:42.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-10-15T07:47:42.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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:47:51.588Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:47:51.593Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:48:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:48:42.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:48:42.020Z||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-10-15T07:48:42.020Z||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-10-15T07:48:42.021Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:48:42.021Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:48:51.569Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:48:51.571Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:49:42.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:49:42.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-10-15T07:49:42.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:49:42.023Z||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-10-15T07:49:42.023Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:49:42.025Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:49:51.572Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:49:51.606Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:50:42.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:50:42.019Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:50:42.023Z||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-10-15T07:50:42.023Z||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-10-15T07:50:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:50:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:50:51.602Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:50:51.606Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:51:42.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:51:42.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:51:42.027Z||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-10-15T07:51:42.027Z||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-10-15T07:51:42.027Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:51:42.027Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:51:51.590Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:51:51.597Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:52:42.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:52:42.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-10-15T07:52:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:52:42.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:52:42.020Z||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-10-15T07:52:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:52:51.568Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:52:51.568Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:53:42.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:53:42.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-10-15T07:53:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:53:42.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:53:42.020Z||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-10-15T07:53:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:53:51.569Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:53:51.571Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:54:42.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:54:42.019Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:54:42.020Z||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-10-15T07:54:42.020Z||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-10-15T07:54:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:54:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:54:51.588Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:54:51.588Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:55:42.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:55:42.019Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:55:42.023Z||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-10-15T07:55:42.023Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:55:42.023Z||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-10-15T07:55:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:55:51.584Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:55:51.619Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:56:42.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:56:42.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-10-15T07:56:42.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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:56:42.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:56:42.020Z||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-10-15T07:56:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:56:51.564Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:56:51.564Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:57:42.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:57:42.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:57:42.019Z||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-10-15T07:57:42.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-10-15T07:57:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:57:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:57:51.570Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:57:51.607Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:58:42.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:58:42.024Z||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-10-15T07:58:42.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:58:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:58:42.025Z||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-10-15T07:58:42.025Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:58:51.584Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:58:51.591Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:59:42.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:59:42.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:59:42.023Z||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-10-15T07:59:42.023Z||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-10-15T07:59:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:59:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:59:51.609Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T07:59:51.617Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:00:42.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:00:42.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:00:42.022Z||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-10-15T08:00:42.022Z||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-10-15T08:00:42.022Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:00:42.022Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:00:51.607Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:00:51.609Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:01:42.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:01:42.022Z||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-10-15T08:01:42.022Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:01:42.026Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:01:42.026Z||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-10-15T08:01:42.027Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:01:51.602Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:01:51.602Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:02:42.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:02:42.019Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T08:02:42.019Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:02:42.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:02:42.019Z||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-10-15T08:02:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:02:51.581Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:02:51.581Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:03:42.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:03:42.019Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T08:03:42.019Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:03:42.021Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:03:42.022Z||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-10-15T08:03:42.022Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:03:51.570Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:03:51.568Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:04:42.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:04:42.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:04:42.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-10-15T08:04:42.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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:04:42.024Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T08:04:42.024Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:04:51.568Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:04:51.566Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:05:42.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:05:42.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:05:42.020Z||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-10-15T08:05:42.021Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:05:42.020Z||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-10-15T08:05:42.021Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:05:51.600Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:05:51.602Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:06:42.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:06:42.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:06:42.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-10-15T08:06:42.021Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:06:42.020Z||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-10-15T08:06:42.021Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:06:51.580Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:06:51.580Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:07:42.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:07:42.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:07:42.020Z||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-10-15T08:07:42.020Z||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-10-15T08:07:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:07:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:07:42.651Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:07:42.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T08:07:42.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"5b44f5ab-7525-4671-8d51-7ae28e6b4486","serviceName":"vFW 2021-10-15 08-05-00","serviceVersion":"1.0","serviceUUID":"bfb7c3a2-fcc4-4c11-aee0-36ba553a2fa0","serviceDescription":"catalog service description","serviceInvariantUUID":"3c823267-8614-49b4-9941-549302d9abc6","resources":[{"resourceInstanceName":"vFW 2b541d28-7e00 0","resourceName":"vFW 2b541d28-7e00","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"51dec1eb-1068-4495-ba2b-4d0fc8f98a7d","resourceInvariantUUID":"8730b06d-6ea7-4ea7-9d9d-91bc641d0855","resourceCustomizationUUID":"59ca64ba-725f-4d07-8ea8-18f61eac9d1b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vf-license-model.xml","artifactChecksum":"OWM0MTdmN2EzMGZhN2Y2ODgxZTFkZGRlNGMyMzMxNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"de116d51-8d47-4024-90db-e9a5e97ad92f","artifactVersion":"1"},{"artifactName":"vfw2b541d287e000_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json","artifactChecksum":"Mjc1YTQyMTZjZjY3OWE2Mzc4MWFiY2JlMGNmNmQ4YmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b556bb0e-01b6-43b9-9294-60362807e023","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"76fa35cd-5d8d-4191-989e-f3fc056d08b4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vendor-license-model.xml","artifactChecksum":"YTNlODA3MDU2OTI0OGMxZWJmMWJmNDc2ZWE4ZWNlM2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"de3a7ed6-7703-414e-aeca-7f9ac161ac7d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"88425239-4088-411a-b469-e8ae40f236bc","artifactVersion":"2","generatedFromUUID":"76fa35cd-5d8d-4191-989e-f3fc056d08b4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211015080500-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-template.yml","artifactChecksum":"YmRmYWZkZDcxNjg5ZmM4NmZiOGVjMjM4ZjI2NmE2OTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4fef72a7-148e-4a30-9bb8-717eb13a5434","artifactVersion":"1"},{"artifactName":"service-Vfw20211015080500-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar","artifactChecksum":"NTFmNGFiMjJkMzllODkxYmNiM2E5NWQ3ZTgzYjdiM2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aca53353-cd2d-4806-9249-b1216ef43b46","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-15T08:07:42.683Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:07:42.683Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:07:42.685Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:07:42.685Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "dcae-sch",
  "timestamp": 1634285253470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:07:42.694Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:07:42.717Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:07:42.717Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285262018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:07:42.727Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:07:42.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:07:42.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634285251169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:07:42.728Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:07:42.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:07:42.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "policy-id",
  "timestamp": 1634285252353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:07:42.728Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:07:42.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:07:42.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "clamp",
  "timestamp": 1634285254656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:07:42.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:07:42.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:07:42.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "cds",
  "timestamp": 1634285255858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:07:42.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:07:42.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:07:42.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "dcae-sch",
  "timestamp": 1634285253470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:07:42.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:07:42.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:07:42.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "policy-id",
  "timestamp": 1634285252353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:07:42.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:07:42.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:07:42.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634285251169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T08:07:42.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:07:42.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:07:42.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "clamp",
  "timestamp": 1634285254656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T08:07:42.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:07:42.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:07:42.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "cds",
  "timestamp": 1634285255858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:07:42.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:07:42.817Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2021-10-15T08:07:42.823Z||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-10-15T08:07:42.823Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:07:42.840Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:07:42.841Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:07:43.727Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:07:43.730Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:07:43.732Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:07:43.732Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285262018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T08:07:43.833Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-15T08:07:43.834Z||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-10-15T08:07:43.834Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:07:43.847Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:07:43.855Z||pool-4-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":2,"count":1}
2021-10-15T08:07:44.732Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:07:44.733Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:07:44.735Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:07:44.735Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285262018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-15T08:07:44.836Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:07:44.837Z||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-10-15T08:07:44.837Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:07:44.855Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:07:44.856Z||pool-5-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2021-10-15T08:07:45.739Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:07:45.742Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:07:45.750Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:07:45.750Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285262018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:07:45.851Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:07:45.853Z||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-10-15T08:07:45.854Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:07:45.869Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:07:45.869Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-10-15T08:07:46.751Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:07:46.752Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:07:46.753Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:07:46.754Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285262018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-15T08:07:46.854Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-10-15T08:07:46.856Z||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-10-15T08:07:46.856Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:07:46.892Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:07:46.893Z||pool-7-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:07:47.759Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:07:47.759Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:07:47.765Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:07:47.765Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285262018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:07:47.872Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2021-10-15T08:07:47.873Z||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-10-15T08:07:47.873Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:07:47.895Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:07:47.896Z||pool-8-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":2,"count":1}
2021-10-15T08:07:48.766Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:07:48.767Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:07:48.769Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:07:48.769Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285262018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:07:48.869Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:07:48.870Z||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-10-15T08:07:48.870Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:07:48.881Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:07:48.882Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:07:49.772Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "serviceName": "vFW 2021-10-15 08-05-00",
  "serviceVersion": "1.0",
  "serviceUUID": "bfb7c3a2-fcc4-4c11-aee0-36ba553a2fa0",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "3c823267-8614-49b4-9941-549302d9abc6",
  "resources": [
    {
      "resourceInstanceName": "vFW 2b541d28-7e00 0",
      "resourceCustomizationUUID": "59ca64ba-725f-4d07-8ea8-18f61eac9d1b",
      "resourceName": "vFW 2b541d28-7e00",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "51dec1eb-1068-4495-ba2b-4d0fc8f98a7d",
      "resourceInvariantUUID": "8730b06d-6ea7-4ea7-9d9d-91bc641d0855",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw2b541d287e000_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json",
          "artifactChecksum": "Mjc1YTQyMTZjZjY3OWE2Mzc4MWFiY2JlMGNmNmQ4YmQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b556bb0e-01b6-43b9-9294-60362807e023",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "76fa35cd-5d8d-4191-989e-f3fc056d08b4",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "88425239-4088-411a-b469-e8ae40f236bc",
            "generatedFromUUID": "76fa35cd-5d8d-4191-989e-f3fc056d08b4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "88425239-4088-411a-b469-e8ae40f236bc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20211015080500-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
      "artifactChecksum": "NTFmNGFiMjJkMzllODkxYmNiM2E5NWQ3ZTgzYjdiM2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aca53353-cd2d-4806-9249-b1216ef43b46"
    }
  ],
  "workloadContext": "Production"
}
2021-10-15T08:07:49.774Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-15T08:07:49.775Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bfb7c3a2-fcc4-4c11-aee0-36ba553a2fa0 ASDC
2021-10-15T08:07:49.907Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:5b44f5ab-7525-4671-8d51-7ae28e6b4486
ServiceName:vFW 2021-10-15 08-05-00
ServiceVersion:1.0
ServiceUUID:bfb7c3a2-fcc4-4c11-aee0-36ba553a2fa0
ServiceInvariantUUID:3c823267-8614-49b4-9941-549302d9abc6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211015080500-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar
ArtifactUUID:aca53353-cd2d-4806-9249-b1216ef43b46
ArtifactChecksum:NTFmNGFiMjJkMzllODkxYmNiM2E5NWQ3ZTgzYjdiM2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 2b541d28-7e00 0
ResourceCustomizationUUID:59ca64ba-725f-4d07-8ea8-18f61eac9d1b
ResourceInvariantUUID:8730b06d-6ea7-4ea7-9d9d-91bc641d0855
ResourceName:vFW 2b541d28-7e00
ResourceType:VF
ResourceUUID:51dec1eb-1068-4495-ba2b-4d0fc8f98a7d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw2b541d287e000_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json
ArtifactUUID:b556bb0e-01b6-43b9-9294-60362807e023
ArtifactChecksum:Mjc1YTQyMTZjZjY3OWE2Mzc4MWFiY2JlMGNmNmQ4YmQ=
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/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml
ArtifactUUID:76fa35cd-5d8d-4191-989e-f3fc056d08b4
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/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env
ArtifactUUID:88425239-4088-411a-b469-e8ae40f236bc
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/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env
ArtifactUUID:88425239-4088-411a-b469-e8ae40f236bc
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-15T08:07:49.908Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bfb7c3a2-fcc4-4c11-aee0-36ba553a2fa0 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-10-15T08:07:50.251Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T08:07:50.253Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-15T08:07:50.255Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-15T08:07:50.255Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: aca53353-cd2d-4806-9249-b1216ef43b46 from URL: /sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar
2021-10-15T08:07:50.256Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-10-15T08:07:50.257Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar
2021-10-15T08:07:50.493Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-10-15T08:07:50.511Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar aca53353-cd2d-4806-9249-b1216ef43b46 98700
2021-10-15T08:07:50.513Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar ASDC sendASDCNotification
2021-10-15T08:07:50.513Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar
2021-10-15T08:07:50.514Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T08:07:50.515Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:07:50.517Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:07:50.517Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285270511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:07:50.617Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T08:07:50.618Z||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-10-15T08:07:50.618Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:07:50.630Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:07:50.630Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:07:51.519Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T08:07:51.523Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-15T08:07:51.524Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: aca53353-cd2d-4806-9249-b1216ef43b46, URL: /sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar to file: /app/ASDC/1/service-Vfw20211015080500-csar.csar
2021-10-15T08:07:51.524Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211015080500-csar.csar
2021-10-15T08:07:51.619Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211015080500-csar.csar
2021-10-15T08:07:51.619Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211015080500-csar.csar
2021-10-15T08:07:52.459Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16487219559870507768/Definitions/service-Vfw20211015080500-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-10-15T08:07:55.707Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-15T08:07:55.715Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-10-15T08:07:55.715Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211015080500-csar.csar
2021-10-15T08:07:55.716Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-10-15T08:07:55.716Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211015080500-csar.csar
2021-10-15T08:07:55.716Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211015080500-csar.csar
2021-10-15T08:07:55.716Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211015080500-csar.csar
2021-10-15T08:07:55.716Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211015080500-csar.csar
2021-10-15T08:07:55.716Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211015080500-csar.csar
2021-10-15T08:07:55.716Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211015080500-csar.csar
2021-10-15T08:07:55.717Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211015080500-csar.csar
2021-10-15T08:07:55.717Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211015080500-csar.csar
2021-10-15T08:07:55.717Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211015080500-csar.csar
2021-10-15T08:07:55.717Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211015080500-csar.csar
2021-10-15T08:07:55.717Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2b541d28-7e00 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-Vfw20211015080500-csar.csar
2021-10-15T08:07:55.717Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211015080500-csar.csar
2021-10-15T08:07:55.717Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211015080500-csar.csar
2021-10-15T08:07:55.717Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-10-15T08:07:55.724Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:07:55.726Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-15 08-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:07:55.730Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vFW 2b541d28-7e00 0 is matching search criteria
2021-10-15T08:07:55.730Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-10-15T08:07:55.732Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 2b541d28-7e00 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T08:07:55.733Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:07:55.733Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-15 08-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:07:55.734Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vFW 2b541d28-7e00 0 is matching search criteria
2021-10-15T08:07:55.734Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-10-15T08:07:55.734Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 2b541d28-7e00 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T08:07:55.734Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:07:55.734Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-15 08-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:07:55.739Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:07:55.739Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vFW 2b541d28-7e00 0 is not matching search criteria
2021-10-15T08:07:55.739Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-15T08:07:55.740Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-15T08:07:55.740Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-15T08:07:55.740Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-15T08:07:55.740Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-15T08:07:55.740Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-15T08:07:55.740Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-15T08:07:55.740Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-15T08:07:55.741Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-15T08:07:55.741Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-15T08:07:55.741Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-15T08:07:55.741Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-15T08:07:55.741Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-15T08:07:55.741Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-15T08:07:55.741Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-15T08:07:55.742Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-15T08:07:55.742Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:07:55.742Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-15 08-05-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-15T08:07:55.744Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:07:55.744Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vFW 2b541d28-7e00 0 is matching search criteria
2021-10-15T08:07:55.744Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 2b541d28-7e00 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:07:55.744Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:07:55.745Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vFW 2b541d28-7e00 0 is matching search criteria
2021-10-15T08:07:55.745Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 2b541d28-7e00 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:07:55.745Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:07:55.745Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vFW 2b541d28-7e00 0 is matching search criteria
2021-10-15T08:07:55.745Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 2b541d28-7e00 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:07:55.745Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:07:55.746Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vFW 2b541d28-7e00 0 is not matching search criteria
2021-10-15T08:07:55.746Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-15T08:07:55.746Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-15T08:07:55.746Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-15T08:07:55.746Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-15T08:07:55.746Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-15T08:07:55.746Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-15T08:07:55.747Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-15T08:07:55.747Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-15T08:07:55.747Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-15T08:07:55.747Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-15T08:07:55.747Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-15T08:07:55.747Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=39c03578-19d7-4076-86d8-4bc16da0139b
2021-10-15T08:07:55.747Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:07:55.748Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vFW 2b541d28-7e00 0 is not matching search criteria
2021-10-15T08:07:55.748Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-15T08:07:55.748Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-15T08:07:55.748Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-15T08:07:55.748Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-15T08:07:55.748Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-15T08:07:55.748Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-15T08:07:55.749Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-15T08:07:55.749Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-15T08:07:55.749Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-15T08:07:55.749Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-15T08:07:55.749Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-15T08:07:55.749Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-15T08:07:55.749Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=afc8f4a1-76b8-46a1-8409-0af03132683d
2021-10-15T08:07:55.750Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:07:55.750Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vFW 2b541d28-7e00 0 is not matching search criteria
2021-10-15T08:07:55.750Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-15T08:07:55.750Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-15T08:07:55.750Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-15T08:07:55.750Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-15T08:07:55.751Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-15T08:07:55.751Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-15T08:07:55.751Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-15T08:07:55.751Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-15T08:07:55.751Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-15T08:07:55.751Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-15T08:07:55.751Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-15T08:07:55.752Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-15T08:07:55.752Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=65002e26-bcd6-438d-a579-90302b47057b
2021-10-15T08:07:55.752Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:07:55.752Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-15 08-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:07:55.752Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:07:55.752Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-15 08-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:07:55.752Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:07:55.753Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-15 08-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:07:55.753Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:07:55.753Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-15 08-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:07:55.753Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-10-15 08-05-00
Description:catalog service description
Model UUID:bfb7c3a2-fcc4-4c11-aee0-36ba553a2fa0
Model Version:NULL
Model InvariantUuid:3c823267-8614-49b4-9941-549302d9abc6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 2b541d28-7e00
Model UUID:bf04c2de-10ae-4c40-9778-fa05151a3c07
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8730b06d-6ea7-4ea7-9d9d-91bc641d0855
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:59ca64ba-725f-4d07-8ea8-18f61eac9d1b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4a09e742-8ecc-494f-8374-07bb468dfb4b
ModelName:Vfw2b541d287e00..base_vfw..module-0
ModelUuid:6ee0e32a-0bb3-46b1-9ea8-4f38717c1620
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:39c03578-19d7-4076-86d8-4bc16da0139b
ModelInvariantUuid:b95a6d6f-ffa6-433a-9387-8ca8aacebf7e
ModelName:vFW 2b541d28-7e00-nodes.vfwCvfc
ModelUuid:0a18c46a-fd14-4e41-b558-c207a806159a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4f18b312-ad84-424d-8e86-11b489ca98e6
ModelInvariantUuid:9d6bf0ea-2cd0-46b1-a88c-8b6ce870db2f
ModelName:Vfw2b541d287e00.compute.nodes.heat.vfw
ModelUuid:dfca11b6-9933-44f9-b448-d677be91db4f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:afc8f4a1-76b8-46a1-8409-0af03132683d
ModelInvariantUuid:7a4e32cf-4a4c-47be-8235-91743d5d5e26
ModelName:vFW 2b541d28-7e00-nodes.vsnCvfc
ModelUuid:3379922a-fd6a-4588-bbe0-8371c82ffccc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:70c7f859-80f4-4ad4-8264-94212dfa1872
ModelInvariantUuid:ede675d5-dd9e-4e26-b51b-90ec222f45f1
ModelName:Vfw2b541d287e00.compute.nodes.heat.vsn
ModelUuid:30dd6cc0-901a-49c7-a1d8-d0399cf9367a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:65002e26-bcd6-438d-a579-90302b47057b
ModelInvariantUuid:94dd178d-d1ca-4f4d-9bc8-c5256c34d14e
ModelName:vFW 2b541d28-7e00-nodes.vpgCvfc
ModelUuid:1fe2f68f-e374-4896-ae70-8c132f1f7ca8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:4bd3a958-6aae-4875-b398-f8d56d035133
ModelInvariantUuid:0f56e0af-80e2-4f14-99a9-8e0ddb2d3915
ModelName:Vfw2b541d287e00.compute.nodes.heat.vpg
ModelUuid:156f0131-e591-4e23-a882-b2e821427838
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-10-15T08:07:55.780Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 51dec1eb-1068-4495-ba2b-4d0fc8f98a7d
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-10-15T08:07:55.939Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||vFW 2b541d28-7e00 0
2021-10-15T08:07:55.947Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 51dec1eb-1068-4495-ba2b-4d0fc8f98a7d
2021-10-15T08:07:55.947Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b556bb0e-01b6-43b9-9294-60362807e023 from URL: /sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json
2021-10-15T08:07:55.947Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-10-15T08:07:55.948Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json
2021-10-15T08:07:56.080Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-10-15T08:07:56.081Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json b556bb0e-01b6-43b9-9294-60362807e023 785
2021-10-15T08:07:56.081Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json ASDC sendASDCNotification
2021-10-15T08:07:56.081Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json
2021-10-15T08:07:56.081Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T08:07:56.082Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:07:56.087Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:07:56.088Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285276081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:07:56.188Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:07:56.189Z||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-10-15T08:07:56.189Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:07:56.202Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:07:56.203Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:07:57.090Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw2b541d287e00..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "4a09e742-8ecc-494f-8374-07bb468dfb4b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6ee0e32a-0bb3-46b1-9ea8-4f38717c1620",
    "vfModuleModelCustomizationUUID": "6a9db24c-9e1e-409f-b2a1-2a1f51e8d0db",
    "isBase": true,
    "artifacts": [
      "76fa35cd-5d8d-4191-989e-f3fc056d08b4",
      "88425239-4088-411a-b469-e8ae40f236bc"
    ],
    "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-10-15T08:07:57.115Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2b541d287e00..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6ee0e32a-0bb3-46b1-9ea8-4f38717c1620
VfModuleModelInvariantUUID:4a09e742-8ecc-494f-8374-07bb468dfb4b
VfModuleModelDescription:NULL
Artifacts UUID List:{
76fa35cd-5d8d-4191-989e-f3fc056d08b4
,
88425239-4088-411a-b469-e8ae40f236bc

}
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-10-15T08:07:57.119Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw2b541d287e00..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "4a09e742-8ecc-494f-8374-07bb468dfb4b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6ee0e32a-0bb3-46b1-9ea8-4f38717c1620",
    "vfModuleModelCustomizationUUID": "6a9db24c-9e1e-409f-b2a1-2a1f51e8d0db",
    "isBase": true,
    "artifacts": [
      "76fa35cd-5d8d-4191-989e-f3fc056d08b4",
      "88425239-4088-411a-b469-e8ae40f236bc"
    ],
    "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-10-15T08:07:57.119Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2b541d287e00..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6ee0e32a-0bb3-46b1-9ea8-4f38717c1620
VfModuleModelInvariantUUID:4a09e742-8ecc-494f-8374-07bb468dfb4b
VfModuleModelDescription:NULL
Artifacts UUID List:{
76fa35cd-5d8d-4191-989e-f3fc056d08b4
,
88425239-4088-411a-b469-e8ae40f236bc

}
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-10-15T08:07:57.119Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 76fa35cd-5d8d-4191-989e-f3fc056d08b4 from URL: /sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml
2021-10-15T08:07:57.119Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-10-15T08:07:57.119Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml
2021-10-15T08:07:57.289Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-10-15T08:07:57.290Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml 76fa35cd-5d8d-4191-989e-f3fc056d08b4 20368
2021-10-15T08:07:57.291Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-15T08:07:57.291Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml
2021-10-15T08:07:57.291Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T08:07:57.291Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:07:57.293Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:07:57.293Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285277290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:07:57.393Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:07:57.394Z||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-10-15T08:07:57.394Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:07:57.410Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:07:57.411Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:07:58.294Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 88425239-4088-411a-b469-e8ae40f236bc from URL: /sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env
2021-10-15T08:07:58.295Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-10-15T08:07:58.295Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env
2021-10-15T08:07:58.384Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-10-15T08:07:58.385Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env 88425239-4088-411a-b469-e8ae40f236bc 2098
2021-10-15T08:07:58.385Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-15T08:07:58.385Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env
2021-10-15T08:07:58.385Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T08:07:58.386Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:07:58.389Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:07:58.389Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285278385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:07:58.489Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:07:58.490Z||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-10-15T08:07:58.490Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:07:58.501Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:07:58.501Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-15T08:07:59.389Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: bfb7c3a2-fcc4-4c11-aee0-36ba553a2fa0
2021-10-15T08:07:59.390Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2b541d28-7e00 0 51dec1eb-1068-4495-ba2b-4d0fc8f98a7d 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-10-15T08:07:59.432Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@66b25e89, org.onap.sdc.toscaparser.api.parameters.Input@22f317a2, org.onap.sdc.toscaparser.api.parameters.Input@5c97cb9d, org.onap.sdc.toscaparser.api.parameters.Input@5ec17b41, org.onap.sdc.toscaparser.api.parameters.Input@2a732006]
2021-10-15T08:07:59.436Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:07:59.436Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-15 08-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:07:59.437Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-10-15T08:07:59.437Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 59ca64ba-725f-4d07-8ea8-18f61eac9d1b
2021-10-15T08:07:59.437Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 59ca64ba-725f-4d07-8ea8-18f61eac9d1b matches Tosca VF Customization UUID: 59ca64ba-725f-4d07-8ea8-18f61eac9d1b
2021-10-15T08:07:59.437Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 59ca64ba-725f-4d07-8ea8-18f61eac9d1b  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-10-15T08:07:59.448Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:07:59.448Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-15 08-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:07:59.449Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 59ca64ba-725f-4d07-8ea8-18f61eac9d1b: {\"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-10-15T08:07:59.449Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3ce6cd19
2021-10-15T08:07:59.449Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:07:59.450Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-15 08-05-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-15T08:07:59.450Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6a9db24c-9e1e-409f-b2a1-2a1f51e8d0db
2021-10-15T08:07:59.451Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6a9db24c-9e1e-409f-b2a1-2a1f51e8d0db
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-10-15T08:07:59.456Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:07:59.457Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vFW 2b541d28-7e00 0 is matching search criteria
2021-10-15T08:07:59.457Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 2b541d28-7e00 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:07:59.458Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:07:59.458Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vFW 2b541d28-7e00 0 is matching search criteria
2021-10-15T08:07:59.458Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 2b541d28-7e00 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:07:59.458Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:07:59.458Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vFW 2b541d28-7e00 0 is not matching search criteria
2021-10-15T08:07:59.459Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-15T08:07:59.459Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-15T08:07:59.459Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-15T08:07:59.459Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-15T08:07:59.459Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-15T08:07:59.460Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-15T08:07:59.460Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-15T08:07:59.460Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-15T08:07:59.460Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-15T08:07:59.460Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-15T08:07:59.460Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-15T08:07:59.461Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=39c03578-19d7-4076-86d8-4bc16da0139b
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-10-15T08:07:59.471Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:07:59.471Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vFW 2b541d28-7e00 0 is matching search criteria
2021-10-15T08:07:59.471Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 2b541d28-7e00 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:07:59.472Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:07:59.472Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vFW 2b541d28-7e00 0 is not matching search criteria
2021-10-15T08:07:59.472Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-15T08:07:59.472Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-15T08:07:59.472Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-15T08:07:59.472Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-15T08:07:59.472Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-15T08:07:59.473Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-15T08:07:59.473Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-15T08:07:59.473Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-15T08:07:59.473Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-15T08:07:59.473Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-15T08:07:59.473Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-15T08:07:59.473Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-15T08:07:59.474Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=afc8f4a1-76b8-46a1-8409-0af03132683d
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-10-15T08:07:59.476Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:07:59.476Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vFW 2b541d28-7e00 0 is matching search criteria
2021-10-15T08:07:59.476Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 2b541d28-7e00 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:07:59.479Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:07:59.479Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vFW 2b541d28-7e00 0 is not matching search criteria
2021-10-15T08:07:59.480Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-15T08:07:59.480Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-15T08:07:59.480Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-15T08:07:59.481Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-15T08:07:59.481Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-15T08:07:59.481Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-15T08:07:59.481Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-15T08:07:59.481Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-15T08:07:59.482Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-15T08:07:59.482Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-15T08:07:59.482Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-15T08:07:59.482Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-15T08:07:59.482Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=65002e26-bcd6-438d-a579-90302b47057b
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-10-15T08:07:59.485Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:07:59.485Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vFW 2b541d28-7e00 0 is matching search criteria
2021-10-15T08:07:59.486Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 2b541d28-7e00 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:07:59.486Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:07:59.486Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vFW 2b541d28-7e00 0 is matching search criteria
2021-10-15T08:07:59.486Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 2b541d28-7e00 0] matching following query criteria: sdcType=VF, customizationUUID=59ca64ba-725f-4d07-8ea8-18f61eac9d1b
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-10-15T08:07:59.489Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:07:59.489Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-15 08-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:07:59.489Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid bfb7c3a2-fcc4-4c11-aee0-36ba553a2fa0: vFW 2b541d28-7e00
2021-10-15T08:07:59.489Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:07:59.490Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-15 08-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:07:59.490Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:07:59.490Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-15 08-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:07:59.490Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:07:59.490Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-15 08-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:07:59.491Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:07:59.491Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-15 08-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:07:59.491Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:07:59.491Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-15 08-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:07:59.492Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2021-10-15 08-05-00 
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-10-15T08:07:59.840Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 2b541d28-7e00 51dec1eb-1068-4495-ba2b-4d0fc8f98a7d 1 ASDC deployResourceStructure
2021-10-15T08:07:59.841Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json ASDC sendASDCNotification
2021-10-15T08:07:59.841Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json
2021-10-15T08:07:59.842Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T08:07:59.842Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:07:59.845Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:07:59.846Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285279841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-15T08:07:59.951Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-10-15T08:07:59.952Z||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-10-15T08:07:59.952Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:07:59.966Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:07:59.966Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:08:00.846Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-15T08:08:00.847Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml
2021-10-15T08:08:00.847Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T08:08:00.847Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:08:00.850Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:08:00.850Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285280846,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-10-15T08:08:00.951Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-15T08:08:00.952Z||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-10-15T08:08:00.952Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:08:00.964Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:08:00.965Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-15T08:08:01.851Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-15T08:08:01.852Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env
2021-10-15T08:08:01.855Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T08:08:01.856Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:08:01.866Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:08:01.866Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285281851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-10-15T08:08:01.960Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2021-10-15T08:08:01.961Z||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-10-15T08:08:01.961Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:08:01.971Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:08:01.972Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:08:02.867Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar ASDC sendASDCNotification
2021-10-15T08:08:02.867Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar
2021-10-15T08:08:02.868Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T08:08:02.868Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:08:02.870Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:08:02.871Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285282867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:08:02.971Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:08:02.972Z||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-10-15T08:08:02.972Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:08:02.982Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:08:02.983Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:08:03.873Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b44f5ab-7525-4671-8d51-7ae28e6b4486
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-15T08:08:03.905Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b44f5ab-7525-4671-8d51-7ae28e6b4486
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-15T08:08:03.907Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T08:08:03.907Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-15T08:08:03.908Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-15T08:08:33.908Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b44f5ab-7525-4671-8d51-7ae28e6b4486
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-15T08:08:33.919Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b44f5ab-7525-4671-8d51-7ae28e6b4486
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-15T08:08:33.921Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T08:08:33.922Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-15T08:08:33.922Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-15T08:08:42.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:08:42.020Z||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-10-15T08:08:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:08:42.143Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:08:42.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:08:42.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "dcae-sch",
  "timestamp": 1634285253470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:08:42.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:03.923Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b44f5ab-7525-4671-8d51-7ae28e6b4486
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-15T08:09:03.952Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b44f5ab-7525-4671-8d51-7ae28e6b4486
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-15T08:09:03.955Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T08:09:03.956Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-15T08:09:03.956Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-15T08:09:33.956Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b44f5ab-7525-4671-8d51-7ae28e6b4486
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-15T08:09:33.968Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b44f5ab-7525-4671-8d51-7ae28e6b4486
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-15T08:09:33.971Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T08:09:33.971Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-15T08:09:33.971Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-15T08:09:42.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:09:42.022Z||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-10-15T08:09:42.022Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:09:42.551Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:09:42.555Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.555Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285262018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.557Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.558Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.558Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "policy-id",
  "timestamp": 1634285252353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-15T08:09:42.558Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.558Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.558Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634285251169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-15T08:09:42.558Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.559Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.559Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "clamp",
  "timestamp": 1634285254656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.559Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.559Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.559Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "cds",
  "timestamp": 1634285255858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.562Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.562Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634285262147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.562Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.562Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "dcae-sch",
  "timestamp": 1634285253470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.563Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285262018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T08:09:42.563Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "policy-id",
  "timestamp": 1634285252353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.563Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634285251169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.563Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "clamp",
  "timestamp": 1634285254656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.564Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "cds",
  "timestamp": 1634285255858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.565Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634285262147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.565Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "dcae-sch",
  "timestamp": 1634285253470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.565Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285262018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-15T08:09:42.566Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "policy-id",
  "timestamp": 1634285252353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.566Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634285251169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-15T08:09:42.566Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "clamp",
  "timestamp": 1634285254656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.567Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "cds",
  "timestamp": 1634285255858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.567Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634285262147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.567Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "dcae-sch",
  "timestamp": 1634285253470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.568Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285262018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.568Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "policy-id",
  "timestamp": 1634285252353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.568Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634285251169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.569Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.569Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.569Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "clamp",
  "timestamp": 1634285254656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.569Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.569Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.569Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "cds",
  "timestamp": 1634285255858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.569Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.569Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.569Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634285262147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.570Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.570Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.570Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "dcae-sch",
  "timestamp": 1634285253470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.570Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.570Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.570Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "policy-id",
  "timestamp": 1634285252353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:09:42.570Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.570Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.570Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285262018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-15T08:09:42.571Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.571Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.571Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634285251169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:09:42.571Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.571Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.571Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "clamp",
  "timestamp": 1634285254656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:09:42.571Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.571Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.571Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "cds",
  "timestamp": 1634285255858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:09:42.571Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.572Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634285266164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.572Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.572Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634285262147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.572Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.572Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285262018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.572Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634285266164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.573Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634285262147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.573Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "aai-ml",
  "timestamp": 1634285267464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.573Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634285268157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:09:42.574Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:09:42.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "cds",
  "timestamp": 1634285268171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:09:42.574Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:09:42.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "policy-id",
  "timestamp": 1634285268197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:09:42.574Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:09:42.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285262018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:09:42.575Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634285266164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.575Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634285262147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:09:42.575Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "aai-ml",
  "timestamp": 1634285267464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.576Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.576Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "policy-id",
  "timestamp": 1634285269208,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:09:42.576Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:09:42.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.576Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "cds",
  "timestamp": 1634285269206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-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-10-15T08:09:42.587Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5b44f5ab-7525-4671-8d51-7ae28e6b4486
2021-10-15T08:09:42.588Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b44f5ab-7525-4671-8d51-7ae28e6b4486 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-10-15T08:09:42.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634285269451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:09:42.604Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:09:42.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634285266164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.605Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "aai-ml",
  "timestamp": 1634285267464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.606Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "policy-id",
  "timestamp": 1634285270214,
  "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-10-15T08:09:42.612Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5b44f5ab-7525-4671-8d51-7ae28e6b4486
2021-10-15T08:09:42.612Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b44f5ab-7525-4671-8d51-7ae28e6b4486 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-10-15T08:09:42.621Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.622Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634285270326,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:09:42.622Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:09:42.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.622Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285270511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:09:42.622Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:09:42.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.622Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634285270676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:09:42.623Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:09:42.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634285266164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.623Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "aai-ml",
  "timestamp": 1634285267464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.623Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634285266164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.623Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.624Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634285272127,
  "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-10-15T08:09:42.629Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5b44f5ab-7525-4671-8d51-7ae28e6b4486
2021-10-15T08:09:42.629Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b44f5ab-7525-4671-8d51-7ae28e6b4486 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-10-15T08:09:42.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.637Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "aai-ml",
  "timestamp": 1634285267464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.637Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.637Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634285266164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.637Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634285273139,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-15T08:09:42.638Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:09:42.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "aai-ml",
  "timestamp": 1634285267464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.638Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "clamp",
  "timestamp": 1634285274095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:09:42.638Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:09:42.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "aai-ml",
  "timestamp": 1634285267464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:09:42.639Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:09:42.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "aai-ml",
  "timestamp": 1634285275394,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:09:42.639Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:09:42.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634285275809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:09:42.639Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:09:42.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285276081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:09:42.640Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:09:42.640Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "clamp",
  "timestamp": 1634285276102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:09:42.640Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:09:42.640Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634285276820,
  "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-10-15T08:09:42.644Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5b44f5ab-7525-4671-8d51-7ae28e6b4486
2021-10-15T08:09:42.644Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b44f5ab-7525-4671-8d51-7ae28e6b4486 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-10-15T08:09:42.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "clamp",
  "timestamp": 1634285277110,
  "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-10-15T08:09:42.661Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5b44f5ab-7525-4671-8d51-7ae28e6b4486
2021-10-15T08:09:42.661Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b44f5ab-7525-4671-8d51-7ae28e6b4486 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-10-15T08:09:42.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285277290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:09:42.673Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:09:42.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285278385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:09:42.674Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:09:42.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285279841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-15T08:09:42.674Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:09:42.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285280846,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-10-15T08:09:42.675Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:09:42.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285281851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-10-15T08:09:42.675Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:09:42.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285282867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:09:42.676Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:09:42.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "aai-ml",
  "timestamp": 1634285292055,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:09:42.676Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:09:42.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "aai-ml",
  "timestamp": 1634285293060,
  "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-10-15T08:09:42.681Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5b44f5ab-7525-4671-8d51-7ae28e6b4486
2021-10-15T08:09:42.682Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b44f5ab-7525-4671-8d51-7ae28e6b4486 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-10-15T08:10:03.972Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b44f5ab-7525-4671-8d51-7ae28e6b4486
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-15T08:10:03.989Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b44f5ab-7525-4671-8d51-7ae28e6b4486
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-15T08:10:03.992Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T08:10:03.992Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-15T08:10:03.992Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-15T08:10:03.992Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-15T08:10:03.992Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:10:03.993Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:10:03.993Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:10:03.993Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:10:03.993Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:10:03.993Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:10:03.993Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-15T08:10:04.000Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-15T08:10:34.002Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b44f5ab-7525-4671-8d51-7ae28e6b4486 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-10-15T08:10:34.020Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b44f5ab-7525-4671-8d51-7ae28e6b4486 and serviceModelVersionId: bfb7c3a2-fcc4-4c11-aee0-36ba553a2fa0
2021-10-15T08:10:34.020Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3c823267-8614-49b4-9941-549302d9abc6
2021-10-15T08:10:42.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:10:42.020Z||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-10-15T08:10:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:10:50.479Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3c823267-8614-49b4-9941-549302d9abc6/model-vers/model-ver/bfb7c3a2-fcc4-4c11-aee0-36ba553a2fa0?depth=0
2021-10-15T08:10:50.610Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-10-15T08:10:51.166Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3c823267-8614-49b4-9941-549302d9abc6/model-vers/model-ver/bfb7c3a2-fcc4-4c11-aee0-36ba553a2fa0?depth=0|INFO|500||Invoke
2021-10-15T08:10:51.175Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3c823267-8614-49b4-9941-549302d9abc6/model-vers/model-ver/bfb7c3a2-fcc4-4c11-aee0-36ba553a2fa0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3c823267-8614-49b4-9941-549302d9abc6/model-vers/model-ver/bfb7c3a2-fcc4-4c11-aee0-36ba553a2fa0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5b44f5ab-7525-4671-8d51-7ae28e6b4486], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9591c5f9-be33-4efa-a6f3-ba91f3f052e4], X-ECOMP-RequestID=[5b44f5ab-7525-4671-8d51-7ae28e6b4486], X-TransactionId=[], X-ONAP-RequestID=[5b44f5ab-7525-4671-8d51-7ae28e6b4486], Content-Type=[application/merge-patch+json]}
2021-10-15T08:10:51.314Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3c823267-8614-49b4-9941-549302d9abc6/model-vers/model-ver/bfb7c3a2-fcc4-4c11-aee0-36ba553a2fa0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-15T08:10:51.577Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:10:51.819Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3c823267-8614-49b4-9941-549302d9abc6/model-vers/model-ver/bfb7c3a2-fcc4-4c11-aee0-36ba553a2fa0?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/3c823267-8614-49b4-9941-549302d9abc6/model-vers/model-ver/bfb7c3a2-fcc4-4c11-aee0-36ba553a2fa0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211015-08:10:51:300-77438], vertex-id=[188608], Content-Length=[0], Date=[Fri, 15 Oct 2021 08:10:51 GMT], Content-Type=[application/json]}
2021-10-15T08:10:51.821Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3c823267-8614-49b4-9941-549302d9abc6/model-vers/model-ver/bfb7c3a2-fcc4-4c11-aee0-36ba553a2fa0?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-15T08:10:51.822Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3c823267-8614-49b4-9941-549302d9abc6/model-vers/model-ver/bfb7c3a2-fcc4-4c11-aee0-36ba553a2fa0?depth=0|INFO|500||InvokeReturn
2021-10-15T08:10:51.827Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-15T08:10:51.834Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||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-10-15T08:10:51.843Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-15T08:10:51.844Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b44f5ab-7525-4671-8d51-7ae28e6b4486 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-15T08:10:51.846Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-15T08:10:51.847Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:10:51.849Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:10:51.849Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285451845,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-15T08:10:51.949Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:10:51.951Z||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-10-15T08:10:51.951Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:10:51.968Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:10:51.969Z||pool-18-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-15T08:10:52.885Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:10:52.885Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|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-10-15T08:10:52.885Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:11:03.141Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:11:03.142Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:11:03.143Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|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-10-15T08:11:03.143Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:11:12.706Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:11:12.712Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:11:12.713Z||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-10-15T08:11:12.714Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:11:22.261Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:11:42.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:11:42.020Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:11:42.020Z||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-10-15T08:11:42.020Z||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-10-15T08:11:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:11:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:11:42.654Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:11:42.655Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:11:42.656Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285451845,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-15T08:11:42.659Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:11:51.570Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:12:42.019Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:12:42.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:12:42.024Z||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-10-15T08:12:42.024Z||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-10-15T08:12:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:12:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:12:51.583Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:12:51.596Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:13:42.018Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:13:42.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:13:42.023Z||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-10-15T08:13:42.023Z||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-10-15T08:13:42.023Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:13:42.023Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:13:51.579Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:13:51.581Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:14:42.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:14:42.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:14:42.021Z||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-10-15T08:14:42.021Z||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-10-15T08:14:42.022Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:14:42.022Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:14:42.661Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:14:42.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"964d653f-1c93-4ce1-8a2e-84bfb8a14000","serviceName":"basic_onboard_mWvedl","serviceVersion":"1.0","serviceUUID":"fe867a11-7dc3-4cc9-8024-cbac1937e418","serviceDescription":"service","serviceInvariantUUID":"4c84a633-66aa-4039-8731-91cf9f96fa22","resources":[{"resourceInstanceName":"basic_onboard_mWvedl 0","resourceName":"basic_onboard_mWvedl","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"22425faa-f188-4628-9601-6758335a4caf","resourceInvariantUUID":"d1d70796-d9be-4e15-b6e4-b8ea4298a1bc","resourceCustomizationUUID":"5cfbd49f-511b-4404-8f0c-908b871cbba1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vf-license-model.xml","artifactChecksum":"MmEzZjUzOTlhNmQ4ZTc5ZTY3Y2Q4OTBmMDYzMTQ0ZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f15bd082-d882-4f2e-b8bf-db3e3640de00","artifactVersion":"1"},{"artifactName":"basic_onboard_mwvedl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json","artifactChecksum":"YzQ4YTU5MmVjNWI2MjI2ZDIzNGQ4MDgxMWIwMGYxZWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"625af36c-418e-4096-b585-b8326b28d23c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9170265e-8cd6-4bb3-b49a-d8ec7e28735a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"946d7978-1fef-4d90-b825-33aa3df74cd6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2a7d5659-b814-4913-9588-0d8131412e30","artifactVersion":"2","generatedFromUUID":"9170265e-8cd6-4bb3-b49a-d8ec7e28735a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMwvedl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-template.yml","artifactChecksum":"ZGM1MWMyYzRjMWRhZTA3YjljMDg4NjU0OWM4MzE5NmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a85583ca-c07c-4c69-9c2b-3a33cfd53e3f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMwvedl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar","artifactChecksum":"MTQ4ODU2N2NkZDEzMWQyY2IwOWFjMzg1YzQwODYxMjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a390ecf-deed-42ad-8aa3-f7bfa535c21d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-15T08:14:42.667Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:14:42.670Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:14:42.670Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:14:42.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634285631167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634285626164,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "aai-ml",
  "timestamp": 1634285627463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "cds",
  "timestamp": 1634285630857,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "dcae-sch",
  "timestamp": 1634285633470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "policy-id",
  "timestamp": 1634285632354,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "cds",
  "timestamp": 1634285630857,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.677Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:14:42.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "aai-ml",
  "timestamp": 1634285627463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634285626164,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "dcae-sch",
  "timestamp": 1634285633470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.747Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634285631167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T08:14:42.747Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "policy-id",
  "timestamp": 1634285632354,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.747Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "aai-ml",
  "timestamp": 1634285627463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.748Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "cds",
  "timestamp": 1634285630857,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.748Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634285626164,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.748Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.677Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285682017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "dcae-sch",
  "timestamp": 1634285633470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.750Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "policy-id",
  "timestamp": 1634285632354,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-15T08:14:42.751Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634285631167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-15T08:14:42.752Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "cds",
  "timestamp": 1634285630857,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.752Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "aai-ml",
  "timestamp": 1634285627463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.753Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634285626164,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.753Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634285631167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.753Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "dcae-sch",
  "timestamp": 1634285633470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.754Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "policy-id",
  "timestamp": 1634285632354,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.754Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "cds",
  "timestamp": 1634285630857,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.754Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.755Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634285626164,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.755Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.755Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.755Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "aai-ml",
  "timestamp": 1634285627463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.755Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.755Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.755Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "dcae-sch",
  "timestamp": 1634285633470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.756Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.756Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634285631167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-15T08:14:42.756Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.756Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "policy-id",
  "timestamp": 1634285632354,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.756Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.756Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "aai-ml",
  "timestamp": 1634285627463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.757Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.757Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "cds",
  "timestamp": 1634285630857,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.757Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.757Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634285626164,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.757Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.757Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "dcae-sch",
  "timestamp": 1634285633470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.758Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.758Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634285631167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.758Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.758Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "policy-id",
  "timestamp": 1634285632354,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.758Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.758Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "cds",
  "timestamp": 1634285630857,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:14:42.759Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.759Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634285626164,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.760Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "aai-ml",
  "timestamp": 1634285627463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:14:42.760Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "dcae-sch",
  "timestamp": 1634285633470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.760Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "policy-id",
  "timestamp": 1634285632354,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:14:42.761Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634285631167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:14:42.761Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "cds",
  "timestamp": 1634285642309,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:14:42.761Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:14:42.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634285642347,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:14:42.762Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:14:42.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "policy-id",
  "timestamp": 1634285642470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:14:42.762Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:14:42.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "aai-ml",
  "timestamp": 1634285642537,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:14:42.763Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:14:42.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "cds",
  "timestamp": 1634285643316,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2021-10-15T08:14:42.777Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 28 ms
2021-10-15T08:14:42.778Z||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-10-15T08:14:42.778Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:14:42.793Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-15T08:14:42.793Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-15T08:14:42.833Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 964d653f-1c93-4ce1-8a2e-84bfb8a14000
2021-10-15T08:14:42.833Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 964d653f-1c93-4ce1-8a2e-84bfb8a14000 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-10-15T08:14:42.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.841Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "policy-id",
  "timestamp": 1634285643477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:14:42.841Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:14:42.841Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.841Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634285643715,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:14:42.842Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:14:42.842Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.842Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "policy-id",
  "timestamp": 1634285644480,
  "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-10-15T08:14:42.852Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 964d653f-1c93-4ce1-8a2e-84bfb8a14000
2021-10-15T08:14:42.852Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 964d653f-1c93-4ce1-8a2e-84bfb8a14000 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-10-15T08:14:42.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634285644851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:14:42.862Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:14:42.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "clamp",
  "timestamp": 1634285644658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.862Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634285645879,
  "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-10-15T08:14:42.871Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 964d653f-1c93-4ce1-8a2e-84bfb8a14000
2021-10-15T08:14:42.872Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 964d653f-1c93-4ce1-8a2e-84bfb8a14000 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-10-15T08:14:42.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "clamp",
  "timestamp": 1634285644658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T08:14:42.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634285646882,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-15T08:14:42.882Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:14:42.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "clamp",
  "timestamp": 1634285644658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "clamp",
  "timestamp": 1634285644658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "clamp",
  "timestamp": 1634285644658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "clamp",
  "timestamp": 1634285644658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "aai-ml",
  "timestamp": 1634285650751,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:14:42.884Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:14:42.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "clamp",
  "timestamp": 1634285644658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:14:42.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "aai-ml",
  "timestamp": 1634285651755,
  "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-10-15T08:14:42.895Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 964d653f-1c93-4ce1-8a2e-84bfb8a14000
2021-10-15T08:14:42.895Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 964d653f-1c93-4ce1-8a2e-84bfb8a14000 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-10-15T08:14:42.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634285652147,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634285652147,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634285652147,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634285652147,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.906Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634285652147,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.907Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "clamp",
  "timestamp": 1634285657155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:14:42.908Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:14:42.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634285652147,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634285652147,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:14:42.909Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:14:42.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "clamp",
  "timestamp": 1634285659163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:14:42.910Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:14:42.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "clamp",
  "timestamp": 1634285660166,
  "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-10-15T08:14:42.916Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 964d653f-1c93-4ce1-8a2e-84bfb8a14000
2021-10-15T08:14:42.917Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 964d653f-1c93-4ce1-8a2e-84bfb8a14000 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-10-15T08:14:42.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634285660230,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:14:42.927Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:14:42.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634285662810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:14:42.928Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:14:42.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634285663815,
  "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-10-15T08:14:42.933Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 964d653f-1c93-4ce1-8a2e-84bfb8a14000
2021-10-15T08:14:42.933Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 964d653f-1c93-4ce1-8a2e-84bfb8a14000 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-10-15T08:14:43.750Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:14:43.751Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:14:43.753Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:14:43.753Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285682017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T08:14:43.854Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:14:43.856Z||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-10-15T08:14:43.857Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:14:43.867Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:14:43.867Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:14:44.755Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:14:44.755Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:14:44.760Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:14:44.761Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285682017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-15T08:14:44.858Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-10-15T08:14:44.859Z||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-10-15T08:14:44.859Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:14:44.871Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:14:44.872Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:14:45.761Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:14:45.762Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:14:45.770Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:14:45.770Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285682017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:45.870Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:14:45.871Z||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-10-15T08:14:45.872Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:14:45.886Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:14:45.887Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:14:46.771Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:14:46.773Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:14:46.775Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:14:46.775Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285682017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-15T08:14:46.875Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:14:46.876Z||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-10-15T08:14:46.877Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:14:46.889Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:14:46.890Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-15T08:14:47.776Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:14:47.777Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:14:47.779Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:14:47.779Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285682017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:14:47.879Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:14:47.880Z||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-10-15T08:14:47.880Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:14:47.890Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:14:47.891Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:14:48.780Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:14:48.781Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:14:48.783Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:14:48.783Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285682017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:14:48.886Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-10-15T08:14:48.887Z||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-10-15T08:14:48.888Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:14:48.903Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:14:48.903Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:14:49.785Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "serviceName": "basic_onboard_mWvedl",
  "serviceVersion": "1.0",
  "serviceUUID": "fe867a11-7dc3-4cc9-8024-cbac1937e418",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4c84a633-66aa-4039-8731-91cf9f96fa22",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_mWvedl 0",
      "resourceCustomizationUUID": "5cfbd49f-511b-4404-8f0c-908b871cbba1",
      "resourceName": "basic_onboard_mWvedl",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "22425faa-f188-4628-9601-6758335a4caf",
      "resourceInvariantUUID": "d1d70796-d9be-4e15-b6e4-b8ea4298a1bc",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_mwvedl0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json",
          "artifactChecksum": "YzQ4YTU5MmVjNWI2MjI2ZDIzNGQ4MDgxMWIwMGYxZWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "625af36c-418e-4096-b585-b8326b28d23c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9170265e-8cd6-4bb3-b49a-d8ec7e28735a",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2a7d5659-b814-4913-9588-0d8131412e30",
            "generatedFromUUID": "9170265e-8cd6-4bb3-b49a-d8ec7e28735a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2a7d5659-b814-4913-9588-0d8131412e30",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardMwvedl-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
      "artifactChecksum": "MTQ4ODU2N2NkZDEzMWQyY2IwOWFjMzg1YzQwODYxMjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2a390ecf-deed-42ad-8aa3-f7bfa535c21d"
    }
  ],
  "workloadContext": "Production"
}
2021-10-15T08:14:49.786Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-15T08:14:49.786Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fe867a11-7dc3-4cc9-8024-cbac1937e418 ASDC
2021-10-15T08:14:49.787Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:964d653f-1c93-4ce1-8a2e-84bfb8a14000
ServiceName:basic_onboard_mWvedl
ServiceVersion:1.0
ServiceUUID:fe867a11-7dc3-4cc9-8024-cbac1937e418
ServiceInvariantUUID:4c84a633-66aa-4039-8731-91cf9f96fa22
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardMwvedl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar
ArtifactUUID:2a390ecf-deed-42ad-8aa3-f7bfa535c21d
ArtifactChecksum:MTQ4ODU2N2NkZDEzMWQyY2IwOWFjMzg1YzQwODYxMjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_mWvedl 0
ResourceCustomizationUUID:5cfbd49f-511b-4404-8f0c-908b871cbba1
ResourceInvariantUUID:d1d70796-d9be-4e15-b6e4-b8ea4298a1bc
ResourceName:basic_onboard_mWvedl
ResourceType:VF
ResourceUUID:22425faa-f188-4628-9601-6758335a4caf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_mwvedl0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json
ArtifactUUID:625af36c-418e-4096-b585-b8326b28d23c
ArtifactChecksum:YzQ4YTU5MmVjNWI2MjI2ZDIzNGQ4MDgxMWIwMGYxZWQ=
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/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml
ArtifactUUID:9170265e-8cd6-4bb3-b49a-d8ec7e28735a
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/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env
ArtifactUUID:2a7d5659-b814-4913-9588-0d8131412e30
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/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env
ArtifactUUID:2a7d5659-b814-4913-9588-0d8131412e30
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-15T08:14:49.787Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fe867a11-7dc3-4cc9-8024-cbac1937e418 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-10-15T08:14:49.823Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T08:14:49.824Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-15T08:14:49.824Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-15T08:14:49.824Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2a390ecf-deed-42ad-8aa3-f7bfa535c21d from URL: /sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar
2021-10-15T08:14:49.824Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-15T08:14:49.825Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar
2021-10-15T08:14:50.280Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-15T08:14:50.283Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar 2a390ecf-deed-42ad-8aa3-f7bfa535c21d 71360
2021-10-15T08:14:50.284Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar ASDC sendASDCNotification
2021-10-15T08:14:50.284Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar
2021-10-15T08:14:50.284Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T08:14:50.284Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:14:50.287Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:14:50.287Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285690284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:14:50.387Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:14:50.388Z||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-10-15T08:14:50.388Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:14:50.398Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:14:50.398Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:14:51.287Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T08:14:51.289Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-15T08:14:51.290Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 2a390ecf-deed-42ad-8aa3-f7bfa535c21d, URL: /sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar to file: /app/ASDC/1/service-BasicOnboardMwvedl-csar.csar
2021-10-15T08:14:51.290Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMwvedl-csar.csar
2021-10-15T08:14:51.291Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMwvedl-csar.csar
2021-10-15T08:14:51.291Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMwvedl-csar.csar
2021-10-15T08:14:51.602Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13887769604874072694/Definitions/service-BasicOnboardMwvedl-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-10-15T08:14:52.979Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-15T08:14:52.979Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-15T08:14:52.980Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMwvedl-csar.csar
2021-10-15T08:14:52.980Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-15T08:14:52.980Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_mWvedl 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-BasicOnboardMwvedl-csar.csar
2021-10-15T08:14:52.980Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||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-BasicOnboardMwvedl-csar.csar
2021-10-15T08:14:52.980Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||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-BasicOnboardMwvedl-csar.csar
2021-10-15T08:14:52.980Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||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-BasicOnboardMwvedl-csar.csar
2021-10-15T08:14:52.980Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||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-BasicOnboardMwvedl-csar.csar
2021-10-15T08:14:52.980Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardMwvedl-csar.csar
2021-10-15T08:14:52.980Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMwvedl-csar.csar
2021-10-15T08:14:52.981Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||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-BasicOnboardMwvedl-csar.csar
2021-10-15T08:14:52.981Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||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-BasicOnboardMwvedl-csar.csar
2021-10-15T08:14:52.981Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-15T08:14:52.981Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:14:52.981Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mWvedl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:14:52.981Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mWvedl 0 is matching search criteria
2021-10-15T08:14:52.982Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-15T08:14:52.982Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_mWvedl 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T08:14:52.982Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:14:52.982Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mWvedl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:14:52.982Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mWvedl 0 is matching search criteria
2021-10-15T08:14:52.982Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-15T08:14:52.983Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_mWvedl 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T08:14:52.983Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:14:52.983Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mWvedl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:14:52.983Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:14:52.983Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mWvedl 0 is not matching search criteria
2021-10-15T08:14:52.984Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-15T08:14:52.984Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-15T08:14:52.984Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-15T08:14:52.984Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-15T08:14:52.984Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-15T08:14:52.984Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:14:52.984Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mWvedl is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-15T08:14:52.985Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:14:52.985Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mWvedl 0 is matching search criteria
2021-10-15T08:14:52.985Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_mWvedl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:14:52.985Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:14:52.985Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mWvedl 0 is matching search criteria
2021-10-15T08:14:52.985Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_mWvedl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:14:52.986Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:14:52.986Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mWvedl 0 is matching search criteria
2021-10-15T08:14:52.986Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_mWvedl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:14:52.986Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:14:52.986Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mWvedl 0 is not matching search criteria
2021-10-15T08:14:52.986Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-15T08:14:52.987Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-15T08:14:52.987Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=434768a8-346e-485e-9e5e-30fd7afca52b
2021-10-15T08:14:52.987Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:14:52.987Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mWvedl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:14:52.987Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:14:52.987Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mWvedl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:14:52.987Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:14:52.988Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mWvedl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:14:52.988Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:14:52.988Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mWvedl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:14:52.988Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_mWvedl
Description:service
Model UUID:fe867a11-7dc3-4cc9-8024-cbac1937e418
Model Version:NULL
Model InvariantUuid:4c84a633-66aa-4039-8731-91cf9f96fa22
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_mWvedl
Model UUID:164c3834-c2b1-40ad-be92-0b936e53e870
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d1d70796-d9be-4e15-b6e4-b8ea4298a1bc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5cfbd49f-511b-4404-8f0c-908b871cbba1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:755f9ff7-0f8f-4e94-9d7b-b5041d2ee78b
ModelName:BasicOnboardMwvedl..base_ubuntu18..module-0
ModelUuid:11621140-2d5f-4347-84e7-f19dc41ae985
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:434768a8-346e-485e-9e5e-30fd7afca52b
ModelInvariantUuid:25700689-c9fc-431b-812c-07d0f57964eb
ModelName:basic_onboard_mWvedl-nodes.ubuntu18Cvfc
ModelUuid:0b69e0f3-3dcb-47ed-bb4a-9267aca9dcab
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:9b534691-45b4-4436-9d4a-573036b628f0
ModelInvariantUuid:c7b349f1-780e-49e3-ade7-cef4ab54690b
ModelName:BasicOnboardMwvedl.compute.nodes.heat.ubuntu18
ModelUuid:abdfca1f-e73b-47f0-b7bd-48f44a4c09e6
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-10-15T08:14:52.997Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 22425faa-f188-4628-9601-6758335a4caf
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-10-15T08:14:53.003Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||basic_onboard_mWvedl 0
2021-10-15T08:14:53.003Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 22425faa-f188-4628-9601-6758335a4caf
2021-10-15T08:14:53.003Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 625af36c-418e-4096-b585-b8326b28d23c from URL: /sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json
2021-10-15T08:14:53.003Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-15T08:14:53.004Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json
2021-10-15T08:14:53.360Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-15T08:14:53.360Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json 625af36c-418e-4096-b585-b8326b28d23c 798
2021-10-15T08:14:53.360Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json ASDC sendASDCNotification
2021-10-15T08:14:53.360Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json
2021-10-15T08:14:53.360Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T08:14:53.361Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:14:53.363Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:14:53.363Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285693360,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:14:53.463Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:14:53.464Z||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-10-15T08:14:53.464Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:14:53.477Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:14:53.478Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-15T08:14:54.364Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardMwvedl..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "755f9ff7-0f8f-4e94-9d7b-b5041d2ee78b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "11621140-2d5f-4347-84e7-f19dc41ae985",
    "vfModuleModelCustomizationUUID": "40ada2d6-fbda-489a-b572-2e3d550ec8f9",
    "isBase": true,
    "artifacts": [
      "9170265e-8cd6-4bb3-b49a-d8ec7e28735a",
      "2a7d5659-b814-4913-9588-0d8131412e30"
    ],
    "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-10-15T08:14:54.369Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMwvedl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:11621140-2d5f-4347-84e7-f19dc41ae985
VfModuleModelInvariantUUID:755f9ff7-0f8f-4e94-9d7b-b5041d2ee78b
VfModuleModelDescription:NULL
Artifacts UUID List:{
9170265e-8cd6-4bb3-b49a-d8ec7e28735a
,
2a7d5659-b814-4913-9588-0d8131412e30

}
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-10-15T08:14:54.371Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardMwvedl..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "755f9ff7-0f8f-4e94-9d7b-b5041d2ee78b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "11621140-2d5f-4347-84e7-f19dc41ae985",
    "vfModuleModelCustomizationUUID": "40ada2d6-fbda-489a-b572-2e3d550ec8f9",
    "isBase": true,
    "artifacts": [
      "9170265e-8cd6-4bb3-b49a-d8ec7e28735a",
      "2a7d5659-b814-4913-9588-0d8131412e30"
    ],
    "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-10-15T08:14:54.371Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMwvedl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:11621140-2d5f-4347-84e7-f19dc41ae985
VfModuleModelInvariantUUID:755f9ff7-0f8f-4e94-9d7b-b5041d2ee78b
VfModuleModelDescription:NULL
Artifacts UUID List:{
9170265e-8cd6-4bb3-b49a-d8ec7e28735a
,
2a7d5659-b814-4913-9588-0d8131412e30

}
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-10-15T08:14:54.371Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9170265e-8cd6-4bb3-b49a-d8ec7e28735a from URL: /sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml
2021-10-15T08:14:54.372Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-15T08:14:54.372Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml
2021-10-15T08:14:54.483Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-15T08:14:54.484Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml 9170265e-8cd6-4bb3-b49a-d8ec7e28735a 5033
2021-10-15T08:14:54.484Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-15T08:14:54.484Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml
2021-10-15T08:14:54.484Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T08:14:54.484Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:14:54.486Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:14:54.486Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285694484,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:14:54.586Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T08:14:54.587Z||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-10-15T08:14:54.587Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:14:54.597Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:14:54.597Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:14:55.493Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2a7d5659-b814-4913-9588-0d8131412e30 from URL: /sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env
2021-10-15T08:14:55.493Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-15T08:14:55.493Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env
2021-10-15T08:14:55.591Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-15T08:14:55.592Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env 2a7d5659-b814-4913-9588-0d8131412e30 909
2021-10-15T08:14:55.592Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-15T08:14:55.592Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env
2021-10-15T08:14:55.592Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T08:14:55.593Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:14:55.597Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:14:55.597Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285695592,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:14:55.697Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T08:14:55.698Z||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-10-15T08:14:55.698Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:14:55.717Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:14:55.717Z||pool-29-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-10-15T08:14:56.598Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: fe867a11-7dc3-4cc9-8024-cbac1937e418
2021-10-15T08:14:56.599Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_mWvedl 0 22425faa-f188-4628-9601-6758335a4caf 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-10-15T08:14:56.615Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@39b9814f, org.onap.sdc.toscaparser.api.parameters.Input@5d22c95c, org.onap.sdc.toscaparser.api.parameters.Input@58820d97, org.onap.sdc.toscaparser.api.parameters.Input@993117, org.onap.sdc.toscaparser.api.parameters.Input@75df7bb2]
2021-10-15T08:14:56.617Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:14:56.617Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mWvedl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:14:56.618Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-10-15T08:14:56.618Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 5cfbd49f-511b-4404-8f0c-908b871cbba1
2021-10-15T08:14:56.618Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5cfbd49f-511b-4404-8f0c-908b871cbba1 matches Tosca VF Customization UUID: 5cfbd49f-511b-4404-8f0c-908b871cbba1
2021-10-15T08:14:56.618Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 5cfbd49f-511b-4404-8f0c-908b871cbba1  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-10-15T08:14:56.622Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:14:56.623Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mWvedl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:14:56.624Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 5cfbd49f-511b-4404-8f0c-908b871cbba1: {\"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-10-15T08:14:56.624Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3f02fec4
2021-10-15T08:14:56.624Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:14:56.624Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mWvedl is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-15T08:14:56.625Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 40ada2d6-fbda-489a-b572-2e3d550ec8f9
2021-10-15T08:14:56.625Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 40ada2d6-fbda-489a-b572-2e3d550ec8f9
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-10-15T08:14:56.628Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:14:56.629Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mWvedl 0 is matching search criteria
2021-10-15T08:14:56.629Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_mWvedl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:14:56.629Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:14:56.630Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mWvedl 0 is matching search criteria
2021-10-15T08:14:56.630Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_mWvedl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:14:56.630Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:14:56.630Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mWvedl 0 is not matching search criteria
2021-10-15T08:14:56.631Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-15T08:14:56.631Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-15T08:14:56.631Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=434768a8-346e-485e-9e5e-30fd7afca52b
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-10-15T08:14:56.634Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:14:56.634Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mWvedl 0 is matching search criteria
2021-10-15T08:14:56.634Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_mWvedl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:14:56.634Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:14:56.635Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mWvedl 0 is matching search criteria
2021-10-15T08:14:56.635Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_mWvedl 0] matching following query criteria: sdcType=VF, customizationUUID=5cfbd49f-511b-4404-8f0c-908b871cbba1
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-10-15T08:14:56.637Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:14:56.637Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mWvedl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:14:56.639Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid fe867a11-7dc3-4cc9-8024-cbac1937e418: basic_onboard_mWvedl
2021-10-15T08:14:56.639Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:14:56.639Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mWvedl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:14:56.639Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:14:56.639Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mWvedl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:14:56.640Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:14:56.640Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mWvedl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:14:56.640Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:14:56.640Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mWvedl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:14:56.641Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:14:56.641Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mWvedl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:14:56.641Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_mWvedl 
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-10-15T08:14:56.739Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_mWvedl 22425faa-f188-4628-9601-6758335a4caf 1 ASDC deployResourceStructure
2021-10-15T08:14:56.739Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json ASDC sendASDCNotification
2021-10-15T08:14:56.739Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json
2021-10-15T08:14:56.740Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T08:14:56.740Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:14:56.742Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:14:56.742Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285696739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-15T08:14:56.842Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:14:56.843Z||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-10-15T08:14:56.844Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:14:56.854Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:14:56.855Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:14:57.743Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-15T08:14:57.743Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml
2021-10-15T08:14:57.743Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T08:14:57.744Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:14:57.756Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:14:57.756Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285697743,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-15T08:14:57.846Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2021-10-15T08:14:57.847Z||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-10-15T08:14:57.847Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:14:57.863Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:14:57.864Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:14:58.759Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-15T08:14:58.759Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env
2021-10-15T08:14:58.759Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T08:14:58.759Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:14:58.761Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:14:58.762Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285698759,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-15T08:14:58.872Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2021-10-15T08:14:58.873Z||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-10-15T08:14:58.873Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:14:58.883Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:14:58.884Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:14:59.767Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar ASDC sendASDCNotification
2021-10-15T08:14:59.767Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar
2021-10-15T08:14:59.767Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T08:14:59.768Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:14:59.769Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:14:59.770Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285699767,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:14:59.870Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:14:59.871Z||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-10-15T08:14:59.871Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:14:59.881Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:14:59.881Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:15:00.771Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 964d653f-1c93-4ce1-8a2e-84bfb8a14000
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-15T08:15:00.782Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 964d653f-1c93-4ce1-8a2e-84bfb8a14000
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-15T08:15:00.785Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T08:15:00.785Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-15T08:15:00.785Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-15T08:15:00.786Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-15T08:15:00.786Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:15:00.786Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:15:00.786Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:15:00.786Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:15:00.786Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:15:00.786Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:15:00.786Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||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-10-15T08:15:00.791Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-15T08:15:30.791Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 964d653f-1c93-4ce1-8a2e-84bfb8a14000 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-10-15T08:15:30.806Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 964d653f-1c93-4ce1-8a2e-84bfb8a14000 and serviceModelVersionId: fe867a11-7dc3-4cc9-8024-cbac1937e418
2021-10-15T08:15:30.806Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4c84a633-66aa-4039-8731-91cf9f96fa22
2021-10-15T08:15:30.808Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4c84a633-66aa-4039-8731-91cf9f96fa22/model-vers/model-ver/fe867a11-7dc3-4cc9-8024-cbac1937e418?depth=0
2021-10-15T08:15:30.816Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-10-15T08:15:30.884Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4c84a633-66aa-4039-8731-91cf9f96fa22/model-vers/model-ver/fe867a11-7dc3-4cc9-8024-cbac1937e418?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-10-15T08:15:30.886Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4c84a633-66aa-4039-8731-91cf9f96fa22/model-vers/model-ver/fe867a11-7dc3-4cc9-8024-cbac1937e418?depth=0|INFO|500||Invoke
2021-10-15T08:15:30.919Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4c84a633-66aa-4039-8731-91cf9f96fa22/model-vers/model-ver/fe867a11-7dc3-4cc9-8024-cbac1937e418?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-15T08:15:31.280Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4c84a633-66aa-4039-8731-91cf9f96fa22/model-vers/model-ver/fe867a11-7dc3-4cc9-8024-cbac1937e418?depth=0|INFO|500||InvokeReturn
2021-10-15T08:15:31.282Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4c84a633-66aa-4039-8731-91cf9f96fa22/model-vers/model-ver/fe867a11-7dc3-4cc9-8024-cbac1937e418?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211015-08:15:30:904-82643], vertex-id=[196640], Content-Length=[0], Date=[Fri, 15 Oct 2021 08:15:30 GMT], Content-Type=[application/json]}
2021-10-15T08:15:31.282Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-10-15T08:15:31.282Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-15T08:15:31.282Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||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-10-15T08:15:31.292Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||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-10-15T08:15:31.292Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 964d653f-1c93-4ce1-8a2e-84bfb8a14000 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-15T08:15:31.292Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-15T08:15:31.293Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:15:31.296Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:15:31.296Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285731292,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-15T08:15:31.395Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T08:15:31.396Z||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-10-15T08:15:31.396Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:15:31.414Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:15:31.414Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-15T08:15:42.021Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:15:42.026Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:15:42.032Z||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-10-15T08:15:42.032Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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-10-15T08:15:42.033Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:15:42.033Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:15:42.158Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:15:42.161Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:15:42.161Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285682017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:15:42.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:15:51.586Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:16:42.017Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:16:42.018Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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-10-15T08:16:42.018Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:16:42.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:16:42.019Z||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-10-15T08:16:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:16:42.540Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:16:42.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:16:42.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285682017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T08:16:42.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:16:42.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:16:42.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285682017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-15T08:16:42.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:16:42.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:16:42.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285682017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:16:42.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:16:42.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:16:42.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285682017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-15T08:16:42.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:16:42.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:16:42.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285682017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:16:42.549Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:16:42.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:16:42.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285682017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:16:42.550Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:16:42.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:16:42.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285690284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:16:42.550Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:16:42.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:16:42.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285693360,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:16:42.551Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:16:42.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:16:42.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285694484,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:16:42.552Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:16:42.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:16:42.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285695592,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:16:42.552Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:16:42.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:16:42.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285696739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-15T08:16:42.552Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:16:42.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:16:42.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285697743,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-15T08:16:42.553Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:16:42.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:16:42.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285698759,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-15T08:16:42.554Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:16:42.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:16:42.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285699767,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:16:42.554Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:16:42.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:16:42.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634285731292,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-15T08:16:42.554Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:16:51.571Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:17:42.017Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:17:42.018Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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-10-15T08:17:42.018Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:17:42.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:17:42.020Z||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-10-15T08:17:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:17:51.575Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:17:51.626Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:18:42.017Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:18:42.019Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:18:42.019Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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-10-15T08:18:42.019Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:18:42.019Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|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-10-15T08:18:42.020Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:18:51.561Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:18:51.582Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:19:42.017Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:19:42.019Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:19:42.021Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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-10-15T08:19:42.021Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|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-10-15T08:19:42.021Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:19:42.021Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:19:51.571Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:19:51.572Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:20:42.017Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:20:42.019Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:20:42.021Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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-10-15T08:20:42.021Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|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-10-15T08:20:42.022Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:20:42.022Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:20:51.571Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:20:51.573Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:21:42.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:21:42.019Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:21:42.024Z||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-10-15T08:21:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:21:42.024Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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-10-15T08:21:42.024Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:21:51.581Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:21:51.586Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:22:42.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:22:42.019Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:22:42.024Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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-10-15T08:22:42.024Z||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-10-15T08:22:42.025Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:22:42.025Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:22:51.576Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:22:51.582Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:23:42.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:23:42.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:23:42.030Z||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-10-15T08:23:42.030Z||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-10-15T08:23:42.031Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:23:42.031Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:23:51.600Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:23:51.605Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:24:42.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:24:42.018Z||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-10-15T08:24:42.018Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:24:42.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:24:42.020Z||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-10-15T08:24:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:24:51.565Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:24:51.565Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:25:42.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:25:42.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:25:42.020Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T08:25:42.020Z||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-10-15T08:25:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:25:42.020Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:25:51.580Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:25:51.581Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:26:42.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:26:42.019Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T08:26:42.019Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:26:42.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:26:42.023Z||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-10-15T08:26:42.023Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:26:51.568Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:26:51.571Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:27:42.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:27:42.018Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T08:27:42.018Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:27:42.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:27:42.019Z||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-10-15T08:27:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:27:51.565Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:27:51.565Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:28:42.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:28:42.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:28:42.020Z||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-10-15T08:28:42.019Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T08:28:42.020Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:28:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:28:51.588Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:28:51.612Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:29:42.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:29:42.024Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T08:29:42.024Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:29:42.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:29:42.025Z||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-10-15T08:29:42.025Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:29:42.652Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:29:42.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634286546164,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:29:42.663Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:29:42.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:29:42.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"6334985c-5ba7-4391-bfab-4b2b454be4ac","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"820e2de5-d9a8-4c68-beb3-8f80ffb02757","serviceDescription":"service","serviceInvariantUUID":"7824fed6-02fd-4483-8c5f-f8dd58cc55c7","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"351ca436-7480-4fcd-807e-c847c48f718f","resourceInvariantUUID":"39a63143-42db-40ea-9864-d5d4289dfc6c","resourceCustomizationUUID":"d85ac4d5-22cb-4cab-84e0-a945ab03df0c","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":"MWIyYWQ1ZDg2MzFhYTFlMDQ2ODFkNWNjMzZjZGUyYTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e9f46053-1c99-4aec-9de1-e05cffce96d7","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Y2MwMWQzNGZjODliYmZjNWNhOWU0MjA1ZWNmMjJkMGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"87f17203-96af-4d0b-81aa-399e66d79708","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-15T08:29:42.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
  "consumerID": "cds",
  "timestamp": 1634286545857,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:29:42.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:29:42.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
  "consumerID": "clamp",
  "timestamp": 1634286544658,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:29:42.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:29:42.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634286551167,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:29:42.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:29:42.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
  "consumerID": "cds",
  "timestamp": 1634286545857,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:29:42.672Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:29:42.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634286546164,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:29:42.672Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:29:42.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
  "consumerID": "clamp",
  "timestamp": 1634286544658,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:29:42.673Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:29:42.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634286552147,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:29:42.673Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:29:42.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634286551167,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:29:42.674Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:29:42.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.674Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
  "consumerID": "policy-id",
  "timestamp": 1634286552354,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:29:42.674Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:29:42.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.674Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634286552147,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:29:42.674Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:29:42.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
  "consumerID": "policy-id",
  "timestamp": 1634286552354,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:29:42.678Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:29:42.678Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.678Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
  "consumerID": "cds",
  "timestamp": 1634286554111,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:29:42.678Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:29:42.678Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.678Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
  "consumerID": "dcae-sch",
  "timestamp": 1634286553470,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:29:42.678Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:29:42.678Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.678Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634286555007,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:29:42.679Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:29:42.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.679Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
  "consumerID": "cds",
  "timestamp": 1634286555118,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2021-10-15T08:29:42.682Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:29:42.682Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:29:42.686Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:29:42.686Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286582017,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-15T08:29:42.731Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6334985c-5ba7-4391-bfab-4b2b454be4ac
2021-10-15T08:29:42.731Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6334985c-5ba7-4391-bfab-4b2b454be4ac 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-10-15T08:29:42.750Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
  "consumerID": "dcae-sch",
  "timestamp": 1634286553470,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:29:42.750Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:29:42.750Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
  "consumerID": "policy-id",
  "timestamp": 1634286555261,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:29:42.750Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:29:42.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
  "consumerID": "policy-id",
  "timestamp": 1634286556275,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:29:42.751Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:29:42.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634286556778,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:29:42.751Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:29:42.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
  "consumerID": "policy-id",
  "timestamp": 1634286557284,
  "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-10-15T08:29:42.758Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6334985c-5ba7-4391-bfab-4b2b454be4ac
2021-10-15T08:29:42.758Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6334985c-5ba7-4391-bfab-4b2b454be4ac 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-10-15T08:29:42.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634286557782,
  "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-10-15T08:29:42.781Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6334985c-5ba7-4391-bfab-4b2b454be4ac
2021-10-15T08:29:42.781Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6334985c-5ba7-4391-bfab-4b2b454be4ac 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-10-15T08:29:42.786Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:29:42.787Z||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-10-15T08:29:42.787Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:29:42.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
  "consumerID": "aai-ml",
  "timestamp": 1634286557463,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:29:42.789Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:29:42.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
  "consumerID": "aai-ml",
  "timestamp": 1634286557463,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:29:42.789Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:29:42.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.790Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
  "consumerID": "aai-ml",
  "timestamp": 1634286560542,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:29:42.790Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:29:42.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
  "consumerID": "clamp",
  "timestamp": 1634286561340,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:29:42.799Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:29:42.801Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:29:42.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
  "consumerID": "clamp",
  "timestamp": 1634286562358,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:29:42.801Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:29:42.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.801Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:29:42.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
  "consumerID": "clamp",
  "timestamp": 1634286563362,
  "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-10-15T08:29:42.807Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6334985c-5ba7-4391-bfab-4b2b454be4ac
2021-10-15T08:29:42.807Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6334985c-5ba7-4391-bfab-4b2b454be4ac 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-10-15T08:29:42.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.816Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
  "consumerID": "aai-ml",
  "timestamp": 1634286565341,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:29:42.816Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:29:42.816Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.816Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
  "consumerID": "aai-ml",
  "timestamp": 1634286566344,
  "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-10-15T08:29:42.821Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6334985c-5ba7-4391-bfab-4b2b454be4ac
2021-10-15T08:29:42.822Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6334985c-5ba7-4391-bfab-4b2b454be4ac 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-10-15T08:29:43.686Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:29:43.688Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:29:43.690Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:29:43.690Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286582017,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:29:43.790Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T08:29:43.791Z||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-10-15T08:29:43.791Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:29:43.801Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:29:43.801Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:29:44.692Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "820e2de5-d9a8-4c68-beb3-8f80ffb02757",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7824fed6-02fd-4483-8c5f-f8dd58cc55c7",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "d85ac4d5-22cb-4cab-84e0-a945ab03df0c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "351ca436-7480-4fcd-807e-c847c48f718f",
      "resourceInvariantUUID": "39a63143-42db-40ea-9864-d5d4289dfc6c",
      "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": "Y2MwMWQzNGZjODliYmZjNWNhOWU0MjA1ZWNmMjJkMGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "87f17203-96af-4d0b-81aa-399e66d79708"
    }
  ],
  "workloadContext": "Production"
}
2021-10-15T08:29:44.693Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-15T08:29:44.693Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 820e2de5-d9a8-4c68-beb3-8f80ffb02757 ASDC
2021-10-15T08:29:44.694Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:6334985c-5ba7-4391-bfab-4b2b454be4ac
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:820e2de5-d9a8-4c68-beb3-8f80ffb02757
ServiceInvariantUUID:7824fed6-02fd-4483-8c5f-f8dd58cc55c7
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:87f17203-96af-4d0b-81aa-399e66d79708
ArtifactChecksum:Y2MwMWQzNGZjODliYmZjNWNhOWU0MjA1ZWNmMjJkMGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:d85ac4d5-22cb-4cab-84e0-a945ab03df0c
ResourceInvariantUUID:39a63143-42db-40ea-9864-d5d4289dfc6c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:351ca436-7480-4fcd-807e-c847c48f718f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-10-15T08:29:44.695Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 820e2de5-d9a8-4c68-beb3-8f80ffb02757 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-10-15T08:29:44.722Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T08:29:44.723Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-15T08:29:44.723Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-15T08:29:44.723Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 87f17203-96af-4d0b-81aa-399e66d79708 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-15T08:29:44.723Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-15T08:29:44.724Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-15T08:29:45.476Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-15T08:29:45.479Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 87f17203-96af-4d0b-81aa-399e66d79708 52171
2021-10-15T08:29:45.481Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-15T08:29:45.481Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-15T08:29:45.481Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T08:29:45.482Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:29:45.484Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:29:45.484Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286585481,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:29:45.584Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T08:29:45.585Z||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-10-15T08:29:45.585Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:29:45.595Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:29:45.595Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:29:46.487Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T08:29:46.489Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-15T08:29:46.490Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 87f17203-96af-4d0b-81aa-399e66d79708, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-15T08:29:46.491Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-10-15T08:29:46.492Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-15T08:29:46.492Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-15T08:29:46.668Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10661255079862100953/Definitions/service-BasicNetwork-template.yml
2021-10-15T08:29:47.328Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-15T08:29:47.329Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-15T08:29:47.329Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-15T08:29:47.329Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-10-15T08:29:47.329Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||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-10-15T08:29:47.330Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||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-10-15T08:29:47.330Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||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-10-15T08:29:47.330Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||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-10-15T08:29:47.330Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-15T08:29:47.331Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||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-10-15T08:29:47.331Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||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-10-15T08:29:47.331Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||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-10-15T08:29:47.331Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-15T08:29:47.332Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:29:47.332Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:29:47.332Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-15T08:29:47.333Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-15T08:29:47.333Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T08:29:47.333Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:29:47.333Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:29:47.334Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-15T08:29:47.334Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-15T08:29:47.334Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T08:29:47.334Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:29:47.335Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:29:47.335Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:29:47.335Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:29:47.336Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:29:47.336Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:29:47.336Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:29:47.336Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:29:47.337Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:29:47.337Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:29:47.337Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:820e2de5-d9a8-4c68-beb3-8f80ffb02757
Model Version:NULL
Model InvariantUuid:7824fed6-02fd-4483-8c5f-f8dd58cc55c7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:39a63143-42db-40ea-9864-d5d4289dfc6c
Model UUID:4be05565-6fc6-4d83-b8a0-9cbaa2d12c26
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:d85ac4d5-22cb-4cab-84e0-a945ab03df0c
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-10-15T08:29:47.351Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 351ca436-7480-4fcd-807e-c847c48f718f
2021-10-15T08:29:47.352Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||No resources found for Service: 820e2de5-d9a8-4c68-beb3-8f80ffb02757
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-10-15T08:29:47.367Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||
2021-10-15T08:29:47.367Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-10-15T08:29:47.368Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 820e2de5-d9a8-4c68-beb3-8f80ffb02757
2021-10-15T08:29:47.369Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 820e2de5-d9a8-4c68-beb3-8f80ffb02757
2021-10-15T08:29:47.369Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-10-15T08:29:47.369Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||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-10-15T08:29:47.375Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ab26879, org.onap.sdc.toscaparser.api.parameters.Input@42f9d468, org.onap.sdc.toscaparser.api.parameters.Input@3b366248, org.onap.sdc.toscaparser.api.parameters.Input@35ea15b4, org.onap.sdc.toscaparser.api.parameters.Input@7cd242d0]
2021-10-15T08:29:47.377Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:29:47.377Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:29:47.378Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:29:47.378Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:29:47.378Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 820e2de5-d9a8-4c68-beb3-8f80ffb02757: Generic NeutronNet
2021-10-15T08:29:47.378Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:29:47.379Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:29:47.379Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:29:47.379Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||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-10-15T08:29:47.423Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:29:47.424Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:29:47.424Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:29:47.424Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:29:47.424Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:29:47.424Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:29:47.424Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||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-10-15T08:29:47.494Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-10-15T08:29:47.494Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-15T08:29:47.495Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-15T08:29:47.495Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T08:29:47.495Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:29:47.497Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:29:47.497Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286587494,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:29:47.597Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:29:47.598Z||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-10-15T08:29:47.598Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:29:47.615Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:29:47.615Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-10-15T08:29:48.498Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6334985c-5ba7-4391-bfab-4b2b454be4ac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-15T08:29:48.515Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6334985c-5ba7-4391-bfab-4b2b454be4ac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-15T08:29:48.517Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T08:29:48.518Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-15T08:29:48.518Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-15T08:29:48.518Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-15T08:29:48.518Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:29:48.518Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:29:48.518Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:29:48.518Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:29:48.518Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:29:48.519Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:29:48.519Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-15T08:29:48.523Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-15T08:30:18.524Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6334985c-5ba7-4391-bfab-4b2b454be4ac 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-10-15T08:30:18.537Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6334985c-5ba7-4391-bfab-4b2b454be4ac and serviceModelVersionId: 820e2de5-d9a8-4c68-beb3-8f80ffb02757
2021-10-15T08:30:18.538Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7824fed6-02fd-4483-8c5f-f8dd58cc55c7
2021-10-15T08:30:18.540Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7824fed6-02fd-4483-8c5f-f8dd58cc55c7/model-vers/model-ver/820e2de5-d9a8-4c68-beb3-8f80ffb02757?depth=0
2021-10-15T08:30:18.553Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-10-15T08:30:18.623Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7824fed6-02fd-4483-8c5f-f8dd58cc55c7/model-vers/model-ver/820e2de5-d9a8-4c68-beb3-8f80ffb02757?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-10-15T08:30:18.625Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7824fed6-02fd-4483-8c5f-f8dd58cc55c7/model-vers/model-ver/820e2de5-d9a8-4c68-beb3-8f80ffb02757?depth=0|INFO|500||Invoke
2021-10-15T08:30:18.649Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7824fed6-02fd-4483-8c5f-f8dd58cc55c7/model-vers/model-ver/820e2de5-d9a8-4c68-beb3-8f80ffb02757?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-15T08:30:18.944Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7824fed6-02fd-4483-8c5f-f8dd58cc55c7/model-vers/model-ver/820e2de5-d9a8-4c68-beb3-8f80ffb02757?depth=0|INFO|500||InvokeReturn
2021-10-15T08:30:18.946Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7824fed6-02fd-4483-8c5f-f8dd58cc55c7/model-vers/model-ver/820e2de5-d9a8-4c68-beb3-8f80ffb02757?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211015-08:30:18:613-41465], vertex-id=[552960], Content-Length=[0], Date=[Fri, 15 Oct 2021 08:30:18 GMT], Content-Type=[application/json]}
2021-10-15T08:30:18.946Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-10-15T08:30:18.946Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-15T08:30:18.946Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||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-10-15T08:30:18.958Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-15T08:30:18.959Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6334985c-5ba7-4391-bfab-4b2b454be4ac and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-15T08:30:18.960Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-15T08:30:18.960Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:30:18.965Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:30:18.966Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286618960,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-15T08:30:19.065Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T08:30:19.067Z||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-10-15T08:30:19.067Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:30:19.080Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:30:19.080Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-15T08:30:42.017Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:30:42.018Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T08:30:42.018Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:30:42.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:30:42.019Z||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-10-15T08:30:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:30:42.151Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:30:42.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:30:42.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286582017,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:30:42.156Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:30:51.585Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:31:42.017Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:31:42.020Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:31:42.021Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T08:31:42.021Z||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-10-15T08:31:42.021Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:31:42.021Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:31:42.049Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:31:42.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:31:42.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286582017,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:31:42.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:31:42.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:31:42.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286585481,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:31:42.061Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:31:42.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:31:42.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286587494,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:31:42.062Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:31:42.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:31:42.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286618960,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-15T08:31:42.063Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:31:42.650Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:31:42.651Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T08:31:42.651Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"0027e51e-e68c-46c0-b5d8-6ba766804be9","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"0cf816fd-41c2-4a0f-b8d0-089141e82605","serviceDescription":"service","serviceInvariantUUID":"ed577d2f-34ab-401a-b2ce-782c0388cba0","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"06d197e3-fb22-4452-8d4a-835e03fa9fab","resourceInvariantUUID":"415b54f3-f3dd-4541-ad80-3cc94dc4b2cb","resourceCustomizationUUID":"3c148a12-512c-499b-94fc-748ad6c90c56","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":"YjdjNTk0ZmQ3NDVkNTZkNjMzNjdiOTQ1OTBhZjFmMGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5ed6e1cb-04f9-458e-8ec6-9e29f47298f0","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":"NDk3NTcwYTc3ZTFlNDVhMTAwZjdhOTVhMDZmOTViOTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7f33e4d4-316f-4333-8c53-0c34a48abee4","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":"d12a41aa-ae98-4aaf-b948-63c108e834fe","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":"d80f0caa-f4ee-4f38-8082-7de93974f24e","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":"f1e542e8-fee3-4232-a9f0-8b3542b36534","artifactVersion":"2","generatedFromUUID":"d12a41aa-ae98-4aaf-b948-63c108e834fe"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NGUzYmVmMzc3NTYzYmNmOWFiZGNkOTc5NmQyYmEyM2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"125a6292-f3ea-40f9-bcec-a451d06b1ed7","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MzZjYjJiOWJmYjdiZTBkMjZiNjJiYjVhYWViMGQ1ZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f570d528-4808-451a-9e3b-8981b79199c0","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-15T08:31:42.657Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:31:42.657Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:31:42.662Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:31:42.662Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286702017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:31:42.763Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:31:42.764Z||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-10-15T08:31:42.764Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:31:42.776Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:31:42.776Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:31:43.663Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:31:43.664Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:31:43.667Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:31:43.667Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286702017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T08:31:43.767Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T08:31:43.768Z||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-10-15T08:31:43.768Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:31:43.778Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:31:43.778Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:31:44.668Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:31:44.670Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:31:44.672Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:31:44.672Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286702017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-15T08:31:44.773Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T08:31:44.774Z||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-10-15T08:31:44.774Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:31:44.785Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:31:44.786Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:31:45.673Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:31:45.678Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:31:45.680Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:31:45.681Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286702017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:31:45.781Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:31:45.783Z||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-10-15T08:31:45.783Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:31:45.798Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:31:45.798Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:31:46.681Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:31:46.682Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:31:46.684Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:31:46.685Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286702017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-15T08:31:46.788Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-10-15T08:31:46.789Z||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-10-15T08:31:46.789Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:31:46.805Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:31:46.805Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:31:47.686Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:31:47.687Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:31:47.689Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:31:47.689Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286702017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:31:47.789Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:31:47.790Z||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-10-15T08:31:47.790Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:31:47.803Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:31:47.803Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:31:48.689Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:31:48.691Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:31:48.693Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:31:48.693Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286702017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:31:48.794Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T08:31:48.794Z||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-10-15T08:31:48.794Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:31:48.805Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:31:48.806Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-15T08:31:49.700Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "0cf816fd-41c2-4a0f-b8d0-089141e82605",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ed577d2f-34ab-401a-b2ce-782c0388cba0",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "3c148a12-512c-499b-94fc-748ad6c90c56",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "06d197e3-fb22-4452-8d4a-835e03fa9fab",
      "resourceInvariantUUID": "415b54f3-f3dd-4541-ad80-3cc94dc4b2cb",
      "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": "NDk3NTcwYTc3ZTFlNDVhMTAwZjdhOTVhMDZmOTViOTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7f33e4d4-316f-4333-8c53-0c34a48abee4",
          "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": "d12a41aa-ae98-4aaf-b948-63c108e834fe",
          "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": "f1e542e8-fee3-4232-a9f0-8b3542b36534",
            "generatedFromUUID": "d12a41aa-ae98-4aaf-b948-63c108e834fe"
          },
          "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": "f1e542e8-fee3-4232-a9f0-8b3542b36534",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MzZjYjJiOWJmYjdiZTBkMjZiNjJiYjVhYWViMGQ1ZWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f570d528-4808-451a-9e3b-8981b79199c0"
    }
  ],
  "workloadContext": "Production"
}
2021-10-15T08:31:49.700Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-15T08:31:49.700Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0cf816fd-41c2-4a0f-b8d0-089141e82605 ASDC
2021-10-15T08:31:49.704Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:0027e51e-e68c-46c0-b5d8-6ba766804be9
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:0cf816fd-41c2-4a0f-b8d0-089141e82605
ServiceInvariantUUID:ed577d2f-34ab-401a-b2ce-782c0388cba0
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:f570d528-4808-451a-9e3b-8981b79199c0
ArtifactChecksum:MzZjYjJiOWJmYjdiZTBkMjZiNjJiYjVhYWViMGQ1ZWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:3c148a12-512c-499b-94fc-748ad6c90c56
ResourceInvariantUUID:415b54f3-f3dd-4541-ad80-3cc94dc4b2cb
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:06d197e3-fb22-4452-8d4a-835e03fa9fab
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:7f33e4d4-316f-4333-8c53-0c34a48abee4
ArtifactChecksum:NDk3NTcwYTc3ZTFlNDVhMTAwZjdhOTVhMDZmOTViOTQ=
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:d12a41aa-ae98-4aaf-b948-63c108e834fe
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:f1e542e8-fee3-4232-a9f0-8b3542b36534
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:f1e542e8-fee3-4232-a9f0-8b3542b36534
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-15T08:31:49.704Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0cf816fd-41c2-4a0f-b8d0-089141e82605 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-10-15T08:31:49.765Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T08:31:49.766Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-15T08:31:49.766Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-15T08:31:49.766Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f570d528-4808-451a-9e3b-8981b79199c0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-15T08:31:49.766Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-15T08:31:49.767Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-15T08:31:50.194Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-15T08:31:50.198Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar f570d528-4808-451a-9e3b-8981b79199c0 70861
2021-10-15T08:31:50.198Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-10-15T08:31:50.198Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-15T08:31:50.198Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T08:31:50.199Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:31:50.201Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:31:50.202Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286710198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:31:50.303Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-15T08:31:50.304Z||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-10-15T08:31:50.304Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:31:50.313Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:31:50.313Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:31:51.202Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T08:31:51.204Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-15T08:31:51.204Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: f570d528-4808-451a-9e3b-8981b79199c0, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-15T08:31:51.205Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-10-15T08:31:51.206Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-15T08:31:51.206Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-10-15T08:31:51.524Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1094849191205564698/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-10-15T08:31:52.792Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-15T08:31:52.793Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-15T08:31:52.793Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-15T08:31:52.793Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-15T08:31:52.793Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-15T08:31:52.793Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||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-10-15T08:31:52.793Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-15T08:31:52.794Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-15T08:31:52.794Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-15T08:31:52.794Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-15T08:31:52.794Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-15T08:31:52.794Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-15T08:31:52.794Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-15T08:31:52.794Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-15T08:31:52.794Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:31:52.794Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:31:52.795Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-15T08:31:52.795Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-15T08:31:52.795Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T08:31:52.795Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:31:52.796Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:31:52.796Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-15T08:31:52.796Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-15T08:31:52.796Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T08:31:52.796Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:31:52.796Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:31:52.796Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:31:52.797Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-15T08:31:52.797Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-10-15T08:31:52.797Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-10-15T08:31:52.797Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-10-15T08:31:52.797Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-15T08:31:52.797Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-15T08:31:52.797Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:31:52.797Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-15T08:31:52.798Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:31:52.798Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-15T08:31:52.798Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:31:52.798Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:31:52.798Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-15T08:31:52.798Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:31:52.798Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:31:52.798Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-15T08:31:52.799Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:31:52.800Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:31:52.800Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-15T08:31:52.800Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-15T08:31:52.800Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-15T08:31:52.800Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=152725ee-03c4-458f-b67b-710fca01d943
2021-10-15T08:31:52.800Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:31:52.800Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:31:52.801Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:31:52.801Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:31:52.801Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:31:52.801Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:31:52.801Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:31:52.801Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:31:52.801Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:0cf816fd-41c2-4a0f-b8d0-089141e82605
Model Version:NULL
Model InvariantUuid:ed577d2f-34ab-401a-b2ce-782c0388cba0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:0e9a3145-1569-4fcf-a079-88393e2d7edd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:415b54f3-f3dd-4541-ad80-3cc94dc4b2cb
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3c148a12-512c-499b-94fc-748ad6c90c56
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cd6f152e-c9f6-43c7-88e1-ef8845a49f5f
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:03710711-7b4a-41cb-b394-fe9e8dca74f1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:152725ee-03c4-458f-b67b-710fca01d943
ModelInvariantUuid:6b9e3d03-36c1-43f9-be2d-69c92d829d58
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:db9d4694-8b62-40e3-9343-05b425799daf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:d84e7671-0399-4e7b-ba80-c2976f9a0b3a
ModelInvariantUuid:2f284652-d63e-4d44-8959-dd3bcf1b6a48
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:287cd726-333c-4d5a-ba57-3f7cda9f0f74
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-10-15T08:31:52.807Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 06d197e3-fb22-4452-8d4a-835e03fa9fab
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-10-15T08:31:52.813Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||basic_vm 0
2021-10-15T08:31:52.813Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 06d197e3-fb22-4452-8d4a-835e03fa9fab
2021-10-15T08:31:52.813Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7f33e4d4-316f-4333-8c53-0c34a48abee4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-10-15T08:31:52.814Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-15T08:31:52.814Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||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-10-15T08:31:53.132Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-15T08:31:53.133Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 7f33e4d4-316f-4333-8c53-0c34a48abee4 787
2021-10-15T08:31:53.133Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||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-10-15T08:31:53.133Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||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-10-15T08:31:53.134Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T08:31:53.134Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:31:53.136Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:31:53.136Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286713133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:31:53.236Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:31:53.237Z||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-10-15T08:31:53.237Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:31:53.246Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:31:53.247Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:31:54.136Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "cd6f152e-c9f6-43c7-88e1-ef8845a49f5f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "03710711-7b4a-41cb-b394-fe9e8dca74f1",
    "vfModuleModelCustomizationUUID": "561b46a3-3ee8-48b2-a2f9-b5d6e4fa4949",
    "isBase": true,
    "artifacts": [
      "d12a41aa-ae98-4aaf-b948-63c108e834fe",
      "f1e542e8-fee3-4232-a9f0-8b3542b36534"
    ],
    "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-10-15T08:31:54.141Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:03710711-7b4a-41cb-b394-fe9e8dca74f1
VfModuleModelInvariantUUID:cd6f152e-c9f6-43c7-88e1-ef8845a49f5f
VfModuleModelDescription:NULL
Artifacts UUID List:{
d12a41aa-ae98-4aaf-b948-63c108e834fe
,
f1e542e8-fee3-4232-a9f0-8b3542b36534

}
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-10-15T08:31:54.142Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "cd6f152e-c9f6-43c7-88e1-ef8845a49f5f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "03710711-7b4a-41cb-b394-fe9e8dca74f1",
    "vfModuleModelCustomizationUUID": "561b46a3-3ee8-48b2-a2f9-b5d6e4fa4949",
    "isBase": true,
    "artifacts": [
      "d12a41aa-ae98-4aaf-b948-63c108e834fe",
      "f1e542e8-fee3-4232-a9f0-8b3542b36534"
    ],
    "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-10-15T08:31:54.143Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:03710711-7b4a-41cb-b394-fe9e8dca74f1
VfModuleModelInvariantUUID:cd6f152e-c9f6-43c7-88e1-ef8845a49f5f
VfModuleModelDescription:NULL
Artifacts UUID List:{
d12a41aa-ae98-4aaf-b948-63c108e834fe
,
f1e542e8-fee3-4232-a9f0-8b3542b36534

}
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-10-15T08:31:54.143Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d12a41aa-ae98-4aaf-b948-63c108e834fe from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-10-15T08:31:54.143Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-15T08:31:54.143Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||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-10-15T08:31:54.484Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-15T08:31:54.487Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml d12a41aa-ae98-4aaf-b948-63c108e834fe 5033
2021-10-15T08:31:54.488Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||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-10-15T08:31:54.488Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||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-10-15T08:31:54.488Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T08:31:54.488Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:31:54.491Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:31:54.491Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286714487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:31:54.592Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-15T08:31:54.594Z||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-10-15T08:31:54.594Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:31:54.615Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:31:54.616Z||pool-49-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:31:55.491Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f1e542e8-fee3-4232-a9f0-8b3542b36534 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-10-15T08:31:55.492Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-15T08:31:55.492Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||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-10-15T08:31:55.733Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-15T08:31:55.734Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env f1e542e8-fee3-4232-a9f0-8b3542b36534 903
2021-10-15T08:31:55.734Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||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-10-15T08:31:55.734Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||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-10-15T08:31:55.734Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T08:31:55.734Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:31:55.736Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:31:55.736Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286715734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:31:55.839Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-10-15T08:31:55.840Z||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-10-15T08:31:55.840Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:31:55.848Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:31:55.848Z||pool-50-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:31:56.737Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 0cf816fd-41c2-4a0f-b8d0-089141e82605
2021-10-15T08:31:56.738Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 06d197e3-fb22-4452-8d4a-835e03fa9fab 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-10-15T08:31:56.758Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@527ee6de, org.onap.sdc.toscaparser.api.parameters.Input@247cd06c, org.onap.sdc.toscaparser.api.parameters.Input@45f0fb8d, org.onap.sdc.toscaparser.api.parameters.Input@360ef582, org.onap.sdc.toscaparser.api.parameters.Input@13e3bd8b]
2021-10-15T08:31:56.760Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:31:56.761Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:31:56.761Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-10-15T08:31:56.761Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 3c148a12-512c-499b-94fc-748ad6c90c56
2021-10-15T08:31:56.761Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3c148a12-512c-499b-94fc-748ad6c90c56 matches Tosca VF Customization UUID: 3c148a12-512c-499b-94fc-748ad6c90c56
2021-10-15T08:31:56.762Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 3c148a12-512c-499b-94fc-748ad6c90c56  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-10-15T08:31:56.765Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:31:56.765Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:31:56.766Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 3c148a12-512c-499b-94fc-748ad6c90c56: {\"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-10-15T08:31:56.766Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5253100f
2021-10-15T08:31:56.766Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:31:56.767Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-15T08:31:56.767Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 561b46a3-3ee8-48b2-a2f9-b5d6e4fa4949
2021-10-15T08:31:56.767Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 561b46a3-3ee8-48b2-a2f9-b5d6e4fa4949
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-10-15T08:31:56.771Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:31:56.771Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-15T08:31:56.771Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:31:56.771Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:31:56.772Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-15T08:31:56.772Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:31:56.772Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:31:56.772Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-15T08:31:56.773Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-15T08:31:56.773Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-15T08:31:56.773Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=152725ee-03c4-458f-b67b-710fca01d943
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-10-15T08:31:56.776Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:31:56.776Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-15T08:31:56.776Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:31:56.777Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:31:56.777Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-15T08:31:56.777Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=3c148a12-512c-499b-94fc-748ad6c90c56
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-10-15T08:31:56.779Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:31:56.779Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:31:56.780Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 0cf816fd-41c2-4a0f-b8d0-089141e82605: basic_vm
2021-10-15T08:31:56.780Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:31:56.780Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:31:56.780Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:31:56.781Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:31:56.781Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:31:56.781Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:31:56.781Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:31:56.781Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:31:56.782Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:31:56.782Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:31:56.782Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||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-10-15T08:31:56.861Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 06d197e3-fb22-4452-8d4a-835e03fa9fab 1 ASDC deployResourceStructure
2021-10-15T08:31:56.862Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||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-10-15T08:31:56.862Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||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-10-15T08:31:56.862Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T08:31:56.863Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:31:56.865Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:31:56.865Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286716862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-15T08:31:56.965Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:31:56.966Z||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-10-15T08:31:56.966Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:31:56.977Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:31:56.978Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:31:57.866Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||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-10-15T08:31:57.866Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||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-10-15T08:31:57.866Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T08:31:57.867Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:31:57.869Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:31:57.869Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286717866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-15T08:31:57.970Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:31:57.971Z||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-10-15T08:31:57.971Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:31:57.981Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:31:57.981Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:31:58.882Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||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-10-15T08:31:58.882Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||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-10-15T08:31:58.885Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T08:31:58.886Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:31:58.889Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:31:58.889Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286718881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-15T08:31:58.991Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:31:58.995Z||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-10-15T08:31:58.995Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:31:59.007Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:31:59.007Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:31:59.892Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-10-15T08:31:59.892Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-15T08:31:59.892Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T08:31:59.892Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:31:59.896Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:31:59.896Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286719891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:31:59.997Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-15T08:31:59.998Z||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-10-15T08:31:59.998Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:32:00.012Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:32:00.012Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:32:00.898Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0027e51e-e68c-46c0-b5d8-6ba766804be9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-15T08:32:00.931Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0027e51e-e68c-46c0-b5d8-6ba766804be9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-15T08:32:00.937Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T08:32:00.937Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-15T08:32:00.937Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-15T08:32:30.937Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0027e51e-e68c-46c0-b5d8-6ba766804be9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-15T08:32:30.954Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0027e51e-e68c-46c0-b5d8-6ba766804be9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-15T08:32:30.958Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T08:32:30.958Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-15T08:32:30.959Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-15T08:32:42.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:32:42.020Z||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-10-15T08:32:42.021Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:32:42.044Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:32:42.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "cds",
  "timestamp": 1634286680857,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:32:42.058Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "dcae-sch",
  "timestamp": 1634286673471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:32:42.058Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "aai-ml",
  "timestamp": 1634286677462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:32:42.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "cds",
  "timestamp": 1634286680857,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:32:42.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "dcae-sch",
  "timestamp": 1634286673471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:32:42.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "aai-ml",
  "timestamp": 1634286677462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:32:42.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "cds",
  "timestamp": 1634286680857,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:32:42.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "aai-ml",
  "timestamp": 1634286677462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:32:42.065Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "dcae-sch",
  "timestamp": 1634286673471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:32:42.065Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "cds",
  "timestamp": 1634286680857,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:32:42.065Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "aai-ml",
  "timestamp": 1634286677462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:32:42.065Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "dcae-sch",
  "timestamp": 1634286673471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:32:42.066Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "cds",
  "timestamp": 1634286680857,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:32:42.066Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "dcae-sch",
  "timestamp": 1634286673471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:32:42.066Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "aai-ml",
  "timestamp": 1634286677462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:32:42.066Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634286686165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:32:42.067Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "cds",
  "timestamp": 1634286680857,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:32:42.073Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "aai-ml",
  "timestamp": 1634286677462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:32:42.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "dcae-sch",
  "timestamp": 1634286673471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:32:42.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634286686165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:32:42.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "cds",
  "timestamp": 1634286680857,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:32:42.075Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "aai-ml",
  "timestamp": 1634286677462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:32:42.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "dcae-sch",
  "timestamp": 1634286673471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:32:42.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634286686165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:32:42.080Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634286686165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:32:42.080Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "cds",
  "timestamp": 1634286690092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:32:42.080Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:32:42.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "aai-ml",
  "timestamp": 1634286690133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:32:42.081Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:32:42.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634286686165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:32:42.081Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "cds",
  "timestamp": 1634286691100,
  "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=?
2021-10-15T08:32:42.093Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0027e51e-e68c-46c0-b5d8-6ba766804be9
2021-10-15T08:32:42.093Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0027e51e-e68c-46c0-b5d8-6ba766804be9 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-10-15T08:32:42.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634286686165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:32:42.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634286691168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:32:42.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634286691168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T08:32:42.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634286686165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:32:42.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "policy-id",
  "timestamp": 1634286692353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:32:42.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634286691168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-15T08:32:42.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "policy-id",
  "timestamp": 1634286692353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:32:42.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634286691168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:32:42.110Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "policy-id",
  "timestamp": 1634286692353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-15T08:32:42.110Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "clamp",
  "timestamp": 1634286694657,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:32:42.110Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634286691168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-15T08:32:42.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "policy-id",
  "timestamp": 1634286692353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:32:42.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "clamp",
  "timestamp": 1634286694657,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T08:32:42.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634286691168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:32:42.112Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.112Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "policy-id",
  "timestamp": 1634286692353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:32:42.112Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.112Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "clamp",
  "timestamp": 1634286694657,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:32:42.113Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.113Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.113Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634286691168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:32:42.113Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.113Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.113Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "policy-id",
  "timestamp": 1634286692353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:32:42.113Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.113Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.113Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "clamp",
  "timestamp": 1634286694657,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:32:42.114Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.114Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "aai-ml",
  "timestamp": 1634286698641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:32:42.114Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:32:42.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.114Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "policy-id",
  "timestamp": 1634286692353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:32:42.114Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.114Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634286699024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:32:42.115Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:32:42.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "clamp",
  "timestamp": 1634286694657,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:32:42.115Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "aai-ml",
  "timestamp": 1634286699645,
  "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-10-15T08:32:42.119Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0027e51e-e68c-46c0-b5d8-6ba766804be9
2021-10-15T08:32:42.120Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0027e51e-e68c-46c0-b5d8-6ba766804be9 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-10-15T08:32:42.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "policy-id",
  "timestamp": 1634286700262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:32:42.126Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:32:42.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "clamp",
  "timestamp": 1634286694657,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:32:42.127Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634286700512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:32:42.127Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:32:42.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "policy-id",
  "timestamp": 1634286701268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:32:42.127Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:32:42.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "clamp",
  "timestamp": 1634286694657,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:32:42.127Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:32:42.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:32:42.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634286701818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:32:42.128Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:33:00.961Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0027e51e-e68c-46c0-b5d8-6ba766804be9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-15T08:33:00.991Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0027e51e-e68c-46c0-b5d8-6ba766804be9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-15T08:33:00.996Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T08:33:00.996Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-15T08:33:00.996Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-15T08:33:00.996Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-15T08:33:30.997Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0027e51e-e68c-46c0-b5d8-6ba766804be9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-15T08:33:31.009Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0027e51e-e68c-46c0-b5d8-6ba766804be9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-15T08:33:31.017Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T08:33:31.017Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-15T08:33:31.017Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-15T08:33:31.017Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-15T08:33:42.020Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:33:42.023Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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-10-15T08:33:42.023Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:33:42.045Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:33:42.046Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:33:42.047Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "policy-id",
  "timestamp": 1634286702271,
  "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-10-15T08:33:42.063Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0027e51e-e68c-46c0-b5d8-6ba766804be9
2021-10-15T08:33:42.064Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0027e51e-e68c-46c0-b5d8-6ba766804be9 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-10-15T08:34:01.018Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0027e51e-e68c-46c0-b5d8-6ba766804be9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-15T08:34:01.044Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0027e51e-e68c-46c0-b5d8-6ba766804be9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-15T08:34:01.047Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T08:34:01.047Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-15T08:34:01.048Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-15T08:34:01.048Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-15T08:34:31.048Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0027e51e-e68c-46c0-b5d8-6ba766804be9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-15T08:34:31.058Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0027e51e-e68c-46c0-b5d8-6ba766804be9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-15T08:34:31.060Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T08:34:31.060Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-15T08:34:31.060Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-15T08:34:31.061Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-15T08:34:42.019Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:34:42.022Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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-10-15T08:34:42.022Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:34:42.045Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:34:42.064Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.065Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286702017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.067Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.067Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.067Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634286702147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.067Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.068Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.068Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634286702858,
  "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-10-15T08:34:42.075Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0027e51e-e68c-46c0-b5d8-6ba766804be9
2021-10-15T08:34:42.075Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0027e51e-e68c-46c0-b5d8-6ba766804be9 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-10-15T08:34:42.083Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.084Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286702017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T08:34:42.084Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.084Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.084Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634286702147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.084Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.084Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.085Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634286703861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-15T08:34:42.085Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:34:42.085Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.085Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "cds",
  "timestamp": 1634286695858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.086Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.086Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.086Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286702017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-15T08:34:42.086Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.086Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.086Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634286702147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.087Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.087Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.087Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "cds",
  "timestamp": 1634286695858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.087Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.087Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.087Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286702017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.088Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.088Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.088Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634286702147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.088Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.088Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.088Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "cds",
  "timestamp": 1634286695858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.089Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.089Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.089Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286702017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-15T08:34:42.089Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.089Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.089Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634286706164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.089Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.090Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.090Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634286702147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.090Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.090Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.090Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "cds",
  "timestamp": 1634286695858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.090Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.091Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.091Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286702017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.091Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.091Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.091Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634286706164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.092Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.092Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.092Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634286702147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.092Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.092Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.092Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "aai-ml",
  "timestamp": 1634286707466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.092Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.093Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.093Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "cds",
  "timestamp": 1634286695858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.093Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.093Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.093Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286702017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:34:42.093Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.093Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.094Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634286706164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.094Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.094Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.094Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634286702147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:34:42.094Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.094Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.095Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "aai-ml",
  "timestamp": 1634286707466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.095Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.095Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.095Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "cds",
  "timestamp": 1634286695858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.095Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.095Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.095Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634286706164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.096Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.096Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.096Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "aai-ml",
  "timestamp": 1634286707466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.096Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.096Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.097Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286710198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:34:42.097Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:34:42.097Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.097Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634286710394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:34:42.097Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:34:42.097Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.097Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "cds",
  "timestamp": 1634286695858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.098Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.098Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.098Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634286706164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.098Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.098Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.099Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "aai-ml",
  "timestamp": 1634286707466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.103Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.103Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.103Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "cds",
  "timestamp": 1634286695858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:34:42.103Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.103Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.103Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634286711169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.103Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.104Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.104Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634286706164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.104Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.104Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.104Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "aai-ml",
  "timestamp": 1634286707466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.104Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.105Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.105Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634286711169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T08:34:42.105Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.105Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.106Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634286706164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.106Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.106Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.106Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "policy-id",
  "timestamp": 1634286712355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.106Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.107Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.107Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286713133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:34:42.107Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:34:42.107Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.107Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "aai-ml",
  "timestamp": 1634286707466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.107Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.108Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.108Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "cds",
  "timestamp": 1634286713296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:34:42.108Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:34:42.108Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.108Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634286713377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:34:42.108Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:34:42.109Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.109Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634286711169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-15T08:34:42.109Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.109Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.109Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634286706164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.109Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.110Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.110Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "policy-id",
  "timestamp": 1634286712355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.110Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.110Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.110Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "aai-ml",
  "timestamp": 1634286707466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.110Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.110Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.110Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "dcae-sch",
  "timestamp": 1634286713470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.110Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.111Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.111Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "clamp",
  "timestamp": 1634286714377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:34:42.111Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:34:42.111Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.111Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634286714382,
  "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-10-15T08:34:42.118Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0027e51e-e68c-46c0-b5d8-6ba766804be9
2021-10-15T08:34:42.118Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0027e51e-e68c-46c0-b5d8-6ba766804be9 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-10-15T08:34:42.126Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.126Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286714487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:34:42.126Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:34:42.127Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.127Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634286711169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.127Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.127Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.127Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "policy-id",
  "timestamp": 1634286712355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-15T08:34:42.127Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.128Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.128Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "aai-ml",
  "timestamp": 1634286707466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:34:42.128Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.128Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.128Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "dcae-sch",
  "timestamp": 1634286713470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.128Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.128Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.128Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "clamp",
  "timestamp": 1634286715404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:34:42.128Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:34:42.129Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.129Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "cds",
  "timestamp": 1634286715650,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-15T08:34:42.156Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of aefd6eac-4e48-4940-ad16-7827945429a3
2021-10-15T08:34:42.156Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId aefd6eac-4e48-4940-ad16-7827945429a3 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-10-15T08:34:42.166Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.166Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286715734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:34:42.167Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:34:42.167Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.167Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634286711169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-15T08:34:42.167Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.167Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.167Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "policy-id",
  "timestamp": 1634286712355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.168Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.168Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.168Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "dcae-sch",
  "timestamp": 1634286713470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.169Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.169Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.169Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "aai-ml",
  "timestamp": 1634286716433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:34:42.169Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:34:42.169Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.169Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "clamp",
  "timestamp": 1634286716407,
  "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-10-15T08:34:42.176Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0027e51e-e68c-46c0-b5d8-6ba766804be9
2021-10-15T08:34:42.176Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0027e51e-e68c-46c0-b5d8-6ba766804be9 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-10-15T08:34:42.185Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.185Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286716862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-15T08:34:42.185Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:34:42.185Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.185Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634286711169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.186Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.186Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.186Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "policy-id",
  "timestamp": 1634286712355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.186Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.186Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.186Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "dcae-sch",
  "timestamp": 1634286713470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.186Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.186Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.186Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286717866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-15T08:34:42.186Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:34:42.187Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.187Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634286711169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.187Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.187Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.187Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "policy-id",
  "timestamp": 1634286712355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.187Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.187Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.187Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "dcae-sch",
  "timestamp": 1634286713470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.187Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.187Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.187Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286718881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-15T08:34:42.188Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:34:42.188Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.188Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634286711169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:34:42.188Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.188Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.188Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "policy-id",
  "timestamp": 1634286712355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.188Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.188Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.188Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "dcae-sch",
  "timestamp": 1634286713470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.188Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.189Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.189Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286719891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:34:42.189Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:34:42.189Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.189Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634286720024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:34:42.189Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:34:42.190Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.190Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "policy-id",
  "timestamp": 1634286712355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:34:42.190Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.190Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.190Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "dcae-sch",
  "timestamp": 1634286713470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.190Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.190Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.190Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "dcae-sch",
  "timestamp": 1634286713470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.191Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.191Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.191Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "policy-id",
  "timestamp": 1634286721275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:34:42.191Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:34:42.191Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.191Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634286721330,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:34:42.191Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:34:42.191Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.192Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "policy-id",
  "timestamp": 1634286722278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:34:42.192Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:34:42.192Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.192Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634286722825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:34:42.192Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:34:42.192Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.192Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "policy-id",
  "timestamp": 1634286723281,
  "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-10-15T08:34:42.197Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aefd6eac-4e48-4940-ad16-7827945429a3
2021-10-15T08:34:42.197Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId aefd6eac-4e48-4940-ad16-7827945429a3 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-10-15T08:34:42.204Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.205Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634286723855,
  "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-10-15T08:34:42.210Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aefd6eac-4e48-4940-ad16-7827945429a3
2021-10-15T08:34:42.210Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId aefd6eac-4e48-4940-ad16-7827945429a3 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-10-15T08:34:42.215Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.215Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634286724859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-15T08:34:42.216Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:34:42.216Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.216Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "clamp",
  "timestamp": 1634286724656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.216Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.216Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.216Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "aai-ml",
  "timestamp": 1634286725469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:34:42.216Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:34:42.216Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.216Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "clamp",
  "timestamp": 1634286724656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T08:34:42.217Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.217Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.217Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "aai-ml",
  "timestamp": 1634286726473,
  "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-10-15T08:34:42.221Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of aefd6eac-4e48-4940-ad16-7827945429a3
2021-10-15T08:34:42.222Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId aefd6eac-4e48-4940-ad16-7827945429a3 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-10-15T08:34:42.232Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.232Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "clamp",
  "timestamp": 1634286724656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.232Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.232Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.233Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "clamp",
  "timestamp": 1634286724656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.233Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.233Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.233Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634286726165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.233Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.233Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.233Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "clamp",
  "timestamp": 1634286724656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.233Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.233Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.233Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "cds",
  "timestamp": 1634286726270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.234Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.234Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.234Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634286726165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.234Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.234Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.234Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "clamp",
  "timestamp": 1634286724656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.234Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.235Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.235Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "cds",
  "timestamp": 1634286726270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.235Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.235Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.236Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634286726165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.236Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.236Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.236Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "clamp",
  "timestamp": 1634286724656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.236Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.236Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.236Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "cds",
  "timestamp": 1634286726270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.236Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.237Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.237Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634286731167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.237Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.237Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.237Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634286726165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.237Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.238Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.238Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "clamp",
  "timestamp": 1634286724656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:34:42.238Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.238Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.238Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "cds",
  "timestamp": 1634286726270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.238Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.238Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.238Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634286732148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.239Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.239Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.239Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634286731167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-15T08:34:42.239Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.239Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.239Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "policy-id",
  "timestamp": 1634286732354,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.239Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.239Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.239Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634286726165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.240Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.240Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.240Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "cds",
  "timestamp": 1634286726270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.240Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.240Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.240Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634286732148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.240Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.240Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.241Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634286731167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-15T08:34:42.241Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.241Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.241Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "policy-id",
  "timestamp": 1634286732354,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.241Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.241Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.241Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "dcae-sch",
  "timestamp": 1634286733471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.242Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.242Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.242Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634286726165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.242Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.242Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.243Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "cds",
  "timestamp": 1634286726270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.243Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.243Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.243Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634286732148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.243Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.243Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.243Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634286731167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T08:34:42.243Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.250Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.250Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "policy-id",
  "timestamp": 1634286732354,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.250Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.251Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.254Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "dcae-sch",
  "timestamp": 1634286733471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.260Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.260Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.260Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634286726165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.260Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.260Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.260Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "cds",
  "timestamp": 1634286726270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.261Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.261Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.261Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634286732148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.261Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.261Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.261Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634286731167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-15T08:34:42.262Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.267Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.267Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "policy-id",
  "timestamp": 1634286732354,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.267Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.267Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.267Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "dcae-sch",
  "timestamp": 1634286733471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.267Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.267Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.268Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634286726165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.268Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.268Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.268Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "cds",
  "timestamp": 1634286726270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.268Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.268Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.268Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634286732148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.268Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.268Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.269Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634286731167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.269Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.269Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.269Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "policy-id",
  "timestamp": 1634286732354,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-15T08:34:42.269Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.269Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.269Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "dcae-sch",
  "timestamp": 1634286733471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.269Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.269Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.270Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634286726165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.271Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.271Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.271Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "cds",
  "timestamp": 1634286726270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:34:42.271Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.271Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.271Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634286731167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-15T08:34:42.272Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.272Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.274Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634286732148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.274Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.274Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.274Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "policy-id",
  "timestamp": 1634286732354,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.275Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.275Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.275Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "aai-ml",
  "timestamp": 1634286737462,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.275Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.276Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.276Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "dcae-sch",
  "timestamp": 1634286733471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.276Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.276Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.276Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "cds",
  "timestamp": 1634286738732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:34:42.276Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:34:42.276Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.277Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634286731167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.277Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.277Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.277Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634286732148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.277Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.277Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.277Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "policy-id",
  "timestamp": 1634286732354,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.277Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.277Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.278Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "aai-ml",
  "timestamp": 1634286737462,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.278Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.278Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.278Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "dcae-sch",
  "timestamp": 1634286733471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.278Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.278Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.278Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "cds",
  "timestamp": 1634286739741,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-15T08:34:42.293Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5fcb7362-cc6d-4909-ab1f-3c5068f88584
2021-10-15T08:34:42.293Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5fcb7362-cc6d-4909-ab1f-3c5068f88584 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-10-15T08:34:42.300Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.300Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634286731167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:34:42.300Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.300Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.332Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634286732148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:34:42.333Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.333Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.334Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "policy-id",
  "timestamp": 1634286732354,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.334Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.334Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.335Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "aai-ml",
  "timestamp": 1634286737462,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.335Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.335Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.335Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "dcae-sch",
  "timestamp": 1634286733471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.336Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.336Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.336Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "policy-id",
  "timestamp": 1634286732354,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:34:42.337Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.337Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.337Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634286741042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:34:42.338Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:34:42.338Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.338Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "aai-ml",
  "timestamp": 1634286737462,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.339Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.339Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.339Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "dcae-sch",
  "timestamp": 1634286733471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.340Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.340Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.340Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634286741300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:34:42.340Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:34:42.340Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.340Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "clamp",
  "timestamp": 1634286741381,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:34:42.341Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:34:42.341Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.341Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "aai-ml",
  "timestamp": 1634286737462,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.341Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.341Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.341Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "dcae-sch",
  "timestamp": 1634286733471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.341Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.341Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.342Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "policy-id",
  "timestamp": 1634286742573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:34:42.342Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:34:42.342Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.342Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634286742926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:34:42.342Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:34:42.342Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.342Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "aai-ml",
  "timestamp": 1634286737462,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.342Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.343Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.343Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634286743419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:34:42.343Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:34:42.343Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.343Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "policy-id",
  "timestamp": 1634286743579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:34:42.343Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:34:42.352Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.354Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "aai-ml",
  "timestamp": 1634286737462,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.354Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.355Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.355Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634286744346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:34:42.355Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:34:42.355Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.355Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634286744427,
  "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-10-15T08:34:42.361Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of aefd6eac-4e48-4940-ad16-7827945429a3
2021-10-15T08:34:42.362Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId aefd6eac-4e48-4940-ad16-7827945429a3 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-10-15T08:34:42.376Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.376Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "clamp",
  "timestamp": 1634286744500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:34:42.376Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:34:42.376Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.377Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "policy-id",
  "timestamp": 1634286744582,
  "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-10-15T08:34:42.383Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5fcb7362-cc6d-4909-ab1f-3c5068f88584
2021-10-15T08:34:42.383Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5fcb7362-cc6d-4909-ab1f-3c5068f88584 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-10-15T08:34:42.391Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.391Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "aai-ml",
  "timestamp": 1634286737462,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.392Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.392Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.392Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634286732148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.392Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.392Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.393Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "clamp",
  "timestamp": 1634286745504,
  "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-10-15T08:34:42.399Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of aefd6eac-4e48-4940-ad16-7827945429a3
2021-10-15T08:34:42.399Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId aefd6eac-4e48-4940-ad16-7827945429a3 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-10-15T08:34:42.408Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.408Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634286745550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:34:42.408Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:34:42.408Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.409Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "aai-ml",
  "timestamp": 1634286737462,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:34:42.409Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.410Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.410Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634286732148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.410Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.410Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.411Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634286746622,
  "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-10-15T08:34:42.415Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5fcb7362-cc6d-4909-ab1f-3c5068f88584
2021-10-15T08:34:42.416Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5fcb7362-cc6d-4909-ab1f-3c5068f88584 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-10-15T08:34:42.422Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.422Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "aai-ml",
  "timestamp": 1634286747456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:34:42.423Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:34:42.423Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.423Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634286732148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.424Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.424Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.424Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634286747628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-15T08:34:42.425Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:34:42.425Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.425Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634286732148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.425Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.426Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.426Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634286732148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.426Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.426Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.426Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634286732148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.427Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.427Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.428Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634286732148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.428Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.428Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.429Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634286732148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.429Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.429Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.430Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634286732148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:34:42.430Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.430Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.430Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634286754793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:34:42.431Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:34:42.433Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.433Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "clamp",
  "timestamp": 1634286754658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.434Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.434Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.434Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "aai-ml",
  "timestamp": 1634286755555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:34:42.435Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:34:42.435Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.435Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "clamp",
  "timestamp": 1634286754658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.435Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.436Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.436Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "aai-ml",
  "timestamp": 1634286756558,
  "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-10-15T08:34:42.441Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5fcb7362-cc6d-4909-ab1f-3c5068f88584
2021-10-15T08:34:42.441Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5fcb7362-cc6d-4909-ab1f-3c5068f88584 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-10-15T08:34:42.448Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.448Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634286757146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:34:42.449Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:34:42.450Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.450Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "clamp",
  "timestamp": 1634286754658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.451Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.451Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.451Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634286758151,
  "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-10-15T08:34:42.457Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5fcb7362-cc6d-4909-ab1f-3c5068f88584
2021-10-15T08:34:42.457Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5fcb7362-cc6d-4909-ab1f-3c5068f88584 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-10-15T08:34:42.467Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.467Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "clamp",
  "timestamp": 1634286754658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T08:34:42.467Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.468Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.468Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "clamp",
  "timestamp": 1634286754658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.468Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.468Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.469Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "clamp",
  "timestamp": 1634286754658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.469Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:34:42.469Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:34:42.469Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "clamp",
  "timestamp": 1634286754658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:34:42.470Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:35:01.063Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0027e51e-e68c-46c0-b5d8-6ba766804be9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-15T08:35:01.087Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0027e51e-e68c-46c0-b5d8-6ba766804be9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-15T08:35:01.090Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T08:35:01.091Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-15T08:35:01.091Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-15T08:35:01.091Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-15T08:35:01.092Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:35:01.092Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:35:01.092Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:35:01.092Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:35:01.092Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:35:01.092Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:35:01.092Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-15T08:35:01.097Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-15T08:35:31.097Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0027e51e-e68c-46c0-b5d8-6ba766804be9 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-10-15T08:35:31.105Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0027e51e-e68c-46c0-b5d8-6ba766804be9 and serviceModelVersionId: 0cf816fd-41c2-4a0f-b8d0-089141e82605
2021-10-15T08:35:31.105Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ed577d2f-34ab-401a-b2ce-782c0388cba0
2021-10-15T08:35:31.107Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ed577d2f-34ab-401a-b2ce-782c0388cba0/model-vers/model-ver/0cf816fd-41c2-4a0f-b8d0-089141e82605?depth=0
2021-10-15T08:35:31.115Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-10-15T08:35:31.202Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ed577d2f-34ab-401a-b2ce-782c0388cba0/model-vers/model-ver/0cf816fd-41c2-4a0f-b8d0-089141e82605?depth=0|INFO|500||Invoke
2021-10-15T08:35:31.207Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ed577d2f-34ab-401a-b2ce-782c0388cba0/model-vers/model-ver/0cf816fd-41c2-4a0f-b8d0-089141e82605?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ed577d2f-34ab-401a-b2ce-782c0388cba0/model-vers/model-ver/0cf816fd-41c2-4a0f-b8d0-089141e82605?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0027e51e-e68c-46c0-b5d8-6ba766804be9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ecd76596-8bb1-4225-af5e-1cf7dc0c1163], X-ECOMP-RequestID=[0027e51e-e68c-46c0-b5d8-6ba766804be9], X-TransactionId=[], X-ONAP-RequestID=[0027e51e-e68c-46c0-b5d8-6ba766804be9], Content-Type=[application/merge-patch+json]}
2021-10-15T08:35:31.238Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ed577d2f-34ab-401a-b2ce-782c0388cba0/model-vers/model-ver/0cf816fd-41c2-4a0f-b8d0-089141e82605?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-15T08:35:31.598Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ed577d2f-34ab-401a-b2ce-782c0388cba0/model-vers/model-ver/0cf816fd-41c2-4a0f-b8d0-089141e82605?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/ed577d2f-34ab-401a-b2ce-782c0388cba0/model-vers/model-ver/0cf816fd-41c2-4a0f-b8d0-089141e82605?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211015-08:35:31:197-65779], vertex-id=[593920], Content-Length=[0], Date=[Fri, 15 Oct 2021 08:35:31 GMT], Content-Type=[application/json]}
2021-10-15T08:35:31.599Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ed577d2f-34ab-401a-b2ce-782c0388cba0/model-vers/model-ver/0cf816fd-41c2-4a0f-b8d0-089141e82605?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-15T08:35:31.600Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ed577d2f-34ab-401a-b2ce-782c0388cba0/model-vers/model-ver/0cf816fd-41c2-4a0f-b8d0-089141e82605?depth=0|INFO|500||InvokeReturn
2021-10-15T08:35:31.600Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-15T08:35:31.601Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||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-10-15T08:35:31.608Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-15T08:35:31.609Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0027e51e-e68c-46c0-b5d8-6ba766804be9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-15T08:35:31.610Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-15T08:35:31.610Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:35:31.613Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:35:31.614Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286931609,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-15T08:35:31.715Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-15T08:35:31.718Z||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-10-15T08:35:31.718Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:35:31.736Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:35:31.738Z||pool-55-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-15T08:35:32.632Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:35:32.633Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T08:35:32.633Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:35:37.079Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:35:37.080Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T08:35:37.080Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"aefd6eac-4e48-4940-ad16-7827945429a3","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"a4c61b5f-715d-4bfb-8763-ce72b8e34e0c","serviceDescription":"service","serviceInvariantUUID":"2b75a060-a347-445c-83d5-dfd40121debf","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f76afe0e-61e5-4060-bc01-c8a75512272d","resourceInvariantUUID":"917526cd-6207-456b-badc-388f1b436cdc","resourceCustomizationUUID":"19b38f55-62a2-427f-a26e-25d90cdf4396","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":"ZmIwMjNjYzc1Y2QwMzY0NzJkMWNiNjAzNzBhYzFhOWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c4244bb5-0e5d-4830-a840-67b5ec1aa8b5","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":"MWMwZTdkNTU1MGRmZTQwYmYyYjY0YjZmZjQ2N2Q4NjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"62ab6964-aea3-4a6a-a605-f606e51607f9","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":"b5ad4df3-2141-4c0b-8494-52093d7767a0","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":"4930cb5d-e29c-4930-bbc2-62f5f113a68c","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":"032dd8aa-4a36-4fed-a78c-747288b975b5","artifactVersion":"2","generatedFromUUID":"b5ad4df3-2141-4c0b-8494-52093d7767a0"},{"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":"NGQ1MGRjZjZmN2Y2OTM3ZGYyZDBhZmQ1Y2U5ZDE0MTI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"abb13fef-430b-4111-b4ee-b5ee3d555e95","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":"ODI2MzdhMTRhMGU1YTQyMmYzNzVhZWEwNjQ5NWIzN2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c67162a8-5e44-4f39-810c-656c31e5ac27","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ODc2Nzc3ZGQ1NTVkOTVhNTdmZDFjYTJjNzhkZWI2Y2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cdac84a1-61a4-4389-bc0d-0cbeb71dafea","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-15T08:35:37.084Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:35:37.084Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:35:37.086Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:35:37.087Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286932632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:35:37.187Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:35:37.188Z||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-10-15T08:35:37.188Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:35:37.204Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:35:37.205Z||pool-56-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:35:38.087Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:35:38.088Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:35:38.090Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:35:38.090Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286932632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T08:35:38.191Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:35:38.192Z||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-10-15T08:35:38.193Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:35:38.214Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:35:38.214Z||pool-57-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:35:39.091Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:35:39.092Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:35:39.095Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:35:39.096Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286932632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-15T08:35:39.199Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-10-15T08:35:39.200Z||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-10-15T08:35:39.200Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:35:39.210Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:35:39.211Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:35:40.097Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:35:40.099Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:35:40.102Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:35:40.102Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286932632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:35:40.202Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T08:35:40.202Z||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-10-15T08:35:40.202Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:35:40.214Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:35:40.215Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:35:41.103Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:35:41.103Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:35:41.105Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:35:41.105Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286932632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-15T08:35:41.206Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:35:41.207Z||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-10-15T08:35:41.207Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:35:41.229Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:35:41.229Z||pool-60-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:35:42.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:35:42.020Z||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-10-15T08:35:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:35:42.048Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:35:42.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:35:42.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "clamp",
  "timestamp": 1634286754658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:35:42.050Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:35:42.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:35:42.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "clamp",
  "timestamp": 1634286754658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:35:42.051Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:35:42.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:35:42.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "clamp",
  "timestamp": 1634286770387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:35:42.051Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:35:42.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:35:42.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "clamp",
  "timestamp": 1634286772397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:35:42.051Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:35:42.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:35:42.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "clamp",
  "timestamp": 1634286773403,
  "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-10-15T08:35:42.059Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5fcb7362-cc6d-4909-ab1f-3c5068f88584
2021-10-15T08:35:42.059Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5fcb7362-cc6d-4909-ab1f-3c5068f88584 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-10-15T08:35:42.106Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:35:42.106Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:35:42.108Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:35:42.109Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286932632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:35:42.209Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:35:42.210Z||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-10-15T08:35:42.210Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:35:42.218Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:35:42.219Z||pool-61-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:35:43.109Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:35:43.110Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:35:43.113Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:35:43.113Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286932632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:35:43.214Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-15T08:35:43.215Z||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-10-15T08:35:43.215Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:35:43.235Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:35:43.236Z||pool-62-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:35:44.113Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:35:44.114Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:35:44.116Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:35:44.116Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286932632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:35:44.216Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T08:35:44.218Z||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-10-15T08:35:44.219Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:35:44.231Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:35:44.231Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:35:45.118Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a4c61b5f-715d-4bfb-8763-ce72b8e34e0c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2b75a060-a347-445c-83d5-dfd40121debf",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "19b38f55-62a2-427f-a26e-25d90cdf4396",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f76afe0e-61e5-4060-bc01-c8a75512272d",
      "resourceInvariantUUID": "917526cd-6207-456b-badc-388f1b436cdc",
      "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": "MWMwZTdkNTU1MGRmZTQwYmYyYjY0YjZmZjQ2N2Q4NjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "62ab6964-aea3-4a6a-a605-f606e51607f9",
          "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": "b5ad4df3-2141-4c0b-8494-52093d7767a0",
          "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": "032dd8aa-4a36-4fed-a78c-747288b975b5",
            "generatedFromUUID": "b5ad4df3-2141-4c0b-8494-52093d7767a0"
          },
          "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": "032dd8aa-4a36-4fed-a78c-747288b975b5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ODc2Nzc3ZGQ1NTVkOTVhNTdmZDFjYTJjNzhkZWI2Y2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cdac84a1-61a4-4389-bc0d-0cbeb71dafea"
    }
  ],
  "workloadContext": "Production"
}
2021-10-15T08:35:45.119Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-15T08:35:45.119Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a4c61b5f-715d-4bfb-8763-ce72b8e34e0c ASDC
2021-10-15T08:35:45.120Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:aefd6eac-4e48-4940-ad16-7827945429a3
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:a4c61b5f-715d-4bfb-8763-ce72b8e34e0c
ServiceInvariantUUID:2b75a060-a347-445c-83d5-dfd40121debf
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:cdac84a1-61a4-4389-bc0d-0cbeb71dafea
ArtifactChecksum:ODc2Nzc3ZGQ1NTVkOTVhNTdmZDFjYTJjNzhkZWI2Y2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:19b38f55-62a2-427f-a26e-25d90cdf4396
ResourceInvariantUUID:917526cd-6207-456b-badc-388f1b436cdc
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:f76afe0e-61e5-4060-bc01-c8a75512272d
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:62ab6964-aea3-4a6a-a605-f606e51607f9
ArtifactChecksum:MWMwZTdkNTU1MGRmZTQwYmYyYjY0YjZmZjQ2N2Q4NjE=
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:b5ad4df3-2141-4c0b-8494-52093d7767a0
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:032dd8aa-4a36-4fed-a78c-747288b975b5
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:032dd8aa-4a36-4fed-a78c-747288b975b5
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-15T08:35:45.121Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a4c61b5f-715d-4bfb-8763-ce72b8e34e0c 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-10-15T08:35:45.167Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T08:35:45.168Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-15T08:35:45.168Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-15T08:35:45.168Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: cdac84a1-61a4-4389-bc0d-0cbeb71dafea from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-15T08:35:45.168Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-15T08:35:45.169Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-15T08:35:46.194Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-15T08:35:46.198Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar cdac84a1-61a4-4389-bc0d-0cbeb71dafea 78602
2021-10-15T08:35:46.198Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-10-15T08:35:46.199Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-15T08:35:46.199Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T08:35:46.199Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:35:46.202Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:35:46.202Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286946198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:35:46.303Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T08:35:46.304Z||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-10-15T08:35:46.304Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:35:46.314Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:35:46.314Z||pool-64-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:35:47.204Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T08:35:47.205Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-15T08:35:47.206Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: cdac84a1-61a4-4389-bc0d-0cbeb71dafea, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-15T08:35:47.207Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-10-15T08:35:47.208Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-15T08:35:47.211Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-15T08:35:47.452Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9495872740277868742/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-10-15T08:35:48.830Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-15T08:35:48.831Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-15T08:35:48.831Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-15T08:35:48.831Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-15T08:35:48.832Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-15T08:35:48.832Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-15T08:35:48.832Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-15T08:35:48.832Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-15T08:35:48.832Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-15T08:35:48.832Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-15T08:35:48.833Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-15T08:35:48.833Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-15T08:35:48.833Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-15T08:35:48.833Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-15T08:35:48.833Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:35:48.834Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:35:48.834Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-15T08:35:48.834Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-15T08:35:48.835Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T08:35:48.835Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:35:48.835Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:35:48.835Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-15T08:35:48.836Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-15T08:35:48.836Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T08:35:48.836Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:35:48.836Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:35:48.836Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:35:48.837Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-15T08:35:48.837Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-10-15T08:35:48.837Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-10-15T08:35:48.837Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-10-15T08:35:48.837Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-15T08:35:48.838Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-15T08:35:48.838Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:35:48.838Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-15T08:35:48.838Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:35:48.838Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-15T08:35:48.839Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:35:48.839Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:35:48.839Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-15T08:35:48.839Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:35:48.839Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:35:48.840Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-15T08:35:48.840Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:35:48.840Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:35:48.840Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-15T08:35:48.840Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-15T08:35:48.840Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-15T08:35:48.841Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ad124fb4-8fe2-42b4-aa8b-a12665f62f8e
2021-10-15T08:35:48.841Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:35:48.841Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:35:48.841Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:35:48.841Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:35:48.842Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:35:48.842Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:35:48.842Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:35:48.842Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:35:48.842Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:a4c61b5f-715d-4bfb-8763-ce72b8e34e0c
Model Version:NULL
Model InvariantUuid:2b75a060-a347-445c-83d5-dfd40121debf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:bdeab511-bf50-4703-a7b7-2ee08ce03be0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:917526cd-6207-456b-badc-388f1b436cdc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:19b38f55-62a2-427f-a26e-25d90cdf4396
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:57e688c6-e0af-49b9-a285-fc728a6b8f11
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:7983408b-e7e7-45ac-87d7-f388ef507d01
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ad124fb4-8fe2-42b4-aa8b-a12665f62f8e
ModelInvariantUuid:9f9263b7-ef23-436b-9c28-c5bdcea63309
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:641dcbb3-03d4-491a-b0cc-2b9b000d7b21
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:a42c0162-8936-4272-a0dc-654afd05fc5f
ModelInvariantUuid:47cbdb2c-d71d-4be8-9f8b-bb57cff09e91
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:103160dd-66a4-4d00-a0aa-53e4199114c3
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-10-15T08:35:48.850Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: f76afe0e-61e5-4060-bc01-c8a75512272d
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-10-15T08:35:48.854Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||basic_vm_macro 0
2021-10-15T08:35:48.855Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f76afe0e-61e5-4060-bc01-c8a75512272d
2021-10-15T08:35:48.855Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 62ab6964-aea3-4a6a-a605-f606e51607f9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-10-15T08:35:48.856Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-15T08:35:48.856Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-10-15T08:35:49.038Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-15T08:35:49.039Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 62ab6964-aea3-4a6a-a605-f606e51607f9 792
2021-10-15T08:35:49.039Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-10-15T08:35:49.039Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-10-15T08:35:49.039Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T08:35:49.039Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:35:49.041Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:35:49.042Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286949039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:35:49.142Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:35:49.143Z||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-10-15T08:35:49.143Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:35:49.155Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:35:49.155Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-15T08:35:50.042Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "57e688c6-e0af-49b9-a285-fc728a6b8f11",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7983408b-e7e7-45ac-87d7-f388ef507d01",
    "vfModuleModelCustomizationUUID": "fdd2b028-21b2-4af5-83ee-50117a5fab43",
    "isBase": true,
    "artifacts": [
      "b5ad4df3-2141-4c0b-8494-52093d7767a0",
      "032dd8aa-4a36-4fed-a78c-747288b975b5"
    ],
    "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-10-15T08:35:50.047Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7983408b-e7e7-45ac-87d7-f388ef507d01
VfModuleModelInvariantUUID:57e688c6-e0af-49b9-a285-fc728a6b8f11
VfModuleModelDescription:NULL
Artifacts UUID List:{
b5ad4df3-2141-4c0b-8494-52093d7767a0
,
032dd8aa-4a36-4fed-a78c-747288b975b5

}
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-10-15T08:35:50.049Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "57e688c6-e0af-49b9-a285-fc728a6b8f11",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7983408b-e7e7-45ac-87d7-f388ef507d01",
    "vfModuleModelCustomizationUUID": "fdd2b028-21b2-4af5-83ee-50117a5fab43",
    "isBase": true,
    "artifacts": [
      "b5ad4df3-2141-4c0b-8494-52093d7767a0",
      "032dd8aa-4a36-4fed-a78c-747288b975b5"
    ],
    "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-10-15T08:35:50.049Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7983408b-e7e7-45ac-87d7-f388ef507d01
VfModuleModelInvariantUUID:57e688c6-e0af-49b9-a285-fc728a6b8f11
VfModuleModelDescription:NULL
Artifacts UUID List:{
b5ad4df3-2141-4c0b-8494-52093d7767a0
,
032dd8aa-4a36-4fed-a78c-747288b975b5

}
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-10-15T08:35:50.049Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b5ad4df3-2141-4c0b-8494-52093d7767a0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-10-15T08:35:50.049Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-15T08:35:50.049Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-10-15T08:35:50.429Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-15T08:35:50.429Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml b5ad4df3-2141-4c0b-8494-52093d7767a0 5033
2021-10-15T08:35:50.429Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-10-15T08:35:50.429Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-10-15T08:35:50.429Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T08:35:50.430Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:35:50.431Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:35:50.431Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286950429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:35:50.532Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:35:50.532Z||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-10-15T08:35:50.533Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:35:50.545Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:35:50.546Z||pool-66-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:35:51.432Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 032dd8aa-4a36-4fed-a78c-747288b975b5 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-10-15T08:35:51.432Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-15T08:35:51.433Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-10-15T08:35:51.687Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-15T08:35:51.687Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 032dd8aa-4a36-4fed-a78c-747288b975b5 903
2021-10-15T08:35:51.687Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-10-15T08:35:51.687Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-10-15T08:35:51.688Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T08:35:51.688Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:35:51.690Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:35:51.690Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286951687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:35:51.790Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:35:51.791Z||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-10-15T08:35:51.791Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:35:51.800Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:35:51.800Z||pool-67-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:35:52.691Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: a4c61b5f-715d-4bfb-8763-ce72b8e34e0c
2021-10-15T08:35:52.692Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 f76afe0e-61e5-4060-bc01-c8a75512272d 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-10-15T08:35:52.706Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@39069368, org.onap.sdc.toscaparser.api.parameters.Input@7afc4f06, org.onap.sdc.toscaparser.api.parameters.Input@23d384d4, org.onap.sdc.toscaparser.api.parameters.Input@50160389, org.onap.sdc.toscaparser.api.parameters.Input@5d864730]
2021-10-15T08:35:52.707Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:35:52.707Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:35:52.708Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-10-15T08:35:52.708Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 19b38f55-62a2-427f-a26e-25d90cdf4396
2021-10-15T08:35:52.708Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 19b38f55-62a2-427f-a26e-25d90cdf4396 matches Tosca VF Customization UUID: 19b38f55-62a2-427f-a26e-25d90cdf4396
2021-10-15T08:35:52.708Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 19b38f55-62a2-427f-a26e-25d90cdf4396  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-10-15T08:35:52.710Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:35:52.711Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:35:52.711Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 19b38f55-62a2-427f-a26e-25d90cdf4396: {\"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-10-15T08:35:52.711Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1aba2032
2021-10-15T08:35:52.711Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:35:52.712Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-15T08:35:52.712Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fdd2b028-21b2-4af5-83ee-50117a5fab43
2021-10-15T08:35:52.712Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fdd2b028-21b2-4af5-83ee-50117a5fab43
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-10-15T08:35:52.714Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:35:52.714Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-15T08:35:52.714Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:35:52.714Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:35:52.715Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-15T08:35:52.715Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:35:52.715Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:35:52.715Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-15T08:35:52.715Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-15T08:35:52.715Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-15T08:35:52.716Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ad124fb4-8fe2-42b4-aa8b-a12665f62f8e
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-10-15T08:35:52.717Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:35:52.718Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-15T08:35:52.718Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:35:52.718Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:35:52.718Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-15T08:35:52.718Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=19b38f55-62a2-427f-a26e-25d90cdf4396
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-10-15T08:35:52.720Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:35:52.720Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:35:52.721Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid a4c61b5f-715d-4bfb-8763-ce72b8e34e0c: basic_vm_macro
2021-10-15T08:35:52.721Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:35:52.722Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:35:52.722Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:35:52.722Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:35:52.722Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:35:52.722Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:35:52.722Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:35:52.722Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:35:52.723Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:35:52.723Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:35:52.723Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||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-10-15T08:35:52.814Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro f76afe0e-61e5-4060-bc01-c8a75512272d 1 ASDC deployResourceStructure
2021-10-15T08:35:52.814Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-10-15T08:35:52.814Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-10-15T08:35:52.814Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T08:35:52.815Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:35:52.818Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:35:52.818Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286952814,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-15T08:35:52.918Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:35:52.919Z||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-10-15T08:35:52.919Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:35:52.932Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:35:52.932Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:35:53.819Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-10-15T08:35:53.820Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-10-15T08:35:53.820Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T08:35:53.820Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:35:53.822Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:35:53.822Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286953819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-15T08:35:53.922Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:35:53.923Z||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-10-15T08:35:53.924Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:35:53.934Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:35:53.934Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:35:54.825Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-10-15T08:35:54.826Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-10-15T08:35:54.826Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T08:35:54.826Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:35:54.833Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:35:54.833Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286954825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-15T08:35:54.931Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-10-15T08:35:54.933Z||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-10-15T08:35:54.933Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:35:54.946Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:35:54.946Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:35:55.841Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-10-15T08:35:55.842Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-15T08:35:55.842Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T08:35:55.844Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:35:55.857Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:35:55.857Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286955840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:35:55.959Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-15T08:35:55.961Z||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-10-15T08:35:55.961Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:35:55.972Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:35:55.973Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:35:56.864Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aefd6eac-4e48-4940-ad16-7827945429a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-15T08:35:56.926Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aefd6eac-4e48-4940-ad16-7827945429a3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-15T08:35:56.929Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T08:35:56.929Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-15T08:35:56.929Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-15T08:35:56.930Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-15T08:35:56.930Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:35:56.930Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:35:56.930Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:35:56.930Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:35:56.930Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:35:56.930Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:35:56.930Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-15T08:35:56.938Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-15T08:36:26.938Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: aefd6eac-4e48-4940-ad16-7827945429a3 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-10-15T08:36:26.944Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: aefd6eac-4e48-4940-ad16-7827945429a3 and serviceModelVersionId: a4c61b5f-715d-4bfb-8763-ce72b8e34e0c
2021-10-15T08:36:26.944Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2b75a060-a347-445c-83d5-dfd40121debf
2021-10-15T08:36:26.945Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2b75a060-a347-445c-83d5-dfd40121debf/model-vers/model-ver/a4c61b5f-715d-4bfb-8763-ce72b8e34e0c?depth=0
2021-10-15T08:36:26.992Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-10-15T08:36:27.062Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2b75a060-a347-445c-83d5-dfd40121debf/model-vers/model-ver/a4c61b5f-715d-4bfb-8763-ce72b8e34e0c?depth=0|INFO|500||Invoke
2021-10-15T08:36:27.064Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2b75a060-a347-445c-83d5-dfd40121debf/model-vers/model-ver/a4c61b5f-715d-4bfb-8763-ce72b8e34e0c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2b75a060-a347-445c-83d5-dfd40121debf/model-vers/model-ver/a4c61b5f-715d-4bfb-8763-ce72b8e34e0c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[aefd6eac-4e48-4940-ad16-7827945429a3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9b69a3fb-cbda-40ab-9df6-dfd05344213b], X-ECOMP-RequestID=[aefd6eac-4e48-4940-ad16-7827945429a3], X-TransactionId=[], X-ONAP-RequestID=[aefd6eac-4e48-4940-ad16-7827945429a3], Content-Type=[application/merge-patch+json]}
2021-10-15T08:36:27.085Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2b75a060-a347-445c-83d5-dfd40121debf/model-vers/model-ver/a4c61b5f-715d-4bfb-8763-ce72b8e34e0c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-15T08:36:27.491Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2b75a060-a347-445c-83d5-dfd40121debf/model-vers/model-ver/a4c61b5f-715d-4bfb-8763-ce72b8e34e0c?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/2b75a060-a347-445c-83d5-dfd40121debf/model-vers/model-ver/a4c61b5f-715d-4bfb-8763-ce72b8e34e0c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211015-08:36:27:049-31655], vertex-id=[225288], Content-Length=[0], Date=[Fri, 15 Oct 2021 08:36:27 GMT], Content-Type=[application/json]}
2021-10-15T08:36:27.492Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2b75a060-a347-445c-83d5-dfd40121debf/model-vers/model-ver/a4c61b5f-715d-4bfb-8763-ce72b8e34e0c?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-15T08:36:27.493Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2b75a060-a347-445c-83d5-dfd40121debf/model-vers/model-ver/a4c61b5f-715d-4bfb-8763-ce72b8e34e0c?depth=0|INFO|500||InvokeReturn
2021-10-15T08:36:27.493Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-15T08:36:27.494Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||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-10-15T08:36:27.501Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-15T08:36:27.502Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID aefd6eac-4e48-4940-ad16-7827945429a3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-15T08:36:27.502Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-15T08:36:27.502Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:36:27.505Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:36:27.505Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286987502,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-15T08:36:27.605Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:36:27.606Z||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-10-15T08:36:27.606Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:36:27.625Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:36:27.626Z||pool-72-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-15T08:36:28.517Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T08:36:28.518Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"5fcb7362-cc6d-4909-ab1f-3c5068f88584","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"d75f7632-ef0c-4213-b56b-db5637bc3310","serviceDescription":"service","serviceInvariantUUID":"ddbbe55a-2742-413e-a94c-ef4de2873b60","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ef4fe8d7-65ab-49b9-b4ba-ee0cd85c8f41","resourceInvariantUUID":"34a4fef7-9063-44ed-b4e8-bb0f58bd9aae","resourceCustomizationUUID":"8a9206fb-04d6-43c3-aa91-218b579f6235","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":"NzIyMzhlY2UxYmQxZGM3ODZkNTUwMjQzZjEzZTBmNmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a869d558-44cc-408c-9a50-3f7bff0f60b5","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":"d29f6aeb-78eb-4444-97a3-efc44c7e1afd","artifactVersion":"2","generatedFromUUID":"cfc7e00c-851f-4fc8-a033-535a391e5a35"},{"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":"cfc7e00c-851f-4fc8-a033-535a391e5a35","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":"YmY3N2Q5YjA5MWM0NzRlOTg3ZWNiMmVmMDAxMmFjNjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e773815b-7fe2-4d49-b3f8-63200d3fbfde","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":"462c7e27-a679-4adc-8b54-1b5be293a5bb","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":"2897a6e3-f53d-48a6-b548-8a20103086c8","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":"c5c993b6-bf15-4bd2-9d4c-9618626b0b33","artifactVersion":"2","generatedFromUUID":"462c7e27-a679-4adc-8b54-1b5be293a5bb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"N2YyOTk5MGY2MGViNTU4ZWY4MDU4ODMzZThmMDU2NjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"db6f42a4-e1fe-440d-8dc5-18572b115539","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MjU1MDQ2OTdhNTAwN2Q4Njk2MzcyYzZhZTg0MDNmODc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3bfe63b8-0404-426f-a30e-eef955bc7fca","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-15T08:36:28.519Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:36:28.519Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:36:28.521Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:36:28.522Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286932632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:36:28.622Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:36:28.623Z||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-10-15T08:36:28.623Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:36:28.638Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:36:28.638Z||pool-73-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:36:29.522Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:36:29.524Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:36:29.526Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:36:29.526Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286932632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-15T08:36:29.627Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:36:29.628Z||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-10-15T08:36:29.628Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:36:29.639Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:36:29.639Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-15T08:36:30.527Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:36:30.527Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:36:30.531Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:36:30.531Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286932632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-15T08:36:30.630Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T08:36:30.632Z||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-10-15T08:36:30.632Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:36:30.649Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:36:30.650Z||pool-75-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:36:31.531Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:36:31.532Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:36:31.535Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:36:31.535Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286932632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T08:36:31.635Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:36:31.636Z||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-10-15T08:36:31.637Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:36:31.647Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:36:31.648Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:36:32.536Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:36:32.537Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:36:32.539Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:36:32.539Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286932632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-15T08:36:32.639Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:36:32.640Z||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-10-15T08:36:32.640Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:36:32.651Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:36:32.651Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:36:33.540Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:36:33.541Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:36:33.543Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:36:33.543Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286932632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:36:33.643Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T08:36:33.644Z||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-10-15T08:36:33.644Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:36:33.657Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:36:33.657Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:36:34.544Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:36:34.545Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:36:34.549Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:36:34.549Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286932632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-15T08:36:34.649Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:36:34.650Z||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-10-15T08:36:34.650Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:36:34.661Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:36:34.662Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:36:35.549Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:36:35.550Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:36:35.554Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:36:35.555Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286932632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:36:35.654Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T08:36:35.654Z||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-10-15T08:36:35.655Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:36:35.664Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:36:35.664Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:36:36.555Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:36:36.556Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:36:36.558Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:36:36.558Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286932632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:36:36.659Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-15T08:36:36.660Z||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-10-15T08:36:36.660Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:36:36.684Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:36:36.684Z||pool-81-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:36:37.560Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "d75f7632-ef0c-4213-b56b-db5637bc3310",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ddbbe55a-2742-413e-a94c-ef4de2873b60",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "8a9206fb-04d6-43c3-aa91-218b579f6235",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ef4fe8d7-65ab-49b9-b4ba-ee0cd85c8f41",
      "resourceInvariantUUID": "34a4fef7-9063-44ed-b4e8-bb0f58bd9aae",
      "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": "d29f6aeb-78eb-4444-97a3-efc44c7e1afd",
          "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": "cfc7e00c-851f-4fc8-a033-535a391e5a35",
          "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": "YmY3N2Q5YjA5MWM0NzRlOTg3ZWNiMmVmMDAxMmFjNjY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e773815b-7fe2-4d49-b3f8-63200d3fbfde",
          "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": "462c7e27-a679-4adc-8b54-1b5be293a5bb",
          "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": "c5c993b6-bf15-4bd2-9d4c-9618626b0b33",
            "generatedFromUUID": "462c7e27-a679-4adc-8b54-1b5be293a5bb"
          },
          "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": "c5c993b6-bf15-4bd2-9d4c-9618626b0b33",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MjU1MDQ2OTdhNTAwN2Q4Njk2MzcyYzZhZTg0MDNmODc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3bfe63b8-0404-426f-a30e-eef955bc7fca"
    }
  ],
  "workloadContext": "Production"
}
2021-10-15T08:36:37.561Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-15T08:36:37.561Z|aefd6eac-4e48-4940-ad16-7827945429a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d75f7632-ef0c-4213-b56b-db5637bc3310 ASDC
2021-10-15T08:36:37.561Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:5fcb7362-cc6d-4909-ab1f-3c5068f88584
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:d75f7632-ef0c-4213-b56b-db5637bc3310
ServiceInvariantUUID:ddbbe55a-2742-413e-a94c-ef4de2873b60
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:3bfe63b8-0404-426f-a30e-eef955bc7fca
ArtifactChecksum:MjU1MDQ2OTdhNTAwN2Q4Njk2MzcyYzZhZTg0MDNmODc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:8a9206fb-04d6-43c3-aa91-218b579f6235
ResourceInvariantUUID:34a4fef7-9063-44ed-b4e8-bb0f58bd9aae
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:ef4fe8d7-65ab-49b9-b4ba-ee0cd85c8f41
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:d29f6aeb-78eb-4444-97a3-efc44c7e1afd
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:cfc7e00c-851f-4fc8-a033-535a391e5a35
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:e773815b-7fe2-4d49-b3f8-63200d3fbfde
ArtifactChecksum:YmY3N2Q5YjA5MWM0NzRlOTg3ZWNiMmVmMDAxMmFjNjY=
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:462c7e27-a679-4adc-8b54-1b5be293a5bb
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:c5c993b6-bf15-4bd2-9d4c-9618626b0b33
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:c5c993b6-bf15-4bd2-9d4c-9618626b0b33
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-15T08:36:37.561Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d75f7632-ef0c-4213-b56b-db5637bc3310 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-10-15T08:36:37.604Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T08:36:37.605Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-15T08:36:37.605Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-15T08:36:37.605Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3bfe63b8-0404-426f-a30e-eef955bc7fca from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-15T08:36:37.605Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-15T08:36:37.605Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-15T08:36:37.914Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-15T08:36:37.918Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 3bfe63b8-0404-426f-a30e-eef955bc7fca 68765
2021-10-15T08:36:37.918Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-10-15T08:36:37.918Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-15T08:36:37.918Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T08:36:37.918Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:36:37.925Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:36:37.925Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286997918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:36:38.027Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-10-15T08:36:38.028Z||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-10-15T08:36:38.028Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:36:38.039Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:36:38.039Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-10-15T08:36:38.926Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T08:36:38.927Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-15T08:36:38.928Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 3bfe63b8-0404-426f-a30e-eef955bc7fca, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-15T08:36:38.928Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-10-15T08:36:38.929Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-15T08:36:38.929Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-15T08:36:39.122Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11890283895694119177/Definitions/service-BasicCnf-template.yml
2021-10-15T08:36:40.427Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-15T08:36:40.427Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-15T08:36:40.427Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-15T08:36:40.427Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-10-15T08:36:40.427Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||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-10-15T08:36:40.427Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||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-10-15T08:36:40.428Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-15T08:36:40.428Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||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-10-15T08:36:40.428Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-15T08:36:40.428Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:36:40.429Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:36:40.429Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-15T08:36:40.430Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-15T08:36:40.430Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T08:36:40.430Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:36:40.431Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:36:40.431Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-15T08:36:40.431Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-15T08:36:40.431Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T08:36:40.432Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:36:40.433Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:36:40.433Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:36:40.433Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-15T08:36:40.434Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-10-15T08:36:40.434Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria
2021-10-15T08:36:40.435Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-15T08:36:40.435Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:36:40.435Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-15T08:36:40.436Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:36:40.436Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-15T08:36:40.436Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:36:40.436Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:36:40.437Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-15T08:36:40.437Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:36:40.437Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:36:40.437Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-15T08:36:40.438Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:36:40.438Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:36:40.438Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-15T08:36:40.438Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-10-15T08:36:40.439Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=e3be11be-fb88-47f3-80ea-5815bdf85913
2021-10-15T08:36:40.439Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:36:40.439Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:36:40.440Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:36:40.440Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:36:40.440Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:36:40.440Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:36:40.440Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:36:40.441Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:36:40.441Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:d75f7632-ef0c-4213-b56b-db5637bc3310
Model Version:NULL
Model InvariantUuid:ddbbe55a-2742-413e-a94c-ef4de2873b60
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:6602a162-6447-4c41-a6e3-75f5c7f95db0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:34a4fef7-9063-44ed-b4e8-bb0f58bd9aae
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8a9206fb-04d6-43c3-aa91-218b579f6235
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:90871bff-177d-4e83-820f-7cf751261d24
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:d2d1e511-19a8-4e08-a427-82df793a39a3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e3be11be-fb88-47f3-80ea-5815bdf85913
ModelInvariantUuid:c36b905b-23cc-4e9a-ad12-81e027b6f9d4
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:3258c48b-9e9d-4c92-9751-597052281c5d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:e55b59c6-a5ed-485b-8316-675870f0030f
ModelInvariantUuid:dd4d10c8-e78b-4bb2-a7be-f0b45eb50ec8
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:86569edd-ecf0-4ea7-bcff-c9cac18875e0
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-10-15T08:36:40.449Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: ef4fe8d7-65ab-49b9-b4ba-ee0cd85c8f41
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-10-15T08:36:40.454Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||basic_cnf 0
2021-10-15T08:36:40.454Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ef4fe8d7-65ab-49b9-b4ba-ee0cd85c8f41
2021-10-15T08:36:40.454Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d29f6aeb-78eb-4444-97a3-efc44c7e1afd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-10-15T08:36:40.455Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-15T08:36:40.455Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||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-10-15T08:36:40.867Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-15T08:36:40.868Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env d29f6aeb-78eb-4444-97a3-efc44c7e1afd 12
2021-10-15T08:36:40.868Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||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-10-15T08:36:40.868Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||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-10-15T08:36:40.869Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T08:36:40.869Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:36:40.871Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:36:40.871Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287000868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:36:40.971Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T08:36:40.972Z||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-10-15T08:36:40.972Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:36:40.983Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:36:40.984Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-15T08:36:41.872Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: cfc7e00c-851f-4fc8-a033-535a391e5a35 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-10-15T08:36:41.873Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-15T08:36:41.873Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||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-10-15T08:36:42.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:36:42.020Z||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-10-15T08:36:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:36:42.039Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:36:42.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:36:42.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286931609,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-15T08:36:42.042Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:36:42.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:36:42.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286932632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:36:42.042Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:36:42.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:36:42.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286932632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T08:36:42.042Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:36:42.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:36:42.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286932632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-15T08:36:42.043Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:36:42.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:36:42.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286932632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:36:42.043Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:36:42.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:36:42.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286932632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-15T08:36:42.043Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:36:42.057Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-15T08:36:42.059Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz cfc7e00c-851f-4fc8-a033-535a391e5a35 2688
2021-10-15T08:36:42.060Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||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-10-15T08:36:42.061Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||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-10-15T08:36:42.062Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T08:36:42.062Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:36:42.065Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:36:42.065Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287002060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:36:42.168Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-10-15T08:36:42.169Z||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-10-15T08:36:42.171Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:36:42.181Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:36:42.182Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-15T08:36:43.067Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e773815b-7fe2-4d49-b3f8-63200d3fbfde from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-10-15T08:36:43.067Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-15T08:36:43.068Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||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-10-15T08:36:43.372Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-15T08:36:43.372Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json e773815b-7fe2-4d49-b3f8-63200d3fbfde 828
2021-10-15T08:36:43.372Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||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-10-15T08:36:43.373Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||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-10-15T08:36:43.373Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T08:36:43.373Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:36:43.374Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:36:43.375Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287003372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:36:43.475Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:36:43.476Z||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-10-15T08:36:43.476Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:36:43.490Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:36:43.491Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:36:44.375Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "90871bff-177d-4e83-820f-7cf751261d24",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d2d1e511-19a8-4e08-a427-82df793a39a3",
    "vfModuleModelCustomizationUUID": "e67fe002-2e25-4a39-b816-a5fe1955cbe6",
    "isBase": true,
    "artifacts": [
      "cfc7e00c-851f-4fc8-a033-535a391e5a35",
      "462c7e27-a679-4adc-8b54-1b5be293a5bb",
      "c5c993b6-bf15-4bd2-9d4c-9618626b0b33"
    ],
    "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-10-15T08:36:44.380Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d2d1e511-19a8-4e08-a427-82df793a39a3
VfModuleModelInvariantUUID:90871bff-177d-4e83-820f-7cf751261d24
VfModuleModelDescription:NULL
Artifacts UUID List:{
cfc7e00c-851f-4fc8-a033-535a391e5a35
,
462c7e27-a679-4adc-8b54-1b5be293a5bb
,
c5c993b6-bf15-4bd2-9d4c-9618626b0b33

}
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-10-15T08:36:44.385Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "90871bff-177d-4e83-820f-7cf751261d24",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d2d1e511-19a8-4e08-a427-82df793a39a3",
    "vfModuleModelCustomizationUUID": "e67fe002-2e25-4a39-b816-a5fe1955cbe6",
    "isBase": true,
    "artifacts": [
      "cfc7e00c-851f-4fc8-a033-535a391e5a35",
      "462c7e27-a679-4adc-8b54-1b5be293a5bb",
      "c5c993b6-bf15-4bd2-9d4c-9618626b0b33"
    ],
    "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-10-15T08:36:44.385Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d2d1e511-19a8-4e08-a427-82df793a39a3
VfModuleModelInvariantUUID:90871bff-177d-4e83-820f-7cf751261d24
VfModuleModelDescription:NULL
Artifacts UUID List:{
cfc7e00c-851f-4fc8-a033-535a391e5a35
,
462c7e27-a679-4adc-8b54-1b5be293a5bb
,
c5c993b6-bf15-4bd2-9d4c-9618626b0b33

}
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-10-15T08:36:44.385Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 462c7e27-a679-4adc-8b54-1b5be293a5bb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-10-15T08:36:44.385Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-15T08:36:44.386Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||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-10-15T08:36:44.950Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-15T08:36:44.951Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 462c7e27-a679-4adc-8b54-1b5be293a5bb 1164
2021-10-15T08:36:44.951Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||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-10-15T08:36:44.951Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||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-10-15T08:36:44.951Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T08:36:44.952Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:36:44.954Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:36:44.954Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287004951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:36:45.057Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-10-15T08:36:45.057Z||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-10-15T08:36:45.058Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:36:45.070Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:36:45.071Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:36:45.954Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c5c993b6-bf15-4bd2-9d4c-9618626b0b33 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-10-15T08:36:45.955Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-15T08:36:45.955Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||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-10-15T08:36:46.161Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-15T08:36:46.162Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env c5c993b6-bf15-4bd2-9d4c-9618626b0b33 200
2021-10-15T08:36:46.163Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||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-10-15T08:36:46.163Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||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-10-15T08:36:46.163Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T08:36:46.164Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:36:46.166Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:36:46.166Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287006162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:36:46.267Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-15T08:36:46.268Z||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-10-15T08:36:46.268Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:36:46.277Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:36:46.277Z||pool-87-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:36:47.166Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: d75f7632-ef0c-4213-b56b-db5637bc3310
2021-10-15T08:36:47.167Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 ef4fe8d7-65ab-49b9-b4ba-ee0cd85c8f41 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 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-10-15T08:36:47.186Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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-10-15T08:36:47.196Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d0243cd, org.onap.sdc.toscaparser.api.parameters.Input@365a7140, org.onap.sdc.toscaparser.api.parameters.Input@17a14db, org.onap.sdc.toscaparser.api.parameters.Input@2690aa2d, org.onap.sdc.toscaparser.api.parameters.Input@79d39919]
2021-10-15T08:36:47.197Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:36:47.197Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:36:47.198Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-10-15T08:36:47.198Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 8a9206fb-04d6-43c3-aa91-218b579f6235
2021-10-15T08:36:47.198Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8a9206fb-04d6-43c3-aa91-218b579f6235 matches Tosca VF Customization UUID: 8a9206fb-04d6-43c3-aa91-218b579f6235
2021-10-15T08:36:47.198Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 8a9206fb-04d6-43c3-aa91-218b579f6235  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-10-15T08:36:47.200Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:36:47.200Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:36:47.201Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 8a9206fb-04d6-43c3-aa91-218b579f6235: {\"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-10-15T08:36:47.201Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6e893ecb
2021-10-15T08:36:47.201Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:36:47.202Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-15T08:36:47.202Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e67fe002-2e25-4a39-b816-a5fe1955cbe6
2021-10-15T08:36:47.202Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e67fe002-2e25-4a39-b816-a5fe1955cbe6
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-10-15T08:36:47.204Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:36:47.204Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-15T08:36:47.205Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:36:47.205Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:36:47.205Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-15T08:36:47.205Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:36:47.206Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:36:47.206Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-15T08:36:47.206Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-10-15T08:36:47.206Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=e3be11be-fb88-47f3-80ea-5815bdf85913
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-10-15T08:36:47.208Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:36:47.209Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-15T08:36:47.209Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:36:47.209Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:36:47.209Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-15T08:36:47.210Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=8a9206fb-04d6-43c3-aa91-218b579f6235
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-10-15T08:36:47.211Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:36:47.211Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:36:47.212Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid d75f7632-ef0c-4213-b56b-db5637bc3310: basic_cnf
2021-10-15T08:36:47.212Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:36:47.212Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:36:47.213Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:36:47.213Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:36:47.213Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:36:47.213Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:36:47.213Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:36:47.214Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:36:47.214Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:36:47.214Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:36:47.214Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||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-10-15T08:36:47.298Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf ef4fe8d7-65ab-49b9-b4ba-ee0cd85c8f41 1 ASDC deployResourceStructure
2021-10-15T08:36:47.299Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||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-10-15T08:36:47.300Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||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-10-15T08:36:47.300Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-10-15T08:36:47.301Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:36:47.303Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:36:47.303Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287007298,
  "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-10-15T08:36:47.404Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-15T08:36:47.406Z||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-10-15T08:36:47.406Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:36:47.418Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:36:47.418Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:36:48.304Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||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-10-15T08:36:48.305Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||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-10-15T08:36:48.305Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-10-15T08:36:48.305Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:36:48.307Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:36:48.307Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287008304,
  "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-10-15T08:36:48.407Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:36:48.409Z||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-10-15T08:36:48.409Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:36:48.421Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:36:48.421Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:36:49.308Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||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-10-15T08:36:49.308Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||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-10-15T08:36:49.308Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T08:36:49.309Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:36:49.310Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:36:49.310Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287009308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-15T08:36:49.411Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:36:49.412Z||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-10-15T08:36:49.412Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:36:49.423Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:36:49.423Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:36:50.311Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||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-10-15T08:36:50.312Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||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-10-15T08:36:50.312Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T08:36:50.312Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:36:50.314Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:36:50.314Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287010311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-10-15T08:36:50.415Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:36:50.416Z||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-10-15T08:36:50.416Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:36:50.428Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:36:50.429Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:36:51.316Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||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-10-15T08:36:51.316Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||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-10-15T08:36:51.316Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T08:36:51.317Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:36:51.318Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:36:51.319Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287011315,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-10-15T08:36:51.419Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:36:51.420Z||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-10-15T08:36:51.420Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:36:51.429Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:36:51.430Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:36:52.319Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-10-15T08:36:52.320Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-15T08:36:52.322Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T08:36:52.324Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:36:52.326Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:36:52.326Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287012319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:36:52.426Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:36:52.427Z||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-10-15T08:36:52.427Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:36:52.441Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:36:52.441Z||pool-93-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:36:53.327Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5fcb7362-cc6d-4909-ab1f-3c5068f88584
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-15T08:36:53.344Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5fcb7362-cc6d-4909-ab1f-3c5068f88584
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-15T08:36:53.348Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T08:36:53.348Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-15T08:36:53.348Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-15T08:36:53.348Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-15T08:36:53.348Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:36:53.348Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:36:53.348Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:36:53.348Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:36:53.349Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:36:53.349Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:36:53.349Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-15T08:36:53.355Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-15T08:37:23.358Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5fcb7362-cc6d-4909-ab1f-3c5068f88584 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-10-15T08:37:23.383Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5fcb7362-cc6d-4909-ab1f-3c5068f88584 and serviceModelVersionId: d75f7632-ef0c-4213-b56b-db5637bc3310
2021-10-15T08:37:23.384Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ddbbe55a-2742-413e-a94c-ef4de2873b60
2021-10-15T08:37:23.386Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ddbbe55a-2742-413e-a94c-ef4de2873b60/model-vers/model-ver/d75f7632-ef0c-4213-b56b-db5637bc3310?depth=0
2021-10-15T08:37:23.403Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-10-15T08:37:23.484Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ddbbe55a-2742-413e-a94c-ef4de2873b60/model-vers/model-ver/d75f7632-ef0c-4213-b56b-db5637bc3310?depth=0|INFO|500||Invoke
2021-10-15T08:37:23.484Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ddbbe55a-2742-413e-a94c-ef4de2873b60/model-vers/model-ver/d75f7632-ef0c-4213-b56b-db5637bc3310?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ddbbe55a-2742-413e-a94c-ef4de2873b60/model-vers/model-ver/d75f7632-ef0c-4213-b56b-db5637bc3310?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5fcb7362-cc6d-4909-ab1f-3c5068f88584], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8b8d6f3e-e28f-487a-87d7-f9ca707518c4], X-ECOMP-RequestID=[5fcb7362-cc6d-4909-ab1f-3c5068f88584], X-TransactionId=[], X-ONAP-RequestID=[5fcb7362-cc6d-4909-ab1f-3c5068f88584], Content-Type=[application/merge-patch+json]}
2021-10-15T08:37:23.513Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ddbbe55a-2742-413e-a94c-ef4de2873b60/model-vers/model-ver/d75f7632-ef0c-4213-b56b-db5637bc3310?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-15T08:37:23.891Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ddbbe55a-2742-413e-a94c-ef4de2873b60/model-vers/model-ver/d75f7632-ef0c-4213-b56b-db5637bc3310?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/ddbbe55a-2742-413e-a94c-ef4de2873b60/model-vers/model-ver/d75f7632-ef0c-4213-b56b-db5637bc3310?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211015-08:37:23:471-33745], vertex-id=[245920], Content-Length=[0], Date=[Fri, 15 Oct 2021 08:37:23 GMT], Content-Type=[application/json]}
2021-10-15T08:37:23.892Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ddbbe55a-2742-413e-a94c-ef4de2873b60/model-vers/model-ver/d75f7632-ef0c-4213-b56b-db5637bc3310?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-15T08:37:23.892Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ddbbe55a-2742-413e-a94c-ef4de2873b60/model-vers/model-ver/d75f7632-ef0c-4213-b56b-db5637bc3310?depth=0|INFO|500||InvokeReturn
2021-10-15T08:37:23.893Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-15T08:37:23.893Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||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-10-15T08:37:23.902Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-15T08:37:23.903Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5fcb7362-cc6d-4909-ab1f-3c5068f88584 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-15T08:37:23.903Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-15T08:37:23.904Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:37:23.909Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:37:23.909Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287043903,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-15T08:37:24.009Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:37:24.010Z||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-10-15T08:37:24.010Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:37:24.030Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:37:24.030Z||pool-94-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-15T08:37:24.927Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:37:24.928Z||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-10-15T08:37:24.928Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:37:34.480Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:37:34.481Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:37:34.481Z||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-10-15T08:37:34.481Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:37:42.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:37:42.024Z||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-10-15T08:37:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:37:42.044Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:37:42.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:37:42.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286932632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:37:42.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:37:44.023Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:37:44.026Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:37:44.027Z||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-10-15T08:37:44.027Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:37:53.583Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:37:53.586Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:37:53.589Z||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-10-15T08:37:53.589Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:38:03.159Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:38:03.162Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:38:03.166Z||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-10-15T08:38:03.166Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:38:12.708Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:38:42.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:38:42.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-10-15T08:38:42.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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:38:42.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:38:42.020Z||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-10-15T08:38:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:38:42.062Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:38:42.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-15T08:38:42.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286932632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:38:42.065Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:38:42.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-15T08:38:42.065Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286932632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:38:42.066Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:38:42.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-15T08:38:42.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286946198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:38:42.066Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:38:42.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-15T08:38:42.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286949039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:38:42.067Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:38:42.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-15T08:38:42.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286950429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:38:42.067Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:38:42.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-15T08:38:42.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286951687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:38:42.068Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:38:42.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-15T08:38:42.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286952814,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-15T08:38:42.069Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:38:42.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-15T08:38:42.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286953819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-15T08:38:42.070Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:38:42.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-15T08:38:42.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286954825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-15T08:38:42.070Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:38:42.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-15T08:38:42.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286955840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:38:42.071Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:38:42.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-15T08:38:42.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aefd6eac-4e48-4940-ad16-7827945429a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286987502,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-15T08:38:42.071Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:38:42.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-15T08:38:42.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286932632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:38:42.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:38:42.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-15T08:38:42.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286932632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-15T08:38:42.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:38:42.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-15T08:38:42.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286932632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-15T08:38:42.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:38:42.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-15T08:38:42.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286932632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T08:38:42.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:38:42.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-15T08:38:42.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286932632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-15T08:38:42.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:38:42.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-15T08:38:42.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286932632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:38:42.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:38:42.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-15T08:38:42.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286932632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-15T08:38:42.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:38:42.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-15T08:38:42.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286932632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:38:42.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:38:42.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-15T08:38:42.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286932632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:38:42.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:38:42.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-15T08:38:42.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634286997918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:38:42.076Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:38:42.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-15T08:38:42.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287000868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:38:42.077Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:38:51.595Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:39:42.018Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:39:42.019Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:39:42.022Z||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-10-15T08:39:42.022Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:39:42.022Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|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-10-15T08:39:42.023Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:39:42.570Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:39:42.575Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T08:39:42.575Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287002060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:39:42.578Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:39:42.579Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T08:39:42.579Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287003372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:39:42.579Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:39:42.580Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T08:39:42.580Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287004951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:39:42.580Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:39:42.580Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T08:39:42.580Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287006162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:39:42.580Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:39:42.580Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T08:39:42.580Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287007298,
  "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-10-15T08:39:42.581Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:39:42.581Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T08:39:42.581Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287008304,
  "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-10-15T08:39:42.581Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:39:42.581Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T08:39:42.581Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287009308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-15T08:39:42.581Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:39:42.581Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T08:39:42.581Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287010311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-10-15T08:39:42.582Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:39:42.582Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T08:39:42.582Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287011315,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-10-15T08:39:42.582Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:39:42.582Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T08:39:42.582Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287012319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:39:42.582Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:39:42.582Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T08:39:42.582Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fcb7362-cc6d-4909-ab1f-3c5068f88584",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287043903,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-15T08:39:42.583Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:39:51.600Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:40:42.026Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:40:42.026Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:40:42.039Z||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-10-15T08:40:42.039Z||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-10-15T08:40:42.039Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:40:42.040Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:40:51.588Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:40:51.594Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:41:42.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:41:42.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:41:42.024Z||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-10-15T08:41:42.024Z||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-10-15T08:41:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:41:42.025Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:41:42.662Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:41:42.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "clamp",
  "timestamp": 1634287264657,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.662Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:41:42.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.671Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"8b3a549c-31c9-426b-9944-96b620137f44","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"b0ea6fbc-3757-4416-84df-8296147c6902","serviceDescription":"service","serviceInvariantUUID":"7764a29e-975a-4561-b6b8-dbffca5db680","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6f6ac953-a259-455b-8678-a640890a831b","resourceInvariantUUID":"0ecb9102-73a8-4311-ae50-f968ef665115","resourceCustomizationUUID":"3a2c1c8b-fffa-487a-8db8-fb628bf8d8ce","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"989d1c17-10aa-4c08-b5ee-e73119634faa","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":"ZGMzMDVjOGI3ZGFmYWEwNmUzMmEwZDg3OWRiNDJmMjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4f2f8bca-6f6a-42d5-b36f-7d69a5c92f7b","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":"MjQ1YjZmOWQyNmI4MjE5ODMzZDkzYTY0MWJkMTM1NDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"11739512-bb71-4da1-8056-90bbc61d9ff8","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":"a0d22ecf-4cef-4cb6-bd06-e0a859ccbf4b","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":"a34d3adc-0090-4462-bc21-ba9d47b6ebbc","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":"39b847ed-92b3-43d1-92d9-11f06079d467","artifactVersion":"2","generatedFromUUID":"a0d22ecf-4cef-4cb6-bd06-e0a859ccbf4b"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"OThiODhiYTk5ZTg4NzIzNWUwMjAyZjc2Y2Y2ZTY0MWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55367a7b-7ae9-4014-a558-336cc631cb51","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MzUxYjA3NGUxNTA0N2NjZTAyODIyYzdkNmJhMDE1NTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1072e817-067f-407f-be11-d891d2914315","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-15T08:41:42.671Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "cds",
  "timestamp": 1634287265857,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.671Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.672Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634287266164,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.672Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.672Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "clamp",
  "timestamp": 1634287264657,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.672Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.672Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "cds",
  "timestamp": 1634287265857,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.672Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.673Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634287266164,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.673Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.673Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "clamp",
  "timestamp": 1634287264657,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T08:41:42.673Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.673Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "cds",
  "timestamp": 1634287265857,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.673Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.673Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634287266164,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.673Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "clamp",
  "timestamp": 1634287264657,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.674Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "cds",
  "timestamp": 1634287265857,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.674Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634287266164,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.674Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "clamp",
  "timestamp": 1634287264657,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.675Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "cds",
  "timestamp": 1634287265857,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.675Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634287266164,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.675Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "clamp",
  "timestamp": 1634287264657,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.675Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "cds",
  "timestamp": 1634287265857,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.676Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634287271168,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.676Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634287266164,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.676Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "clamp",
  "timestamp": 1634287264657,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.676Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "cds",
  "timestamp": 1634287265857,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.677Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.677Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.677Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634287272147,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.677Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.677Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.677Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634287271168,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.677Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.677Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.677Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634287266164,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.677Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.678Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.678Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "policy-id",
  "timestamp": 1634287272353,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.678Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.678Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.678Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "clamp",
  "timestamp": 1634287264657,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:41:42.678Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.678Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.678Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "cds",
  "timestamp": 1634287265857,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:41:42.678Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.678Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.678Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634287272147,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.678Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634287271168,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T08:41:42.679Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634287266164,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.679Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "policy-id",
  "timestamp": 1634287272353,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.679Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "dcae-sch",
  "timestamp": 1634287273470,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-10-15T08:41:42.679Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634287272147,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.680Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634287271168,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-15T08:41:42.680Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "cds",
  "timestamp": 1634287274812,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:41:42.680Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:41:42.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "policy-id",
  "timestamp": 1634287272353,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.681Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "dcae-sch",
  "timestamp": 1634287273470,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.681Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634287272147,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.681Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634287271168,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.681Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "cds",
  "timestamp": 1634287275822,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2021-10-15T08:41:42.686Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:41:42.687Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-15T08:41:42.695Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:41:42.696Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287302018,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-15T08:41:42.717Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8b3a549c-31c9-426b-9944-96b620137f44
2021-10-15T08:41:42.718Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b3a549c-31c9-426b-9944-96b620137f44 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-10-15T08:41:42.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "policy-id",
  "timestamp": 1634287272353,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-15T08:41:42.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "dcae-sch",
  "timestamp": 1634287273470,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634287272147,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634287271168,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-15T08:41:42.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "policy-id",
  "timestamp": 1634287272353,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "dcae-sch",
  "timestamp": 1634287273470,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634287272147,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634287271168,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "policy-id",
  "timestamp": 1634287272353,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "aai-ml",
  "timestamp": 1634287277462,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "dcae-sch",
  "timestamp": 1634287273470,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "clamp",
  "timestamp": 1634287278492,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:41:42.732Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:41:42.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634287272147,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634287271168,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:41:42.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "policy-id",
  "timestamp": 1634287272353,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "aai-ml",
  "timestamp": 1634287277462,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.733Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "dcae-sch",
  "timestamp": 1634287273470,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.733Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "clamp",
  "timestamp": 1634287279495,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:41:42.733Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:41:42.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634287272147,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:41:42.733Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "policy-id",
  "timestamp": 1634287272353,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:41:42.734Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "aai-ml",
  "timestamp": 1634287277462,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.734Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "dcae-sch",
  "timestamp": 1634287273470,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.734Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634287280203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:41:42.734Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:41:42.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634287281026,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:41:42.735Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:41:42.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "aai-ml",
  "timestamp": 1634287277462,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.735Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "dcae-sch",
  "timestamp": 1634287273470,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.735Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634287281490,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:41:42.736Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:41:42.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "policy-id",
  "timestamp": 1634287281666,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:41:42.736Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:41:42.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "aai-ml",
  "timestamp": 1634287277462,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.736Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "policy-id",
  "timestamp": 1634287282674,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:41:42.737Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:41:42.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634287282804,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:41:42.737Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:41:42.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "aai-ml",
  "timestamp": 1634287277462,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634287283468,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:41:42.737Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:41:42.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "dcae-sch",
  "timestamp": 1634287283594,
  "artifactURL": "/sdc/v1/catalog/services/b0ea6fbc-3757-4416-84df-8296147c6902/resourceInstances/basicclamp0/artifacts/989d1c17-10aa-4c08-b5ee-e73119634faa",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:41:42.738Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:41:42.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "policy-id",
  "timestamp": 1634287283686,
  "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-10-15T08:41:42.743Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8b3a549c-31c9-426b-9944-96b620137f44
2021-10-15T08:41:42.743Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b3a549c-31c9-426b-9944-96b620137f44 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-10-15T08:41:42.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634287283836,
  "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-10-15T08:41:42.765Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8b3a549c-31c9-426b-9944-96b620137f44
2021-10-15T08:41:42.765Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b3a549c-31c9-426b-9944-96b620137f44 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-10-15T08:41:42.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "aai-ml",
  "timestamp": 1634287277462,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:42.775Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634287284472,
  "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-10-15T08:41:42.780Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8b3a549c-31c9-426b-9944-96b620137f44
2021-10-15T08:41:42.780Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b3a549c-31c9-426b-9944-96b620137f44 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-10-15T08:41:42.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634287284844,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-15T08:41:42.790Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:41:42.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "dcae-sch",
  "timestamp": 1634287284894,
  "artifactURL": "/sdc/v1/catalog/services/b0ea6fbc-3757-4416-84df-8296147c6902/resourceInstances/basicclamp0/artifacts/989d1c17-10aa-4c08-b5ee-e73119634faa",
  "status": "DEPLOY_OK"
}
2021-10-15T08:41:42.790Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:41:42.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "aai-ml",
  "timestamp": 1634287277462,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:41:42.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:41:42.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "dcae-sch",
  "timestamp": 1634287285902,
  "artifactURL": "/sdc/v1/catalog/services/b0ea6fbc-3757-4416-84df-8296147c6902/resourceInstances/basicclamp0/artifacts/989d1c17-10aa-4c08-b5ee-e73119634faa",
  "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-10-15T08:41:42.795Z||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 8b3a549c-31c9-426b-9944-96b620137f44
2021-10-15T08:41:42.795Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b3a549c-31c9-426b-9944-96b620137f44 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-10-15T08:41:42.799Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-10-15T08:41:42.800Z||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-10-15T08:41:42.801Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:41:42.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "aai-ml",
  "timestamp": 1634287286779,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:41:42.802Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:41:42.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "clamp",
  "timestamp": 1634287293581,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:41:42.802Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:41:42.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "clamp",
  "timestamp": 1634287294584,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-15T08:41:42.802Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:41:42.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "aai-ml",
  "timestamp": 1634287294866,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:41:42.802Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:41:42.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "clamp",
  "timestamp": 1634287295588,
  "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-10-15T08:41:42.807Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8b3a549c-31c9-426b-9944-96b620137f44
2021-10-15T08:41:42.807Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b3a549c-31c9-426b-9944-96b620137f44 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-10-15T08:41:42.813Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:41:42.814Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:41:42.814Z||pool-95-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:41:42.814Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "aai-ml",
  "timestamp": 1634287295869,
  "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-10-15T08:41:42.818Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8b3a549c-31c9-426b-9944-96b620137f44
2021-10-15T08:41:42.818Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b3a549c-31c9-426b-9944-96b620137f44 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-10-15T08:41:43.697Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:41:43.699Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:41:43.703Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:41:43.703Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287302018,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:43.803Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:41:43.804Z||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-10-15T08:41:43.804Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:41:43.816Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:41:43.816Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:41:44.704Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:41:44.707Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:41:44.709Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:41:44.709Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287302018,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T08:41:44.809Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:41:44.812Z||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-10-15T08:41:44.812Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:41:44.827Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:41:44.831Z||pool-97-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-10-15T08:41:45.711Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:41:45.712Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:41:45.719Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:41:45.719Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287302018,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-15T08:41:45.818Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T08:41:45.820Z||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-10-15T08:41:45.820Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:41:45.846Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:41:45.847Z||pool-98-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:41:46.720Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:41:46.721Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:41:46.724Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:41:46.724Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287302018,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:46.834Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2021-10-15T08:41:46.836Z||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-10-15T08:41:46.836Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:41:46.848Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:41:46.849Z||pool-99-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:41:47.725Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:41:47.726Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:41:47.752Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:41:47.752Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287302018,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-15T08:41:47.827Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 75 ms
2021-10-15T08:41:47.828Z||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-10-15T08:41:47.828Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:41:47.838Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:41:47.838Z||pool-100-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:41:48.752Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:41:48.753Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:41:48.755Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:41:48.755Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287302018,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:41:48.858Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-10-15T08:41:48.859Z||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-10-15T08:41:48.859Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:41:48.872Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:41:48.872Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:41:49.755Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:41:49.756Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:41:49.758Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:41:49.758Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287302018,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:41:49.858Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:41:49.859Z||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-10-15T08:41:49.859Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:41:49.868Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:41:49.868Z||pool-102-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-10-15T08:41:50.760Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "b0ea6fbc-3757-4416-84df-8296147c6902",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7764a29e-975a-4561-b6b8-dbffca5db680",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "3a2c1c8b-fffa-487a-8db8-fb628bf8d8ce",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6f6ac953-a259-455b-8678-a640890a831b",
      "resourceInvariantUUID": "0ecb9102-73a8-4311-ae50-f968ef665115",
      "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": "MjQ1YjZmOWQyNmI4MjE5ODMzZDkzYTY0MWJkMTM1NDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "11739512-bb71-4da1-8056-90bbc61d9ff8",
          "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": "a0d22ecf-4cef-4cb6-bd06-e0a859ccbf4b",
          "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": "39b847ed-92b3-43d1-92d9-11f06079d467",
            "generatedFromUUID": "a0d22ecf-4cef-4cb6-bd06-e0a859ccbf4b"
          },
          "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": "39b847ed-92b3-43d1-92d9-11f06079d467",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "MzUxYjA3NGUxNTA0N2NjZTAyODIyYzdkNmJhMDE1NTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1072e817-067f-407f-be11-d891d2914315"
    }
  ],
  "workloadContext": "Production"
}
2021-10-15T08:41:50.760Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-15T08:41:50.761Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b0ea6fbc-3757-4416-84df-8296147c6902 ASDC
2021-10-15T08:41:50.763Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:8b3a549c-31c9-426b-9944-96b620137f44
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:b0ea6fbc-3757-4416-84df-8296147c6902
ServiceInvariantUUID:7764a29e-975a-4561-b6b8-dbffca5db680
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:1072e817-067f-407f-be11-d891d2914315
ArtifactChecksum:MzUxYjA3NGUxNTA0N2NjZTAyODIyYzdkNmJhMDE1NTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:3a2c1c8b-fffa-487a-8db8-fb628bf8d8ce
ResourceInvariantUUID:0ecb9102-73a8-4311-ae50-f968ef665115
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:6f6ac953-a259-455b-8678-a640890a831b
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:11739512-bb71-4da1-8056-90bbc61d9ff8
ArtifactChecksum:MjQ1YjZmOWQyNmI4MjE5ODMzZDkzYTY0MWJkMTM1NDE=
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:a0d22ecf-4cef-4cb6-bd06-e0a859ccbf4b
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:39b847ed-92b3-43d1-92d9-11f06079d467
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:39b847ed-92b3-43d1-92d9-11f06079d467
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-15T08:41:50.763Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b0ea6fbc-3757-4416-84df-8296147c6902 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-10-15T08:41:50.799Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T08:41:50.801Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-15T08:41:50.801Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-15T08:41:50.801Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1072e817-067f-407f-be11-d891d2914315 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-15T08:41:50.802Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-15T08:41:50.802Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-15T08:41:51.199Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-15T08:41:51.202Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 1072e817-067f-407f-be11-d891d2914315 73470
2021-10-15T08:41:51.203Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-10-15T08:41:51.203Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-15T08:41:51.203Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T08:41:51.204Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:41:51.206Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:41:51.206Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287311203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:41:51.306Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:41:51.307Z||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-10-15T08:41:51.307Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:41:51.356Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:41:51.357Z||pool-103-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:41:52.206Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T08:41:52.207Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-15T08:41:52.207Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 1072e817-067f-407f-be11-d891d2914315, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-15T08:41:52.235Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-10-15T08:41:52.235Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-15T08:41:52.236Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-15T08:41:52.445Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2981808062061106501/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-10-15T08:41:53.728Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-15T08:41:53.728Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-15T08:41:53.728Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-15T08:41:53.729Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-15T08:41:53.729Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||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-10-15T08:41:53.729Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-15T08:41:53.729Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-15T08:41:53.729Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-15T08:41:53.729Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-15T08:41:53.729Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-15T08:41:53.729Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-15T08:41:53.729Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-15T08:41:53.729Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-15T08:41:53.729Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-15T08:41:53.730Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:41:53.731Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:41:53.731Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-15T08:41:53.731Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-15T08:41:53.731Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T08:41:53.731Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:41:53.731Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:41:53.732Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-15T08:41:53.732Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-15T08:41:53.732Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T08:41:53.732Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:41:53.732Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:41:53.732Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:41:53.732Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-15T08:41:53.732Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-15T08:41:53.733Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-15T08:41:53.733Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-15T08:41:53.733Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-15T08:41:53.733Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-15T08:41:53.733Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:41:53.733Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-15T08:41:53.733Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:41:53.733Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-15T08:41:53.733Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:41:53.734Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:41:53.734Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-15T08:41:53.734Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:41:53.734Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:41:53.734Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-15T08:41:53.734Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:41:53.735Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:41:53.735Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-15T08:41:53.735Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-15T08:41:53.735Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-15T08:41:53.735Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a5b83607-181e-4d11-8f66-ba079a7c6f34
2021-10-15T08:41:53.735Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:41:53.735Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:41:53.735Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:41:53.736Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:41:53.736Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:41:53.736Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:41:53.736Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:41:53.736Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:41:53.736Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:b0ea6fbc-3757-4416-84df-8296147c6902
Model Version:NULL
Model InvariantUuid:7764a29e-975a-4561-b6b8-dbffca5db680
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:0e0096ec-d0bd-40ca-b56a-7d75dcb791bb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0ecb9102-73a8-4311-ae50-f968ef665115
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3a2c1c8b-fffa-487a-8db8-fb628bf8d8ce
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e63691be-ecdf-42fc-85bb-3c1996f82ca8
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:846ea321-3b78-47f7-ab64-81e08b783bb2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a5b83607-181e-4d11-8f66-ba079a7c6f34
ModelInvariantUuid:f14562d6-3535-40c3-8d24-64f1cdfaab6e
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:d298c875-9366-4046-b700-e5d94dffd7ad
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:4d9619c1-00cc-4cf3-b976-0af5c37d83fb
ModelInvariantUuid:17f42bdf-b1f5-4ed1-b754-4c84a0403a43
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:7d56300b-cbf5-4582-bafe-d223ea629f15
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-10-15T08:41:53.743Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 6f6ac953-a259-455b-8678-a640890a831b
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-10-15T08:41:53.748Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||basicclamp 0
2021-10-15T08:41:53.748Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6f6ac953-a259-455b-8678-a640890a831b
2021-10-15T08:41:53.749Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 11739512-bb71-4da1-8056-90bbc61d9ff8 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-15T08:41:53.749Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-15T08:41:53.749Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-15T08:41:53.812Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-15T08:41:53.812Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 11739512-bb71-4da1-8056-90bbc61d9ff8 790
2021-10-15T08:41:53.812Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||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-10-15T08:41:53.813Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||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-10-15T08:41:53.813Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T08:41:53.813Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:41:53.815Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:41:53.815Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287313812,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:41:53.915Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:41:53.916Z||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-10-15T08:41:53.916Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:41:53.927Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:41:53.927Z||pool-104-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:41:54.816Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e63691be-ecdf-42fc-85bb-3c1996f82ca8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "846ea321-3b78-47f7-ab64-81e08b783bb2",
    "vfModuleModelCustomizationUUID": "d8467bca-08fe-4f6a-bb10-79bf91dc1765",
    "isBase": true,
    "artifacts": [
      "a0d22ecf-4cef-4cb6-bd06-e0a859ccbf4b",
      "39b847ed-92b3-43d1-92d9-11f06079d467"
    ],
    "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-10-15T08:41:54.822Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:846ea321-3b78-47f7-ab64-81e08b783bb2
VfModuleModelInvariantUUID:e63691be-ecdf-42fc-85bb-3c1996f82ca8
VfModuleModelDescription:NULL
Artifacts UUID List:{
a0d22ecf-4cef-4cb6-bd06-e0a859ccbf4b
,
39b847ed-92b3-43d1-92d9-11f06079d467

}
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-10-15T08:41:54.824Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e63691be-ecdf-42fc-85bb-3c1996f82ca8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "846ea321-3b78-47f7-ab64-81e08b783bb2",
    "vfModuleModelCustomizationUUID": "d8467bca-08fe-4f6a-bb10-79bf91dc1765",
    "isBase": true,
    "artifacts": [
      "a0d22ecf-4cef-4cb6-bd06-e0a859ccbf4b",
      "39b847ed-92b3-43d1-92d9-11f06079d467"
    ],
    "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-10-15T08:41:54.824Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:846ea321-3b78-47f7-ab64-81e08b783bb2
VfModuleModelInvariantUUID:e63691be-ecdf-42fc-85bb-3c1996f82ca8
VfModuleModelDescription:NULL
Artifacts UUID List:{
a0d22ecf-4cef-4cb6-bd06-e0a859ccbf4b
,
39b847ed-92b3-43d1-92d9-11f06079d467

}
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-10-15T08:41:54.824Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a0d22ecf-4cef-4cb6-bd06-e0a859ccbf4b from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-15T08:41:54.824Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-15T08:41:54.824Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-15T08:41:54.929Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-15T08:41:54.930Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml a0d22ecf-4cef-4cb6-bd06-e0a859ccbf4b 5033
2021-10-15T08:41:54.930Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||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-10-15T08:41:54.930Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||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-10-15T08:41:54.930Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T08:41:54.930Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:41:54.933Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:41:54.933Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287314930,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:41:55.032Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T08:41:55.033Z||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-10-15T08:41:55.033Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:41:55.045Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:41:55.047Z||pool-105-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-15T08:41:55.933Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 39b847ed-92b3-43d1-92d9-11f06079d467 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-15T08:41:55.933Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-15T08:41:55.934Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-15T08:41:56.027Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-15T08:41:56.027Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 39b847ed-92b3-43d1-92d9-11f06079d467 909
2021-10-15T08:41:56.028Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||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-10-15T08:41:56.028Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||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-10-15T08:41:56.028Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T08:41:56.028Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:41:56.032Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:41:56.033Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287316028,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:41:56.130Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-10-15T08:41:56.131Z||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-10-15T08:41:56.131Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:41:56.143Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:41:56.144Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:41:57.033Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: b0ea6fbc-3757-4416-84df-8296147c6902
2021-10-15T08:41:57.034Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 6f6ac953-a259-455b-8678-a640890a831b 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-10-15T08:41:57.048Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@294580c2, org.onap.sdc.toscaparser.api.parameters.Input@34d44499, org.onap.sdc.toscaparser.api.parameters.Input@39128c52, org.onap.sdc.toscaparser.api.parameters.Input@2f457136, org.onap.sdc.toscaparser.api.parameters.Input@2a03a78c]
2021-10-15T08:41:57.050Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:41:57.050Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:41:57.050Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-10-15T08:41:57.050Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 3a2c1c8b-fffa-487a-8db8-fb628bf8d8ce
2021-10-15T08:41:57.051Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3a2c1c8b-fffa-487a-8db8-fb628bf8d8ce matches Tosca VF Customization UUID: 3a2c1c8b-fffa-487a-8db8-fb628bf8d8ce
2021-10-15T08:41:57.051Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 3a2c1c8b-fffa-487a-8db8-fb628bf8d8ce  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-10-15T08:41:57.053Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:41:57.053Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:41:57.054Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 3a2c1c8b-fffa-487a-8db8-fb628bf8d8ce: {\"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-10-15T08:41:57.054Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1570bacb
2021-10-15T08:41:57.054Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:41:57.054Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-15T08:41:57.054Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d8467bca-08fe-4f6a-bb10-79bf91dc1765
2021-10-15T08:41:57.054Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d8467bca-08fe-4f6a-bb10-79bf91dc1765
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-10-15T08:41:57.057Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:41:57.057Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-15T08:41:57.057Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:41:57.058Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:41:57.058Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-15T08:41:57.058Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:41:57.058Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:41:57.058Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-15T08:41:57.059Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-15T08:41:57.059Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-15T08:41:57.059Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a5b83607-181e-4d11-8f66-ba079a7c6f34
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-10-15T08:41:57.061Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:41:57.062Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-15T08:41:57.062Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:41:57.062Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:41:57.062Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-15T08:41:57.062Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=3a2c1c8b-fffa-487a-8db8-fb628bf8d8ce
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-10-15T08:41:57.064Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:41:57.064Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:41:57.065Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid b0ea6fbc-3757-4416-84df-8296147c6902: basicclamp
2021-10-15T08:41:57.065Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:41:57.065Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:41:57.065Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:41:57.065Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:41:57.066Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:41:57.066Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:41:57.066Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:41:57.066Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:41:57.066Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:41:57.066Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:41:57.066Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||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-10-15T08:41:57.170Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 6f6ac953-a259-455b-8678-a640890a831b 1 ASDC deployResourceStructure
2021-10-15T08:41:57.171Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||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-10-15T08:41:57.171Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||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-10-15T08:41:57.171Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T08:41:57.171Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:41:57.173Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:41:57.173Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287317171,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-15T08:41:57.273Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T08:41:57.274Z||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-10-15T08:41:57.274Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:41:57.286Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:41:57.287Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-15T08:41:58.174Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||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-10-15T08:41:58.174Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||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-10-15T08:41:58.175Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T08:41:58.175Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:41:58.177Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:41:58.177Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287318174,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-15T08:41:58.277Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:41:58.278Z||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-10-15T08:41:58.278Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:41:58.289Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:41:58.289Z||pool-108-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:41:59.178Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||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-10-15T08:41:59.178Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||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-10-15T08:41:59.178Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T08:41:59.178Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:41:59.180Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:41:59.181Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287319177,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-15T08:41:59.280Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T08:41:59.281Z||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-10-15T08:41:59.281Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:41:59.296Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:41:59.297Z||pool-109-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:42:00.181Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-10-15T08:42:00.182Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-15T08:42:00.182Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T08:42:00.182Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:42:00.184Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:42:00.184Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287320181,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:42:00.284Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:42:00.285Z||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-10-15T08:42:00.285Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:42:00.299Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:42:00.299Z||pool-110-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:42:01.185Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8b3a549c-31c9-426b-9944-96b620137f44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-15T08:42:01.197Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8b3a549c-31c9-426b-9944-96b620137f44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-15T08:42:01.199Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T08:42:01.200Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-15T08:42:01.200Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-15T08:42:01.200Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-15T08:42:01.200Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:42:01.200Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:42:01.200Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:42:01.201Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:42:01.201Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:42:01.201Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:42:01.201Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:42:01.201Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-15T08:42:01.205Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-15T08:42:31.206Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8b3a549c-31c9-426b-9944-96b620137f44 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-10-15T08:42:31.216Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8b3a549c-31c9-426b-9944-96b620137f44 and serviceModelVersionId: b0ea6fbc-3757-4416-84df-8296147c6902
2021-10-15T08:42:31.217Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7764a29e-975a-4561-b6b8-dbffca5db680
2021-10-15T08:42:31.218Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7764a29e-975a-4561-b6b8-dbffca5db680/model-vers/model-ver/b0ea6fbc-3757-4416-84df-8296147c6902?depth=0
2021-10-15T08:42:31.225Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-10-15T08:42:31.283Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7764a29e-975a-4561-b6b8-dbffca5db680/model-vers/model-ver/b0ea6fbc-3757-4416-84df-8296147c6902?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-10-15T08:42:31.286Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7764a29e-975a-4561-b6b8-dbffca5db680/model-vers/model-ver/b0ea6fbc-3757-4416-84df-8296147c6902?depth=0|INFO|500||Invoke
2021-10-15T08:42:31.310Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7764a29e-975a-4561-b6b8-dbffca5db680/model-vers/model-ver/b0ea6fbc-3757-4416-84df-8296147c6902?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-15T08:42:31.897Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7764a29e-975a-4561-b6b8-dbffca5db680/model-vers/model-ver/b0ea6fbc-3757-4416-84df-8296147c6902?depth=0|INFO|500||InvokeReturn
2021-10-15T08:42:31.904Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7764a29e-975a-4561-b6b8-dbffca5db680/model-vers/model-ver/b0ea6fbc-3757-4416-84df-8296147c6902?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211015-08:42:31:262-76179], vertex-id=[270496], Content-Length=[0], Date=[Fri, 15 Oct 2021 08:42:31 GMT], Content-Type=[application/json]}
2021-10-15T08:42:31.905Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-10-15T08:42:31.905Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-15T08:42:31.905Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||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-10-15T08:42:31.912Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-15T08:42:31.913Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8b3a549c-31c9-426b-9944-96b620137f44 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-15T08:42:31.913Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-15T08:42:31.913Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:42:31.915Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:42:31.915Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287351913,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-15T08:42:32.015Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T08:42:32.016Z||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-10-15T08:42:32.016Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:42:32.032Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:42:32.034Z||pool-111-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-15T08:42:42.017Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:42:42.018Z|8b3a549c-31c9-426b-9944-96b620137f44|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-10-15T08:42:42.018Z|8b3a549c-31c9-426b-9944-96b620137f44|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:42:42.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:42:42.019Z||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-10-15T08:42:42.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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:42:42.141Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:42:42.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:42:42.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287302018,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:42:42.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:42:51.561Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:43:42.017Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:43:42.019Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:43:42.020Z|8b3a549c-31c9-426b-9944-96b620137f44|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-10-15T08:43:42.020Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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-10-15T08:43:42.020Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:43:42.020Z|8b3a549c-31c9-426b-9944-96b620137f44|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:43:42.543Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:43:42.544Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:43:42.544Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287302018,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:43:42.551Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:43:42.552Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:43:42.553Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287302018,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T08:43:42.553Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:43:42.553Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:43:42.553Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287302018,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-15T08:43:42.553Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:43:42.553Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:43:42.553Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287302018,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:43:42.553Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:43:42.553Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:43:42.554Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287302018,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-15T08:43:42.554Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:43:42.554Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:43:42.554Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287302018,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:43:42.554Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:43:42.554Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:43:42.554Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287302018,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:43:42.554Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:43:42.554Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:43:42.554Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287311203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:43:42.554Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:43:42.554Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:43:42.554Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287313812,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:43:42.555Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:43:42.555Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:43:42.555Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287314930,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:43:42.555Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:43:42.555Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:43:42.555Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287316028,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:43:42.555Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:43:42.555Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:43:42.555Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287317171,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-15T08:43:42.555Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:43:42.556Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:43:42.556Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287318174,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-15T08:43:42.556Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:43:42.556Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:43:42.556Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287319177,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-15T08:43:42.556Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:43:42.556Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:43:42.556Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287320181,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:43:42.556Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:43:42.556Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:43:42.556Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3a549c-31c9-426b-9944-96b620137f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287351913,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-15T08:43:42.556Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:43:51.595Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:44:42.017Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:44:42.020Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:44:42.020Z|8b3a549c-31c9-426b-9944-96b620137f44|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-10-15T08:44:42.020Z|8b3a549c-31c9-426b-9944-96b620137f44|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:44:42.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-10-15T08:44:42.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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:44:42.838Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:44:42.839Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:44:42.840Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"d854cade-a348-4c70-ab13-0c14864791e9","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"e1da722b-fa1f-4f56-b7c1-c718b0bb9be6","serviceDescription":"service","serviceInvariantUUID":"88f4db08-857b-4ef7-bc07-f9f463d7a50e","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"63396317-b28f-41ab-be7f-fce2d121f276","resourceInvariantUUID":"de0da83a-1e64-4b18-a9c4-7af11dfe688a","resourceCustomizationUUID":"9de941c2-d338-4c88-875d-dcf1bd306231","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":"YWU1NmQ0MWYyOWRlNTFjZTVkMGM3NDMyODI5NGY5MWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0fc2dff3-eb49-41c2-8c2c-25011cdb57fd","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":"15b690cd-3757-4cc1-9438-3d3b65aeea36","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":"219f5463-358a-4520-90ec-f13b59e929eb","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":"NjAwN2QzZjAyMjVlYTgyNDE4ZmJlNjJjZTJjYTc1Y2U\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"da9bdc2a-ad77-452c-8758-7cbe15156019","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":"1f6f23a9-2409-4c45-8953-d2d243f1c608","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":"7a2af613-8011-4d75-a31f-6106bd68e2e3","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":"c37d45f6-9912-4fb3-9c5e-3fbc1d342435","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":"MjBiODg4MjJlNjkwOGZlYTY1Nzg3NTQ1NjM4MTRkMTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7b7c0a24-a809-44cd-9189-0958db0ceabf","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YTc1OTg5NDIwM2IwMDAxOTBkNWZmYzkxODM1OGJmNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c64106a5-b461-4be7-8ed7-d2bd22a09ca3","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-15T08:44:42.844Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:44:42.844Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:44:42.866Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:44:42.866Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287482017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:44:42.966Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:44:42.967Z||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-10-15T08:44:42.967Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:44:42.978Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:44:42.979Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:44:43.089Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:44:43.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:44:43.090Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "clamp",
  "timestamp": 1634287474657,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:44:43.091Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:44:43.867Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:44:43.868Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:44:43.870Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:44:43.871Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287482017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:44:43.970Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T08:44:43.972Z||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-10-15T08:44:43.972Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:44:43.983Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:44:43.983Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:44:44.871Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:44:44.872Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:44:44.875Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:44:44.875Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287482017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:44:44.975Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T08:44:44.976Z||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-10-15T08:44:44.976Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:44:44.985Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:44:44.986Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:44:45.876Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:44:45.877Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:44:45.879Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:44:45.879Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287482017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:44:45.979Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T08:44:45.979Z||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-10-15T08:44:45.979Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:44:45.989Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:44:45.989Z||pool-115-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:44:46.880Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:44:46.881Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:44:46.886Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:44:46.886Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287482017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:44:46.986Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:44:46.987Z||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-10-15T08:44:46.987Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:44:46.999Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:44:46.999Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:44:47.887Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:44:47.887Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:44:47.889Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:44:47.889Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287482017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:44:47.989Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:44:47.991Z||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-10-15T08:44:47.992Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:44:48.005Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:44:48.005Z||pool-117-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-10-15T08:44:48.890Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:44:48.890Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:44:48.894Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:44:48.894Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287482017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:44:48.995Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:44:48.997Z||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-10-15T08:44:48.997Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:44:49.043Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:44:49.043Z||pool-118-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1}
2021-10-15T08:44:49.895Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:44:49.896Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:44:49.901Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:44:49.901Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287482017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:44:50.001Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T08:44:50.002Z||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-10-15T08:44:50.002Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:44:50.012Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:44:50.012Z||pool-119-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:44:50.902Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:44:50.903Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:44:50.906Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:44:50.906Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287482017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:44:51.006Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:44:51.011Z||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-10-15T08:44:51.011Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:44:51.027Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:44:51.027Z||pool-120-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:44:51.912Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e1da722b-fa1f-4f56-b7c1-c718b0bb9be6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "88f4db08-857b-4ef7-bc07-f9f463d7a50e",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "9de941c2-d338-4c88-875d-dcf1bd306231",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "63396317-b28f-41ab-be7f-fce2d121f276",
      "resourceInvariantUUID": "de0da83a-1e64-4b18-a9c4-7af11dfe688a",
      "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": "YTc1OTg5NDIwM2IwMDAxOTBkNWZmYzkxODM1OGJmNmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c64106a5-b461-4be7-8ed7-d2bd22a09ca3"
    }
  ],
  "workloadContext": "Production"
}
2021-10-15T08:44:51.914Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-15T08:44:51.914Z|8b3a549c-31c9-426b-9944-96b620137f44|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e1da722b-fa1f-4f56-b7c1-c718b0bb9be6 ASDC
2021-10-15T08:44:51.915Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:d854cade-a348-4c70-ab13-0c14864791e9
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:e1da722b-fa1f-4f56-b7c1-c718b0bb9be6
ServiceInvariantUUID:88f4db08-857b-4ef7-bc07-f9f463d7a50e
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:c64106a5-b461-4be7-8ed7-d2bd22a09ca3
ArtifactChecksum:YTc1OTg5NDIwM2IwMDAxOTBkNWZmYzkxODM1OGJmNmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:9de941c2-d338-4c88-875d-dcf1bd306231
ResourceInvariantUUID:de0da83a-1e64-4b18-a9c4-7af11dfe688a
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:63396317-b28f-41ab-be7f-fce2d121f276
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-10-15T08:44:51.915Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e1da722b-fa1f-4f56-b7c1-c718b0bb9be6 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-10-15T08:44:51.969Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T08:44:51.970Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-15T08:44:51.970Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-15T08:44:51.970Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c64106a5-b461-4be7-8ed7-d2bd22a09ca3 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-15T08:44:51.970Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-15T08:44:51.971Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-15T08:44:52.729Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-15T08:44:52.737Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar c64106a5-b461-4be7-8ed7-d2bd22a09ca3 105555
2021-10-15T08:44:52.737Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-10-15T08:44:52.737Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-15T08:44:52.738Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T08:44:52.738Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:44:52.747Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:44:52.747Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287492737,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:44:52.843Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-10-15T08:44:52.844Z||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-10-15T08:44:52.844Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:44:52.853Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:44:52.854Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:44:53.749Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T08:44:53.756Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-15T08:44:53.757Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: c64106a5-b461-4be7-8ed7-d2bd22a09ca3, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-15T08:44:53.758Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-10-15T08:44:53.759Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-15T08:44:53.759Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-15T08:44:53.960Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10998884041009681280/Definitions/service-TestPnfMacro-template.yml
2021-10-15T08:44:54.832Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-15T08:44:54.833Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-15T08:44:54.833Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-15T08:44:54.833Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-15T08:44:54.833Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||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-10-15T08:44:54.833Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||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-10-15T08:44:54.833Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||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-10-15T08:44:54.833Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||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-10-15T08:44:54.833Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-15T08:44:54.833Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-15T08:44:54.833Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-15T08:44:54.833Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-15T08:44:54.834Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:44:54.834Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:44:54.834Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-10-15T08:44:54.834Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-15T08:44:54.834Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T08:44:54.835Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:44:54.835Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:44:54.835Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-10-15T08:44:54.835Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-15T08:44:54.835Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T08:44:54.835Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:44:54.836Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:44:54.836Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:44:54.836Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:44:54.836Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:44:54.836Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:44:54.836Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:44:54.836Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:44:54.836Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:44:54.836Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:44:54.837Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:e1da722b-fa1f-4f56-b7c1-c718b0bb9be6
Model Version:NULL
Model InvariantUuid:88f4db08-857b-4ef7-bc07-f9f463d7a50e
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-10-15T08:44:54.850Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 63396317-b28f-41ab-be7f-fce2d121f276
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-10-15T08:44:54.858Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||test-pnf 0
2021-10-15T08:44:54.858Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 63396317-b28f-41ab-be7f-fce2d121f276
2021-10-15T08:44:54.858Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||No resources found for Service: e1da722b-fa1f-4f56-b7c1-c718b0bb9be6
2021-10-15T08:44:54.858Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: e1da722b-fa1f-4f56-b7c1-c718b0bb9be6
2021-10-15T08:44:54.858Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 63396317-b28f-41ab-be7f-fce2d121f276 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-10-15T08:44:54.864Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@627ab638, org.onap.sdc.toscaparser.api.parameters.Input@628b3788, org.onap.sdc.toscaparser.api.parameters.Input@7527403f, org.onap.sdc.toscaparser.api.parameters.Input@6cf30861, org.onap.sdc.toscaparser.api.parameters.Input@5b8fa8b1]
2021-10-15T08:44:54.864Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:44:54.864Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:44:54.865Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid e1da722b-fa1f-4f56-b7c1-c718b0bb9be6: test-pnf
2021-10-15T08:44:54.865Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||Processing PNF resource: 63396317-b28f-41ab-be7f-fce2d121f276
2021-10-15T08:44:54.865Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:44:54.865Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:44:54.865Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||Resource customization UUID: 9de941c2-d338-4c88-875d-dcf1bd306231 is the same as notified resource customizationUUID: 9de941c2-d338-4c88-875d-dcf1bd306231
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-10-15T08:44:54.914Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 63396317-b28f-41ab-be7f-fce2d121f276 0 ASDC deployResourceStructure
2021-10-15T08:44:54.914Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-10-15T08:44:54.914Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-15T08:44:54.914Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T08:44:54.915Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:44:54.917Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:44:54.918Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287494914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:44:55.017Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T08:44:55.018Z||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-10-15T08:44:55.018Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:44:55.027Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:44:55.028Z||pool-122-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:44:55.918Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d854cade-a348-4c70-ab13-0c14864791e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-15T08:44:55.938Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d854cade-a348-4c70-ab13-0c14864791e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-15T08:44:55.940Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T08:44:55.940Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-15T08:44:55.940Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-15T08:45:25.941Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d854cade-a348-4c70-ab13-0c14864791e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-15T08:45:25.962Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d854cade-a348-4c70-ab13-0c14864791e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-15T08:45:25.967Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T08:45:25.967Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-15T08:45:25.967Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-15T08:45:42.020Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:45:42.021Z||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-10-15T08:45:42.021Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:45:42.059Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:45:42.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:45:42.060Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287482017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:45:42.061Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:45:42.062Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:45:42.062Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "dcae-sch",
  "timestamp": 1634287473471,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:45:42.062Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:45:55.968Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d854cade-a348-4c70-ab13-0c14864791e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-15T08:45:55.993Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d854cade-a348-4c70-ab13-0c14864791e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-15T08:45:55.995Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T08:45:55.995Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-15T08:45:55.995Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-15T08:46:25.996Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d854cade-a348-4c70-ab13-0c14864791e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-15T08:46:26.011Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d854cade-a348-4c70-ab13-0c14864791e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-15T08:46:26.014Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T08:46:26.014Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-15T08:46:26.014Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-15T08:46:42.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:46:42.021Z||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-10-15T08:46:42.021Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:46:42.046Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:46:42.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:46:42.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "cds",
  "timestamp": 1634287475857,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:46:42.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:46:42.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:46:42.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634287482149,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:46:42.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:46:56.016Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d854cade-a348-4c70-ab13-0c14864791e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-15T08:46:56.052Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d854cade-a348-4c70-ab13-0c14864791e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-15T08:46:56.054Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T08:46:56.054Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-15T08:46:56.054Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-15T08:47:26.055Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d854cade-a348-4c70-ab13-0c14864791e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-15T08:47:26.081Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d854cade-a348-4c70-ab13-0c14864791e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-15T08:47:26.083Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T08:47:26.083Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-15T08:47:26.083Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-15T08:47:42.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:47:42.021Z||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-10-15T08:47:42.021Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:47:42.056Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:47:42.058Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.059Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "dcae-sch",
  "timestamp": 1634287473471,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.060Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.061Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.061Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "clamp",
  "timestamp": 1634287474657,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.061Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.061Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.061Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287482017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.062Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.062Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.062Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "cds",
  "timestamp": 1634287475857,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.062Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.062Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.062Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634287482149,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.062Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.062Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.062Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "dcae-sch",
  "timestamp": 1634287473471,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.063Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.063Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "clamp",
  "timestamp": 1634287474657,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.064Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.064Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.064Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287482017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.064Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.067Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.068Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634287482149,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.069Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "cds",
  "timestamp": 1634287475857,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.069Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "dcae-sch",
  "timestamp": 1634287473471,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.069Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287482017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.069Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "clamp",
  "timestamp": 1634287474657,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.070Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "cds",
  "timestamp": 1634287475857,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.070Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634287482149,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.070Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "dcae-sch",
  "timestamp": 1634287473471,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.070Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634287486164,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.070Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "clamp",
  "timestamp": 1634287474657,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.071Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287482017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.071Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "cds",
  "timestamp": 1634287475857,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.071Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.072Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634287482149,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.072Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.072Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634287486164,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.072Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.072Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "clamp",
  "timestamp": 1634287474657,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.072Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.072Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "dcae-sch",
  "timestamp": 1634287473471,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.072Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.073Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287482017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.073Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.073Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "cds",
  "timestamp": 1634287475857,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.073Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.073Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634287482149,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.073Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.073Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "aai-ml",
  "timestamp": 1634287487462,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.073Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "dcae-sch",
  "timestamp": 1634287473471,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.074Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634287486164,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.074Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "clamp",
  "timestamp": 1634287474657,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.074Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "cds",
  "timestamp": 1634287475857,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.074Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.075Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287482017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.076Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.076Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.076Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634287482149,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.076Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.076Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.076Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "aai-ml",
  "timestamp": 1634287487462,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.076Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.076Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.076Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "dcae-sch",
  "timestamp": 1634287473471,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.077Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.077Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.077Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634287486164,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.077Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.077Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.077Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "clamp",
  "timestamp": 1634287474657,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.077Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.077Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.077Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287482017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.077Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.077Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.077Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "cds",
  "timestamp": 1634287475857,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.078Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.078Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.078Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634287482149,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.078Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.078Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.078Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "aai-ml",
  "timestamp": 1634287487462,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.078Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.078Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.078Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "dcae-sch",
  "timestamp": 1634287473471,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.078Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.078Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.079Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634287486164,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.079Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.079Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.079Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "clamp",
  "timestamp": 1634287474657,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:47:42.079Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.079Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.079Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287482017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:47:42.079Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.079Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.079Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "cds",
  "timestamp": 1634287475857,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:47:42.079Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.080Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.080Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634287482149,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:47:42.080Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.080Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.080Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "aai-ml",
  "timestamp": 1634287487462,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.080Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.080Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.080Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634287491170,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.081Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634287486164,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.081Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "aai-ml",
  "timestamp": 1634287487462,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.081Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "cds",
  "timestamp": 1634287492531,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:47:42.081Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:47:42.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634287492561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:47:42.082Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:47:42.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.082Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287492737,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:47:42.082Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:47:42.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.082Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634287491170,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.082Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.082Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634287486164,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-10-15T08:47:42.082Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.082Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "policy-id",
  "timestamp": 1634287492353,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.083Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.083Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.083Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "aai-ml",
  "timestamp": 1634287487462,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.083Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.083Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.083Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634287491170,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.083Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.083Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.083Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634287486164,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.083Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.083Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.084Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "cds",
  "timestamp": 1634287493813,
  "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-10-15T08:47:42.096Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d854cade-a348-4c70-ab13-0c14864791e9
2021-10-15T08:47:42.096Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d854cade-a348-4c70-ab13-0c14864791e9 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-10-15T08:47:42.106Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.106Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "policy-id",
  "timestamp": 1634287492353,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.106Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.106Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.106Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "aai-ml",
  "timestamp": 1634287487462,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.107Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.107Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634287494581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:47:42.107Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:47:42.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.107Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634287491170,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.107Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.107Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634287486164,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.107Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.108Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287494914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:47:42.108Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:47:42.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.108Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "policy-id",
  "timestamp": 1634287492353,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.108Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.108Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "aai-ml",
  "timestamp": 1634287487462,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.108Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.108Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634287495586,
  "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-10-15T08:47:42.113Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d854cade-a348-4c70-ab13-0c14864791e9
2021-10-15T08:47:42.113Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d854cade-a348-4c70-ab13-0c14864791e9 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-10-15T08:47:42.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634287491170,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "policy-id",
  "timestamp": 1634287492353,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634287496089,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:47:42.121Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:47:42.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "aai-ml",
  "timestamp": 1634287487462,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:47:42.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634287491170,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "policy-id",
  "timestamp": 1634287492353,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634287497244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-10-15T08:47:42.122Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:47:42.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "aai-ml",
  "timestamp": 1634287497412,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:47:42.123Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:47:42.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634287491170,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.123Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "policy-id",
  "timestamp": 1634287492353,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.123Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634287498248,
  "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-10-15T08:47:42.127Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of d854cade-a348-4c70-ab13-0c14864791e9
2021-10-15T08:47:42.127Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d854cade-a348-4c70-ab13-0c14864791e9 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-10-15T08:47:42.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634287491170,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.134Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "policy-id",
  "timestamp": 1634287492353,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.134Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634287491170,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:47:42.134Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "policy-id",
  "timestamp": 1634287492353,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.134Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.135Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "policy-id",
  "timestamp": 1634287492353,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:47:42.135Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.135Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "policy-id",
  "timestamp": 1634287502570,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:47:42.135Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:47:42.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.135Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "clamp",
  "timestamp": 1634287503530,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:47:42.135Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:47:42.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.135Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "policy-id",
  "timestamp": 1634287503579,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:47:42.135Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:47:42.136Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.136Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "aai-ml",
  "timestamp": 1634287504310,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:47:42.136Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:47:42.136Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.136Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "policy-id",
  "timestamp": 1634287504589,
  "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-10-15T08:47:42.139Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d854cade-a348-4c70-ab13-0c14864791e9
2021-10-15T08:47:42.139Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d854cade-a348-4c70-ab13-0c14864791e9 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-10-15T08:47:42.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.150Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "clamp",
  "timestamp": 1634287504555,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:47:42.150Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:47:42.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "aai-ml",
  "timestamp": 1634287505313,
  "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-10-15T08:47:42.155Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d854cade-a348-4c70-ab13-0c14864791e9
2021-10-15T08:47:42.155Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d854cade-a348-4c70-ab13-0c14864791e9 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-10-15T08:47:42.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.164Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "clamp",
  "timestamp": 1634287505559,
  "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-10-15T08:47:42.167Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d854cade-a348-4c70-ab13-0c14864791e9
2021-10-15T08:47:42.168Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d854cade-a348-4c70-ab13-0c14864791e9 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-10-15T08:47:42.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "clamp",
  "timestamp": 1634287534657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.175Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "cds",
  "timestamp": 1634287535857,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.175Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "dcae-sch",
  "timestamp": 1634287533471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.175Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "policy-id",
  "timestamp": 1634287532353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.176Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.176Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.176Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634287531171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.176Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.176Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.176Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "clamp",
  "timestamp": 1634287534657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.176Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.176Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.176Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "cds",
  "timestamp": 1634287535857,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.176Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.176Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.176Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "dcae-sch",
  "timestamp": 1634287533471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.177Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.177Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.177Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "policy-id",
  "timestamp": 1634287532353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.177Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:42.177Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:47:42.177Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634287531171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:47:42.177Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:47:56.089Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d854cade-a348-4c70-ab13-0c14864791e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-15T08:47:56.178Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d854cade-a348-4c70-ab13-0c14864791e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-15T08:47:56.184Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T08:47:56.184Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-15T08:47:56.184Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-15T08:47:56.184Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-15T08:47:56.184Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:47:56.184Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:47:56.185Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:47:56.185Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:47:56.185Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:47:56.185Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:47:56.185Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:47:56.185Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-15T08:47:56.192Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-15T08:48:26.193Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d854cade-a348-4c70-ab13-0c14864791e9 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-10-15T08:48:26.209Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d854cade-a348-4c70-ab13-0c14864791e9 and serviceModelVersionId: e1da722b-fa1f-4f56-b7c1-c718b0bb9be6
2021-10-15T08:48:26.209Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 88f4db08-857b-4ef7-bc07-f9f463d7a50e
2021-10-15T08:48:26.211Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/88f4db08-857b-4ef7-bc07-f9f463d7a50e/model-vers/model-ver/e1da722b-fa1f-4f56-b7c1-c718b0bb9be6?depth=0
2021-10-15T08:48:26.220Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-10-15T08:48:26.281Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/88f4db08-857b-4ef7-bc07-f9f463d7a50e/model-vers/model-ver/e1da722b-fa1f-4f56-b7c1-c718b0bb9be6?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-10-15T08:48:26.283Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/88f4db08-857b-4ef7-bc07-f9f463d7a50e/model-vers/model-ver/e1da722b-fa1f-4f56-b7c1-c718b0bb9be6?depth=0|INFO|500||Invoke
2021-10-15T08:48:26.306Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/88f4db08-857b-4ef7-bc07-f9f463d7a50e/model-vers/model-ver/e1da722b-fa1f-4f56-b7c1-c718b0bb9be6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-15T08:48:26.639Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/88f4db08-857b-4ef7-bc07-f9f463d7a50e/model-vers/model-ver/e1da722b-fa1f-4f56-b7c1-c718b0bb9be6?depth=0|INFO|500||InvokeReturn
2021-10-15T08:48:26.642Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/88f4db08-857b-4ef7-bc07-f9f463d7a50e/model-vers/model-ver/e1da722b-fa1f-4f56-b7c1-c718b0bb9be6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211015-08:48:26:243-99383], vertex-id=[393392], Content-Length=[0], Date=[Fri, 15 Oct 2021 08:48:26 GMT], Content-Type=[application/json]}
2021-10-15T08:48:26.642Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-10-15T08:48:26.644Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-15T08:48:26.644Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||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-10-15T08:48:26.653Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-15T08:48:26.654Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d854cade-a348-4c70-ab13-0c14864791e9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-15T08:48:26.655Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-15T08:48:26.656Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:48:26.660Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:48:26.661Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287706654,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-15T08:48:26.760Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T08:48:26.762Z||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-10-15T08:48:26.762Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:48:26.790Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:48:26.790Z||pool-123-thread-1|||||INFO|500||cambria reply ok (29 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-10-15T08:48:27.679Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:48:27.679Z|d854cade-a348-4c70-ab13-0c14864791e9|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-10-15T08:48:27.679Z|d854cade-a348-4c70-ab13-0c14864791e9|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:48:31.998Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:48:32.000Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:48:32.000Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"3db108e0-a147-4e1f-8b86-ee303c4ca2d9","serviceName":"Demo_pNF_xGD1arnyJIQoLawRNbco","serviceVersion":"1.0","serviceUUID":"e3535bbf-b48d-48ac-b9e9-7da8a3a6e9db","serviceDescription":"catalog service description","serviceInvariantUUID":"53dafbf5-e4a3-44ec-bfdb-7ce4afa8434a","resources":[{"resourceInstanceName":"pNF 14f3c949-d43b 0","resourceName":"pNF 14f3c949-d43b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"65233111-3898-459e-963c-40173017a30f","resourceInvariantUUID":"00908919-df43-4f2c-824a-b6049ab6b58e","resourceCustomizationUUID":"96416f9a-cda6-4a92-be45-5ba250385ae3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/vf-license-model.xml","artifactChecksum":"NTEwZDgxMjBhNjA2ZDU5NDhlNGIwZDJhNjAzMjE3OTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a72a8e28-a27a-4759-bdba-b6e7ec3a68cf","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/pNF.csar","artifactChecksum":"NTlmYTFhZDE4MjQ2ZGNhMTcyZTE1ZTI0MGVjYTAxMjY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2a6b69bb-89a2-413a-8aef-c272315f6447","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a99cf5da-3f4c-4831-8a7b-6f6f972a4aea","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/vendor-license-model.xml","artifactChecksum":"NGY0OTFkZjZmOWQ0MGI2NTY3ZjdiOTU0NmRhN2M5NWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8a680ebe-4a62-4083-b607-2b5030de6876","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"12660358-d2e9-44fe-b342-5fa7ac3c63f3","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4ccbe020-1d7d-431a-b46e-558ecd8ff933","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfXgd1arnyjiqolawrnbco-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-template.yml","artifactChecksum":"MjMzYTYwNGZkNjY0N2ZjZmJlZjU2NzM0OGI0ZDYwMWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9bdb8230-3442-4f16-a720-34055ccf1e13","artifactVersion":"1"},{"artifactName":"service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar","artifactChecksum":"OWFkM2ZmMTQ1YjFiNzIyYzhiNGYyN2Q1YzZjYzZjNGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ffba4323-50e8-41de-b502-43111c7fb2b3","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-15T08:48:32.003Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:48:32.004Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:48:32.007Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:48:32.007Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287707679,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:32.107Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T08:48:32.107Z||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-10-15T08:48:32.108Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:48:32.124Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:48:32.125Z||pool-124-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-10-15T08:48:33.008Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:48:33.008Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:48:33.011Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:48:33.011Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287707679,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:33.110Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-10-15T08:48:33.111Z||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-10-15T08:48:33.111Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:48:33.126Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:48:33.127Z||pool-125-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:48:34.012Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:48:34.012Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:48:34.014Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:48:34.015Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287707679,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:34.114Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T08:48:34.115Z||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-10-15T08:48:34.116Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:48:34.127Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:48:34.127Z||pool-126-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-15T08:48:35.016Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:48:35.016Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:48:35.018Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:48:35.018Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287707679,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:35.118Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:48:35.119Z||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-10-15T08:48:35.119Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:48:35.133Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:48:35.133Z||pool-127-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:48:36.019Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:48:36.020Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:48:36.022Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:48:36.022Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287707679,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:36.122Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:48:36.123Z||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-10-15T08:48:36.128Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:48:36.140Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:48:36.140Z||pool-128-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:48:37.023Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:48:37.023Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:48:37.026Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:48:37.027Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287707679,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:37.126Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T08:48:37.127Z||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-10-15T08:48:37.127Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:48:37.142Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:48:37.142Z||pool-129-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:48:38.028Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:48:38.028Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:48:38.030Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:48:38.030Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287707679,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:38.130Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T08:48:38.131Z||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-10-15T08:48:38.131Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:48:38.144Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:48:38.145Z||pool-130-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:48:39.032Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:48:39.032Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:48:39.049Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:48:39.049Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287707679,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:48:39.134Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2021-10-15T08:48:39.135Z||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-10-15T08:48:39.135Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:48:39.145Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:48:39.145Z||pool-131-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:48:40.052Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "serviceName": "Demo_pNF_xGD1arnyJIQoLawRNbco",
  "serviceVersion": "1.0",
  "serviceUUID": "e3535bbf-b48d-48ac-b9e9-7da8a3a6e9db",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "53dafbf5-e4a3-44ec-bfdb-7ce4afa8434a",
  "resources": [
    {
      "resourceInstanceName": "pNF 14f3c949-d43b 0",
      "resourceCustomizationUUID": "96416f9a-cda6-4a92-be45-5ba250385ae3",
      "resourceName": "pNF 14f3c949-d43b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "65233111-3898-459e-963c-40173017a30f",
      "resourceInvariantUUID": "00908919-df43-4f2c-824a-b6049ab6b58e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar",
      "artifactChecksum": "OWFkM2ZmMTQ1YjFiNzIyYzhiNGYyN2Q1YzZjYzZjNGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ffba4323-50e8-41de-b502-43111c7fb2b3"
    }
  ],
  "workloadContext": "Production"
}
2021-10-15T08:48:40.053Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-15T08:48:40.053Z|d854cade-a348-4c70-ab13-0c14864791e9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e3535bbf-b48d-48ac-b9e9-7da8a3a6e9db ASDC
2021-10-15T08:48:40.054Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:3db108e0-a147-4e1f-8b86-ee303c4ca2d9
ServiceName:Demo_pNF_xGD1arnyJIQoLawRNbco
ServiceVersion:1.0
ServiceUUID:e3535bbf-b48d-48ac-b9e9-7da8a3a6e9db
ServiceInvariantUUID:53dafbf5-e4a3-44ec-bfdb-7ce4afa8434a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar
ArtifactUUID:ffba4323-50e8-41de-b502-43111c7fb2b3
ArtifactChecksum:OWFkM2ZmMTQ1YjFiNzIyYzhiNGYyN2Q1YzZjYzZjNGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 14f3c949-d43b 0
ResourceCustomizationUUID:96416f9a-cda6-4a92-be45-5ba250385ae3
ResourceInvariantUUID:00908919-df43-4f2c-824a-b6049ab6b58e
ResourceName:pNF 14f3c949-d43b
ResourceType:PNF
ResourceUUID:65233111-3898-459e-963c-40173017a30f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-10-15T08:48:40.054Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e3535bbf-b48d-48ac-b9e9-7da8a3a6e9db 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-10-15T08:48:40.111Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T08:48:40.113Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-15T08:48:40.114Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-15T08:48:40.114Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ffba4323-50e8-41de-b502-43111c7fb2b3 from URL: /sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar
2021-10-15T08:48:40.114Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-15T08:48:40.115Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar
2021-10-15T08:48:40.769Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-15T08:48:40.784Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar ffba4323-50e8-41de-b502-43111c7fb2b3 82533
2021-10-15T08:48:40.785Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar ASDC sendASDCNotification
2021-10-15T08:48:40.785Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar
2021-10-15T08:48:40.785Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T08:48:40.786Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:48:40.789Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:48:40.789Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287720785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:48:40.888Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T08:48:40.888Z||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-10-15T08:48:40.889Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:48:40.899Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:48:40.899Z||pool-132-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:48:41.789Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T08:48:41.790Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-15T08:48:41.790Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ffba4323-50e8-41de-b502-43111c7fb2b3, URL: /sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar to file: /app/ASDC/1/service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar
2021-10-15T08:48:41.790Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar
2021-10-15T08:48:41.791Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar
2021-10-15T08:48:41.791Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar
2021-10-15T08:48:41.947Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8776968845885823762/Definitions/service-DemoPnfXgd1arnyjiqolawrnbco-template.yml
2021-10-15T08:48:42.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:48:42.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-10-15T08:48:42.021Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:48:42.056Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:48:42.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.064Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "clamp",
  "timestamp": 1634287534657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.066Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.066Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.068Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "cds",
  "timestamp": 1634287535857,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.068Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.068Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.068Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "dcae-sch",
  "timestamp": 1634287533471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.069Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "policy-id",
  "timestamp": 1634287532353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.069Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634287531171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.069Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634287542148,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.069Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "clamp",
  "timestamp": 1634287534657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.070Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "cds",
  "timestamp": 1634287535857,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.070Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "dcae-sch",
  "timestamp": 1634287533471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.070Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "policy-id",
  "timestamp": 1634287532353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.071Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634287531171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.071Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634287542148,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.071Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "clamp",
  "timestamp": 1634287534657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.072Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.072Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "cds",
  "timestamp": 1634287535857,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.072Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.072Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "dcae-sch",
  "timestamp": 1634287533471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.072Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.073Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "policy-id",
  "timestamp": 1634287532353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.073Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.073Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634287531171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.073Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.073Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634287542148,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.073Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "clamp",
  "timestamp": 1634287534657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.074Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "cds",
  "timestamp": 1634287535857,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.074Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "dcae-sch",
  "timestamp": 1634287533471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.074Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.075Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "policy-id",
  "timestamp": 1634287532353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.078Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.078Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.078Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634287531171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.078Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.079Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.079Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634287542148,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.079Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.079Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.079Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "clamp",
  "timestamp": 1634287534657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.079Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.079Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.080Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "cds",
  "timestamp": 1634287535857,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.080Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.080Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.080Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "dcae-sch",
  "timestamp": 1634287533471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.081Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634287531171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.081Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "policy-id",
  "timestamp": 1634287532353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.081Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.082Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634287546164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.082Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.082Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634287542148,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.082Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.083Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.083Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "clamp",
  "timestamp": 1634287534657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:48:42.083Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.083Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.083Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "cds",
  "timestamp": 1634287535857,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:48:42.083Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.083Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.084Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "dcae-sch",
  "timestamp": 1634287533471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.084Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.084Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.084Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "policy-id",
  "timestamp": 1634287532353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:48:42.084Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.084Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.084Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634287531171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:48:42.085Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.085Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.085Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634287546164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.085Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.085Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.085Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634287542148,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.085Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.086Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.086Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "aai-ml",
  "timestamp": 1634287547462,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.086Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.086Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.086Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "cds",
  "timestamp": 1634287548567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:48:42.086Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:48:42.086Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.087Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "policy-id",
  "timestamp": 1634287548656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:48:42.087Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:48:42.088Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.088Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634287546164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.088Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.088Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.088Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634287542148,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.088Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.088Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.088Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "aai-ml",
  "timestamp": 1634287547462,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.089Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.089Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.089Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "policy-id",
  "timestamp": 1634287549660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:48:42.089Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:48:42.089Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.089Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "cds",
  "timestamp": 1634287549584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-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-10-15T08:48:42.098Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3db108e0-a147-4e1f-8b86-ee303c4ca2d9
2021-10-15T08:48:42.098Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3db108e0-a147-4e1f-8b86-ee303c4ca2d9 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-10-15T08:48:42.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.138Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634287546164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.138Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.139Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.139Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634287542148,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:48:42.139Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.139Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.139Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "aai-ml",
  "timestamp": 1634287547462,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.139Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.139Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.139Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "policy-id",
  "timestamp": 1634287550662,
  "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-10-15T08:48:42.148Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3db108e0-a147-4e1f-8b86-ee303c4ca2d9
2021-10-15T08:48:42.148Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3db108e0-a147-4e1f-8b86-ee303c4ca2d9 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-10-15T08:48:42.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "clamp",
  "timestamp": 1634287550634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:48:42.172Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:48:42.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.173Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634287546164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.173Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.173Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "aai-ml",
  "timestamp": 1634287547462,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.173Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.173Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634287551278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:48:42.173Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:48:42.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634287546164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-10-15T08:48:42.174Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "aai-ml",
  "timestamp": 1634287547462,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.174Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "clamp",
  "timestamp": 1634287552553,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:48:42.175Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:48:42.177Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.178Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634287546164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.179Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.182Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "aai-ml",
  "timestamp": 1634287547462,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.183Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634287553287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:48:42.184Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:48:42.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.186Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "clamp",
  "timestamp": 1634287553556,
  "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-10-15T08:48:42.193Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3db108e0-a147-4e1f-8b86-ee303c4ca2d9
2021-10-15T08:48:42.193Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3db108e0-a147-4e1f-8b86-ee303c4ca2d9 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-10-15T08:48:42.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634287546164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.202Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.202Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.211Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "aai-ml",
  "timestamp": 1634287547462,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:48:42.211Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.211Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.211Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634287554291,
  "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-10-15T08:48:42.216Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3db108e0-a147-4e1f-8b86-ee303c4ca2d9
2021-10-15T08:48:42.216Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3db108e0-a147-4e1f-8b86-ee303c4ca2d9 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-10-15T08:48:42.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634287554985,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:48:42.224Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:48:42.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "aai-ml",
  "timestamp": 1634287547462,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:48:42.225Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:48:42.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.225Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634287556011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-10-15T08:48:42.225Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:48:42.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.225Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "aai-ml",
  "timestamp": 1634287556210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:48:42.226Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:48:42.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.226Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634287557013,
  "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-10-15T08:48:42.230Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 3db108e0-a147-4e1f-8b86-ee303c4ca2d9
2021-10-15T08:48:42.230Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3db108e0-a147-4e1f-8b86-ee303c4ca2d9 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-10-15T08:48:42.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "aai-ml",
  "timestamp": 1634287561502,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:48:42.236Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:48:42.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:48:42.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "aai-ml",
  "timestamp": 1634287562505,
  "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-10-15T08:48:42.240Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3db108e0-a147-4e1f-8b86-ee303c4ca2d9
2021-10-15T08:48:42.240Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3db108e0-a147-4e1f-8b86-ee303c4ca2d9 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-10-15T08:48:42.891Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-15T08:48:42.891Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-15T08:48:42.891Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar
2021-10-15T08:48:42.892Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-15T08:48:42.892Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||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-DemoPnfXgd1arnyjiqolawrnbco-csar.csar
2021-10-15T08:48:42.892Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 14f3c949-d43b 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-DemoPnfXgd1arnyjiqolawrnbco-csar.csar
2021-10-15T08:48:42.892Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar
2021-10-15T08:48:42.892Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||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-DemoPnfXgd1arnyjiqolawrnbco-csar.csar
2021-10-15T08:48:42.892Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar
2021-10-15T08:48:42.892Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar
2021-10-15T08:48:42.892Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar
2021-10-15T08:48:42.892Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-15T08:48:42.893Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:48:42.893Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_xGD1arnyJIQoLawRNbco is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:48:42.894Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||Node template pNF 14f3c949-d43b 0 is matching search criteria
2021-10-15T08:48:42.894Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-15T08:48:42.894Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 14f3c949-d43b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T08:48:42.894Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:48:42.894Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_xGD1arnyJIQoLawRNbco is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:48:42.894Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||Node template pNF 14f3c949-d43b 0 is matching search criteria
2021-10-15T08:48:42.895Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-15T08:48:42.895Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 14f3c949-d43b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T08:48:42.895Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:48:42.895Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_xGD1arnyJIQoLawRNbco is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:48:42.896Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:48:42.896Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_xGD1arnyJIQoLawRNbco is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:48:42.896Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:48:42.896Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_xGD1arnyJIQoLawRNbco is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:48:42.896Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:48:42.896Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_xGD1arnyJIQoLawRNbco is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:48:42.897Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:48:42.897Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_xGD1arnyJIQoLawRNbco is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:48:42.897Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_xGD1arnyJIQoLawRNbco
Description:catalog service description
Model UUID:e3535bbf-b48d-48ac-b9e9-7da8a3a6e9db
Model Version:NULL
Model InvariantUuid:53dafbf5-e4a3-44ec-bfdb-7ce4afa8434a
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-10-15T08:48:42.904Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 65233111-3898-459e-963c-40173017a30f
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-10-15T08:48:42.906Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||INFO|500||pNF 14f3c949-d43b 0
2021-10-15T08:48:42.907Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 65233111-3898-459e-963c-40173017a30f
2021-10-15T08:48:42.907Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||No resources found for Service: e3535bbf-b48d-48ac-b9e9-7da8a3a6e9db
2021-10-15T08:48:42.907Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: e3535bbf-b48d-48ac-b9e9-7da8a3a6e9db
2021-10-15T08:48:42.907Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 14f3c949-d43b 0 65233111-3898-459e-963c-40173017a30f 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-10-15T08:48:42.911Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@28fa3613, org.onap.sdc.toscaparser.api.parameters.Input@d99678b, org.onap.sdc.toscaparser.api.parameters.Input@517987a2, org.onap.sdc.toscaparser.api.parameters.Input@4064e05e, org.onap.sdc.toscaparser.api.parameters.Input@39571cef]
2021-10-15T08:48:42.912Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:48:42.912Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_xGD1arnyJIQoLawRNbco is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:48:42.913Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid e3535bbf-b48d-48ac-b9e9-7da8a3a6e9db: pNF 14f3c949-d43b
2021-10-15T08:48:42.913Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||INFO|500||Processing PNF resource: 65233111-3898-459e-963c-40173017a30f
2021-10-15T08:48:42.913Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T08:48:42.913Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_xGD1arnyJIQoLawRNbco is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:48:42.914Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||INFO|500||Resource customization UUID: 96416f9a-cda6-4a92-be45-5ba250385ae3 is the same as notified resource customizationUUID: 96416f9a-cda6-4a92-be45-5ba250385ae3
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-10-15T08:48:42.967Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 14f3c949-d43b 65233111-3898-459e-963c-40173017a30f 0 ASDC deployResourceStructure
2021-10-15T08:48:42.967Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar ASDC sendASDCNotification
2021-10-15T08:48:42.968Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar
2021-10-15T08:48:42.968Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T08:48:42.968Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:48:42.970Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:48:42.970Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287722967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:48:43.072Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-10-15T08:48:43.076Z||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-10-15T08:48:43.076Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:48:43.088Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:48:43.089Z||pool-133-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:48:43.971Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3db108e0-a147-4e1f-8b86-ee303c4ca2d9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-15T08:48:43.984Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3db108e0-a147-4e1f-8b86-ee303c4ca2d9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-15T08:48:43.986Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T08:48:43.986Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-15T08:48:43.986Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-15T08:48:43.986Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-15T08:48:43.986Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:48:43.986Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:48:43.987Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:48:43.987Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:48:43.987Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:48:43.987Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:48:43.987Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T08:48:43.987Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-15T08:48:43.992Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-15T08:49:13.992Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3db108e0-a147-4e1f-8b86-ee303c4ca2d9 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-10-15T08:49:14.010Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3db108e0-a147-4e1f-8b86-ee303c4ca2d9 and serviceModelVersionId: e3535bbf-b48d-48ac-b9e9-7da8a3a6e9db
2021-10-15T08:49:14.011Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 53dafbf5-e4a3-44ec-bfdb-7ce4afa8434a
2021-10-15T08:49:14.012Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/53dafbf5-e4a3-44ec-bfdb-7ce4afa8434a/model-vers/model-ver/e3535bbf-b48d-48ac-b9e9-7da8a3a6e9db?depth=0
2021-10-15T08:49:14.023Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-10-15T08:49:14.084Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/53dafbf5-e4a3-44ec-bfdb-7ce4afa8434a/model-vers/model-ver/e3535bbf-b48d-48ac-b9e9-7da8a3a6e9db?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-10-15T08:49:14.087Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/53dafbf5-e4a3-44ec-bfdb-7ce4afa8434a/model-vers/model-ver/e3535bbf-b48d-48ac-b9e9-7da8a3a6e9db?depth=0|INFO|500||Invoke
2021-10-15T08:49:14.109Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/53dafbf5-e4a3-44ec-bfdb-7ce4afa8434a/model-vers/model-ver/e3535bbf-b48d-48ac-b9e9-7da8a3a6e9db?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-15T08:49:14.753Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/53dafbf5-e4a3-44ec-bfdb-7ce4afa8434a/model-vers/model-ver/e3535bbf-b48d-48ac-b9e9-7da8a3a6e9db?depth=0|INFO|500||InvokeReturn
2021-10-15T08:49:14.753Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/53dafbf5-e4a3-44ec-bfdb-7ce4afa8434a/model-vers/model-ver/e3535bbf-b48d-48ac-b9e9-7da8a3a6e9db?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211015-08:49:14:073-22843], vertex-id=[397488], Content-Length=[0], Date=[Fri, 15 Oct 2021 08:49:14 GMT], Content-Type=[application/json]}
2021-10-15T08:49:14.754Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-10-15T08:49:14.754Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-15T08:49:14.755Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||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-10-15T08:49:14.761Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-15T08:49:14.761Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3db108e0-a147-4e1f-8b86-ee303c4ca2d9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-15T08:49:14.762Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-15T08:49:14.763Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:49:14.767Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:49:14.767Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287754761,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-15T08:49:14.867Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:49:14.868Z||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-10-15T08:49:14.868Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:49:14.886Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:49:14.886Z||pool-134-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-15T08:49:15.783Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:49:15.784Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|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-10-15T08:49:15.784Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:49:25.327Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:49:25.328Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:49:25.329Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|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-10-15T08:49:25.329Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:49:34.873Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:49:34.873Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:49:34.874Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|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-10-15T08:49:34.874Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:49:42.020Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:49:42.021Z||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-10-15T08:49:42.021Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:49:42.043Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:49:42.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:49:42.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d854cade-a348-4c70-ab13-0c14864791e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287706654,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-15T08:49:42.046Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:49:42.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:49:42.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287707679,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:49:42.046Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:49:42.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:49:42.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287707679,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:49:42.046Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:49:42.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:49:42.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287707679,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:49:42.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:49:42.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:49:42.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287707679,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:49:42.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:49:42.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:49:42.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287707679,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:49:42.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:49:42.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:49:42.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287707679,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/resourceInstances/pnf14f3c949d43b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:49:42.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:49:42.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:49:42.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287707679,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T08:49:42.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:49:42.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:49:42.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287707679,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T08:49:42.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-15T08:49:42.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:49:42.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287720785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T08:49:42.048Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:49:44.435Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:49:44.435Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:49:44.436Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|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-10-15T08:49:44.436Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:49:53.976Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:50:42.018Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:50:42.019Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:50:42.020Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|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-10-15T08:50:42.021Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:50:42.020Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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-10-15T08:50:42.024Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:50:42.550Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:50:42.551Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:50:42.552Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287722967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXgd1arnyjiqolawrnbco/1.0/artifacts/service-DemoPnfXgd1arnyjiqolawrnbco-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T08:50:42.553Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:50:42.554Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:50:42.554Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db108e0-a147-4e1f-8b86-ee303c4ca2d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634287754761,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-15T08:50:42.555Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:50:51.577Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:51:42.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:51:42.018Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:51:42.021Z||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-10-15T08:51:42.021Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:51:42.022Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|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-10-15T08:51:42.022Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:51:51.571Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:51:51.572Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:52:42.018Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:52:42.019Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:52:42.020Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|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-10-15T08:52:42.020Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|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-10-15T08:52:42.020Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:52:42.020Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:52:51.613Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:52:51.613Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:53:42.018Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:53:42.019Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:53:42.023Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|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-10-15T08:53:42.023Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|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-10-15T08:53:42.023Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:53:42.023Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:53:51.602Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:53:51.609Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:54:42.021Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:54:42.021Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:54:42.031Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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-10-15T08:54:42.031Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|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-10-15T08:54:42.032Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:54:42.032Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:54:51.603Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:54:51.603Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:55:42.018Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:55:42.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:55:42.024Z||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-10-15T08:55:42.024Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|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-10-15T08:55:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:55:42.024Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:55:51.587Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:55:51.599Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:56:42.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:56:42.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:56:42.026Z||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-10-15T08:56:42.026Z||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-10-15T08:56:42.026Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:56:42.026Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:56:51.600Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:56:51.610Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:57:42.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:57:42.018Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:57:42.022Z||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-10-15T08:57:42.022Z||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-10-15T08:57:42.023Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:57:42.022Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:57:51.591Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:57:51.595Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:58:42.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:58:42.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:58:42.019Z||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-10-15T08:58:42.019Z||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-10-15T08:58:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:58:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:58:51.593Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:58:51.593Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:59:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:59:42.019Z||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-10-15T08:59:42.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:59:42.019Z||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-10-15T08:59:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:59:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:59:51.596Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T08:59:51.596Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:00:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:00:42.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:00:42.019Z||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-10-15T09:00:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:00:42.019Z||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-10-15T09:00:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:00:51.595Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:00:51.598Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:01:42.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:01:42.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:01:42.020Z||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-10-15T09:01:42.020Z||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-10-15T09:01:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:01:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:01:51.593Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:01:51.593Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:02:42.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:02:42.021Z||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-10-15T09:02:42.021Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:02:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:02:42.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-10-15T09:02:42.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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:02:51.583Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:02:51.583Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:03:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:03:42.019Z||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-10-15T09:03:42.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:03:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:03:42.019Z||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-10-15T09:03:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:03:51.575Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:03:51.575Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:04:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:04:42.019Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:04:42.020Z||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-10-15T09:04:42.020Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|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-10-15T09:04:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:04:42.020Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:04:51.570Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:04:51.572Z|3db108e0-a147-4e1f-8b86-ee303c4ca2d9|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:05:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:05:42.019Z||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-10-15T09:05:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:05:42.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:05:42.020Z||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-10-15T09:05:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:05:51.576Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:05:51.576Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:06:42.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:06:42.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:06:42.023Z||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-10-15T09:06:42.023Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:06:42.023Z||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-10-15T09:06:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:06:51.592Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:06:51.654Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:07:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:07:42.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:07:42.019Z||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-10-15T09:07:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:07:42.020Z||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-10-15T09:07:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:07:51.576Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:07:51.579Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:08:42.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:08:42.020Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:08:42.021Z||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-10-15T09:08:42.021Z||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-10-15T09:08:42.021Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:08:42.021Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:08:51.576Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:08:51.604Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:09:42.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:09:42.019Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:09:42.022Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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-10-15T09:09:42.023Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:09:42.023Z||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-10-15T09:09:42.023Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:09:51.577Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:09:51.579Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:10:42.019Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:10:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:10:42.023Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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-10-15T09:10:42.023Z||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-10-15T09:10:42.023Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:10:42.023Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:10:51.591Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:10:51.591Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:11:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:11:42.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:11:42.022Z||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-10-15T09:11:42.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-10-15T09:11:42.022Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:11:42.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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:11:51.578Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:11:51.582Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:12:42.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:12:42.020Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:12:42.025Z||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-10-15T09:12:42.026Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:12:42.025Z||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-10-15T09:12:42.027Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:12:51.574Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:12:51.576Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:13:42.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:13:42.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:13:42.031Z||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-10-15T09:13:42.031Z||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-10-15T09:13:42.032Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:13:42.032Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:13:51.593Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:13:51.598Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:14:42.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:14:42.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-10-15T09:14:42.018Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:14:42.021Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:14:42.021Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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-10-15T09:14:42.021Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:14:51.566Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:14:51.566Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:15:42.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:15:42.018Z||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-10-15T09:15:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:15:42.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:15:42.019Z||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-10-15T09:15:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:15:51.569Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:15:51.570Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:16:37.149Z||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-10-15T09:16:42.018Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:16:42.019Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:16:42.020Z||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-10-15T09:16:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:16:42.021Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|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-10-15T09:16:42.021Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:16:51.575Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:16:51.575Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:17:42.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:17:42.018Z||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-10-15T09:17:42.018Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:17:42.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:17:42.020Z||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-10-15T09:17:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:17:51.575Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:17:51.577Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:18:42.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:18:42.019Z||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-10-15T09:18:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:18:42.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:18:42.019Z||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-10-15T09:18:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:18:51.572Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:18:51.573Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:19:42.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:19:42.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:19:42.020Z||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-10-15T09:19:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:19:42.022Z||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-10-15T09:19:42.022Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:19:51.569Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:19:51.570Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:20:42.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:20:42.019Z||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-10-15T09:20:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:20:42.019Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:20:42.021Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|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-10-15T09:20:42.021Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:20:51.585Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:20:51.594Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:21:42.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:21:42.019Z||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-10-15T09:21:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:21:42.019Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:21:42.020Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|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-10-15T09:21:42.020Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:21:51.573Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:21:51.578Z|5fcb7362-cc6d-4909-ab1f-3c5068f88584|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:22:42.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:22:42.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:22:42.021Z||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-10-15T09:22:42.021Z||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-10-15T09:22:42.021Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:22:42.021Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:22:51.584Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:22:51.586Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:23:42.018Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:23:42.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:23:42.023Z||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-10-15T09:23:42.023Z||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-10-15T09:23:42.023Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:23:42.023Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:23:51.578Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:23:51.579Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:24:42.019Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:24:42.018Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T09:24:42.025Z||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-10-15T09:24:42.026Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:24:42.025Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|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-10-15T09:24:42.026Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T09:24:51.596Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T09:24:51.603Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK