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-15T12:52:27.373Z||main|||||INFO|500||The following profiles are active: basic
2021-10-15T12:52:44.219Z||main|||||INFO|500||Starting service [Tomcat]
2021-10-15T12:52:44.220Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-10-15T12:52:44.404Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-10-15T12:52:47.862Z||main|||||INFO|500||catdb-pool - Starting...
2021-10-15T12:52:48.120Z||main|||||INFO|500||catdb-pool - Start completed.
2021-10-15T12:52:48.693Z||main|||||INFO|500||reqdb-pool - Starting...
2021-10-15T12:52:48.701Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-10-15T12:52:48.844Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-10-15T12:52:49.018Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-10-15T12:52:49.540Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-10-15T12:52:50.704Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-15T12:52:53.707Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-15T12:52:53.813Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-10-15T12:52:54.524Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-15T12:52:54.838Z||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-15T12:52:56.401Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-15T12:52:58.350Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-10-15T12:52:58.405Z||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$$8b4e7d66.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-15T12:52:58.415Z||main|||||WARN|500||The sdc end point is not alive
2021-10-15T12:53:04.972Z||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-15T12:53:08.865Z||main|||||WARN|500||---
2021-10-15T12:53:08.871Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-10-15T12:53:08.872Z||main|||||WARN|500||---
2021-10-15T12:53:09.576Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-10-15T12:53:20.503Z||main|||||INFO|500||Started Application in 60.36 seconds (JVM running for 62.485)
2021-10-15T12:53:20.525Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-15T12:53:20.544Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-15T12:53:20.592Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-15T12:53:20.632Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-15T12:53:20.720Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5f36143c-0651-4f23-aa30-5da2b21b78a3 url= /sdc/v1/artifactTypes
2021-10-15T12:53:20.733Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-15T12:53:21.234Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-15T12:53:21.263Z||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-15T12:53:21.306Z||scheduling-1|||||DEBUG|500||create keys
2021-10-15T12:53:21.327Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-15T12:53:21.424Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T12:53:21.478Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 287887ab-331b-421a-8499-daf5160060fe url= /sdc/v1/registerForDistribution
2021-10-15T12:53:21.964Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 287887ab-331b-421a-8499-daf5160060fe url= /sdc/v1/registerForDistribution
2021-10-15T12:53:21.965Z||scheduling-1|||||INFO|500||start DistributionClient
2021-10-15T12:53:21.978Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T12:53:21.982Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T12:53:21.987Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-10-15T12:53:21.993Z||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-15T12:53:21.994Z||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-15T12:53:21.994Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T12:53:21.994Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T12:53:32.547Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T12:53:32.555Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T12:54:21.977Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T12:54:21.978Z||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-15T12:54:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T12:54:21.981Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T12:54:21.985Z||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-15T12:54:21.985Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T12:54:31.551Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T12:54:31.567Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T12:55:21.977Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T12:55:21.978Z||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-15T12:55:21.979Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T12:55:21.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T12:55:21.981Z||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-15T12:55:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T12:55:31.577Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T12:55:31.618Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T12:56:21.977Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T12:56:21.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T12:56:21.981Z||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-15T12:56:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T12:56:21.981Z||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-15T12:56:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T12:56:31.598Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T12:56:31.617Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T12:57:21.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T12:57:21.981Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T12:57:21.981Z||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-15T12:57:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T12:57:21.981Z||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-15T12:57:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T12:57:31.551Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T12:57:31.553Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T12:58:21.977Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T12:58:21.978Z||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-15T12:58:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T12:58:21.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T12:58:21.980Z||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-15T12:58:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T12:58:31.560Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T12:58:31.561Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T12:59:21.976Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T12:59:21.977Z||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-15T12:59:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T12:59:21.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T12:59:21.980Z||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-15T12:59:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T12:59:31.533Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T12:59:31.533Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:00:21.977Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:00:21.978Z||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-15T13:00:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:00:21.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:00:21.983Z||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-15T13:00:21.983Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:00:31.550Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:00:31.550Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:01:21.977Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:01:21.977Z||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-15T13:01:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:01:21.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:01:21.980Z||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-15T13:01:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:01:31.549Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:01:31.561Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:02:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:02:21.977Z||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-15T13:02:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:02:21.979Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:02:21.980Z||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-15T13:02:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:02:22.045Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-10-15T13:02:31.541Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:02:31.546Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:03:21.977Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:03:21.978Z||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-15T13:03:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:03:21.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:03:21.981Z||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-15T13:03:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:03:31.536Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:03:31.536Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:04:21.977Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:04:21.978Z||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-15T13:04:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:04:21.983Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:04:21.983Z||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-15T13:04:21.983Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:04:31.577Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:04:31.583Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:05:21.977Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:05:21.977Z||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-15T13:05:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:05:21.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:05:21.981Z||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-15T13:05:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:05:31.534Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:05:31.535Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:06:21.977Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:06:21.978Z||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-15T13:06:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:06:21.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:06:21.982Z||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-15T13:06:21.983Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:06:31.526Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:06:31.539Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:07:21.977Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:07:21.978Z||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-15T13:07:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:07:21.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:07:21.980Z||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-15T13:07:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:07:31.558Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:07:31.563Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:08:21.977Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:08:21.977Z||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-15T13:08:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:08:21.981Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:08:21.982Z||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-15T13:08:21.982Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:08:31.540Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:08:31.546Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:09:21.977Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:09:21.978Z||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-15T13:09:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:09:21.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:09:21.980Z||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-15T13:09:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:09:31.572Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:09:31.572Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:10:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:10:21.977Z||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-15T13:10:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:10:21.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:10:21.981Z||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-15T13:10:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:10:31.738Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:10:31.753Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:11:21.977Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:11:21.978Z||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-15T13:11:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:11:21.980Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:11:21.980Z||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-15T13:11:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:11:31.537Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:11:31.540Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:12:21.977Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:12:21.977Z||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-15T13:12:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:12:21.980Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:12:21.980Z||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-15T13:12:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:12:31.531Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:12:31.543Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:13:21.977Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:13:21.978Z||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-15T13:13:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:13:21.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:13:21.980Z||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-15T13:13:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:13:31.578Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:13:31.578Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:14:21.977Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:14:21.978Z||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-15T13:14:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:14:21.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:14:21.980Z||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-15T13:14:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:14:31.584Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:14:31.589Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:15:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:15:21.977Z||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-15T13:15:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:15:21.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:15:21.980Z||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-15T13:15:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:15:31.536Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:15:31.548Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:16:21.977Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:16:21.977Z||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-15T13:16:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:16:21.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:16:21.981Z||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-15T13:16:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:16:31.553Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:16:31.554Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:17:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:17:21.977Z||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-15T13:17:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:17:21.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:17:21.980Z||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-15T13:17:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:17:31.532Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:17:31.560Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:18:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:18:21.977Z||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-15T13:18:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:18:21.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:18:21.980Z||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-15T13:18:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:18:31.548Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:18:31.554Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:19:21.977Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:19:21.978Z||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-15T13:19:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:19:21.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:19:21.981Z||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-15T13:19:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:19:31.541Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:19:31.543Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:20:21.977Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:20:21.977Z||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-15T13:20:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:20:21.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:20:21.980Z||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-15T13:20:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:20:31.536Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:20:31.544Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:21:21.977Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:21:21.978Z||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-15T13:21:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:21:21.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:21:21.983Z||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-15T13:21:21.983Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:21:31.536Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:21:31.536Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:22:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:22:21.977Z||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-15T13:22:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:22:21.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:22:21.981Z||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-15T13:22:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:22:31.551Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:22:31.553Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:23:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:23:21.978Z||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-15T13:23:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:23:21.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:23:21.981Z||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-15T13:23:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:23:31.538Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:23:31.544Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:24:21.977Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:24:21.977Z||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-15T13:24:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:24:21.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:24:21.980Z||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-15T13:24:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:24:31.574Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:24:31.574Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:25:21.977Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:25:21.978Z||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-15T13:25:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:25:21.979Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:25:21.980Z||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-15T13:25:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:25:31.534Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:25:31.536Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:26:21.977Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:26:21.977Z||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-15T13:26:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:26:21.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:26:21.980Z||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-15T13:26:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:26:31.544Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:26:31.544Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:27:21.977Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:27:21.977Z||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-15T13:27:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:27:21.979Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:27:21.980Z||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-15T13:27:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:27:31.549Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:27:31.549Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:28:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:28:21.977Z||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-15T13:28:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:28:21.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:28:21.981Z||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-15T13:28:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:28:31.546Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:28:31.573Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:29:21.977Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:29:21.978Z||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-15T13:29:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:29:21.979Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:29:21.980Z||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-15T13:29:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:29:31.567Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:29:31.567Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:30:21.977Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:30:21.977Z||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-15T13:30:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:30:21.979Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:30:21.980Z||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-15T13:30:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:30:31.555Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:30:31.563Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:31:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:31:21.977Z||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-15T13:31:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:31:21.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:31:21.981Z||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-15T13:31:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:31:31.535Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:31:31.536Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:32:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:32:21.977Z||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-15T13:32:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:32:21.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:32:21.980Z||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-15T13:32:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:32:31.546Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:32:31.563Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:33:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:33:21.977Z||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-15T13:33:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:33:21.979Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:33:21.980Z||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-15T13:33:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:33:31.538Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:33:31.538Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:34:21.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:34:21.977Z||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-15T13:34:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:34:21.979Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:34:21.980Z||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-15T13:34:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:34:31.560Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:34:31.565Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:35:21.977Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:35:21.977Z||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-15T13:35:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:35:21.979Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:35:21.981Z||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-15T13:35:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:35:31.544Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:35:31.545Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:36:21.977Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:36:21.977Z||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-15T13:36:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:36:21.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:36:21.981Z||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-15T13:36:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:36:31.531Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:36:31.531Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:37:21.976Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:37:21.977Z||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-15T13:37:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:37:21.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:37:21.981Z||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-15T13:37:21.982Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:37:31.552Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:37:31.557Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:38:21.976Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:38:21.977Z||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-15T13:38:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:38:21.979Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:38:21.992Z||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-15T13:38:21.992Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:38:31.547Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:38:31.548Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:39:21.977Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:39:21.979Z||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-15T13:39:21.979Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:39:21.980Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:39:21.981Z||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-15T13:39:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:39:31.551Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:39:31.553Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:40:21.976Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:40:21.977Z||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-15T13:40:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:40:21.979Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:40:21.980Z||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-15T13:40:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:40:31.533Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:40:31.541Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:41:21.977Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:41:21.977Z||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-15T13:41:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:41:21.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:41:21.980Z||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-15T13:41:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:41:31.565Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:41:31.567Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:42:21.977Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:42:21.977Z||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-15T13:42:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:42:21.979Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:42:21.980Z||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-15T13:42:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:42:31.531Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:42:31.535Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:43:21.976Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:43:21.977Z||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-15T13:43:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:43:21.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:43:21.980Z||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-15T13:43:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:43:31.544Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:43:31.555Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:44:21.977Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:44:21.978Z||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-15T13:44:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:44:21.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:44:21.981Z||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-15T13:44:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:44:31.541Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:44:31.541Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:45:21.976Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:45:21.977Z||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-15T13:45:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:45:21.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:45:21.980Z||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-15T13:45:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:45:31.556Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:45:31.585Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:46:21.976Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:46:21.977Z||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-15T13:46:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:46:21.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:46:21.980Z||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-15T13:46:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:46:31.536Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:46:31.551Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:47:21.976Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:47:21.978Z||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-15T13:47:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:47:21.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:47:21.980Z||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-15T13:47:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:47:31.548Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:47:31.557Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:48:21.977Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:48:21.977Z||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-15T13:48:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:48:21.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:48:21.980Z||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-15T13:48:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:48:31.612Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:48:31.631Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:49:21.976Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:49:21.977Z||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-15T13:49:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:49:21.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:49:21.984Z||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-15T13:49:21.985Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:49:31.538Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:49:31.553Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:50:21.976Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:50:21.977Z||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-15T13:50:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:50:21.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:50:21.980Z||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-15T13:50:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:50:31.542Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:50:31.543Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:51:21.976Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:51:21.978Z||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-15T13:51:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:51:21.979Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:51:21.980Z||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-15T13:51:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:51:31.532Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:51:31.562Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:52:21.976Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:52:21.977Z||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-15T13:52:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:52:21.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:52:21.981Z||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-15T13:52:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:52:31.559Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:52:31.559Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:53:21.976Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:53:21.977Z||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-15T13:53:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:53:21.979Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:53:21.980Z||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-15T13:53:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:53:31.540Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:53:31.541Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:54:21.976Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:54:21.977Z||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-15T13:54:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:54:21.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:54:21.981Z||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-15T13:54:21.982Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:54:31.541Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:54:31.543Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:55:21.977Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:55:21.981Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:55:21.981Z||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-15T13:55:21.982Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:55:21.982Z||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-15T13:55:21.982Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:55:31.559Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:55:31.559Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:56:21.976Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:56:21.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:56:21.980Z||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-15T13:56:21.980Z||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-15T13:56:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:56:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:56:31.552Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:56:31.552Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:57:21.977Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:57:21.978Z||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-15T13:57:21.979Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:57:21.980Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:57:21.984Z||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-15T13:57:21.985Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:57:31.566Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:57:31.568Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:58:21.976Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:58:21.978Z||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-15T13:58:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:58:21.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:58:21.980Z||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-15T13:58:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:58:31.540Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:58:31.540Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:59:21.976Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:59:21.977Z||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-15T13:59:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:59:21.979Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T13:59:21.980Z||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-15T13:59:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T13:59:31.536Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T13:59:31.543Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:00:21.976Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:00:21.977Z||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-15T14:00:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:00:21.979Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:00:21.980Z||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-15T14:00:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:00:31.544Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:00:31.575Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:01:21.976Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:01:21.977Z||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-15T14:01:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:01:21.979Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:01:21.980Z||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-15T14:01:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:01:31.526Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:01:31.526Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:02:21.976Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:02:21.977Z||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-15T14:02:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:02:21.979Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:02:21.980Z||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-15T14:02:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:02:31.534Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:02:31.545Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:03:21.976Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:03:21.977Z||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-15T14:03:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:03:21.979Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:03:21.980Z||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-15T14:03:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:03:31.547Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:03:31.548Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:04:21.977Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:04:21.978Z||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-15T14:04:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:04:21.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:04:21.980Z||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-15T14:04:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:04:31.566Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:04:31.570Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:05:21.976Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:05:21.977Z||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-15T14:05:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:05:21.979Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:05:21.980Z||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-15T14:05:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:05:31.542Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:05:31.546Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:06:21.977Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:06:21.978Z||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-15T14:06:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:06:21.979Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:06:21.980Z||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-15T14:06:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:06:31.562Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:06:31.565Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:07:21.977Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:07:21.977Z||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-15T14:07:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:07:21.979Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:07:21.981Z||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-15T14:07:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:07:31.555Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:07:31.559Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:08:21.977Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:08:21.977Z||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-15T14:08:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:08:21.979Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:08:21.980Z||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-15T14:08:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:08:31.568Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:08:31.582Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:09:21.977Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:09:21.978Z||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-15T14:09:21.979Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:09:21.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:09:21.980Z||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-15T14:09:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:09:31.556Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:09:31.581Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:10:21.977Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:10:21.979Z||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-15T14:10:21.979Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:10:21.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:10:21.980Z||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-15T14:10:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:10:31.550Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:10:31.550Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:11:21.977Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:11:21.979Z||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-15T14:11:21.979Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:11:21.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:11:21.980Z||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-15T14:11:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:11:31.569Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:11:31.585Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:12:21.977Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:12:21.979Z||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-15T14:12:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:12:21.979Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:12:21.980Z||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-15T14:12:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:12:31.556Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:12:31.556Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:13:21.978Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:13:21.979Z||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-15T14:13:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:13:21.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:13:21.981Z||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-15T14:13:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:13:31.553Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:13:31.570Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:14:21.976Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:14:21.977Z||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-15T14:14:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:14:21.979Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:14:21.980Z||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-15T14:14:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:14:31.538Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:14:31.538Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:15:21.977Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:15:21.978Z||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-15T14:15:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:15:21.979Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:15:21.980Z||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-15T14:15:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:15:31.538Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:15:31.538Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:16:21.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:16:21.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:16:21.982Z||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-15T14:16:21.982Z||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-15T14:16:21.985Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:16:21.985Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:16:31.568Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:16:31.568Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:17:21.977Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:17:21.978Z||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-15T14:17:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:17:21.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:17:21.980Z||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-15T14:17:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:17:31.538Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:17:31.547Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:18:21.977Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:18:21.977Z||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-15T14:18:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:18:21.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:18:21.982Z||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-15T14:18:21.983Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:18:31.554Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:18:31.556Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:19:21.976Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:19:21.977Z||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-15T14:19:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:19:21.979Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:19:21.980Z||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-15T14:19:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:19:31.580Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:19:31.580Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:20:21.977Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:20:21.977Z||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-15T14:20:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:20:21.979Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:20:21.980Z||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-15T14:20:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:20:31.525Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:20:31.531Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:21:21.976Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:21:21.977Z||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-15T14:21:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:21:21.980Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:21:21.980Z||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-15T14:21:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:21:31.572Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:21:31.582Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:22:21.977Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:22:21.978Z||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-15T14:22:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:22:21.979Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:22:21.980Z||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-15T14:22:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:22:31.546Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:22:31.546Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:23:21.977Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:23:21.978Z||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-15T14:23:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:23:21.979Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:23:21.980Z||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-15T14:23:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:23:31.532Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:23:31.532Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:24:21.976Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:24:21.977Z||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-15T14:24:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:24:21.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:24:21.980Z||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-15T14:24:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:24:31.530Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:24:31.536Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:25:21.976Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:25:21.977Z||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-15T14:25:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:25:21.979Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:25:21.980Z||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-15T14:25:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:25:31.533Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:25:31.539Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:26:21.976Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:26:21.977Z||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-15T14:26:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:26:21.979Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:26:21.980Z||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-15T14:26:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:26:31.543Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:26:31.544Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:27:21.977Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:27:21.977Z||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-15T14:27:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:27:21.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:27:21.980Z||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-15T14:27:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:27:31.536Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:27:31.536Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:28:21.977Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:28:21.977Z||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-15T14:28:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:28:21.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:28:21.980Z||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-15T14:28:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:28:31.547Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:28:31.549Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:29:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:29:21.977Z||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-15T14:29:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:29:21.979Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:29:21.980Z||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-15T14:29:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:29:31.543Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:29:31.548Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:30:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:30:21.977Z||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-15T14:30:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:30:21.979Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:30:21.980Z||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-15T14:30:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:30:31.528Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:30:31.543Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:31:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:31:21.978Z||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-15T14:31:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:31:21.979Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:31:21.980Z||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-15T14:31:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:31:31.530Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:31:31.537Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:32:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:32:21.977Z||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-15T14:32:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:32:21.979Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:32:21.980Z||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-15T14:32:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:32:31.527Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:32:31.532Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:33:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:33:21.977Z||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-15T14:33:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:33:21.980Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:33:21.980Z||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-15T14:33:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:33:31.530Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:33:31.535Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:34:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:34:21.977Z||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-15T14:34:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:34:21.979Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:34:21.980Z||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-15T14:34:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:34:31.539Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:34:31.540Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:35:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:35:21.977Z||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-15T14:35:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:35:21.979Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:35:21.980Z||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-15T14:35:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:35:31.543Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:35:31.551Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:36:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:36:21.977Z||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-15T14:36:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:36:21.979Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:36:21.980Z||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-15T14:36:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:36:31.528Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:36:31.532Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:37:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:37:21.977Z||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-15T14:37:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:37:21.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:37:21.980Z||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-15T14:37:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:37:31.541Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:37:31.548Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:38:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:38:21.977Z||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-15T14:38:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:38:21.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:38:21.980Z||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-15T14:38:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:38:31.572Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:38:31.573Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:39:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:39:21.977Z||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-15T14:39:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:39:21.979Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:39:21.980Z||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-15T14:39:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:39:31.532Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:39:31.532Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:40:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:40:21.977Z||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-15T14:40:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:40:21.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:40:21.980Z||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-15T14:40:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:40:31.537Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:40:31.562Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:41:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:41:21.977Z||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-15T14:41:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:41:21.979Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:41:21.980Z||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-15T14:41:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:41:31.528Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:41:31.535Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:42:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:42:21.977Z||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-15T14:42:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:42:21.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:42:21.980Z||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-15T14:42:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:42:31.562Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:42:31.562Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:43:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:43:21.977Z||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-15T14:43:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:43:21.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:43:21.980Z||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-15T14:43:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:43:31.547Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:43:31.548Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:44:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:44:21.977Z||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-15T14:44:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:44:21.979Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:44:21.980Z||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-15T14:44:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:44:31.541Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:44:31.543Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:45:21.977Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:45:21.978Z||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-15T14:45:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:45:21.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:45:21.980Z||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-15T14:45:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:45:31.537Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:45:31.544Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:46:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:46:21.977Z||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-15T14:46:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:46:21.979Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:46:21.980Z||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-15T14:46:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:46:31.573Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:46:31.579Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:47:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:47:21.978Z||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-15T14:47:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:47:21.979Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:47:21.981Z||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-15T14:47:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:47:31.550Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:47:31.551Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:48:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:48:21.977Z||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-15T14:48:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:48:21.979Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:48:21.980Z||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-15T14:48:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:48:31.536Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:48:31.537Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:49:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:49:21.977Z||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-15T14:49:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:49:21.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:49:21.980Z||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-15T14:49:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:49:31.571Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:49:31.573Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:50:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:50:21.977Z||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-15T14:50:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:50:21.979Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:50:21.980Z||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-15T14:50:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:50:31.538Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:50:31.549Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:51:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:51:21.977Z||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-15T14:51:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:51:21.979Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:51:21.980Z||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-15T14:51:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:51:31.543Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:51:31.552Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:52:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:52:21.977Z||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-15T14:52:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:52:21.979Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:52:21.980Z||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-15T14:52:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:52:31.528Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:52:31.537Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:53:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:53:21.977Z||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-15T14:53:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:53:21.979Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:53:21.980Z||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-15T14:53:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:53:31.526Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:53:31.529Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:54:21.977Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:54:21.977Z||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-15T14:54:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:54:21.979Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:54:21.980Z||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-15T14:54:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:54:31.534Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:54:31.534Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:55:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:55:21.977Z||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-15T14:55:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:55:21.979Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:55:21.980Z||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-15T14:55:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:55:31.545Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:55:31.549Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:56:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:56:21.977Z||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-15T14:56:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:56:21.979Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:56:21.980Z||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-15T14:56:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:56:31.529Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:56:31.529Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:57:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:57:21.977Z||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-15T14:57:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:57:21.979Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:57:21.980Z||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-15T14:57:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:57:31.532Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:57:31.533Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:58:21.977Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:58:21.977Z||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-15T14:58:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:58:21.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:58:21.980Z||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-15T14:58:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:58:31.538Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:58:31.550Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:59:21.977Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:59:21.977Z||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-15T14:59:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:59:21.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T14:59:21.980Z||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-15T14:59:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T14:59:31.533Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T14:59:31.543Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:00:21.977Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:00:21.977Z||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-15T15:00:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:00:21.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:00:21.980Z||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-15T15:00:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:00:31.534Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:00:31.538Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:01:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:01:21.977Z||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-15T15:01:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:01:21.979Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:01:21.980Z||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-15T15:01:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:01:31.549Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:01:31.550Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:02:21.977Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:02:21.977Z||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-15T15:02:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:02:21.979Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:02:21.980Z||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-15T15:02:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:02:31.554Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:02:31.554Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:03:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:03:21.977Z||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-15T15:03:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:03:21.979Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:03:21.980Z||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-15T15:03:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:03:31.545Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:03:31.545Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:04:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:04:21.977Z||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-15T15:04:21.981Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:04:21.983Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:04:21.984Z||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-15T15:04:21.984Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:04:31.551Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:04:31.556Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:05:21.977Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:05:21.977Z||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-15T15:05:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:05:21.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:05:21.980Z||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-15T15:05:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:05:31.536Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:05:31.536Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:06:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:06:21.977Z||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-15T15:06:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:06:21.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:06:21.980Z||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-15T15:06:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:06:31.538Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:06:31.549Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:07:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:07:21.977Z||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-15T15:07:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:07:21.979Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:07:21.980Z||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-15T15:07:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:07:31.529Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:07:31.539Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:08:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:08:21.977Z||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-15T15:08:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:08:21.979Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:08:21.980Z||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-15T15:08:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:08:31.530Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:08:31.551Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:09:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:09:21.979Z||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-15T15:09:21.982Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:09:21.982Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:09:21.983Z||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-15T15:09:21.983Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:09:31.571Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:09:31.572Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:10:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:10:21.977Z||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-15T15:10:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:10:21.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:10:21.980Z||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-15T15:10:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:10:31.543Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:10:31.550Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:11:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:11:21.977Z||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-15T15:11:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:11:21.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:11:21.980Z||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-15T15:11:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:11:31.538Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:11:31.538Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:12:21.977Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:12:21.977Z||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-15T15:12:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:12:21.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:12:21.980Z||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-15T15:12:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:12:31.559Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:12:31.565Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:13:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:13:21.977Z||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-15T15:13:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:13:21.979Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:13:21.980Z||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-15T15:13:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:13:31.534Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:13:31.534Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:14:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:14:21.977Z||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-15T15:14:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:14:21.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:14:21.980Z||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-15T15:14:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:14:31.535Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:14:31.535Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:15:21.977Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:15:21.977Z||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-15T15:15:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:15:21.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:15:21.980Z||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-15T15:15:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:15:31.531Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:15:31.531Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:16:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:16:21.977Z||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-15T15:16:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:16:21.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:16:21.980Z||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-15T15:16:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:16:31.527Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:16:31.533Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:17:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:17:21.977Z||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-15T15:17:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:17:21.980Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:17:21.980Z||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-15T15:17:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:17:31.540Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:17:31.549Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:18:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:18:21.977Z||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-15T15:18:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:18:21.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:18:21.980Z||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-15T15:18:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:18:31.526Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:18:31.529Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:19:21.977Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:19:21.977Z||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-15T15:19:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:19:21.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:19:21.980Z||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-15T15:19:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:19:31.540Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:19:31.544Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:20:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:20:21.977Z||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-15T15:20:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:20:21.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:20:21.980Z||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-15T15:20:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:20:31.552Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:20:31.554Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:21:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:21:21.977Z||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-15T15:21:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:21:21.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:21:21.981Z||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-15T15:21:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:21:31.581Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:21:31.581Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:22:21.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:22:21.977Z||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-15T15:22:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:22:21.980Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:22:21.980Z||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-15T15:22:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:22:31.543Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:22:31.545Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:23:21.977Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:23:21.977Z||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-15T15:23:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:23:21.979Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:23:21.980Z||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-15T15:23:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:23:31.563Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:23:31.570Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:24:21.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:24:21.977Z||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-15T15:24:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:24:21.979Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:24:21.980Z||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-15T15:24:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:24:31.540Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:24:31.540Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:25:21.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:25:21.977Z||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-15T15:25:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:25:21.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:25:21.980Z||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-15T15:25:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:25:31.537Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:25:31.569Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:26:21.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:26:21.977Z||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-15T15:26:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:26:21.982Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:26:21.984Z||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-15T15:26:21.984Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:26:31.549Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:26:31.549Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:27:21.977Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:27:21.978Z||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-15T15:27:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:27:21.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:27:21.980Z||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-15T15:27:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:27:31.535Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:27:31.535Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:28:21.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:28:21.977Z||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-15T15:28:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:28:21.979Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:28:21.980Z||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-15T15:28:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:28:31.540Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:28:31.540Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:29:21.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:29:21.977Z||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-15T15:29:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:29:21.979Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:29:21.980Z||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-15T15:29:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:29:31.553Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:29:31.553Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:30:21.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:30:21.977Z||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-15T15:30:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:30:21.979Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:30:21.980Z||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-15T15:30:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:30:31.529Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:30:31.534Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:31:21.977Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:31:21.977Z||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-15T15:31:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:31:21.979Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:31:21.980Z||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-15T15:31:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:31:31.528Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:31:31.541Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:32:21.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:32:21.977Z||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-15T15:32:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:32:21.979Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:32:21.980Z||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-15T15:32:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:32:31.541Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:32:31.555Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:33:21.977Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:33:21.977Z||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-15T15:33:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:33:21.979Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:33:21.980Z||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-15T15:33:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:33:31.539Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:33:31.553Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:34:21.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:34:21.977Z||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-15T15:34:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:34:21.979Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:34:21.980Z||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-15T15:34:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:34:31.578Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:34:31.580Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:35:21.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:35:21.977Z||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-15T15:35:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:35:21.979Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:35:21.980Z||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-15T15:35:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:35:31.545Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:35:31.545Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:36:21.977Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:36:21.977Z||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-15T15:36:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:36:21.979Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:36:21.980Z||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-15T15:36:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:36:31.542Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:36:31.549Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:37:21.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:37:21.977Z||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-15T15:37:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:37:21.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:37:21.980Z||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-15T15:37:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:37:31.552Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:37:31.552Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:38:21.977Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:38:21.977Z||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-15T15:38:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:38:21.979Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:38:21.980Z||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-15T15:38:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:38:31.556Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:38:31.577Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:39:21.977Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:39:21.977Z||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-15T15:39:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:39:21.979Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:39:21.980Z||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-15T15:39:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:39:31.540Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:39:31.579Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:40:21.977Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:40:21.977Z||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-15T15:40:21.978Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:40:21.979Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:40:21.980Z||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-15T15:40:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:40:31.550Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:40:31.562Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:41:21.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:41:21.977Z||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-15T15:41:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:41:21.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:41:21.980Z||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-15T15:41:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:41:31.529Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:41:31.538Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:42:21.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:42:21.977Z||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-15T15:42:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:42:21.979Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:42:21.980Z||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-15T15:42:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:42:31.532Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:42:31.532Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:43:21.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:43:21.977Z||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-15T15:43:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:43:21.979Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:43:21.980Z||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-15T15:43:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:43:22.603Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:43:22.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"5aa4ba26-acda-4ac5-b5ee-848d8c13e709","serviceName":"vFW 2021-10-15 15-38-43","serviceVersion":"1.0","serviceUUID":"8e6bf932-cbe0-460e-8543-85fcd2da5eb3","serviceDescription":"catalog service description","serviceInvariantUUID":"91ae4943-027d-4d7f-8dc9-6f8d75eb64f6","resources":[{"resourceInstanceName":"vFW 03ea003a-8323 0","resourceName":"vFW 03ea003a-8323","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"50ccf3d1-aac5-4a3c-9df6-6394a05c693a","resourceInvariantUUID":"23474d44-ba51-4177-8293-499c127e13f2","resourceCustomizationUUID":"ec3a29a5-8af1-4d34-9bb2-d8523f698128","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vf-license-model.xml","artifactChecksum":"N2FmNTRkOGEyNmJiMDVhMjI0Yzg2ZjNlYzljMTM4MDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"708119a2-9954-406b-b0cb-eda0b933018d","artifactVersion":"1"},{"artifactName":"vfw03ea003a83230_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vfw03ea003a83230_modules.json","artifactChecksum":"ZTk2MDFhMTgyZmM1ZDUwYzE3OWIzNTdmMzIxZDRjZWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d1833ded-be86-42f3-95b3-228a3dc60b6b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f7a992e8-fc9e-484a-b448-5f13c1ca1d8b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vendor-license-model.xml","artifactChecksum":"MTc2Y2RkOWI2NmQyNzNjYmE3OWU1YjhkZTg0ZmRkYjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"905fd64d-a210-4da7-8f2d-1859160b8638","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c8646a7a-aa90-4fa8-8873-13078e9ff571","artifactVersion":"2","generatedFromUUID":"f7a992e8-fc9e-484a-b448-5f13c1ca1d8b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211015153843-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-template.yml","artifactChecksum":"OTc5NDdiMDc5ZGE5NjZhMTdmZjNjZjIxYjBiODg4MmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"afdc0ac4-a4e1-4d84-9a65-f561b523f5f2","artifactVersion":"1"},{"artifactName":"service-Vfw20211015153843-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-csar.csar","artifactChecksum":"NTI2ZTAzYWZkMTMwODU5YzI4OTMwNmQzNDFkZjBhNGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8941354a-0a9a-41c5-9219-871f770882c2","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-15T15:43:22.615Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:43:22.618Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T15:43:22.625Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-15T15:43:22.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "dcae-sch",
  "timestamp": 1634312562435,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.657Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T15:43:22.657Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312601976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.662Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634312559724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.662Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "dcae-sch",
  "timestamp": 1634312562435,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vfw03ea003a83230_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.663Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634312559724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vfw03ea003a83230_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.664Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "aai-ml",
  "timestamp": 1634312566672,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.664Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "cds",
  "timestamp": 1634312566972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.665Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.665Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "dcae-sch",
  "timestamp": 1634312562435,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.665Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.665Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634312559724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.665Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.666Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "aai-ml",
  "timestamp": 1634312566672,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vfw03ea003a83230_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.666Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.666Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "cds",
  "timestamp": 1634312566972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vfw03ea003a83230_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.666Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.666Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "policy-id",
  "timestamp": 1634312567934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.666Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.666Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "dcae-sch",
  "timestamp": 1634312562435,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.667Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.667Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634312559724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.667Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.667Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "aai-ml",
  "timestamp": 1634312566672,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.667Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.667Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "cds",
  "timestamp": 1634312566972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.667Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.667Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "policy-id",
  "timestamp": 1634312567934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vfw03ea003a83230_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.686Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "dcae-sch",
  "timestamp": 1634312562435,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.687Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.687Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634312559724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.687Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.687Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "aai-ml",
  "timestamp": 1634312566672,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.687Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.687Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "policy-id",
  "timestamp": 1634312567934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-15T15:43:22.688Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "cds",
  "timestamp": 1634312566972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.688Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "dcae-sch",
  "timestamp": 1634312562435,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.688Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634312559724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.689Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "aai-ml",
  "timestamp": 1634312566672,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.689Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "policy-id",
  "timestamp": 1634312567934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.689Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "cds",
  "timestamp": 1634312566972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.689Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "dcae-sch",
  "timestamp": 1634312562435,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.690Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634312559724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T15:43:22.690Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "aai-ml",
  "timestamp": 1634312566672,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.690Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "policy-id",
  "timestamp": 1634312567934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.690Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "cds",
  "timestamp": 1634312566972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.691Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.691Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "aai-ml",
  "timestamp": 1634312566672,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T15:43:22.691Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634312573621,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T15:43:22.697Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:43:22.697Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.697Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "cds",
  "timestamp": 1634312566972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T15:43:22.697Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.697Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.697Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "policy-id",
  "timestamp": 1634312567934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634312573705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634312573835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "policy-id",
  "timestamp": 1634312567934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T15:43:22.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "aai-ml",
  "timestamp": 1634312574643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T15:43:22.699Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:43:22.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "cds",
  "timestamp": 1634312574804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T15:43:22.699Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:43:22.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634312573705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vfw03ea003a83230_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634312573835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vfw03ea003a83230_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T15:43:22.700Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "cds",
  "timestamp": 1634312575820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-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-15T15:43:22.758Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-10-15T15:43:22.763Z||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-15T15:43:22.763Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T15:43:22.774Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:43:22.775Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-15T15:43:22.882Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5aa4ba26-acda-4ac5-b5ee-848d8c13e709
2021-10-15T15:43:22.896Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5aa4ba26-acda-4ac5-b5ee-848d8c13e709 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-15T15:43:22.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "policy-id",
  "timestamp": 1634312575875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T15:43:22.918Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:43:22.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634312573705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634312573835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-15T15:43:22.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "clamp",
  "timestamp": 1634312576027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "policy-id",
  "timestamp": 1634312576883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T15:43:22.919Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:43:22.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634312573705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.919Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634312573835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.919Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "clamp",
  "timestamp": 1634312576027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vfw03ea003a83230_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T15:43:22.919Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "policy-id",
  "timestamp": 1634312577886,
  "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-15T15:43:22.934Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5aa4ba26-acda-4ac5-b5ee-848d8c13e709
2021-10-15T15:43:22.935Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5aa4ba26-acda-4ac5-b5ee-848d8c13e709 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-15T15:43:22.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634312573705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634312573835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-15T15:43:22.946Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "clamp",
  "timestamp": 1634312576027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.946Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634312573705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.946Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634312573835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.946Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "clamp",
  "timestamp": 1634312576027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634312573705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634312573835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T15:43:22.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "clamp",
  "timestamp": 1634312576027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634312581144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T15:43:22.948Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:43:22.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "clamp",
  "timestamp": 1634312576027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:22.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634312582149,
  "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-15T15:43:22.954Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5aa4ba26-acda-4ac5-b5ee-848d8c13e709
2021-10-15T15:43:22.955Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5aa4ba26-acda-4ac5-b5ee-848d8c13e709 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-15T15:43:22.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.966Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634312582259,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vfw03ea003a83230_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-15T15:43:22.967Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:43:22.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "clamp",
  "timestamp": 1634312576027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T15:43:22.967Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:43:22.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634312583701,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-15T15:43:22.967Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:43:22.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634312585060,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-15T15:43:22.968Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:43:22.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634312587290,
  "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-15T15:43:22.973Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5aa4ba26-acda-4ac5-b5ee-848d8c13e709
2021-10-15T15:43:22.973Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5aa4ba26-acda-4ac5-b5ee-848d8c13e709 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-15T15:43:22.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634312588314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vfw03ea003a83230_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-15T15:43:22.984Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:43:22.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "aai-ml",
  "timestamp": 1634312593501,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T15:43:22.984Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:43:22.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:22.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "aai-ml",
  "timestamp": 1634312594507,
  "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-15T15:43:22.990Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5aa4ba26-acda-4ac5-b5ee-848d8c13e709
2021-10-15T15:43:22.990Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5aa4ba26-acda-4ac5-b5ee-848d8c13e709 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-15T15:43:23.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:43:23.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "clamp",
  "timestamp": 1634312601558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T15:43:23.001Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:43:23.664Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T15:43:23.664Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-15T15:43:23.666Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T15:43:23.666Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312601976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vfw03ea003a83230_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T15:43:23.766Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T15:43:23.767Z||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-15T15:43:23.767Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T15:43:23.779Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:43:23.780Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-15T15:43:24.666Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T15:43:24.667Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-15T15:43:24.669Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T15:43:24.669Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312601976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-15T15:43:24.771Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-10-15T15:43:24.772Z||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-15T15:43:24.772Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T15:43:24.788Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:43:24.789Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-15T15:43:25.670Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T15:43:25.670Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-15T15:43:25.672Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T15:43:25.672Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312601976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:25.772Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T15:43:25.772Z||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-15T15:43:25.772Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T15:43:25.785Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:43:25.786Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-15T15:43:26.673Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T15:43:26.673Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-15T15:43:26.675Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T15:43:26.675Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312601976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-15T15:43:26.775Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T15:43:26.776Z||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-15T15:43:26.776Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T15:43:26.790Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:43:26.790Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-15T15:43:27.675Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T15:43:27.676Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-15T15:43:27.677Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T15:43:27.678Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312601976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:43:27.778Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T15:43:27.778Z||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-15T15:43:27.778Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T15:43:27.790Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:43:27.790Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-15T15:43:28.678Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T15:43:28.680Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-15T15:43:28.682Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T15:43:28.682Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312601976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T15:43:28.782Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T15:43:28.784Z||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-15T15:43:28.784Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T15:43:28.826Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:43:28.835Z||pool-9-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2021-10-15T15:43:29.685Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "serviceName": "vFW 2021-10-15 15-38-43",
  "serviceVersion": "1.0",
  "serviceUUID": "8e6bf932-cbe0-460e-8543-85fcd2da5eb3",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "91ae4943-027d-4d7f-8dc9-6f8d75eb64f6",
  "resources": [
    {
      "resourceInstanceName": "vFW 03ea003a-8323 0",
      "resourceCustomizationUUID": "ec3a29a5-8af1-4d34-9bb2-d8523f698128",
      "resourceName": "vFW 03ea003a-8323",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "50ccf3d1-aac5-4a3c-9df6-6394a05c693a",
      "resourceInvariantUUID": "23474d44-ba51-4177-8293-499c127e13f2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw03ea003a83230_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vfw03ea003a83230_modules.json",
          "artifactChecksum": "ZTk2MDFhMTgyZmM1ZDUwYzE3OWIzNTdmMzIxZDRjZWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d1833ded-be86-42f3-95b3-228a3dc60b6b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f7a992e8-fc9e-484a-b448-5f13c1ca1d8b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "c8646a7a-aa90-4fa8-8873-13078e9ff571",
            "generatedFromUUID": "f7a992e8-fc9e-484a-b448-5f13c1ca1d8b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "c8646a7a-aa90-4fa8-8873-13078e9ff571",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20211015153843-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-csar.csar",
      "artifactChecksum": "NTI2ZTAzYWZkMTMwODU5YzI4OTMwNmQzNDFkZjBhNGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8941354a-0a9a-41c5-9219-871f770882c2"
    }
  ],
  "workloadContext": "Production"
}
2021-10-15T15:43:29.686Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-15T15:43:29.686Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8e6bf932-cbe0-460e-8543-85fcd2da5eb3 ASDC
2021-10-15T15:43:29.830Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:5aa4ba26-acda-4ac5-b5ee-848d8c13e709
ServiceName:vFW 2021-10-15 15-38-43
ServiceVersion:1.0
ServiceUUID:8e6bf932-cbe0-460e-8543-85fcd2da5eb3
ServiceInvariantUUID:91ae4943-027d-4d7f-8dc9-6f8d75eb64f6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211015153843-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-csar.csar
ArtifactUUID:8941354a-0a9a-41c5-9219-871f770882c2
ArtifactChecksum:NTI2ZTAzYWZkMTMwODU5YzI4OTMwNmQzNDFkZjBhNGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 03ea003a-8323 0
ResourceCustomizationUUID:ec3a29a5-8af1-4d34-9bb2-d8523f698128
ResourceInvariantUUID:23474d44-ba51-4177-8293-499c127e13f2
ResourceName:vFW 03ea003a-8323
ResourceType:VF
ResourceUUID:50ccf3d1-aac5-4a3c-9df6-6394a05c693a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw03ea003a83230_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vfw03ea003a83230_modules.json
ArtifactUUID:d1833ded-be86-42f3-95b3-228a3dc60b6b
ArtifactChecksum:ZTk2MDFhMTgyZmM1ZDUwYzE3OWIzNTdmMzIxZDRjZWM=
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/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.yaml
ArtifactUUID:f7a992e8-fc9e-484a-b448-5f13c1ca1d8b
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/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.env
ArtifactUUID:c8646a7a-aa90-4fa8-8873-13078e9ff571
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/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.env
ArtifactUUID:c8646a7a-aa90-4fa8-8873-13078e9ff571
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-15T15:43:29.830Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8e6bf932-cbe0-460e-8543-85fcd2da5eb3 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-15T15:43:29.926Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T15:43:29.926Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-15T15:43:29.927Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-15T15:43:29.927Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8941354a-0a9a-41c5-9219-871f770882c2 from URL: /sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-csar.csar
2021-10-15T15:43:29.928Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-15T15:43:29.929Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-csar.csar
2021-10-15T15:43:30.226Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-15T15:43:30.254Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-csar.csar 8941354a-0a9a-41c5-9219-871f770882c2 98740
2021-10-15T15:43:30.272Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-csar.csar ASDC sendASDCNotification
2021-10-15T15:43:30.272Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-csar.csar
2021-10-15T15:43:30.273Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T15:43:30.274Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-15T15:43:30.276Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T15:43:30.276Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312610271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T15:43:30.376Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T15:43:30.377Z||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-15T15:43:30.377Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T15:43:30.388Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:43:30.388Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-15T15:43:31.277Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T15:43:31.279Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-15T15:43:31.279Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 8941354a-0a9a-41c5-9219-871f770882c2, URL: /sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-csar.csar to file: /app/ASDC/1/service-Vfw20211015153843-csar.csar
2021-10-15T15:43:31.280Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211015153843-csar.csar
2021-10-15T15:43:31.376Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211015153843-csar.csar
2021-10-15T15:43:31.376Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211015153843-csar.csar
2021-10-15T15:43:32.753Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10027476008275583071/Definitions/service-Vfw20211015153843-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-15T15:43:36.268Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-15T15:43:36.285Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-15T15:43:36.286Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211015153843-csar.csar
2021-10-15T15:43:36.286Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-10-15T15:43:36.286Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211015153843-csar.csar
2021-10-15T15:43:36.286Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211015153843-csar.csar
2021-10-15T15:43:36.286Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211015153843-csar.csar
2021-10-15T15:43:36.286Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211015153843-csar.csar
2021-10-15T15:43:36.287Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211015153843-csar.csar
2021-10-15T15:43:36.287Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211015153843-csar.csar
2021-10-15T15:43:36.287Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211015153843-csar.csar
2021-10-15T15:43:36.287Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211015153843-csar.csar
2021-10-15T15:43:36.287Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211015153843-csar.csar
2021-10-15T15:43:36.287Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211015153843-csar.csar
2021-10-15T15:43:36.287Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 03ea003a-8323 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-Vfw20211015153843-csar.csar
2021-10-15T15:43:36.287Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211015153843-csar.csar
2021-10-15T15:43:36.288Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211015153843-csar.csar
2021-10-15T15:43:36.288Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-15T15:43:36.295Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:43:36.308Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-15 15-38-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T15:43:36.312Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vFW 03ea003a-8323 0 is matching search criteria
2021-10-15T15:43:36.312Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-15T15:43:36.314Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 03ea003a-8323 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T15:43:36.316Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:43:36.316Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-15 15-38-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T15:43:36.316Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vFW 03ea003a-8323 0 is matching search criteria
2021-10-15T15:43:36.317Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-15T15:43:36.317Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 03ea003a-8323 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T15:43:36.317Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:43:36.317Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-15 15-38-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T15:43:36.321Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:43:36.322Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vFW 03ea003a-8323 0 is not matching search criteria
2021-10-15T15:43:36.322Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-15T15:43:36.322Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-15T15:43:36.322Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-15T15:43:36.322Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-15T15:43:36.323Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-15T15:43:36.323Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-15T15:43:36.323Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-15T15:43:36.323Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-15T15:43:36.323Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-15T15:43:36.323Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-15T15:43:36.323Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-15T15:43:36.324Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-15T15:43:36.324Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-15T15:43:36.324Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-15T15:43:36.324Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-15T15:43:36.324Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-15T15:43:36.324Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:43:36.324Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-15 15-38-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-15T15:43:36.326Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:43:36.326Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vFW 03ea003a-8323 0 is matching search criteria
2021-10-15T15:43:36.326Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 03ea003a-8323 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T15:43:36.327Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:43:36.327Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vFW 03ea003a-8323 0 is matching search criteria
2021-10-15T15:43:36.328Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 03ea003a-8323 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T15:43:36.328Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:43:36.328Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vFW 03ea003a-8323 0 is matching search criteria
2021-10-15T15:43:36.328Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 03ea003a-8323 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T15:43:36.329Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:43:36.329Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vFW 03ea003a-8323 0 is not matching search criteria
2021-10-15T15:43:36.329Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-15T15:43:36.329Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-15T15:43:36.329Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-15T15:43:36.330Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-15T15:43:36.330Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-15T15:43:36.330Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-15T15:43:36.330Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-15T15:43:36.330Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-15T15:43:36.330Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-15T15:43:36.331Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-15T15:43:36.331Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-15T15:43:36.331Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=48b348f1-63da-430f-9a7a-cb3a21036322
2021-10-15T15:43:36.331Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:43:36.331Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vFW 03ea003a-8323 0 is not matching search criteria
2021-10-15T15:43:36.331Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-15T15:43:36.332Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-15T15:43:36.332Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-15T15:43:36.332Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-15T15:43:36.332Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-15T15:43:36.332Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-15T15:43:36.332Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-15T15:43:36.333Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-15T15:43:36.333Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-15T15:43:36.333Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-15T15:43:36.333Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-15T15:43:36.333Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-15T15:43:36.333Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5ed02036-d681-4b73-acfd-5057ce4f6e03
2021-10-15T15:43:36.334Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:43:36.334Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vFW 03ea003a-8323 0 is not matching search criteria
2021-10-15T15:43:36.334Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-15T15:43:36.334Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-15T15:43:36.334Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-15T15:43:36.334Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-15T15:43:36.334Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-15T15:43:36.335Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-15T15:43:36.335Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-15T15:43:36.335Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-15T15:43:36.335Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-15T15:43:36.335Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-15T15:43:36.336Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-15T15:43:36.336Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-15T15:43:36.336Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=19cfc6a3-13be-417e-b270-edc6cbaebecd
2021-10-15T15:43:36.336Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:43:36.336Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-15 15-38-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T15:43:36.337Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:43:36.337Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-15 15-38-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T15:43:36.337Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:43:36.337Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-15 15-38-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T15:43:36.337Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:43:36.338Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-15 15-38-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T15:43:36.338Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-10-15 15-38-43
Description:catalog service description
Model UUID:8e6bf932-cbe0-460e-8543-85fcd2da5eb3
Model Version:NULL
Model InvariantUuid:91ae4943-027d-4d7f-8dc9-6f8d75eb64f6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 03ea003a-8323
Model UUID:0d8a0609-8480-4356-9a57-2a54f1647f6b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:23474d44-ba51-4177-8293-499c127e13f2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ec3a29a5-8af1-4d34-9bb2-d8523f698128
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b32d7573-297c-419c-96e9-21c9d74e91ab
ModelName:Vfw03ea003a8323..base_vfw..module-0
ModelUuid:9781d274-97ad-48d1-bd58-df4995b206f6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:48b348f1-63da-430f-9a7a-cb3a21036322
ModelInvariantUuid:2e5a6066-81e4-417a-94df-ccbb7550e609
ModelName:vFW 03ea003a-8323-nodes.vfwCvfc
ModelUuid:6c6f6787-1983-41b9-a784-a3bd8d5ec185
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:baf32ddf-ceb4-4ab7-a591-48d8026ea271
ModelInvariantUuid:138cd340-adea-41e0-a598-aa9716a11c15
ModelName:Vfw03ea003a8323.compute.nodes.heat.vfw
ModelUuid:9f73770b-49b6-4652-b9fa-e3c95a3c8b7b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5ed02036-d681-4b73-acfd-5057ce4f6e03
ModelInvariantUuid:1443cc09-4bc6-4ca8-98a8-2bba3238dca6
ModelName:vFW 03ea003a-8323-nodes.vsnCvfc
ModelUuid:1cff0ef5-745a-4e45-a0a4-48a37c33f635
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:26a72024-4397-4b7d-895b-96edaf9df2d4
ModelInvariantUuid:25596f12-1756-4b26-af5c-4337223d6044
ModelName:Vfw03ea003a8323.compute.nodes.heat.vsn
ModelUuid:aad8b51d-bb5d-4ddd-af82-48f9789e3fc0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:19cfc6a3-13be-417e-b270-edc6cbaebecd
ModelInvariantUuid:a41e718b-7390-4df1-a550-3b057d7eaf05
ModelName:vFW 03ea003a-8323-nodes.vpgCvfc
ModelUuid:eae21d23-2903-45cd-91ba-66c39d30607b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:0e70c6d8-42a4-4a9e-9763-51edce15083a
ModelInvariantUuid:fa48328f-0edf-40fa-856f-301491ed6dac
ModelName:Vfw03ea003a8323.compute.nodes.heat.vpg
ModelUuid:c8022c04-b5e7-4414-93c7-796f49ff3843
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-15T15:43:36.369Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 50ccf3d1-aac5-4a3c-9df6-6394a05c693a
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-15T15:43:36.477Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||vFW 03ea003a-8323 0
2021-10-15T15:43:36.483Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 50ccf3d1-aac5-4a3c-9df6-6394a05c693a
2021-10-15T15:43:36.484Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d1833ded-be86-42f3-95b3-228a3dc60b6b from URL: /sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vfw03ea003a83230_modules.json
2021-10-15T15:43:36.484Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-15T15:43:36.484Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vfw03ea003a83230_modules.json
2021-10-15T15:43:36.905Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-15T15:43:36.906Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vfw03ea003a83230_modules.json d1833ded-be86-42f3-95b3-228a3dc60b6b 785
2021-10-15T15:43:36.906Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vfw03ea003a83230_modules.json ASDC sendASDCNotification
2021-10-15T15:43:36.906Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vfw03ea003a83230_modules.json
2021-10-15T15:43:36.906Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T15:43:36.907Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-15T15:43:36.909Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T15:43:36.909Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312616906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vfw03ea003a83230_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-15T15:43:37.009Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T15:43:37.010Z||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-15T15:43:37.010Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T15:43:37.023Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:43:37.023Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-15T15:43:37.910Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw03ea003a8323..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b32d7573-297c-419c-96e9-21c9d74e91ab",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9781d274-97ad-48d1-bd58-df4995b206f6",
    "vfModuleModelCustomizationUUID": "cc73d757-8542-44bd-8c63-898cad800505",
    "isBase": true,
    "artifacts": [
      "f7a992e8-fc9e-484a-b448-5f13c1ca1d8b",
      "c8646a7a-aa90-4fa8-8873-13078e9ff571"
    ],
    "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-15T15:43:37.925Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw03ea003a8323..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9781d274-97ad-48d1-bd58-df4995b206f6
VfModuleModelInvariantUUID:b32d7573-297c-419c-96e9-21c9d74e91ab
VfModuleModelDescription:NULL
Artifacts UUID List:{
f7a992e8-fc9e-484a-b448-5f13c1ca1d8b
,
c8646a7a-aa90-4fa8-8873-13078e9ff571

}
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-15T15:43:37.928Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw03ea003a8323..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b32d7573-297c-419c-96e9-21c9d74e91ab",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9781d274-97ad-48d1-bd58-df4995b206f6",
    "vfModuleModelCustomizationUUID": "cc73d757-8542-44bd-8c63-898cad800505",
    "isBase": true,
    "artifacts": [
      "f7a992e8-fc9e-484a-b448-5f13c1ca1d8b",
      "c8646a7a-aa90-4fa8-8873-13078e9ff571"
    ],
    "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-15T15:43:37.929Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw03ea003a8323..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9781d274-97ad-48d1-bd58-df4995b206f6
VfModuleModelInvariantUUID:b32d7573-297c-419c-96e9-21c9d74e91ab
VfModuleModelDescription:NULL
Artifacts UUID List:{
f7a992e8-fc9e-484a-b448-5f13c1ca1d8b
,
c8646a7a-aa90-4fa8-8873-13078e9ff571

}
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-15T15:43:37.929Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f7a992e8-fc9e-484a-b448-5f13c1ca1d8b from URL: /sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.yaml
2021-10-15T15:43:37.929Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-15T15:43:37.929Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.yaml
2021-10-15T15:43:38.169Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-15T15:43:38.170Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.yaml f7a992e8-fc9e-484a-b448-5f13c1ca1d8b 20368
2021-10-15T15:43:38.171Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-15T15:43:38.171Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.yaml
2021-10-15T15:43:38.171Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T15:43:38.172Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-15T15:43:38.174Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T15:43:38.175Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312618171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-15T15:43:38.274Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T15:43:38.275Z||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-15T15:43:38.276Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T15:43:38.286Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:43:38.287Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-15T15:43:39.176Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c8646a7a-aa90-4fa8-8873-13078e9ff571 from URL: /sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.env
2021-10-15T15:43:39.176Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-15T15:43:39.176Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.env
2021-10-15T15:43:39.811Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-15T15:43:39.815Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.env c8646a7a-aa90-4fa8-8873-13078e9ff571 2098
2021-10-15T15:43:39.815Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-15T15:43:39.816Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.env
2021-10-15T15:43:39.816Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T15:43:39.816Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-15T15:43:39.818Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T15:43:39.819Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312619815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-15T15:43:39.919Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T15:43:39.919Z||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-15T15:43:39.919Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T15:43:39.929Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:43:39.929Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-10-15T15:43:40.819Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 8e6bf932-cbe0-460e-8543-85fcd2da5eb3
2021-10-15T15:43:40.820Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 03ea003a-8323 0 50ccf3d1-aac5-4a3c-9df6-6394a05c693a 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-15T15:43:40.872Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ce90793, org.onap.sdc.toscaparser.api.parameters.Input@837ce41, org.onap.sdc.toscaparser.api.parameters.Input@ee825a1, org.onap.sdc.toscaparser.api.parameters.Input@4bcc124, org.onap.sdc.toscaparser.api.parameters.Input@701d9bbf]
2021-10-15T15:43:40.876Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:43:40.876Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-15 15-38-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T15:43:40.876Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-10-15T15:43:40.876Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= ec3a29a5-8af1-4d34-9bb2-d8523f698128
2021-10-15T15:43:40.876Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ec3a29a5-8af1-4d34-9bb2-d8523f698128 matches Tosca VF Customization UUID: ec3a29a5-8af1-4d34-9bb2-d8523f698128
2021-10-15T15:43:40.876Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: ec3a29a5-8af1-4d34-9bb2-d8523f698128  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-15T15:43:40.885Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:43:40.885Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-15 15-38-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T15:43:40.887Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id ec3a29a5-8af1-4d34-9bb2-d8523f698128: {\"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-15T15:43:40.887Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@fb68887
2021-10-15T15:43:40.888Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:43:40.888Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-15 15-38-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-15T15:43:40.896Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cc73d757-8542-44bd-8c63-898cad800505
2021-10-15T15:43:40.898Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cc73d757-8542-44bd-8c63-898cad800505
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-15T15:43:40.906Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:43:40.907Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vFW 03ea003a-8323 0 is matching search criteria
2021-10-15T15:43:40.908Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 03ea003a-8323 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T15:43:40.909Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:43:40.909Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vFW 03ea003a-8323 0 is matching search criteria
2021-10-15T15:43:40.910Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 03ea003a-8323 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T15:43:40.911Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:43:40.911Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vFW 03ea003a-8323 0 is not matching search criteria
2021-10-15T15:43:40.911Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-15T15:43:40.911Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-15T15:43:40.911Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-15T15:43:40.912Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-15T15:43:40.912Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-15T15:43:40.912Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-15T15:43:40.912Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-15T15:43:40.912Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-15T15:43:40.913Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-15T15:43:40.913Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-15T15:43:40.913Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-15T15:43:40.913Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=48b348f1-63da-430f-9a7a-cb3a21036322
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-15T15:43:40.928Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:43:40.937Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vFW 03ea003a-8323 0 is matching search criteria
2021-10-15T15:43:40.938Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 03ea003a-8323 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T15:43:40.938Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:43:40.938Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vFW 03ea003a-8323 0 is not matching search criteria
2021-10-15T15:43:40.939Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-15T15:43:40.939Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-15T15:43:40.939Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-15T15:43:40.939Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-15T15:43:40.939Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-15T15:43:40.940Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-15T15:43:40.940Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-15T15:43:40.940Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-15T15:43:40.940Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-15T15:43:40.940Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-15T15:43:40.941Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-15T15:43:40.941Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-15T15:43:40.941Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5ed02036-d681-4b73-acfd-5057ce4f6e03
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-15T15:43:40.945Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:43:40.946Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vFW 03ea003a-8323 0 is matching search criteria
2021-10-15T15:43:40.946Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 03ea003a-8323 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T15:43:40.948Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:43:40.949Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vFW 03ea003a-8323 0 is not matching search criteria
2021-10-15T15:43:40.949Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-15T15:43:40.949Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-15T15:43:40.949Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-15T15:43:40.949Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-15T15:43:40.950Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-15T15:43:40.950Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-15T15:43:40.950Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-15T15:43:40.950Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-15T15:43:40.950Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-15T15:43:40.950Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-15T15:43:40.951Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-15T15:43:40.951Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-15T15:43:40.951Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=19cfc6a3-13be-417e-b270-edc6cbaebecd
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-15T15:43:40.954Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:43:40.954Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vFW 03ea003a-8323 0 is matching search criteria
2021-10-15T15:43:40.954Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 03ea003a-8323 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T15:43:40.954Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:43:40.955Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Node template vFW 03ea003a-8323 0 is matching search criteria
2021-10-15T15:43:40.955Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 03ea003a-8323 0] matching following query criteria: sdcType=VF, customizationUUID=ec3a29a5-8af1-4d34-9bb2-d8523f698128
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-15T15:43:40.957Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:43:40.958Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-15 15-38-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T15:43:40.958Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 8e6bf932-cbe0-460e-8543-85fcd2da5eb3: vFW 03ea003a-8323
2021-10-15T15:43:40.958Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:43:40.958Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-15 15-38-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T15:43:40.959Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:43:40.959Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-15 15-38-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T15:43:40.959Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:43:40.959Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-15 15-38-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T15:43:40.959Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:43:40.959Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-15 15-38-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T15:43:40.960Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:43:40.960Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-15 15-38-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T15:43:40.960Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-10-15 15-38-43 
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-15T15:43:41.614Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 03ea003a-8323 50ccf3d1-aac5-4a3c-9df6-6394a05c693a 1 ASDC deployResourceStructure
2021-10-15T15:43:41.614Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vfw03ea003a83230_modules.json ASDC sendASDCNotification
2021-10-15T15:43:41.614Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vfw03ea003a83230_modules.json
2021-10-15T15:43:41.614Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T15:43:41.615Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-15T15:43:41.617Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T15:43:41.617Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312621614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vfw03ea003a83230_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-15T15:43:41.717Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T15:43:41.718Z||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-15T15:43:41.719Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T15:43:41.736Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:43:41.736Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-15T15:43:42.617Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-15T15:43:42.618Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.yaml
2021-10-15T15:43:42.619Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T15:43:42.619Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-15T15:43:42.621Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T15:43:42.621Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312622617,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-10-15T15:43:42.722Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-15T15:43:42.723Z||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-15T15:43:42.723Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T15:43:42.735Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:43:42.735Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-15T15:43:43.622Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-15T15:43:43.622Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.env
2021-10-15T15:43:43.622Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T15:43:43.623Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-15T15:43:43.625Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T15:43:43.625Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312623621,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-10-15T15:43:43.725Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T15:43:43.726Z||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-15T15:43:43.726Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T15:43:43.762Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:43:43.762Z||pool-16-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2021-10-15T15:43:44.626Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-csar.csar ASDC sendASDCNotification
2021-10-15T15:43:44.626Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-csar.csar
2021-10-15T15:43:44.627Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T15:43:44.627Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-15T15:43:44.630Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T15:43:44.630Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312624626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T15:43:44.730Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T15:43:44.731Z||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-15T15:43:44.731Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T15:43:44.742Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:43:44.743Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-15T15:43:45.631Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5aa4ba26-acda-4ac5-b5ee-848d8c13e709
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T15:43:45.651Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5aa4ba26-acda-4ac5-b5ee-848d8c13e709
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-15T15:43:45.657Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T15:43:45.658Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-15T15:43:45.658Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-15T15:43:45.658Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-15T15:43:45.658Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T15:43:45.658Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T15:43:45.658Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T15:43:45.658Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T15:43:45.658Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T15:43:45.658Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-15T15:43:45.665Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-15T15:44:15.665Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5aa4ba26-acda-4ac5-b5ee-848d8c13e709 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-15T15:44:15.678Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5aa4ba26-acda-4ac5-b5ee-848d8c13e709 and serviceModelVersionId: 8e6bf932-cbe0-460e-8543-85fcd2da5eb3
2021-10-15T15:44:15.679Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 91ae4943-027d-4d7f-8dc9-6f8d75eb64f6
2021-10-15T15:44:21.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:44:21.997Z||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-15T15:44:21.997Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:44:22.137Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:44:22.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:44:22.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312601976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:44:22.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:44:31.082Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/91ae4943-027d-4d7f-8dc9-6f8d75eb64f6/model-vers/model-ver/8e6bf932-cbe0-460e-8543-85fcd2da5eb3?depth=0
2021-10-15T15:44:31.216Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-10-15T15:44:31.929Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/91ae4943-027d-4d7f-8dc9-6f8d75eb64f6/model-vers/model-ver/8e6bf932-cbe0-460e-8543-85fcd2da5eb3?depth=0|INFO|500||Invoke
2021-10-15T15:44:31.939Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/91ae4943-027d-4d7f-8dc9-6f8d75eb64f6/model-vers/model-ver/8e6bf932-cbe0-460e-8543-85fcd2da5eb3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/91ae4943-027d-4d7f-8dc9-6f8d75eb64f6/model-vers/model-ver/8e6bf932-cbe0-460e-8543-85fcd2da5eb3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5aa4ba26-acda-4ac5-b5ee-848d8c13e709], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[db2e594b-0e81-4098-954d-339ded744061], X-ECOMP-RequestID=[5aa4ba26-acda-4ac5-b5ee-848d8c13e709], X-TransactionId=[], X-ONAP-RequestID=[5aa4ba26-acda-4ac5-b5ee-848d8c13e709], Content-Type=[application/merge-patch+json]}
2021-10-15T15:44:32.235Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/91ae4943-027d-4d7f-8dc9-6f8d75eb64f6/model-vers/model-ver/8e6bf932-cbe0-460e-8543-85fcd2da5eb3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-15T15:44:32.513Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/91ae4943-027d-4d7f-8dc9-6f8d75eb64f6/model-vers/model-ver/8e6bf932-cbe0-460e-8543-85fcd2da5eb3?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/91ae4943-027d-4d7f-8dc9-6f8d75eb64f6/model-vers/model-ver/8e6bf932-cbe0-460e-8543-85fcd2da5eb3?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-15:44:32:246-26983], vertex-id=[168048], Content-Length=[0], Date=[Fri, 15 Oct 2021 15:44:32 GMT], Content-Type=[application/json]}
2021-10-15T15:44:32.515Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/91ae4943-027d-4d7f-8dc9-6f8d75eb64f6/model-vers/model-ver/8e6bf932-cbe0-460e-8543-85fcd2da5eb3?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-15T15:44:32.523Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/91ae4943-027d-4d7f-8dc9-6f8d75eb64f6/model-vers/model-ver/8e6bf932-cbe0-460e-8543-85fcd2da5eb3?depth=0|INFO|500||InvokeReturn
2021-10-15T15:44:32.527Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-15T15:44:32.527Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||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-15T15:44:32.532Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-15T15:44:32.543Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5aa4ba26-acda-4ac5-b5ee-848d8c13e709 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-15T15:44:32.544Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-15T15:44:32.545Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-15T15:44:32.547Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T15:44:32.547Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312672543,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-15T15:44:32.648Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-15T15:44:32.648Z||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-15T15:44:32.649Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T15:44:32.659Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:44:32.660Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-15T15:44:33.564Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:44:33.564Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|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-15T15:44:33.564Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|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 meIto6yZd0XjcfOS) ...
2021-10-15T15:44:34.191Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:44:34.192Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-15T15:44:34.193Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"01ba2251-7881-4720-a9d7-c5ad4498d4ca","serviceName":"basic_onboard_zvBrnR","serviceVersion":"1.0","serviceUUID":"238549df-f750-4b62-9312-dbcd286778e5","serviceDescription":"service","serviceInvariantUUID":"cac327ba-ddc8-4194-b879-36b9a381ab39","resources":[{"resourceInstanceName":"basic_onboard_zvBrnR 0","resourceName":"basic_onboard_zvBrnR","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ef2afd28-d67d-46ca-9a40-57e6a677a340","resourceInvariantUUID":"5ba31c70-3194-44c6-9f2f-66db36e7a65a","resourceCustomizationUUID":"77bd8ed0-d874-4d5b-b1d9-c7200e2364d4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/vf-license-model.xml","artifactChecksum":"ZGMyMTA4NTU1OTNjZTVjOGZhMTZjZjI1OTUzM2IzNWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b88216e3-3566-4336-8bd4-6ae7ab107c08","artifactVersion":"1"},{"artifactName":"basic_onboard_zvbrnr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/basic_onboard_zvbrnr0_modules.json","artifactChecksum":"YTgzYjc2NmMzYzhkYWI5ZWEwNzFkNDFlZjcyMjEwOWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4018fbbf-de24-45c7-9748-67ad67c1bb05","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fd18bb2b-c572-4795-a116-73caa2115dde","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fefdd373-f976-4ab2-83d2-d852a74bfd7e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8fd1cec3-d9d7-46d4-b279-21ad91f307f6","artifactVersion":"2","generatedFromUUID":"fd18bb2b-c572-4795-a116-73caa2115dde"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZvbrnr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-template.yml","artifactChecksum":"YjY4NzQ5Y2MwZTcwNzJiOGJhYjUxZWNhNDUzMzAxNzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a68c1ca2-1bd9-4797-8a06-41b371213383","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZvbrnr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-csar.csar","artifactChecksum":"YzdkYThjNzFmNTkxOGY3MTk2YzE3ZTI1MTBkODU2OGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f719560f-09f0-4701-b51d-6c79446a8826","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-15T15:44:34.196Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T15:44:34.196Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-15T15:44:34.198Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T15:44:34.198Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312673564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:44:34.299Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T15:44:34.300Z||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-15T15:44:34.300Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T15:44:34.311Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:44:34.312Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-15T15:44:35.199Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T15:44:35.200Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-15T15:44:35.203Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T15:44:35.204Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312673564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/basic_onboard_zvbrnr0_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T15:44:35.303Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T15:44:35.304Z||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-15T15:44:35.304Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T15:44:35.318Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:44:35.319Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-15T15:44:36.204Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T15:44:36.205Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-15T15:44:36.208Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T15:44:36.208Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312673564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-15T15:44:36.308Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T15:44:36.309Z||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-15T15:44:36.309Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T15:44:36.321Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:44:36.322Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-15T15:44:37.208Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T15:44:37.209Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-15T15:44:37.212Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T15:44:37.212Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312673564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:44:37.312Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T15:44:37.313Z||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-15T15:44:37.313Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T15:44:37.328Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:44:37.329Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-15T15:44:38.213Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T15:44:38.214Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-15T15:44:38.215Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T15:44:38.216Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312673564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-15T15:44:38.316Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T15:44:38.317Z||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-15T15:44:38.317Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T15:44:38.328Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:44:38.328Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-15T15:44:39.216Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T15:44:39.216Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-15T15:44:39.218Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T15:44:39.218Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312673564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:44:39.319Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T15:44:39.320Z||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-15T15:44:39.320Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T15:44:39.332Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:44:39.333Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-15T15:44:40.219Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T15:44:40.220Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-15T15:44:40.222Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T15:44:40.222Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312673564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T15:44:40.322Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T15:44:40.323Z||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-15T15:44:40.323Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T15:44:40.334Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:44:40.335Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-15T15:44:41.225Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "serviceName": "basic_onboard_zvBrnR",
  "serviceVersion": "1.0",
  "serviceUUID": "238549df-f750-4b62-9312-dbcd286778e5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cac327ba-ddc8-4194-b879-36b9a381ab39",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_zvBrnR 0",
      "resourceCustomizationUUID": "77bd8ed0-d874-4d5b-b1d9-c7200e2364d4",
      "resourceName": "basic_onboard_zvBrnR",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ef2afd28-d67d-46ca-9a40-57e6a677a340",
      "resourceInvariantUUID": "5ba31c70-3194-44c6-9f2f-66db36e7a65a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_zvbrnr0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/basic_onboard_zvbrnr0_modules.json",
          "artifactChecksum": "YTgzYjc2NmMzYzhkYWI5ZWEwNzFkNDFlZjcyMjEwOWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4018fbbf-de24-45c7-9748-67ad67c1bb05",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "fd18bb2b-c572-4795-a116-73caa2115dde",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8fd1cec3-d9d7-46d4-b279-21ad91f307f6",
            "generatedFromUUID": "fd18bb2b-c572-4795-a116-73caa2115dde"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8fd1cec3-d9d7-46d4-b279-21ad91f307f6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardZvbrnr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-csar.csar",
      "artifactChecksum": "YzdkYThjNzFmNTkxOGY3MTk2YzE3ZTI1MTBkODU2OGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f719560f-09f0-4701-b51d-6c79446a8826"
    }
  ],
  "workloadContext": "Production"
}
2021-10-15T15:44:41.225Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-15T15:44:41.225Z|5aa4ba26-acda-4ac5-b5ee-848d8c13e709|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 238549df-f750-4b62-9312-dbcd286778e5 ASDC
2021-10-15T15:44:41.225Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:01ba2251-7881-4720-a9d7-c5ad4498d4ca
ServiceName:basic_onboard_zvBrnR
ServiceVersion:1.0
ServiceUUID:238549df-f750-4b62-9312-dbcd286778e5
ServiceInvariantUUID:cac327ba-ddc8-4194-b879-36b9a381ab39
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardZvbrnr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-csar.csar
ArtifactUUID:f719560f-09f0-4701-b51d-6c79446a8826
ArtifactChecksum:YzdkYThjNzFmNTkxOGY3MTk2YzE3ZTI1MTBkODU2OGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_zvBrnR 0
ResourceCustomizationUUID:77bd8ed0-d874-4d5b-b1d9-c7200e2364d4
ResourceInvariantUUID:5ba31c70-3194-44c6-9f2f-66db36e7a65a
ResourceName:basic_onboard_zvBrnR
ResourceType:VF
ResourceUUID:ef2afd28-d67d-46ca-9a40-57e6a677a340
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_zvbrnr0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/basic_onboard_zvbrnr0_modules.json
ArtifactUUID:4018fbbf-de24-45c7-9748-67ad67c1bb05
ArtifactChecksum:YTgzYjc2NmMzYzhkYWI5ZWEwNzFkNDFlZjcyMjEwOWU=
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/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.yaml
ArtifactUUID:fd18bb2b-c572-4795-a116-73caa2115dde
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/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.env
ArtifactUUID:8fd1cec3-d9d7-46d4-b279-21ad91f307f6
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/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.env
ArtifactUUID:8fd1cec3-d9d7-46d4-b279-21ad91f307f6
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-15T15:44:41.226Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 238549df-f750-4b62-9312-dbcd286778e5 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-15T15:44:41.274Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T15:44:41.275Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-15T15:44:41.276Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-15T15:44:41.276Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f719560f-09f0-4701-b51d-6c79446a8826 from URL: /sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-csar.csar
2021-10-15T15:44:41.276Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-15T15:44:41.276Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-csar.csar
2021-10-15T15:44:41.953Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-15T15:44:41.957Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-csar.csar f719560f-09f0-4701-b51d-6c79446a8826 71366
2021-10-15T15:44:41.958Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-csar.csar ASDC sendASDCNotification
2021-10-15T15:44:41.958Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-csar.csar
2021-10-15T15:44:41.959Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T15:44:41.959Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-15T15:44:41.965Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T15:44:41.965Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312681958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T15:44:42.065Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T15:44:42.066Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-15T15:44:42.067Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T15:44:42.078Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:44:42.079Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-15T15:44:42.966Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T15:44:42.967Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-15T15:44:42.967Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: f719560f-09f0-4701-b51d-6c79446a8826, URL: /sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-csar.csar to file: /app/ASDC/1/service-BasicOnboardZvbrnr-csar.csar
2021-10-15T15:44:42.967Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZvbrnr-csar.csar
2021-10-15T15:44:42.968Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZvbrnr-csar.csar
2021-10-15T15:44:42.968Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZvbrnr-csar.csar
2021-10-15T15:44:43.353Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16414042089015109037/Definitions/service-BasicOnboardZvbrnr-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-15T15:44:44.918Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-15T15:44:44.918Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-15T15:44:44.918Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZvbrnr-csar.csar
2021-10-15T15:44:44.918Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-15T15:44:44.918Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_zvBrnR 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-BasicOnboardZvbrnr-csar.csar
2021-10-15T15:44:44.918Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardZvbrnr-csar.csar
2021-10-15T15:44:44.919Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZvbrnr-csar.csar
2021-10-15T15:44:44.919Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZvbrnr-csar.csar
2021-10-15T15:44:44.919Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZvbrnr-csar.csar
2021-10-15T15:44:44.919Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardZvbrnr-csar.csar
2021-10-15T15:44:44.919Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZvbrnr-csar.csar
2021-10-15T15:44:44.919Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZvbrnr-csar.csar
2021-10-15T15:44:44.919Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardZvbrnr-csar.csar
2021-10-15T15:44:44.919Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-15T15:44:44.919Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:44:44.919Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zvBrnR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T15:44:44.919Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zvBrnR 0 is matching search criteria
2021-10-15T15:44:44.919Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-15T15:44:44.920Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zvBrnR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T15:44:44.920Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:44:44.920Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zvBrnR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T15:44:44.920Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zvBrnR 0 is matching search criteria
2021-10-15T15:44:44.920Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-15T15:44:44.920Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zvBrnR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T15:44:44.920Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:44:44.920Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zvBrnR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T15:44:44.920Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:44:44.921Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zvBrnR 0 is not matching search criteria
2021-10-15T15:44:44.921Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-15T15:44:44.921Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-15T15:44:44.921Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-15T15:44:44.921Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-15T15:44:44.921Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-15T15:44:44.921Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:44:44.921Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zvBrnR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-15T15:44:44.921Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:44:44.921Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zvBrnR 0 is matching search criteria
2021-10-15T15:44:44.921Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zvBrnR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T15:44:44.922Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:44:44.922Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zvBrnR 0 is matching search criteria
2021-10-15T15:44:44.922Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zvBrnR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T15:44:44.922Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:44:44.922Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zvBrnR 0 is matching search criteria
2021-10-15T15:44:44.922Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zvBrnR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T15:44:44.923Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:44:44.923Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zvBrnR 0 is not matching search criteria
2021-10-15T15:44:44.923Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-15T15:44:44.923Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-15T15:44:44.923Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=974c94a0-3f10-4da1-8a30-41b93f4ca1cc
2021-10-15T15:44:44.923Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:44:44.923Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zvBrnR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T15:44:44.923Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:44:44.923Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zvBrnR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T15:44:44.923Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:44:44.924Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zvBrnR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T15:44:44.924Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:44:44.924Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zvBrnR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T15:44:44.924Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_zvBrnR
Description:service
Model UUID:238549df-f750-4b62-9312-dbcd286778e5
Model Version:NULL
Model InvariantUuid:cac327ba-ddc8-4194-b879-36b9a381ab39
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_zvBrnR
Model UUID:4857eb39-1f6d-4564-a453-6d3c26d09f2c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5ba31c70-3194-44c6-9f2f-66db36e7a65a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:77bd8ed0-d874-4d5b-b1d9-c7200e2364d4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:92b41b4a-576d-48dd-8b67-6834698f78d2
ModelName:BasicOnboardZvbrnr..base_ubuntu18..module-0
ModelUuid:a1d8d5a6-f538-48ae-aac0-6494ad3cbc36
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:974c94a0-3f10-4da1-8a30-41b93f4ca1cc
ModelInvariantUuid:99044b52-d696-4b53-9061-aed741055276
ModelName:basic_onboard_zvBrnR-nodes.ubuntu18Cvfc
ModelUuid:4b4badc4-a1ff-4782-99e5-0c9317496237
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:cb54b366-7773-4041-ba94-0bcfbf12f916
ModelInvariantUuid:5b0caed6-a581-4d72-9f5b-d4d7ce3e6b82
ModelName:BasicOnboardZvbrnr.compute.nodes.heat.ubuntu18
ModelUuid:66b717fb-e992-43b8-be39-02edc4fa7187
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-15T15:44:44.933Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: ef2afd28-d67d-46ca-9a40-57e6a677a340
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-15T15:44:44.937Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||basic_onboard_zvBrnR 0
2021-10-15T15:44:44.938Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ef2afd28-d67d-46ca-9a40-57e6a677a340
2021-10-15T15:44:44.938Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4018fbbf-de24-45c7-9748-67ad67c1bb05 from URL: /sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/basic_onboard_zvbrnr0_modules.json
2021-10-15T15:44:44.938Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-15T15:44:44.938Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/basic_onboard_zvbrnr0_modules.json
2021-10-15T15:44:45.105Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-15T15:44:45.105Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/basic_onboard_zvbrnr0_modules.json 4018fbbf-de24-45c7-9748-67ad67c1bb05 798
2021-10-15T15:44:45.105Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/basic_onboard_zvbrnr0_modules.json ASDC sendASDCNotification
2021-10-15T15:44:45.107Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/basic_onboard_zvbrnr0_modules.json
2021-10-15T15:44:45.107Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T15:44:45.107Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-15T15:44:45.110Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T15:44:45.110Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312685105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/basic_onboard_zvbrnr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-15T15:44:45.210Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T15:44:45.211Z||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-15T15:44:45.211Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T15:44:45.223Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:44:45.223Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-15T15:44:46.111Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardZvbrnr..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "92b41b4a-576d-48dd-8b67-6834698f78d2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a1d8d5a6-f538-48ae-aac0-6494ad3cbc36",
    "vfModuleModelCustomizationUUID": "4cb2a524-78e2-47c4-8585-80cecc15488c",
    "isBase": true,
    "artifacts": [
      "fd18bb2b-c572-4795-a116-73caa2115dde",
      "8fd1cec3-d9d7-46d4-b279-21ad91f307f6"
    ],
    "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-15T15:44:46.118Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZvbrnr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a1d8d5a6-f538-48ae-aac0-6494ad3cbc36
VfModuleModelInvariantUUID:92b41b4a-576d-48dd-8b67-6834698f78d2
VfModuleModelDescription:NULL
Artifacts UUID List:{
fd18bb2b-c572-4795-a116-73caa2115dde
,
8fd1cec3-d9d7-46d4-b279-21ad91f307f6

}
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-15T15:44:46.120Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardZvbrnr..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "92b41b4a-576d-48dd-8b67-6834698f78d2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a1d8d5a6-f538-48ae-aac0-6494ad3cbc36",
    "vfModuleModelCustomizationUUID": "4cb2a524-78e2-47c4-8585-80cecc15488c",
    "isBase": true,
    "artifacts": [
      "fd18bb2b-c572-4795-a116-73caa2115dde",
      "8fd1cec3-d9d7-46d4-b279-21ad91f307f6"
    ],
    "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-15T15:44:46.120Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZvbrnr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a1d8d5a6-f538-48ae-aac0-6494ad3cbc36
VfModuleModelInvariantUUID:92b41b4a-576d-48dd-8b67-6834698f78d2
VfModuleModelDescription:NULL
Artifacts UUID List:{
fd18bb2b-c572-4795-a116-73caa2115dde
,
8fd1cec3-d9d7-46d4-b279-21ad91f307f6

}
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-15T15:44:46.120Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: fd18bb2b-c572-4795-a116-73caa2115dde from URL: /sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.yaml
2021-10-15T15:44:46.120Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-15T15:44:46.120Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.yaml
2021-10-15T15:44:46.290Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-15T15:44:46.290Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.yaml fd18bb2b-c572-4795-a116-73caa2115dde 5033
2021-10-15T15:44:46.291Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-15T15:44:46.291Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.yaml
2021-10-15T15:44:46.291Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T15:44:46.291Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-15T15:44:46.293Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T15:44:46.293Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312686291,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-15T15:44:46.393Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T15:44:46.394Z||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-15T15:44:46.394Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T15:44:46.405Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:44:46.405Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-15T15:44:47.294Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8fd1cec3-d9d7-46d4-b279-21ad91f307f6 from URL: /sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.env
2021-10-15T15:44:47.294Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-15T15:44:47.295Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.env
2021-10-15T15:44:47.610Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-15T15:44:47.611Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.env 8fd1cec3-d9d7-46d4-b279-21ad91f307f6 909
2021-10-15T15:44:47.611Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-15T15:44:47.611Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.env
2021-10-15T15:44:47.611Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T15:44:47.612Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-15T15:44:47.613Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T15:44:47.614Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312687611,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-15T15:44:47.713Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T15:44:47.714Z||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-15T15:44:47.714Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T15:44:47.734Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:44:47.735Z||pool-29-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-10-15T15:44:48.615Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 238549df-f750-4b62-9312-dbcd286778e5
2021-10-15T15:44:48.616Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_zvBrnR 0 ef2afd28-d67d-46ca-9a40-57e6a677a340 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-15T15:44:48.631Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@178530b4, org.onap.sdc.toscaparser.api.parameters.Input@2d85b882, org.onap.sdc.toscaparser.api.parameters.Input@120c69df, org.onap.sdc.toscaparser.api.parameters.Input@6b5ab7b7, org.onap.sdc.toscaparser.api.parameters.Input@55642af8]
2021-10-15T15:44:48.633Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:44:48.633Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zvBrnR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T15:44:48.633Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-10-15T15:44:48.633Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 77bd8ed0-d874-4d5b-b1d9-c7200e2364d4
2021-10-15T15:44:48.633Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 77bd8ed0-d874-4d5b-b1d9-c7200e2364d4 matches Tosca VF Customization UUID: 77bd8ed0-d874-4d5b-b1d9-c7200e2364d4
2021-10-15T15:44:48.633Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 77bd8ed0-d874-4d5b-b1d9-c7200e2364d4  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-15T15:44:48.642Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:44:48.643Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zvBrnR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T15:44:48.643Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 77bd8ed0-d874-4d5b-b1d9-c7200e2364d4: {\"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-15T15:44:48.644Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3140547b
2021-10-15T15:44:48.644Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:44:48.644Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zvBrnR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-15T15:44:48.644Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4cb2a524-78e2-47c4-8585-80cecc15488c
2021-10-15T15:44:48.645Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4cb2a524-78e2-47c4-8585-80cecc15488c
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-15T15:44:48.648Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:44:48.648Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zvBrnR 0 is matching search criteria
2021-10-15T15:44:48.648Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zvBrnR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T15:44:48.649Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:44:48.649Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zvBrnR 0 is matching search criteria
2021-10-15T15:44:48.649Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zvBrnR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T15:44:48.649Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:44:48.649Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zvBrnR 0 is not matching search criteria
2021-10-15T15:44:48.649Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-15T15:44:48.650Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-15T15:44:48.650Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=974c94a0-3f10-4da1-8a30-41b93f4ca1cc
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-15T15:44:48.652Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:44:48.652Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zvBrnR 0 is matching search criteria
2021-10-15T15:44:48.652Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zvBrnR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T15:44:48.653Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:44:48.653Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zvBrnR 0 is matching search criteria
2021-10-15T15:44:48.653Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zvBrnR 0] matching following query criteria: sdcType=VF, customizationUUID=77bd8ed0-d874-4d5b-b1d9-c7200e2364d4
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-15T15:44:48.655Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:44:48.655Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zvBrnR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T15:44:48.656Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 238549df-f750-4b62-9312-dbcd286778e5: basic_onboard_zvBrnR
2021-10-15T15:44:48.656Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:44:48.656Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zvBrnR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T15:44:48.656Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:44:48.657Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zvBrnR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T15:44:48.657Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:44:48.657Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zvBrnR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T15:44:48.657Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:44:48.657Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zvBrnR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T15:44:48.658Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:44:48.658Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zvBrnR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T15:44:48.658Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_zvBrnR 
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-15T15:44:48.755Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_zvBrnR ef2afd28-d67d-46ca-9a40-57e6a677a340 1 ASDC deployResourceStructure
2021-10-15T15:44:48.756Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/basic_onboard_zvbrnr0_modules.json ASDC sendASDCNotification
2021-10-15T15:44:48.756Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/basic_onboard_zvbrnr0_modules.json
2021-10-15T15:44:48.756Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T15:44:48.759Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-15T15:44:48.762Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T15:44:48.762Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312688756,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/basic_onboard_zvbrnr0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-15T15:44:48.862Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T15:44:48.863Z||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-15T15:44:48.863Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T15:44:48.877Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:44:48.877Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-15T15:44:49.763Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-15T15:44:49.763Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.yaml
2021-10-15T15:44:49.763Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T15:44:49.764Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-15T15:44:49.766Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T15:44:49.766Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312689763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-15T15:44:49.866Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T15:44:49.866Z||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-15T15:44:49.866Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T15:44:49.885Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:44:49.886Z||pool-31-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-10-15T15:44:50.767Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-15T15:44:50.767Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.env
2021-10-15T15:44:50.767Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T15:44:50.767Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-15T15:44:50.769Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T15:44:50.769Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312690766,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-15T15:44:50.870Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T15:44:50.870Z||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-15T15:44:50.870Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T15:44:50.884Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:44:50.885Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-15T15:44:51.770Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-csar.csar ASDC sendASDCNotification
2021-10-15T15:44:51.771Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-csar.csar
2021-10-15T15:44:51.771Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T15:44:51.771Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-15T15:44:51.773Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T15:44:51.773Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312691770,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T15:44:51.874Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T15:44:51.874Z||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-15T15:44:51.874Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T15:44:51.894Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:44:51.895Z||pool-33-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-10-15T15:44:52.774Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01ba2251-7881-4720-a9d7-c5ad4498d4ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T15:44:52.789Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01ba2251-7881-4720-a9d7-c5ad4498d4ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-15T15:44:52.792Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T15:44:52.792Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-15T15:44:52.792Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-15T15:45:21.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:45:21.980Z||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-15T15:45:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:45:22.023Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:45:22.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:45:22.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "clamp",
  "timestamp": 1634312602706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T15:45:22.025Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:45:22.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:45:22.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312601976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vfw03ea003a83230_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T15:45:22.025Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:45:22.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:45:22.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "clamp",
  "timestamp": 1634312603711,
  "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-15T15:45:22.035Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5aa4ba26-acda-4ac5-b5ee-848d8c13e709
2021-10-15T15:45:22.035Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5aa4ba26-acda-4ac5-b5ee-848d8c13e709 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-15T15:45:22.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:45:22.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312601976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-15T15:45:22.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:45:22.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:45:22.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312601976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:45:22.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:45:22.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:45:22.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312601976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-15T15:45:22.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:45:22.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:45:22.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312601976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:45:22.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:45:22.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:45:22.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312601976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T15:45:22.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:45:22.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:45:22.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312610271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T15:45:22.047Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:45:22.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:45:22.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312616906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vfw03ea003a83230_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-15T15:45:22.047Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:45:22.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:45:22.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312618171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-15T15:45:22.048Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:45:22.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:45:22.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312619815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-15T15:45:22.048Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:45:22.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:45:22.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312621614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/vfw03ea003a83230_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-15T15:45:22.048Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:45:22.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:45:22.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312622617,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-10-15T15:45:22.049Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:45:22.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:45:22.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312623621,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/resourceInstances/vfw03ea003a83230/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-10-15T15:45:22.050Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:45:22.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:45:22.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312624626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211015153843/1.0/artifacts/service-Vfw20211015153843-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T15:45:22.050Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:45:22.792Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01ba2251-7881-4720-a9d7-c5ad4498d4ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T15:45:22.805Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01ba2251-7881-4720-a9d7-c5ad4498d4ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-15T15:45:22.808Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T15:45:22.808Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-15T15:45:22.808Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-15T15:45:52.808Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01ba2251-7881-4720-a9d7-c5ad4498d4ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T15:45:52.820Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01ba2251-7881-4720-a9d7-c5ad4498d4ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-15T15:45:52.822Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T15:45:52.822Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-15T15:45:52.822Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-15T15:46:21.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:46:21.980Z||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-15T15:46:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:46:22.524Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:46:22.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "clamp",
  "timestamp": 1634312666027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "dcae-sch",
  "timestamp": 1634312662435,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "policy-id",
  "timestamp": 1634312667934,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "dcae-sch",
  "timestamp": 1634312662435,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/basic_onboard_zvbrnr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "clamp",
  "timestamp": 1634312666027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/basic_onboard_zvbrnr0_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T15:46:22.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "policy-id",
  "timestamp": 1634312667934,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/basic_onboard_zvbrnr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "clamp",
  "timestamp": 1634312666027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "dcae-sch",
  "timestamp": 1634312662435,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "policy-id",
  "timestamp": 1634312667934,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-15T15:46:22.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "clamp",
  "timestamp": 1634312666027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "dcae-sch",
  "timestamp": 1634312662435,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "policy-id",
  "timestamp": 1634312667934,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "clamp",
  "timestamp": 1634312666027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "dcae-sch",
  "timestamp": 1634312662435,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aa4ba26-acda-4ac5-b5ee-848d8c13e709",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312672543,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-15T15:46:22.531Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:46:22.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "cds",
  "timestamp": 1634312671972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "policy-id",
  "timestamp": 1634312667934,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "clamp",
  "timestamp": 1634312666027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "dcae-sch",
  "timestamp": 1634312662435,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "cds",
  "timestamp": 1634312671972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/basic_onboard_zvbrnr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "policy-id",
  "timestamp": 1634312667934,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312673564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634312673705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634312673814,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "clamp",
  "timestamp": 1634312666027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T15:46:22.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "dcae-sch",
  "timestamp": 1634312662435,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "cds",
  "timestamp": 1634312671972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "policy-id",
  "timestamp": 1634312667934,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T15:46:22.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312673564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/basic_onboard_zvbrnr0_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T15:46:22.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634312673705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/basic_onboard_zvbrnr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634312673814,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/basic_onboard_zvbrnr0_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T15:46:22.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "cds",
  "timestamp": 1634312671972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "policy-id",
  "timestamp": 1634312676067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T15:46:22.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:46:22.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312673564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-15T15:46:22.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634312673705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634312673814,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-15T15:46:22.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "cds",
  "timestamp": 1634312671972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "policy-id",
  "timestamp": 1634312677071,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T15:46:22.538Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:46:22.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312673564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634312673705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634312673814,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "cds",
  "timestamp": 1634312671972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.539Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "policy-id",
  "timestamp": 1634312678074,
  "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-15T15:46:22.545Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 01ba2251-7881-4720-a9d7-c5ad4498d4ca
2021-10-15T15:46:22.545Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01ba2251-7881-4720-a9d7-c5ad4498d4ca 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-15T15:46:22.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312673564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-15T15:46:22.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634312673705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634312673814,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-15T15:46:22.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "cds",
  "timestamp": 1634312671972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T15:46:22.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312673564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634312673705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634312673814,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "cds",
  "timestamp": 1634312679961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T15:46:22.556Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:46:22.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312673564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T15:46:22.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634312673705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634312679724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634312673814,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T15:46:22.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "cds",
  "timestamp": 1634312680966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-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-15T15:46:22.568Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 01ba2251-7881-4720-a9d7-c5ad4498d4ca
2021-10-15T15:46:22.568Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01ba2251-7881-4720-a9d7-c5ad4498d4ca 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-15T15:46:22.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634312679724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/basic_onboard_zvbrnr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312681958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T15:46:22.578Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:46:22.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634312682089,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/basic_onboard_zvbrnr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-15T15:46:22.578Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:46:22.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634312679724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634312679724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634312683460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-15T15:46:22.579Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:46:22.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634312679724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634312684603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-15T15:46:22.579Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:46:22.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312685105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/basic_onboard_zvbrnr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-15T15:46:22.580Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:46:22.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634312679724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.580Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "clamp",
  "timestamp": 1634312685563,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T15:46:22.580Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:46:22.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634312685629,
  "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-15T15:46:22.586Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 01ba2251-7881-4720-a9d7-c5ad4498d4ca
2021-10-15T15:46:22.586Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01ba2251-7881-4720-a9d7-c5ad4498d4ca 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-15T15:46:22.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312686291,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-15T15:46:22.597Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:46:22.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634312679724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T15:46:22.598Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634312686633,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/basic_onboard_zvbrnr0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-15T15:46:22.598Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:46:22.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "aai-ml",
  "timestamp": 1634312686672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.598Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "clamp",
  "timestamp": 1634312687569,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T15:46:22.599Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:46:22.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312687611,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-15T15:46:22.599Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:46:22.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634312687795,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T15:46:22.599Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:46:22.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "aai-ml",
  "timestamp": 1634312686672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/basic_onboard_zvbrnr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.599Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "clamp",
  "timestamp": 1634312688572,
  "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-15T15:46:22.605Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 01ba2251-7881-4720-a9d7-c5ad4498d4ca
2021-10-15T15:46:22.605Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01ba2251-7881-4720-a9d7-c5ad4498d4ca 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-15T15:46:22.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312688756,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/basic_onboard_zvbrnr0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-15T15:46:22.615Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:46:22.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "aai-ml",
  "timestamp": 1634312686672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.615Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312689763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-15T15:46:22.615Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:46:22.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "aai-ml",
  "timestamp": 1634312686672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.615Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634312690764,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T15:46:22.616Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:46:22.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312690766,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-15T15:46:22.616Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:46:22.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "aai-ml",
  "timestamp": 1634312686672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/resourceInstances/basic_onboard_zvbrnr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.616Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634312691769,
  "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-15T15:46:22.621Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 01ba2251-7881-4720-a9d7-c5ad4498d4ca
2021-10-15T15:46:22.622Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01ba2251-7881-4720-a9d7-c5ad4498d4ca 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-15T15:46:22.630Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.631Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312691770,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T15:46:22.631Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:46:22.631Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.631Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "aai-ml",
  "timestamp": 1634312686672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:46:22.631Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.631Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.631Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "aai-ml",
  "timestamp": 1634312686672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T15:46:22.631Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:46:22.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "aai-ml",
  "timestamp": 1634312694680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T15:46:22.632Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:46:22.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "aai-ml",
  "timestamp": 1634312709591,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZvbrnr/1.0/artifacts/service-BasicOnboardZvbrnr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T15:46:22.632Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:46:22.633Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T15:46:22.633Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "aai-ml",
  "timestamp": 1634312710595,
  "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-15T15:46:22.637Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 01ba2251-7881-4720-a9d7-c5ad4498d4ca
2021-10-15T15:46:22.637Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01ba2251-7881-4720-a9d7-c5ad4498d4ca 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-15T15:46:22.823Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01ba2251-7881-4720-a9d7-c5ad4498d4ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T15:46:22.832Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01ba2251-7881-4720-a9d7-c5ad4498d4ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-15T15:46:22.836Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T15:46:22.836Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-15T15:46:22.836Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-15T15:46:22.836Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-15T15:46:22.836Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T15:46:22.836Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T15:46:22.836Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T15:46:22.837Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T15:46:22.837Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T15:46:22.837Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T15:46:22.837Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-15T15:46:22.842Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-15T15:46:52.842Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 01ba2251-7881-4720-a9d7-c5ad4498d4ca 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-15T15:46:52.847Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 01ba2251-7881-4720-a9d7-c5ad4498d4ca and serviceModelVersionId: 238549df-f750-4b62-9312-dbcd286778e5
2021-10-15T15:46:52.848Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cac327ba-ddc8-4194-b879-36b9a381ab39
2021-10-15T15:46:52.848Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cac327ba-ddc8-4194-b879-36b9a381ab39/model-vers/model-ver/238549df-f750-4b62-9312-dbcd286778e5?depth=0
2021-10-15T15:46:52.853Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-10-15T15:46:52.902Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cac327ba-ddc8-4194-b879-36b9a381ab39/model-vers/model-ver/238549df-f750-4b62-9312-dbcd286778e5?depth=0|INFO|500||Invoke
2021-10-15T15:46:52.903Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cac327ba-ddc8-4194-b879-36b9a381ab39/model-vers/model-ver/238549df-f750-4b62-9312-dbcd286778e5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cac327ba-ddc8-4194-b879-36b9a381ab39/model-vers/model-ver/238549df-f750-4b62-9312-dbcd286778e5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[01ba2251-7881-4720-a9d7-c5ad4498d4ca], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e6206712-f5ce-4899-ad34-fced6aaef6bd], X-ECOMP-RequestID=[01ba2251-7881-4720-a9d7-c5ad4498d4ca], X-TransactionId=[], X-ONAP-RequestID=[01ba2251-7881-4720-a9d7-c5ad4498d4ca], Content-Type=[application/merge-patch+json]}
2021-10-15T15:46:52.934Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cac327ba-ddc8-4194-b879-36b9a381ab39/model-vers/model-ver/238549df-f750-4b62-9312-dbcd286778e5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-15T15:46:53.038Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cac327ba-ddc8-4194-b879-36b9a381ab39/model-vers/model-ver/238549df-f750-4b62-9312-dbcd286778e5?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/cac327ba-ddc8-4194-b879-36b9a381ab39/model-vers/model-ver/238549df-f750-4b62-9312-dbcd286778e5?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-15:46:52:942-51685], vertex-id=[176128], Content-Length=[0], Date=[Fri, 15 Oct 2021 15:46:52 GMT], Content-Type=[application/json]}
2021-10-15T15:46:53.038Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cac327ba-ddc8-4194-b879-36b9a381ab39/model-vers/model-ver/238549df-f750-4b62-9312-dbcd286778e5?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-15T15:46:53.039Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cac327ba-ddc8-4194-b879-36b9a381ab39/model-vers/model-ver/238549df-f750-4b62-9312-dbcd286778e5?depth=0|INFO|500||InvokeReturn
2021-10-15T15:46:53.039Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-15T15:46:53.039Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||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-15T15:46:53.044Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-15T15:46:53.044Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 01ba2251-7881-4720-a9d7-c5ad4498d4ca and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-15T15:46:53.044Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-15T15:46:53.045Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-15T15:46:53.046Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T15:46:53.046Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312813044,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-15T15:46:53.147Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-15T15:46:53.148Z||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-15T15:46:53.148Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T15:46:53.173Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:46:53.173Z||pool-34-thread-1|||||INFO|500||cambria reply ok (26 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-15T15:46:54.068Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:46:54.069Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|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-15T15:46:54.069Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|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 meIto6yZd0XjcfOS) ...
2021-10-15T15:47:04.297Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:47:04.297Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:47:04.298Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|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-15T15:47:04.298Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|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 meIto6yZd0XjcfOS) ...
2021-10-15T15:47:13.840Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:47:21.976Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:47:21.977Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|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-15T15:47:21.977Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|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 meIto6yZd0XjcfOS) ...
2021-10-15T15:47:21.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:47:21.980Z||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-15T15:47:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:47:22.607Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:47:22.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-15T15:47:22.608Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01ba2251-7881-4720-a9d7-c5ad4498d4ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634312813044,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-15T15:47:22.609Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T15:47:31.528Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:48:21.976Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:48:21.977Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|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-15T15:48:21.977Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|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 meIto6yZd0XjcfOS) ...
2021-10-15T15:48:21.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:48:21.980Z||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-15T15:48:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:48:31.577Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:48:31.590Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:49:21.977Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:49:21.977Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|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-15T15:49:21.978Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|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 meIto6yZd0XjcfOS) ...
2021-10-15T15:49:21.980Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:49:21.981Z||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-15T15:49:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:49:31.537Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:49:31.536Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:50:21.976Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:50:21.977Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|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-15T15:50:21.977Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|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 meIto6yZd0XjcfOS) ...
2021-10-15T15:50:21.979Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:50:21.980Z||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-15T15:50:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:50:31.545Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:50:31.551Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:51:21.976Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:51:21.977Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|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-15T15:51:21.977Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|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 meIto6yZd0XjcfOS) ...
2021-10-15T15:51:21.979Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:51:21.980Z||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-15T15:51:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:51:31.538Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:51:31.540Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:52:21.977Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:52:21.979Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|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-15T15:52:21.979Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|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 meIto6yZd0XjcfOS) ...
2021-10-15T15:52:21.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:52:21.980Z||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-15T15:52:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:52:31.560Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:52:31.606Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:53:21.977Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:53:21.978Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|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-15T15:53:21.979Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|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 meIto6yZd0XjcfOS) ...
2021-10-15T15:53:21.980Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:53:21.980Z||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-15T15:53:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:53:31.559Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:53:31.560Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:54:21.977Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:54:21.979Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|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-15T15:54:21.979Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|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 meIto6yZd0XjcfOS) ...
2021-10-15T15:54:21.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:54:21.980Z||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-15T15:54:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:54:31.569Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:54:31.593Z|01ba2251-7881-4720-a9d7-c5ad4498d4ca|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:55:21.977Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:55:21.977Z||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-15T15:55:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:55:21.981Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:55:21.982Z||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-15T15:55:21.982Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:55:31.543Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:55:31.553Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:56:21.979Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:56:21.979Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:56:21.982Z||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-15T15:56:21.983Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:56:21.985Z||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-15T15:56:21.993Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:56:31.678Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:56:31.686Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:57:21.977Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:57:21.979Z||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-15T15:57:21.979Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:57:21.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:57:21.980Z||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-15T15:57:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:57:27.159Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:57:27.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-15T15:57:27.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"1848b1d4-6ed8-4c98-b535-9a5edbdf7a74","serviceName":"Demo_pNF_iZAkfWFAD7EyFVnboUJf","serviceVersion":"1.0","serviceUUID":"c9d32401-2a96-4e5d-bebd-4478b6067ec6","serviceDescription":"catalog service description","serviceInvariantUUID":"4feab563-dfed-49a2-a7d9-d9eaef6602a4","resources":[{"resourceInstanceName":"pNF 9e96543d-8c06 0","resourceName":"pNF 9e96543d-8c06","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"027fd731-d13e-4c1c-b77c-1a8a9ba1927c","resourceInvariantUUID":"a9367b71-e07b-4edc-8e7d-a78c36dd1f48","resourceCustomizationUUID":"5d7101df-c079-4389-8f9f-5520d2e18c87","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/vf-license-model.xml","artifactChecksum":"ZGZlNDcxYzk5ZTcxODg0MzE1ODUxMGNiMjIxYjQ3MDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3385df3f-6510-4c17-9fa9-9eb660e81df6","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/pNF.csar","artifactChecksum":"MmQyZmQ5ZmU0YTNjYTNkMzNiNjMyYjVjODFkYTRhYmU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1f71a54f-2430-42ce-9ac0-f6077ad47fba","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bceff538-2d26-4052-b4bf-762515c6a8b4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/vendor-license-model.xml","artifactChecksum":"OTA0MWQ4YTM3ZThlZWI2YWUwMjhiNWI4NDQyMTBmMGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"688fdafe-8e8f-4002-b7e4-a2002156b040","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f70b6de9-1b60-4e0e-8b60-e2a7d298cfb0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5fa7532e-3c88-47f8-ac92-33c9b98cb179","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfIzakfwfad7eyfvnboujf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-template.yml","artifactChecksum":"MmU5YzA0OGIzZDk3NzlhZTkyN2I1NzVhM2I0NGEzMmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cbaf9bd8-1291-4a46-b095-57f6a29fdbae","artifactVersion":"1"},{"artifactName":"service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar","artifactChecksum":"OTUzZjMyMzI1ODJhMWRhYTE3NzliZmQxNTk5Nzk4NDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4524747b-3c35-4fae-a6e1-93db8c2da355","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-15T15:57:27.166Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T15:57:27.167Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T15:57:27.172Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T15:57:27.172Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313441977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:57:27.273Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T15:57:27.276Z||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-15T15:57:27.276Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T15:57:27.350Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:57:27.350Z||pool-35-thread-1|||||INFO|500||cambria reply ok (76 ms):{"serverTimeMs":53,"count":1}
2021-10-15T15:57:27.470Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:57:27.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T15:57:27.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313441977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:57:27.472Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:57:28.173Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T15:57:28.174Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T15:57:28.177Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T15:57:28.177Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313441977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:57:28.277Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T15:57:28.278Z||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-15T15:57:28.278Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T15:57:28.326Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:57:28.326Z||pool-36-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2021-10-15T15:57:29.177Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T15:57:29.178Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T15:57:29.183Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T15:57:29.183Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313441977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:57:29.283Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T15:57:29.284Z||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-15T15:57:29.284Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T15:57:29.301Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:57:29.301Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-15T15:57:30.184Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T15:57:30.185Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T15:57:30.188Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T15:57:30.188Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313441977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:57:30.288Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T15:57:30.289Z||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-15T15:57:30.289Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T15:57:30.309Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:57:30.309Z||pool-38-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-10-15T15:57:31.188Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T15:57:31.190Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T15:57:31.192Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T15:57:31.192Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313441977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:57:31.293Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-15T15:57:31.294Z||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-15T15:57:31.294Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T15:57:31.307Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:57:31.307Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-15T15:57:32.193Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T15:57:32.194Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T15:57:32.196Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T15:57:32.196Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313441977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:57:32.296Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T15:57:32.297Z||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-15T15:57:32.297Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T15:57:32.309Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:57:32.309Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-15T15:57:33.197Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T15:57:33.198Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T15:57:33.200Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T15:57:33.200Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313441977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:57:33.300Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T15:57:33.301Z||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-15T15:57:33.301Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T15:57:33.321Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:57:33.323Z||pool-41-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":4,"count":1}
2021-10-15T15:57:34.201Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T15:57:34.201Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T15:57:34.204Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T15:57:34.204Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313441977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T15:57:34.305Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-15T15:57:34.306Z||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-15T15:57:34.306Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T15:57:34.375Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:57:34.376Z||pool-42-thread-1|||||INFO|500||cambria reply ok (71 ms):{"serverTimeMs":0,"count":1}
2021-10-15T15:57:35.205Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "serviceName": "Demo_pNF_iZAkfWFAD7EyFVnboUJf",
  "serviceVersion": "1.0",
  "serviceUUID": "c9d32401-2a96-4e5d-bebd-4478b6067ec6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4feab563-dfed-49a2-a7d9-d9eaef6602a4",
  "resources": [
    {
      "resourceInstanceName": "pNF 9e96543d-8c06 0",
      "resourceCustomizationUUID": "5d7101df-c079-4389-8f9f-5520d2e18c87",
      "resourceName": "pNF 9e96543d-8c06",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "027fd731-d13e-4c1c-b77c-1a8a9ba1927c",
      "resourceInvariantUUID": "a9367b71-e07b-4edc-8e7d-a78c36dd1f48",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar",
      "artifactChecksum": "OTUzZjMyMzI1ODJhMWRhYTE3NzliZmQxNTk5Nzk4NDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4524747b-3c35-4fae-a6e1-93db8c2da355"
    }
  ],
  "workloadContext": "Production"
}
2021-10-15T15:57:35.205Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-15T15:57:35.206Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c9d32401-2a96-4e5d-bebd-4478b6067ec6 ASDC
2021-10-15T15:57:35.207Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:1848b1d4-6ed8-4c98-b535-9a5edbdf7a74
ServiceName:Demo_pNF_iZAkfWFAD7EyFVnboUJf
ServiceVersion:1.0
ServiceUUID:c9d32401-2a96-4e5d-bebd-4478b6067ec6
ServiceInvariantUUID:4feab563-dfed-49a2-a7d9-d9eaef6602a4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar
ArtifactUUID:4524747b-3c35-4fae-a6e1-93db8c2da355
ArtifactChecksum:OTUzZjMyMzI1ODJhMWRhYTE3NzliZmQxNTk5Nzk4NDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9e96543d-8c06 0
ResourceCustomizationUUID:5d7101df-c079-4389-8f9f-5520d2e18c87
ResourceInvariantUUID:a9367b71-e07b-4edc-8e7d-a78c36dd1f48
ResourceName:pNF 9e96543d-8c06
ResourceType:PNF
ResourceUUID:027fd731-d13e-4c1c-b77c-1a8a9ba1927c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-10-15T15:57:35.207Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c9d32401-2a96-4e5d-bebd-4478b6067ec6 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-15T15:57:35.284Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T15:57:35.285Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-15T15:57:35.285Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-15T15:57:35.286Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4524747b-3c35-4fae-a6e1-93db8c2da355 from URL: /sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar
2021-10-15T15:57:35.286Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-15T15:57:35.286Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar
2021-10-15T15:57:35.568Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-15T15:57:35.573Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar 4524747b-3c35-4fae-a6e1-93db8c2da355 82544
2021-10-15T15:57:35.574Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar ASDC sendASDCNotification
2021-10-15T15:57:35.574Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar
2021-10-15T15:57:35.574Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T15:57:35.574Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T15:57:35.576Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T15:57:35.577Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313455574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T15:57:35.677Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T15:57:35.678Z||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-15T15:57:35.678Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T15:57:35.709Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:57:35.709Z||pool-43-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2021-10-15T15:57:36.577Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T15:57:36.579Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-15T15:57:36.579Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 4524747b-3c35-4fae-a6e1-93db8c2da355, URL: /sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar to file: /app/ASDC/1/service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar
2021-10-15T15:57:36.580Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar
2021-10-15T15:57:36.580Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar
2021-10-15T15:57:36.580Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar
2021-10-15T15:57:36.755Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14246412054273761826/Definitions/service-DemoPnfIzakfwfad7eyfvnboujf-template.yml
2021-10-15T15:57:37.739Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-15T15:57:37.739Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-15T15:57:37.739Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar
2021-10-15T15:57:37.740Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-15T15:57:37.740Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9e96543d-8c06 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-DemoPnfIzakfwfad7eyfvnboujf-csar.csar
2021-10-15T15:57:37.740Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||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-DemoPnfIzakfwfad7eyfvnboujf-csar.csar
2021-10-15T15:57:37.740Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar
2021-10-15T15:57:37.740Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||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-DemoPnfIzakfwfad7eyfvnboujf-csar.csar
2021-10-15T15:57:37.740Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar
2021-10-15T15:57:37.740Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar
2021-10-15T15:57:37.740Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar
2021-10-15T15:57:37.740Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-15T15:57:37.740Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:57:37.740Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_iZAkfWFAD7EyFVnboUJf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T15:57:37.741Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Node template pNF 9e96543d-8c06 0 is matching search criteria
2021-10-15T15:57:37.741Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-15T15:57:37.741Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 9e96543d-8c06 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T15:57:37.741Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:57:37.741Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_iZAkfWFAD7EyFVnboUJf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T15:57:37.741Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Node template pNF 9e96543d-8c06 0 is matching search criteria
2021-10-15T15:57:37.741Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-15T15:57:37.742Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 9e96543d-8c06 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T15:57:37.742Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:57:37.742Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_iZAkfWFAD7EyFVnboUJf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T15:57:37.742Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:57:37.742Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_iZAkfWFAD7EyFVnboUJf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T15:57:37.742Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:57:37.742Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_iZAkfWFAD7EyFVnboUJf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T15:57:37.742Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:57:37.742Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_iZAkfWFAD7EyFVnboUJf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T15:57:37.743Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:57:37.743Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_iZAkfWFAD7EyFVnboUJf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T15:57:37.743Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_iZAkfWFAD7EyFVnboUJf
Description:catalog service description
Model UUID:c9d32401-2a96-4e5d-bebd-4478b6067ec6
Model Version:NULL
Model InvariantUuid:4feab563-dfed-49a2-a7d9-d9eaef6602a4
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-15T15:57:37.768Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 027fd731-d13e-4c1c-b77c-1a8a9ba1927c
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-15T15:57:37.773Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||pNF 9e96543d-8c06 0
2021-10-15T15:57:37.774Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 027fd731-d13e-4c1c-b77c-1a8a9ba1927c
2021-10-15T15:57:37.774Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||No resources found for Service: c9d32401-2a96-4e5d-bebd-4478b6067ec6
2021-10-15T15:57:37.775Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: c9d32401-2a96-4e5d-bebd-4478b6067ec6
2021-10-15T15:57:37.775Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 9e96543d-8c06 0 027fd731-d13e-4c1c-b77c-1a8a9ba1927c 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-15T15:57:37.783Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@751271d, org.onap.sdc.toscaparser.api.parameters.Input@c2e1103, org.onap.sdc.toscaparser.api.parameters.Input@28e0cad4, org.onap.sdc.toscaparser.api.parameters.Input@738aed3a, org.onap.sdc.toscaparser.api.parameters.Input@7d6d4599]
2021-10-15T15:57:37.784Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:57:37.784Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_iZAkfWFAD7EyFVnboUJf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T15:57:37.784Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid c9d32401-2a96-4e5d-bebd-4478b6067ec6: pNF 9e96543d-8c06
2021-10-15T15:57:37.784Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||Processing PNF resource: 027fd731-d13e-4c1c-b77c-1a8a9ba1927c
2021-10-15T15:57:37.784Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T15:57:37.784Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_iZAkfWFAD7EyFVnboUJf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T15:57:37.785Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||Resource customization UUID: 5d7101df-c079-4389-8f9f-5520d2e18c87 is the same as notified resource customizationUUID: 5d7101df-c079-4389-8f9f-5520d2e18c87
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-15T15:57:38.019Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 9e96543d-8c06 027fd731-d13e-4c1c-b77c-1a8a9ba1927c 0 ASDC deployResourceStructure
2021-10-15T15:57:38.020Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar ASDC sendASDCNotification
2021-10-15T15:57:38.020Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar
2021-10-15T15:57:38.020Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T15:57:38.020Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T15:57:38.022Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T15:57:38.023Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313458020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T15:57:38.124Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-15T15:57:38.125Z||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-15T15:57:38.125Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T15:57:38.171Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:57:38.171Z||pool-44-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2021-10-15T15:57:39.024Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1848b1d4-6ed8-4c98-b535-9a5edbdf7a74
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T15:57:39.036Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1848b1d4-6ed8-4c98-b535-9a5edbdf7a74
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-15T15:57:39.038Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T15:57:39.038Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-15T15:57:39.038Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-15T15:58:09.039Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1848b1d4-6ed8-4c98-b535-9a5edbdf7a74
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T15:58:09.074Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1848b1d4-6ed8-4c98-b535-9a5edbdf7a74
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-15T15:58:09.076Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T15:58:09.077Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-15T15:58:09.077Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-15T15:58:21.981Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:58:21.985Z||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-15T15:58:21.985Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:58:22.050Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:58:22.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T15:58:22.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "dcae-sch",
  "timestamp": 1634313442435,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:58:22.052Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:58:39.077Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1848b1d4-6ed8-4c98-b535-9a5edbdf7a74
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T15:58:39.091Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1848b1d4-6ed8-4c98-b535-9a5edbdf7a74
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-15T15:58:39.097Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T15:58:39.098Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-15T15:58:39.098Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-15T15:59:09.098Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1848b1d4-6ed8-4c98-b535-9a5edbdf7a74
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T15:59:09.119Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1848b1d4-6ed8-4c98-b535-9a5edbdf7a74
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-15T15:59:09.134Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T15:59:09.134Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-15T15:59:09.134Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-15T15:59:21.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T15:59:21.980Z||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-15T15:59:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T15:59:22.015Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T15:59:22.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T15:59:22.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "clamp",
  "timestamp": 1634313446027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T15:59:22.017Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T15:59:39.135Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1848b1d4-6ed8-4c98-b535-9a5edbdf7a74
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T15:59:39.147Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1848b1d4-6ed8-4c98-b535-9a5edbdf7a74
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-15T15:59:39.157Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T15:59:39.157Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-15T15:59:39.157Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-15T16:00:09.158Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1848b1d4-6ed8-4c98-b535-9a5edbdf7a74
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T16:00:09.168Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1848b1d4-6ed8-4c98-b535-9a5edbdf7a74
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-15T16:00:09.175Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T16:00:09.175Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-15T16:00:09.175Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-15T16:00:21.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:00:21.980Z||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-15T16:00:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T16:00:22.512Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:00:22.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "dcae-sch",
  "timestamp": 1634313442435,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "clamp",
  "timestamp": 1634313446027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313441977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "policy-id",
  "timestamp": 1634313447935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313441977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "clamp",
  "timestamp": 1634313446027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "dcae-sch",
  "timestamp": 1634313442435,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "policy-id",
  "timestamp": 1634313447935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313441977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "clamp",
  "timestamp": 1634313446027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "dcae-sch",
  "timestamp": 1634313442435,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "policy-id",
  "timestamp": 1634313447935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313441977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "clamp",
  "timestamp": 1634313446027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "dcae-sch",
  "timestamp": 1634313442435,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "policy-id",
  "timestamp": 1634313447935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313441977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "clamp",
  "timestamp": 1634313446027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "dcae-sch",
  "timestamp": 1634313442435,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "cds",
  "timestamp": 1634313451972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.521Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "policy-id",
  "timestamp": 1634313447935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.521Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313441977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.521Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "clamp",
  "timestamp": 1634313446027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.521Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "dcae-sch",
  "timestamp": 1634313442435,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.521Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "cds",
  "timestamp": 1634313451972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.521Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "policy-id",
  "timestamp": 1634313447935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.521Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.522Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.522Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "clamp",
  "timestamp": 1634313446027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:00:22.522Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.522Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.522Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "dcae-sch",
  "timestamp": 1634313442435,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.522Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.522Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.522Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313441977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:00:22.522Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.522Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.522Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313453709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.522Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.522Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "cds",
  "timestamp": 1634313451972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.523Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313453815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.523Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "policy-id",
  "timestamp": 1634313447935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.523Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313453709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.524Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.524Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.524Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "cds",
  "timestamp": 1634313451972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.524Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.524Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.524Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313453815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.524Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.524Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.524Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313455574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:00:22.524Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:00:22.524Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "policy-id",
  "timestamp": 1634313447935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:00:22.525Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313453709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.525Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313453815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.525Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "cds",
  "timestamp": 1634313451972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.525Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "policy-id",
  "timestamp": 1634313457182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:00:22.525Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:00:22.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313453709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.526Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "cds",
  "timestamp": 1634313451972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.526Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313453815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.526Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313458020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T16:00:22.527Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:00:22.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "policy-id",
  "timestamp": 1634313458187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T16:00:22.527Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:00:22.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313453709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "cds",
  "timestamp": 1634313451972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313453815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.528Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "policy-id",
  "timestamp": 1634313459192,
  "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-15T16:00:22.537Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1848b1d4-6ed8-4c98-b535-9a5edbdf7a74
2021-10-15T16:00:22.537Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1848b1d4-6ed8-4c98-b535-9a5edbdf7a74 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-15T16:00:22.551Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.551Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313453709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-10-15T16:00:22.552Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "cds",
  "timestamp": 1634313451972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:00:22.552Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313453815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.552Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313459724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.552Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313453709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.552Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313453815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.553Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "cds",
  "timestamp": 1634313461312,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:00:22.553Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:00:22.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313459724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.553Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313453709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.554Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313453815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:00:22.555Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.555Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "cds",
  "timestamp": 1634313462317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-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-15T16:00:22.561Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1848b1d4-6ed8-4c98-b535-9a5edbdf7a74
2021-10-15T16:00:22.561Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1848b1d4-6ed8-4c98-b535-9a5edbdf7a74 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-15T16:00:22.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313459724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.588Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.588Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.588Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313459724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.588Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.588Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.588Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313463728,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:00:22.589Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:00:22.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.589Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313459724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.589Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.589Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313465107,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-10-15T16:00:22.589Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:00:22.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.590Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313459724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.590Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.590Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313466111,
  "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-15T16:00:22.597Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 1848b1d4-6ed8-4c98-b535-9a5edbdf7a74
2021-10-15T16:00:22.597Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1848b1d4-6ed8-4c98-b535-9a5edbdf7a74 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-15T16:00:22.607Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.608Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313459724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.608Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.608Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "aai-ml",
  "timestamp": 1634313466672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313459724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:00:22.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "aai-ml",
  "timestamp": 1634313466672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "aai-ml",
  "timestamp": 1634313466672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313469875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:00:22.612Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:00:22.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "aai-ml",
  "timestamp": 1634313466672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.614Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.614Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "aai-ml",
  "timestamp": 1634313466672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.614Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.614Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313472337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T16:00:22.614Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:00:22.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.614Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "aai-ml",
  "timestamp": 1634313466672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/resourceInstances/pnf9e96543d8c060/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.614Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "clamp",
  "timestamp": 1634313472791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:00:22.615Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:00:22.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313473341,
  "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-15T16:00:22.620Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1848b1d4-6ed8-4c98-b535-9a5edbdf7a74
2021-10-15T16:00:22.620Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1848b1d4-6ed8-4c98-b535-9a5edbdf7a74 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-15T16:00:22.636Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "aai-ml",
  "timestamp": 1634313466672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:00:22.637Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "clamp",
  "timestamp": 1634313473812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T16:00:22.637Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:00:22.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "aai-ml",
  "timestamp": 1634313466672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:00:22.637Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:00:22.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "clamp",
  "timestamp": 1634313474815,
  "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-15T16:00:22.643Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1848b1d4-6ed8-4c98-b535-9a5edbdf7a74
2021-10-15T16:00:22.643Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1848b1d4-6ed8-4c98-b535-9a5edbdf7a74 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-15T16:00:22.657Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "aai-ml",
  "timestamp": 1634313475901,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:00:22.658Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:00:22.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.658Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "aai-ml",
  "timestamp": 1634313486099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzakfwfad7eyfvnboujf/1.0/artifacts/service-DemoPnfIzakfwfad7eyfvnboujf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T16:00:22.658Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:00:22.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:00:22.658Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "aai-ml",
  "timestamp": 1634313487103,
  "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-15T16:00:22.664Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1848b1d4-6ed8-4c98-b535-9a5edbdf7a74
2021-10-15T16:00:22.665Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1848b1d4-6ed8-4c98-b535-9a5edbdf7a74 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-15T16:00:39.175Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1848b1d4-6ed8-4c98-b535-9a5edbdf7a74
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T16:00:39.190Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1848b1d4-6ed8-4c98-b535-9a5edbdf7a74
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-15T16:00:39.193Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T16:00:39.193Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-15T16:00:39.194Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-15T16:00:39.194Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-15T16:00:39.194Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:00:39.194Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:00:39.194Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:00:39.194Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:00:39.194Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:00:39.194Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:00:39.194Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:00:39.195Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-15T16:00:39.202Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-15T16:01:09.203Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1848b1d4-6ed8-4c98-b535-9a5edbdf7a74 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-15T16:01:09.224Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1848b1d4-6ed8-4c98-b535-9a5edbdf7a74 and serviceModelVersionId: c9d32401-2a96-4e5d-bebd-4478b6067ec6
2021-10-15T16:01:09.224Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4feab563-dfed-49a2-a7d9-d9eaef6602a4
2021-10-15T16:01:09.225Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4feab563-dfed-49a2-a7d9-d9eaef6602a4/model-vers/model-ver/c9d32401-2a96-4e5d-bebd-4478b6067ec6?depth=0
2021-10-15T16:01:09.230Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-10-15T16:01:09.281Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4feab563-dfed-49a2-a7d9-d9eaef6602a4/model-vers/model-ver/c9d32401-2a96-4e5d-bebd-4478b6067ec6?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-15T16:01:09.283Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4feab563-dfed-49a2-a7d9-d9eaef6602a4/model-vers/model-ver/c9d32401-2a96-4e5d-bebd-4478b6067ec6?depth=0|INFO|500||Invoke
2021-10-15T16:01:09.316Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4feab563-dfed-49a2-a7d9-d9eaef6602a4/model-vers/model-ver/c9d32401-2a96-4e5d-bebd-4478b6067ec6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-15T16:01:09.912Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4feab563-dfed-49a2-a7d9-d9eaef6602a4/model-vers/model-ver/c9d32401-2a96-4e5d-bebd-4478b6067ec6?depth=0|INFO|500||InvokeReturn
2021-10-15T16:01:09.912Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4feab563-dfed-49a2-a7d9-d9eaef6602a4/model-vers/model-ver/c9d32401-2a96-4e5d-bebd-4478b6067ec6?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-16:01:09:324-67715], vertex-id=[204824], Content-Length=[0], Date=[Fri, 15 Oct 2021 16:01:09 GMT], Content-Type=[application/json]}
2021-10-15T16:01:09.912Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-10-15T16:01:09.912Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-15T16:01:09.912Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||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-15T16:01:09.919Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-15T16:01:09.920Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1848b1d4-6ed8-4c98-b535-9a5edbdf7a74 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-15T16:01:09.920Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-15T16:01:09.920Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:01:09.923Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:01:09.923Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313669920,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-15T16:01:10.023Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:01:10.024Z||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-15T16:01:10.024Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:01:10.038Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:01:10.038Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-15T16:01:10.946Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:01:10.946Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|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-15T16:01:10.946Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|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 meIto6yZd0XjcfOS) ...
2021-10-15T16:01:21.194Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:01:21.195Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:01:21.195Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|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-15T16:01:21.195Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|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 meIto6yZd0XjcfOS) ...
2021-10-15T16:01:21.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:01:21.980Z||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-15T16:01:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T16:01:22.621Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:01:22.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:01:22.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1848b1d4-6ed8-4c98-b535-9a5edbdf7a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313669920,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-15T16:01:22.622Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:01:30.472Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:01:30.473Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-15T16:01:30.473Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"c84f9e27-0fbb-466c-b5a4-50990856392f","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"36daf01f-d8a1-45e9-affc-c55b2c8f3d6f","serviceDescription":"service","serviceInvariantUUID":"189e4cb4-0a86-48b4-a571-4dc92ffccd45","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"da90be91-763d-4f8d-92f5-cbf1ca94da89","resourceInvariantUUID":"112a851b-c008-4a1b-9d02-a282b252b392","resourceCustomizationUUID":"6529b00b-adf9-4c5d-9d5f-382113e0c68e","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":"ZWQ5MjAzNGE4YjhhMzQ3MWQ0ZmIzY2IyNzAxNzRmNzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c837bc53-0617-47f2-a6e1-86429411c454","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":"ZmNlYjM5NTZiZDRlZDEwYzQ1ZGZlYWZiYTNiZjMwNDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"65355af0-94d7-4dd5-8a1c-9d3b52bb0461","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":"a79b3be2-5cbf-4bdf-9fc3-19dd839767cb","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":"77dbf5f8-375a-4e73-bf82-bddb8b0737bb","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":"0ecdcad7-1c4b-4de8-adcf-88535ddc412b","artifactVersion":"2","generatedFromUUID":"a79b3be2-5cbf-4bdf-9fc3-19dd839767cb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YThkNWQyOGYxNmM4MDVhZjRkYmQzODkwNDFmMjM4MWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"12bc62df-4233-481d-9f43-3c3018a4edc2","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZTQ5MTljOGRmMWRiZTgzMTExYzczMmM1YTM3YzM3ODE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0101f61d-5cb1-4079-9f31-5eb744ab91d9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-15T16:01:30.475Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:01:30.475Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:01:30.477Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:01:30.477Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313681195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:01:30.578Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:01:30.578Z||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-15T16:01:30.578Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:01:30.590Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:01:30.591Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:01:31.478Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:01:31.478Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:01:31.482Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:01:31.483Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313681195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T16:01:31.583Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:01:31.587Z||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-15T16:01:31.587Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:01:31.610Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:01:31.611Z||pool-47-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:01:32.483Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:01:32.484Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:01:32.486Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:01:32.486Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313681195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-15T16:01:32.587Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2021-10-15T16:01:32.587Z||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-15T16:01:32.587Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:01:32.599Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:01:32.599Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:01:33.495Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:01:33.496Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:01:33.498Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:01:33.498Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313681195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:01:33.599Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-15T16:01:33.600Z||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-15T16:01:33.600Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:01:33.612Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:01:33.612Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-15T16:01:34.499Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:01:34.500Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:01:34.501Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:01:34.501Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313681195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-15T16:01:34.602Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:01:34.603Z||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-15T16:01:34.603Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:01:34.621Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:01:34.621Z||pool-50-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-10-15T16:01:35.502Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:01:35.502Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:01:35.505Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:01:35.506Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313681195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:01:35.606Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:01:35.607Z||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-15T16:01:35.607Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:01:35.623Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:01:35.623Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:01:36.506Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:01:36.507Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:01:36.509Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:01:36.509Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313681195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:01:36.610Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:01:36.610Z||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-15T16:01:36.611Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:01:36.628Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:01:36.629Z||pool-52-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:01:37.511Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "36daf01f-d8a1-45e9-affc-c55b2c8f3d6f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "189e4cb4-0a86-48b4-a571-4dc92ffccd45",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "6529b00b-adf9-4c5d-9d5f-382113e0c68e",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "da90be91-763d-4f8d-92f5-cbf1ca94da89",
      "resourceInvariantUUID": "112a851b-c008-4a1b-9d02-a282b252b392",
      "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": "ZmNlYjM5NTZiZDRlZDEwYzQ1ZGZlYWZiYTNiZjMwNDU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "65355af0-94d7-4dd5-8a1c-9d3b52bb0461",
          "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": "a79b3be2-5cbf-4bdf-9fc3-19dd839767cb",
          "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": "0ecdcad7-1c4b-4de8-adcf-88535ddc412b",
            "generatedFromUUID": "a79b3be2-5cbf-4bdf-9fc3-19dd839767cb"
          },
          "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": "0ecdcad7-1c4b-4de8-adcf-88535ddc412b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZTQ5MTljOGRmMWRiZTgzMTExYzczMmM1YTM3YzM3ODE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0101f61d-5cb1-4079-9f31-5eb744ab91d9"
    }
  ],
  "workloadContext": "Production"
}
2021-10-15T16:01:37.512Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-15T16:01:37.512Z|1848b1d4-6ed8-4c98-b535-9a5edbdf7a74|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 36daf01f-d8a1-45e9-affc-c55b2c8f3d6f ASDC
2021-10-15T16:01:37.512Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:c84f9e27-0fbb-466c-b5a4-50990856392f
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:36daf01f-d8a1-45e9-affc-c55b2c8f3d6f
ServiceInvariantUUID:189e4cb4-0a86-48b4-a571-4dc92ffccd45
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:0101f61d-5cb1-4079-9f31-5eb744ab91d9
ArtifactChecksum:ZTQ5MTljOGRmMWRiZTgzMTExYzczMmM1YTM3YzM3ODE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:6529b00b-adf9-4c5d-9d5f-382113e0c68e
ResourceInvariantUUID:112a851b-c008-4a1b-9d02-a282b252b392
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:da90be91-763d-4f8d-92f5-cbf1ca94da89
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:65355af0-94d7-4dd5-8a1c-9d3b52bb0461
ArtifactChecksum:ZmNlYjM5NTZiZDRlZDEwYzQ1ZGZlYWZiYTNiZjMwNDU=
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:a79b3be2-5cbf-4bdf-9fc3-19dd839767cb
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:0ecdcad7-1c4b-4de8-adcf-88535ddc412b
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:0ecdcad7-1c4b-4de8-adcf-88535ddc412b
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-15T16:01:37.512Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 36daf01f-d8a1-45e9-affc-c55b2c8f3d6f 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-15T16:01:37.554Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T16:01:37.555Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-15T16:01:37.555Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-15T16:01:37.555Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0101f61d-5cb1-4079-9f31-5eb744ab91d9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-15T16:01:37.555Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-15T16:01:37.555Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-15T16:01:38.318Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-15T16:01:38.322Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 0101f61d-5cb1-4079-9f31-5eb744ab91d9 70856
2021-10-15T16:01:38.322Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||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-15T16:01:38.322Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||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-15T16:01:38.322Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T16:01:38.323Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:01:38.324Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:01:38.325Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313698322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:01:38.425Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:01:38.426Z||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-15T16:01:38.426Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:01:38.438Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:01:38.439Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:01:39.326Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T16:01:39.327Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-15T16:01:39.327Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 0101f61d-5cb1-4079-9f31-5eb744ab91d9, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-15T16:01:39.327Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-10-15T16:01:39.327Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-15T16:01:39.327Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-10-15T16:01:39.514Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15950420768160776244/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-15T16:01:40.869Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-15T16:01:40.869Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-15T16:01:40.870Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-15T16:01:40.870Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-15T16:01:40.870Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||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-15T16:01:40.870Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||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-15T16:01:40.870Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-15T16:01:40.870Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-15T16:01:40.871Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-15T16:01:40.871Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||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-15T16:01:40.871Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-15T16:01:40.871Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||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-15T16:01:40.871Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-15T16:01:40.871Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-15T16:01:40.871Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:01:40.872Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:01:40.872Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-15T16:01:40.872Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-15T16:01:40.872Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T16:01:40.873Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:01:40.873Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:01:40.873Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-15T16:01:40.873Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-15T16:01:40.873Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T16:01:40.873Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:01:40.873Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:01:40.874Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:01:40.874Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-15T16:01:40.874Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-10-15T16:01:40.874Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-10-15T16:01:40.874Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-10-15T16:01:40.874Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-15T16:01:40.874Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-15T16:01:40.874Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:01:40.874Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-15T16:01:40.875Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:01:40.875Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-15T16:01:40.875Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T16:01:40.875Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:01:40.875Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-15T16:01:40.875Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T16:01:40.875Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:01:40.876Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-15T16:01:40.877Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T16:01:40.878Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:01:40.878Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-15T16:01:40.878Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-15T16:01:40.878Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-15T16:01:40.878Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=427ee37c-242c-4871-b6e2-f168b73e3f8f
2021-10-15T16:01:40.878Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:01:40.878Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:01:40.878Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:01:40.878Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:01:40.879Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:01:40.879Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:01:40.879Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:01:40.879Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:01:40.879Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:36daf01f-d8a1-45e9-affc-c55b2c8f3d6f
Model Version:NULL
Model InvariantUuid:189e4cb4-0a86-48b4-a571-4dc92ffccd45
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:677761e3-f24a-458a-b360-3cd92e2ae327
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:112a851b-c008-4a1b-9d02-a282b252b392
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6529b00b-adf9-4c5d-9d5f-382113e0c68e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a2300ac7-863d-43a7-9848-af73a3eb9b05
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:d4a609ea-9b66-4312-a69e-8e42c73e0e56
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:427ee37c-242c-4871-b6e2-f168b73e3f8f
ModelInvariantUuid:3fe02951-2256-4ca2-b86f-f9c726c6d04d
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:984cb567-c963-4d86-b390-0686a97642a1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:059fc471-057b-4104-a8ab-6a07fc469121
ModelInvariantUuid:ba9b7e46-9428-4262-a3a3-e24c0bb7af2d
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:5e118087-1e4d-4a06-aea7-2a338164557b
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-15T16:01:40.935Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: da90be91-763d-4f8d-92f5-cbf1ca94da89
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-15T16:01:40.944Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||basic_vm 0
2021-10-15T16:01:40.949Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: da90be91-763d-4f8d-92f5-cbf1ca94da89
2021-10-15T16:01:40.949Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 65355af0-94d7-4dd5-8a1c-9d3b52bb0461 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-10-15T16:01:40.949Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-15T16:01:40.949Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||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-15T16:01:41.905Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-15T16:01:41.905Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 65355af0-94d7-4dd5-8a1c-9d3b52bb0461 787
2021-10-15T16:01:41.906Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||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-15T16:01:41.906Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||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-15T16:01:41.906Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T16:01:41.906Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:01:41.908Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:01:41.908Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313701906,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:01:42.009Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:01:42.009Z||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-15T16:01:42.009Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:01:42.037Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:01:42.038Z||pool-54-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:01:42.909Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a2300ac7-863d-43a7-9848-af73a3eb9b05",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d4a609ea-9b66-4312-a69e-8e42c73e0e56",
    "vfModuleModelCustomizationUUID": "4db05865-a39b-44d8-aeb1-9e93d230cb80",
    "isBase": true,
    "artifacts": [
      "a79b3be2-5cbf-4bdf-9fc3-19dd839767cb",
      "0ecdcad7-1c4b-4de8-adcf-88535ddc412b"
    ],
    "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-15T16:01:42.914Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d4a609ea-9b66-4312-a69e-8e42c73e0e56
VfModuleModelInvariantUUID:a2300ac7-863d-43a7-9848-af73a3eb9b05
VfModuleModelDescription:NULL
Artifacts UUID List:{
a79b3be2-5cbf-4bdf-9fc3-19dd839767cb
,
0ecdcad7-1c4b-4de8-adcf-88535ddc412b

}
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-15T16:01:42.917Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a2300ac7-863d-43a7-9848-af73a3eb9b05",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d4a609ea-9b66-4312-a69e-8e42c73e0e56",
    "vfModuleModelCustomizationUUID": "4db05865-a39b-44d8-aeb1-9e93d230cb80",
    "isBase": true,
    "artifacts": [
      "a79b3be2-5cbf-4bdf-9fc3-19dd839767cb",
      "0ecdcad7-1c4b-4de8-adcf-88535ddc412b"
    ],
    "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-15T16:01:42.917Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d4a609ea-9b66-4312-a69e-8e42c73e0e56
VfModuleModelInvariantUUID:a2300ac7-863d-43a7-9848-af73a3eb9b05
VfModuleModelDescription:NULL
Artifacts UUID List:{
a79b3be2-5cbf-4bdf-9fc3-19dd839767cb
,
0ecdcad7-1c4b-4de8-adcf-88535ddc412b

}
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-15T16:01:42.918Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a79b3be2-5cbf-4bdf-9fc3-19dd839767cb from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-10-15T16:01:42.918Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-15T16:01:42.918Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||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-15T16:01:43.613Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-15T16:01:43.614Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml a79b3be2-5cbf-4bdf-9fc3-19dd839767cb 5033
2021-10-15T16:01:43.614Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||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-15T16:01:43.614Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||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-15T16:01:43.614Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T16:01:43.615Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:01:43.616Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:01:43.617Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313703614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:01:43.717Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:01:43.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-15T16:01:43.718Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:01:43.746Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:01:43.746Z||pool-55-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":12,"count":1}
2021-10-15T16:01:44.618Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0ecdcad7-1c4b-4de8-adcf-88535ddc412b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-10-15T16:01:44.619Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-15T16:01:44.620Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||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-15T16:01:45.159Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-15T16:01:45.160Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 0ecdcad7-1c4b-4de8-adcf-88535ddc412b 903
2021-10-15T16:01:45.160Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||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-15T16:01:45.160Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||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-15T16:01:45.160Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T16:01:45.160Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:01:45.162Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:01:45.162Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313705160,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:01:45.262Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:01:45.263Z||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-15T16:01:45.263Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:01:45.274Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:01:45.274Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:01:46.163Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 36daf01f-d8a1-45e9-affc-c55b2c8f3d6f
2021-10-15T16:01:46.164Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 da90be91-763d-4f8d-92f5-cbf1ca94da89 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-15T16:01:46.179Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f93fc87, org.onap.sdc.toscaparser.api.parameters.Input@4ad79395, org.onap.sdc.toscaparser.api.parameters.Input@205de2e6, org.onap.sdc.toscaparser.api.parameters.Input@771d6f03, org.onap.sdc.toscaparser.api.parameters.Input@475ac2a3]
2021-10-15T16:01:46.180Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:01:46.181Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:01:46.181Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-10-15T16:01:46.181Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 6529b00b-adf9-4c5d-9d5f-382113e0c68e
2021-10-15T16:01:46.181Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6529b00b-adf9-4c5d-9d5f-382113e0c68e matches Tosca VF Customization UUID: 6529b00b-adf9-4c5d-9d5f-382113e0c68e
2021-10-15T16:01:46.181Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 6529b00b-adf9-4c5d-9d5f-382113e0c68e  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-15T16:01:46.185Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:01:46.185Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:01:46.186Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 6529b00b-adf9-4c5d-9d5f-382113e0c68e: {\"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-15T16:01:46.186Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@621b2946
2021-10-15T16:01:46.186Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:01:46.187Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-15T16:01:46.187Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4db05865-a39b-44d8-aeb1-9e93d230cb80
2021-10-15T16:01:46.187Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4db05865-a39b-44d8-aeb1-9e93d230cb80
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-15T16:01:46.190Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:01:46.191Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-15T16:01:46.191Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T16:01:46.191Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:01:46.191Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-15T16:01:46.192Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T16:01:46.192Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:01:46.192Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-15T16:01:46.192Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-15T16:01:46.192Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-15T16:01:46.192Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=427ee37c-242c-4871-b6e2-f168b73e3f8f
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-15T16:01:46.195Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:01:46.195Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-15T16:01:46.195Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T16:01:46.195Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:01:46.196Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-15T16:01:46.196Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=6529b00b-adf9-4c5d-9d5f-382113e0c68e
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-15T16:01:46.198Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:01:46.198Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:01:46.199Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 36daf01f-d8a1-45e9-affc-c55b2c8f3d6f: basic_vm
2021-10-15T16:01:46.199Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:01:46.199Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:01:46.199Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:01:46.199Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:01:46.199Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:01:46.199Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:01:46.199Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:01:46.200Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:01:46.200Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:01:46.200Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:01:46.200Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||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-15T16:01:46.299Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm da90be91-763d-4f8d-92f5-cbf1ca94da89 1 ASDC deployResourceStructure
2021-10-15T16:01:46.299Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||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-15T16:01:46.300Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||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-15T16:01:46.300Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T16:01:46.300Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:01:46.302Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:01:46.302Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313706299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-15T16:01:46.403Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:01:46.403Z||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-15T16:01:46.403Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:01:46.416Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:01:46.416Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-15T16:01:47.303Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||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-15T16:01:47.304Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||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-15T16:01:47.304Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T16:01:47.304Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:01:47.306Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:01:47.306Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313707303,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-15T16:01:47.406Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:01:47.407Z||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-15T16:01:47.407Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:01:47.419Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:01:47.420Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:01:48.307Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||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-15T16:01:48.308Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||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-15T16:01:48.308Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T16:01:48.308Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:01:48.310Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:01:48.310Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313708307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-15T16:01:48.410Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:01:48.411Z||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-15T16:01:48.411Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:01:48.421Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:01:48.422Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:01:49.311Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||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-15T16:01:49.312Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||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-15T16:01:49.312Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T16:01:49.312Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:01:49.314Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:01:49.314Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313709311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T16:01:49.415Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-15T16:01:49.416Z||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-15T16:01:49.416Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:01:49.428Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:01:49.428Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:01:50.314Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c84f9e27-0fbb-466c-b5a4-50990856392f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T16:01:50.334Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c84f9e27-0fbb-466c-b5a4-50990856392f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-15T16:01:50.337Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T16:01:50.337Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-15T16:01:50.337Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-15T16:02:20.337Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c84f9e27-0fbb-466c-b5a4-50990856392f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T16:02:20.351Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c84f9e27-0fbb-466c-b5a4-50990856392f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-15T16:02:20.354Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T16:02:20.354Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-15T16:02:20.354Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-15T16:02:21.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:02:21.980Z||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-15T16:02:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T16:02:22.138Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:02:22.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313681195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.653Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "clamp",
  "timestamp": 1634313686027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.653Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "dcae-sch",
  "timestamp": 1634313682435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.653Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "policy-id",
  "timestamp": 1634313687934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.654Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "clamp",
  "timestamp": 1634313686027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T16:02:22.654Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313681195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T16:02:22.654Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "dcae-sch",
  "timestamp": 1634313682435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.654Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "policy-id",
  "timestamp": 1634313687934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.655Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "dcae-sch",
  "timestamp": 1634313682435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.655Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.656Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313681195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-15T16:02:22.656Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.656Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.656Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "clamp",
  "timestamp": 1634313686027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.656Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.656Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.656Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "policy-id",
  "timestamp": 1634313687934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-15T16:02:22.656Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.656Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.656Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "cds",
  "timestamp": 1634313691972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.656Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.656Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.656Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "dcae-sch",
  "timestamp": 1634313682435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.657Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.657Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "clamp",
  "timestamp": 1634313686027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.657Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.657Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313681195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.657Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.657Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "policy-id",
  "timestamp": 1634313687934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.657Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.658Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "cds",
  "timestamp": 1634313691972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.658Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.658Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313693705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.658Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.658Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313693814,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.658Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.658Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "dcae-sch",
  "timestamp": 1634313682435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.658Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.659Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "clamp",
  "timestamp": 1634313686027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.659Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.659Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313681195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-15T16:02:22.659Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.659Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "policy-id",
  "timestamp": 1634313687934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.659Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.659Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "cds",
  "timestamp": 1634313691972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.659Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.659Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313693705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.659Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.660Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.660Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313693814,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T16:02:22.660Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.660Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.660Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "dcae-sch",
  "timestamp": 1634313682435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.660Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.660Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.660Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "clamp",
  "timestamp": 1634313686027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.660Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.660Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.660Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313681195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.660Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.660Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.660Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "policy-id",
  "timestamp": 1634313687934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.660Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "cds",
  "timestamp": 1634313691972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.661Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313693705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.661Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313693814,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-15T16:02:22.661Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313681195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:02:22.661Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "dcae-sch",
  "timestamp": 1634313682435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.661Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "clamp",
  "timestamp": 1634313686027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:02:22.662Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "policy-id",
  "timestamp": 1634313687934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:02:22.662Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "cds",
  "timestamp": 1634313691972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.662Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313693705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.662Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313693814,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.663Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "cds",
  "timestamp": 1634313691972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.663Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313698322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:02:22.667Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:02:22.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313693705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313693814,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-15T16:02:22.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "policy-id",
  "timestamp": 1634313698518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:02:22.667Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:02:22.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "cds",
  "timestamp": 1634313691972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:02:22.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313693705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313693814,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "policy-id",
  "timestamp": 1634313699522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T16:02:22.668Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:02:22.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "cds",
  "timestamp": 1634313700341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:02:22.668Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:02:22.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313699724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.669Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313693705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.669Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313693814,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:02:22.669Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "policy-id",
  "timestamp": 1634313700525,
  "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-15T16:02:22.689Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c84f9e27-0fbb-466c-b5a4-50990856392f
2021-10-15T16:02:22.690Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c84f9e27-0fbb-466c-b5a4-50990856392f 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-15T16:02:22.710Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.711Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "cds",
  "timestamp": 1634313701354,
  "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-15T16:02:22.718Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c84f9e27-0fbb-466c-b5a4-50990856392f
2021-10-15T16:02:22.719Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c84f9e27-0fbb-466c-b5a4-50990856392f 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-15T16:02:22.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313699724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313693705,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "clamp",
  "timestamp": 1634313701836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:02:22.737Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:02:22.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313701906,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:02:22.737Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:02:22.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "cds",
  "timestamp": 1634313691972,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313699724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.738Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313693705,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.738Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313702553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:02:22.738Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:02:22.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "dcae-sch",
  "timestamp": 1634313702435,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-10-15T16:02:22.738Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "cds",
  "timestamp": 1634313691972,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.738Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313699724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.739Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313693705,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.739Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313703614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:02:22.739Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:02:22.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "dcae-sch",
  "timestamp": 1634313702435,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.739Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313704191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:02:22.739Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:02:22.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "cds",
  "timestamp": 1634313691972,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.740Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.742Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.742Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313699724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.743Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.743Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.743Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313693705,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.743Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.743Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.744Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "clamp",
  "timestamp": 1634313704838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T16:02:22.744Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:02:22.744Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.744Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "dcae-sch",
  "timestamp": 1634313702435,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.744Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.744Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.745Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313705160,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:02:22.745Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:02:22.745Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.745Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "cds",
  "timestamp": 1634313691972,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.745Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.745Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.745Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313699724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.745Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.745Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.745Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313693705,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.746Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313705688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:02:22.746Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:02:22.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "clamp",
  "timestamp": 1634313705841,
  "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-15T16:02:22.754Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c84f9e27-0fbb-466c-b5a4-50990856392f
2021-10-15T16:02:22.755Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c84f9e27-0fbb-466c-b5a4-50990856392f 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-15T16:02:22.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.773Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "dcae-sch",
  "timestamp": 1634313702435,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.774Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.774Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313706299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-15T16:02:22.774Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:02:22.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "cds",
  "timestamp": 1634313691972,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.775Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313699724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:02:22.775Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313693705,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.776Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313706725,
  "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-15T16:02:22.795Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c84f9e27-0fbb-466c-b5a4-50990856392f
2021-10-15T16:02:22.795Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c84f9e27-0fbb-466c-b5a4-50990856392f 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-15T16:02:22.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "dcae-sch",
  "timestamp": 1634313702435,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.819Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313707303,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-15T16:02:22.820Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:02:22.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "aai-ml",
  "timestamp": 1634313706672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.820Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "cds",
  "timestamp": 1634313691972,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.820Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313693705,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.821Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.821Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313707728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-15T16:02:22.821Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:02:22.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.821Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "dcae-sch",
  "timestamp": 1634313702435,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.821Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.821Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313708307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-15T16:02:22.821Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:02:22.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.821Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "aai-ml",
  "timestamp": 1634313706672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.821Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.821Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "cds",
  "timestamp": 1634313691972,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.821Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.821Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313693705,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.821Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.821Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313708492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:02:22.821Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:02:22.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "policy-id",
  "timestamp": 1634313707934,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.822Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313693814,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.822Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "dcae-sch",
  "timestamp": 1634313702435,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.822Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313709311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T16:02:22.822Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:02:22.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "aai-ml",
  "timestamp": 1634313706672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.822Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "cds",
  "timestamp": 1634313691972,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:02:22.822Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "policy-id",
  "timestamp": 1634313707934,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.823Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313693814,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.823Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "dcae-sch",
  "timestamp": 1634313702435,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.823Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "aai-ml",
  "timestamp": 1634313706672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.824Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "policy-id",
  "timestamp": 1634313707934,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.824Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313693814,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T16:02:22.824Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "aai-ml",
  "timestamp": 1634313706672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.824Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313711353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T16:02:22.824Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:02:22.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "cds",
  "timestamp": 1634313711418,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:02:22.824Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:02:22.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "policy-id",
  "timestamp": 1634313707934,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-15T16:02:22.825Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313693814,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-15T16:02:22.825Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "aai-ml",
  "timestamp": 1634313706672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.825Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313712362,
  "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-15T16:02:22.831Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c84f9e27-0fbb-466c-b5a4-50990856392f
2021-10-15T16:02:22.831Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c84f9e27-0fbb-466c-b5a4-50990856392f 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-15T16:02:22.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.841Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "cds",
  "timestamp": 1634313712423,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T16:02:22.866Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b08ef52c-b55b-4956-816f-f62258a952ee
2021-10-15T16:02:22.866Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b08ef52c-b55b-4956-816f-f62258a952ee 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-15T16:02:22.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.880Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "policy-id",
  "timestamp": 1634313707934,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.880Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "dcae-sch",
  "timestamp": 1634313712700,
  "artifactURL": "/sdc/v1/catalog/services/30a4f1cb-05cf-42bd-8fb3-707830f30aa7/resourceInstances/basicclamp0/artifacts/66698dee-942d-4952-9fe9-0b329196c1ce",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:02:22.881Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:02:22.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313693814,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.881Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "aai-ml",
  "timestamp": 1634313706672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:02:22.881Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313699724,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.881Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "policy-id",
  "timestamp": 1634313707934,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.881Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313693814,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-15T16:02:22.882Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "dcae-sch",
  "timestamp": 1634313714090,
  "artifactURL": "/sdc/v1/catalog/services/30a4f1cb-05cf-42bd-8fb3-707830f30aa7/resourceInstances/basicclamp0/artifacts/66698dee-942d-4952-9fe9-0b329196c1ce",
  "status": "DEPLOY_OK"
}
2021-10-15T16:02:22.882Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:02:22.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313699724,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.882Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "policy-id",
  "timestamp": 1634313707934,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.882Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313693814,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.883Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "aai-ml",
  "timestamp": 1634313714813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:02:22.883Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:02:22.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "dcae-sch",
  "timestamp": 1634313715095,
  "artifactURL": "/sdc/v1/catalog/services/30a4f1cb-05cf-42bd-8fb3-707830f30aa7/resourceInstances/basicclamp0/artifacts/66698dee-942d-4952-9fe9-0b329196c1ce",
  "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-15T16:02:22.889Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of b08ef52c-b55b-4956-816f-f62258a952ee
2021-10-15T16:02:22.890Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b08ef52c-b55b-4956-816f-f62258a952ee 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-15T16:02:22.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313699724,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "policy-id",
  "timestamp": 1634313707934,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:02:22.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313693814,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:02:22.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313699724,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "clamp",
  "timestamp": 1634313716027,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "policy-id",
  "timestamp": 1634313716913,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:02:22.901Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:02:22.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313717228,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:02:22.901Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:02:22.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313699724,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "clamp",
  "timestamp": 1634313716027,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "policy-id",
  "timestamp": 1634313717917,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T16:02:22.902Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:02:22.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313699724,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "clamp",
  "timestamp": 1634313716027,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T16:02:22.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313718717,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:02:22.902Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:02:22.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "policy-id",
  "timestamp": 1634313718919,
  "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-15T16:02:22.914Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b08ef52c-b55b-4956-816f-f62258a952ee
2021-10-15T16:02:22.914Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b08ef52c-b55b-4956-816f-f62258a952ee 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-15T16:02:22.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.925Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313699724,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.925Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.926Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "clamp",
  "timestamp": 1634313716027,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.926Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.926Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313720257,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:02:22.926Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:02:22.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.926Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313699724,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:02:22.926Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "clamp",
  "timestamp": 1634313716027,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.927Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313721318,
  "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-15T16:02:22.934Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b08ef52c-b55b-4956-816f-f62258a952ee
2021-10-15T16:02:22.934Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b08ef52c-b55b-4956-816f-f62258a952ee 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-15T16:02:22.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "clamp",
  "timestamp": 1634313716027,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.944Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313722261,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:02:22.944Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:02:22.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313722321,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-15T16:02:22.944Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:02:22.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "clamp",
  "timestamp": 1634313716027,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.944Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "clamp",
  "timestamp": 1634313716027,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:02:22.945Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313725200,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T16:02:22.945Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:02:22.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313726204,
  "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-15T16:02:22.954Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b08ef52c-b55b-4956-816f-f62258a952ee
2021-10-15T16:02:22.954Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b08ef52c-b55b-4956-816f-f62258a952ee 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-15T16:02:22.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "aai-ml",
  "timestamp": 1634313731611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T16:02:22.967Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:02:22.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "clamp",
  "timestamp": 1634313731845,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:02:22.967Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:02:22.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "aai-ml",
  "timestamp": 1634313732616,
  "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-15T16:02:22.978Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c84f9e27-0fbb-466c-b5a4-50990856392f
2021-10-15T16:02:22.978Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c84f9e27-0fbb-466c-b5a4-50990856392f 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-15T16:02:22.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "clamp",
  "timestamp": 1634313732850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:02:22.992Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:02:22.993Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.993Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "aai-ml",
  "timestamp": 1634313706672,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.993Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.993Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.993Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "clamp",
  "timestamp": 1634313734585,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T16:02:22.993Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:02:22.993Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.993Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "aai-ml",
  "timestamp": 1634313706672,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.993Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.993Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.993Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "clamp",
  "timestamp": 1634313735589,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-15T16:02:22.993Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:02:22.993Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.993Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "aai-ml",
  "timestamp": 1634313706672,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:22.994Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:22.994Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:22.994Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "clamp",
  "timestamp": 1634313736592,
  "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-15T16:02:22.999Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b08ef52c-b55b-4956-816f-f62258a952ee
2021-10-15T16:02:22.999Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b08ef52c-b55b-4956-816f-f62258a952ee 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-15T16:02:23.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:23.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "aai-ml",
  "timestamp": 1634313706672,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:23.010Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:23.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:23.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "aai-ml",
  "timestamp": 1634313706672,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:23.010Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:23.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:23.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "aai-ml",
  "timestamp": 1634313706672,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:23.010Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:23.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:23.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "aai-ml",
  "timestamp": 1634313706672,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:02:23.011Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:23.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:02:23.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "aai-ml",
  "timestamp": 1634313706672,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:02:23.011Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:02:50.354Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c84f9e27-0fbb-466c-b5a4-50990856392f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T16:02:50.379Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c84f9e27-0fbb-466c-b5a4-50990856392f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-15T16:02:50.383Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T16:02:50.384Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-15T16:02:50.384Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-15T16:02:50.384Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-15T16:02:50.384Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:02:50.384Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:02:50.385Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:02:50.385Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:02:50.385Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:02:50.385Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:02:50.385Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-15T16:02:50.394Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-15T16:03:20.395Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c84f9e27-0fbb-466c-b5a4-50990856392f 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-15T16:03:20.400Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c84f9e27-0fbb-466c-b5a4-50990856392f and serviceModelVersionId: 36daf01f-d8a1-45e9-affc-c55b2c8f3d6f
2021-10-15T16:03:20.400Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 189e4cb4-0a86-48b4-a571-4dc92ffccd45
2021-10-15T16:03:20.401Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/189e4cb4-0a86-48b4-a571-4dc92ffccd45/model-vers/model-ver/36daf01f-d8a1-45e9-affc-c55b2c8f3d6f?depth=0
2021-10-15T16:03:20.406Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-10-15T16:03:20.443Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/189e4cb4-0a86-48b4-a571-4dc92ffccd45/model-vers/model-ver/36daf01f-d8a1-45e9-affc-c55b2c8f3d6f?depth=0|INFO|500||Invoke
2021-10-15T16:03:20.443Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/189e4cb4-0a86-48b4-a571-4dc92ffccd45/model-vers/model-ver/36daf01f-d8a1-45e9-affc-c55b2c8f3d6f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/189e4cb4-0a86-48b4-a571-4dc92ffccd45/model-vers/model-ver/36daf01f-d8a1-45e9-affc-c55b2c8f3d6f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c84f9e27-0fbb-466c-b5a4-50990856392f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[14dd74b4-6c2d-4258-afd4-c2eecaedc582], X-ECOMP-RequestID=[c84f9e27-0fbb-466c-b5a4-50990856392f], X-TransactionId=[], X-ONAP-RequestID=[c84f9e27-0fbb-466c-b5a4-50990856392f], Content-Type=[application/merge-patch+json]}
2021-10-15T16:03:20.467Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/189e4cb4-0a86-48b4-a571-4dc92ffccd45/model-vers/model-ver/36daf01f-d8a1-45e9-affc-c55b2c8f3d6f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-15T16:03:21.856Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/189e4cb4-0a86-48b4-a571-4dc92ffccd45/model-vers/model-ver/36daf01f-d8a1-45e9-affc-c55b2c8f3d6f?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/189e4cb4-0a86-48b4-a571-4dc92ffccd45/model-vers/model-ver/36daf01f-d8a1-45e9-affc-c55b2c8f3d6f?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-16:03:20:474-84875], vertex-id=[229400], Content-Length=[0], Date=[Fri, 15 Oct 2021 16:03:20 GMT], Content-Type=[application/json]}
2021-10-15T16:03:21.856Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/189e4cb4-0a86-48b4-a571-4dc92ffccd45/model-vers/model-ver/36daf01f-d8a1-45e9-affc-c55b2c8f3d6f?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-15T16:03:21.857Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/189e4cb4-0a86-48b4-a571-4dc92ffccd45/model-vers/model-ver/36daf01f-d8a1-45e9-affc-c55b2c8f3d6f?depth=0|INFO|500||InvokeReturn
2021-10-15T16:03:21.857Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-15T16:03:21.857Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||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-15T16:03:21.865Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-15T16:03:21.865Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c84f9e27-0fbb-466c-b5a4-50990856392f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-15T16:03:21.865Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-15T16:03:21.865Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:03:21.867Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:03:21.868Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313801865,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-15T16:03:21.968Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:03:21.969Z||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-15T16:03:21.969Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:03:21.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:03:21.981Z||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-15T16:03:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T16:03:22.010Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:03:22.010Z||pool-61-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2021-10-15T16:03:22.158Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:03:22.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T16:03:22.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "aai-ml",
  "timestamp": 1634313742662,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:03:22.159Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-15T16:03:22.883Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:03:22.883Z|c84f9e27-0fbb-466c-b5a4-50990856392f|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-15T16:03:22.883Z|c84f9e27-0fbb-466c-b5a4-50990856392f|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 meIto6yZd0XjcfOS) ...
2021-10-15T16:03:23.508Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:03:23.509Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-15T16:03:23.509Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"b08ef52c-b55b-4956-816f-f62258a952ee","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"30a4f1cb-05cf-42bd-8fb3-707830f30aa7","serviceDescription":"service","serviceInvariantUUID":"eb57f132-ca29-4c01-9648-e44021ab6bed","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e473080c-0005-4567-a3cc-72774a1ae7f0","resourceInvariantUUID":"b9204d45-d424-41ba-95b1-e62575849792","resourceCustomizationUUID":"8b24cf2d-c6d7-4b8f-8d4d-55adf123055d","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":"66698dee-942d-4952-9fe9-0b329196c1ce","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":"NjcxYWE5NTQwMmI0ZDZhZTg3N2QwMjUyZTQyMDg0MjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5a8e359c-c3f7-4c4a-8f1c-94da75214933","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":"ZTAwNzdkODg3YmEzODE4NDcxNGM2MGM3YmJmNDdhOTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"23c2a10e-b22a-4fe4-b677-9c000dd4b359","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":"62368c22-fd51-451f-b477-c032aa59cd29","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":"55d1a986-f52b-4a48-809c-c9c38572e0b3","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":"a419cea0-059b-4a3a-bc4a-832f216a841d","artifactVersion":"2","generatedFromUUID":"62368c22-fd51-451f-b477-c032aa59cd29"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"Y2Q0MTUxMjFlZjU5ZjE3MjM4NDM1NjU0Y2JiNDhmZTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1de5200f-a2e2-45fb-8ad2-c39d9fb36770","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"N2FlOWY0MDIzNzc5ZmU0NTAxNmMwNjg4ZmFjMGM1MTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0e94b258-cb75-4c9f-a620-17d6a781c333","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-15T16:03:23.511Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:03:23.511Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:03:23.513Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:03:23.514Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313802883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:03:23.614Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:03:23.615Z||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-15T16:03:23.615Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:03:23.626Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:03:23.627Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:03:24.515Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:03:24.516Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:03:24.518Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:03:24.518Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313802883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:03:24.619Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:03:24.620Z||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-15T16:03:24.620Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:03:24.631Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:03:24.632Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:03:25.519Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:03:25.520Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:03:25.521Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:03:25.521Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313802883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T16:03:25.621Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:03:25.622Z||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-15T16:03:25.622Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:03:25.636Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:03:25.637Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:03:26.522Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:03:26.523Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:03:26.525Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:03:26.525Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313802883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-15T16:03:26.625Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:03:26.626Z||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-15T16:03:26.626Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:03:26.645Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:03:26.646Z||pool-65-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:03:27.526Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:03:27.527Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:03:27.529Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:03:27.529Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313802883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:03:27.629Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T16:03:27.630Z||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-15T16:03:27.630Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:03:27.673Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:03:27.673Z||pool-66-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:03:28.530Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:03:28.531Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:03:28.532Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:03:28.532Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313802883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-15T16:03:28.633Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-15T16:03:28.633Z||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-15T16:03:28.633Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:03:28.644Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:03:28.644Z||pool-67-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:03:29.533Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:03:29.533Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:03:29.535Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:03:29.536Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313802883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:03:29.636Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T16:03:29.636Z||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-15T16:03:29.636Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:03:29.651Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:03:29.652Z||pool-68-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:03:30.536Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:03:30.536Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:03:30.538Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:03:30.538Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313802883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:03:30.638Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:03:30.639Z||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-15T16:03:30.639Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:03:30.665Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:03:30.665Z||pool-69-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:03:31.539Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "30a4f1cb-05cf-42bd-8fb3-707830f30aa7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "eb57f132-ca29-4c01-9648-e44021ab6bed",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "8b24cf2d-c6d7-4b8f-8d4d-55adf123055d",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e473080c-0005-4567-a3cc-72774a1ae7f0",
      "resourceInvariantUUID": "b9204d45-d424-41ba-95b1-e62575849792",
      "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": "ZTAwNzdkODg3YmEzODE4NDcxNGM2MGM3YmJmNDdhOTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "23c2a10e-b22a-4fe4-b677-9c000dd4b359",
          "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": "62368c22-fd51-451f-b477-c032aa59cd29",
          "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": "a419cea0-059b-4a3a-bc4a-832f216a841d",
            "generatedFromUUID": "62368c22-fd51-451f-b477-c032aa59cd29"
          },
          "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": "a419cea0-059b-4a3a-bc4a-832f216a841d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "N2FlOWY0MDIzNzc5ZmU0NTAxNmMwNjg4ZmFjMGM1MTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0e94b258-cb75-4c9f-a620-17d6a781c333"
    }
  ],
  "workloadContext": "Production"
}
2021-10-15T16:03:31.540Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-15T16:03:31.540Z|c84f9e27-0fbb-466c-b5a4-50990856392f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 30a4f1cb-05cf-42bd-8fb3-707830f30aa7 ASDC
2021-10-15T16:03:31.540Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:b08ef52c-b55b-4956-816f-f62258a952ee
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:30a4f1cb-05cf-42bd-8fb3-707830f30aa7
ServiceInvariantUUID:eb57f132-ca29-4c01-9648-e44021ab6bed
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:0e94b258-cb75-4c9f-a620-17d6a781c333
ArtifactChecksum:N2FlOWY0MDIzNzc5ZmU0NTAxNmMwNjg4ZmFjMGM1MTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:8b24cf2d-c6d7-4b8f-8d4d-55adf123055d
ResourceInvariantUUID:b9204d45-d424-41ba-95b1-e62575849792
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:e473080c-0005-4567-a3cc-72774a1ae7f0
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:23c2a10e-b22a-4fe4-b677-9c000dd4b359
ArtifactChecksum:ZTAwNzdkODg3YmEzODE4NDcxNGM2MGM3YmJmNDdhOTE=
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:62368c22-fd51-451f-b477-c032aa59cd29
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:a419cea0-059b-4a3a-bc4a-832f216a841d
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:a419cea0-059b-4a3a-bc4a-832f216a841d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-15T16:03:31.540Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 30a4f1cb-05cf-42bd-8fb3-707830f30aa7 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-15T16:03:31.584Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T16:03:31.585Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-15T16:03:31.585Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-15T16:03:31.585Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0e94b258-cb75-4c9f-a620-17d6a781c333 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-15T16:03:31.585Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-15T16:03:31.585Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-15T16:03:32.118Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-15T16:03:32.123Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 0e94b258-cb75-4c9f-a620-17d6a781c333 73464
2021-10-15T16:03:32.123Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||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-15T16:03:32.123Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||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-15T16:03:32.124Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T16:03:32.124Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:03:32.125Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:03:32.125Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313812123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:03:32.225Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:03:32.226Z||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-15T16:03:32.226Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:03:32.238Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:03:32.239Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:03:33.126Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T16:03:33.127Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-15T16:03:33.128Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 0e94b258-cb75-4c9f-a620-17d6a781c333, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-15T16:03:33.128Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-10-15T16:03:33.128Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-15T16:03:33.128Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-15T16:03:33.267Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14765109796804340897/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-15T16:03:34.695Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-15T16:03:34.696Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-15T16:03:34.696Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-15T16:03:34.696Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-15T16:03:34.696Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||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-15T16:03:34.696Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-15T16:03:34.696Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-15T16:03:34.696Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-15T16:03:34.696Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-15T16:03:34.697Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-15T16:03:34.697Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-15T16:03:34.697Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-15T16:03:34.697Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-15T16:03:34.697Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-15T16:03:34.697Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:03:34.697Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:03:34.697Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-15T16:03:34.697Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-15T16:03:34.698Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T16:03:34.698Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:03:34.698Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:03:34.698Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-15T16:03:34.698Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-15T16:03:34.698Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T16:03:34.698Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:03:34.698Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:03:34.699Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:03:34.699Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-15T16:03:34.699Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-15T16:03:34.699Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-15T16:03:34.699Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-15T16:03:34.699Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-15T16:03:34.700Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-15T16:03:34.700Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:03:34.700Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-15T16:03:34.700Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:03:34.700Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-15T16:03:34.700Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T16:03:34.700Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:03:34.701Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-15T16:03:34.701Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T16:03:34.701Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:03:34.701Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-15T16:03:34.701Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T16:03:34.701Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:03:34.701Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-15T16:03:34.702Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-15T16:03:34.702Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-15T16:03:34.702Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=77e8417f-5b06-4a40-bee9-c53bf1057aef
2021-10-15T16:03:34.702Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:03:34.709Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:03:34.710Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:03:34.710Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:03:34.710Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:03:34.710Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:03:34.711Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:03:34.711Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:03:34.711Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:30a4f1cb-05cf-42bd-8fb3-707830f30aa7
Model Version:NULL
Model InvariantUuid:eb57f132-ca29-4c01-9648-e44021ab6bed
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:0f7283e2-66f6-45f6-858e-c170127d6f0f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b9204d45-d424-41ba-95b1-e62575849792
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8b24cf2d-c6d7-4b8f-8d4d-55adf123055d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:68714f0a-79fc-4423-9c8f-e93b79a889d2
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:b5a2bf02-50a7-4ce1-98c7-07a7cddfb31a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:77e8417f-5b06-4a40-bee9-c53bf1057aef
ModelInvariantUuid:cef0e5ec-4883-48b7-940d-4ea09ed4a16c
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:4f24630d-daee-47b9-93e0-1d6ea2decaf9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:4abbb7ae-cd12-4249-b362-86925f5eabd6
ModelInvariantUuid:b16ac02c-562f-4c85-8cd7-8b877f7bf039
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:22379297-941e-4eb4-99bc-5f1c78c38ce7
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-15T16:03:34.717Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: e473080c-0005-4567-a3cc-72774a1ae7f0
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-15T16:03:34.721Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||basicclamp 0
2021-10-15T16:03:34.721Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e473080c-0005-4567-a3cc-72774a1ae7f0
2021-10-15T16:03:34.721Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 23c2a10e-b22a-4fe4-b677-9c000dd4b359 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-15T16:03:34.721Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-15T16:03:34.721Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||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-15T16:03:35.263Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-15T16:03:35.264Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 23c2a10e-b22a-4fe4-b677-9c000dd4b359 790
2021-10-15T16:03:35.264Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||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-15T16:03:35.264Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||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-15T16:03:35.264Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T16:03:35.264Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:03:35.266Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:03:35.266Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313815264,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:03:35.367Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:03:35.368Z||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-15T16:03:35.368Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:03:35.387Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:03:35.387Z||pool-71-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2021-10-15T16:03:36.267Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "68714f0a-79fc-4423-9c8f-e93b79a889d2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b5a2bf02-50a7-4ce1-98c7-07a7cddfb31a",
    "vfModuleModelCustomizationUUID": "529c7e51-d1b0-4f9e-a12a-331873131e41",
    "isBase": true,
    "artifacts": [
      "62368c22-fd51-451f-b477-c032aa59cd29",
      "a419cea0-059b-4a3a-bc4a-832f216a841d"
    ],
    "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-15T16:03:36.270Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b5a2bf02-50a7-4ce1-98c7-07a7cddfb31a
VfModuleModelInvariantUUID:68714f0a-79fc-4423-9c8f-e93b79a889d2
VfModuleModelDescription:NULL
Artifacts UUID List:{
62368c22-fd51-451f-b477-c032aa59cd29
,
a419cea0-059b-4a3a-bc4a-832f216a841d

}
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-15T16:03:36.273Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "68714f0a-79fc-4423-9c8f-e93b79a889d2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b5a2bf02-50a7-4ce1-98c7-07a7cddfb31a",
    "vfModuleModelCustomizationUUID": "529c7e51-d1b0-4f9e-a12a-331873131e41",
    "isBase": true,
    "artifacts": [
      "62368c22-fd51-451f-b477-c032aa59cd29",
      "a419cea0-059b-4a3a-bc4a-832f216a841d"
    ],
    "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-15T16:03:36.273Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b5a2bf02-50a7-4ce1-98c7-07a7cddfb31a
VfModuleModelInvariantUUID:68714f0a-79fc-4423-9c8f-e93b79a889d2
VfModuleModelDescription:NULL
Artifacts UUID List:{
62368c22-fd51-451f-b477-c032aa59cd29
,
a419cea0-059b-4a3a-bc4a-832f216a841d

}
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-15T16:03:36.273Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 62368c22-fd51-451f-b477-c032aa59cd29 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-15T16:03:36.273Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-15T16:03:36.273Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||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-15T16:03:36.658Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-15T16:03:36.658Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 62368c22-fd51-451f-b477-c032aa59cd29 5033
2021-10-15T16:03:36.658Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||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-15T16:03:36.658Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||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-15T16:03:36.658Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T16:03:36.659Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:03:36.661Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:03:36.661Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313816658,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:03:36.761Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:03:36.761Z||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-15T16:03:36.761Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:03:36.772Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:03:36.772Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:03:37.661Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a419cea0-059b-4a3a-bc4a-832f216a841d from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-15T16:03:37.662Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-15T16:03:37.662Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||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-15T16:03:38.024Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-15T16:03:38.025Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env a419cea0-059b-4a3a-bc4a-832f216a841d 909
2021-10-15T16:03:38.025Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||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-15T16:03:38.025Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||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-15T16:03:38.025Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T16:03:38.025Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:03:38.028Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:03:38.028Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313818025,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:03:38.128Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:03:38.129Z||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-15T16:03:38.129Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:03:38.141Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:03:38.141Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:03:39.028Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 30a4f1cb-05cf-42bd-8fb3-707830f30aa7
2021-10-15T16:03:39.029Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 e473080c-0005-4567-a3cc-72774a1ae7f0 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-15T16:03:39.041Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d76f7be, org.onap.sdc.toscaparser.api.parameters.Input@5c6a3cc4, org.onap.sdc.toscaparser.api.parameters.Input@46562fa3, org.onap.sdc.toscaparser.api.parameters.Input@225d9108, org.onap.sdc.toscaparser.api.parameters.Input@685c49fa]
2021-10-15T16:03:39.042Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:03:39.043Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:03:39.043Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-10-15T16:03:39.043Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 8b24cf2d-c6d7-4b8f-8d4d-55adf123055d
2021-10-15T16:03:39.043Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8b24cf2d-c6d7-4b8f-8d4d-55adf123055d matches Tosca VF Customization UUID: 8b24cf2d-c6d7-4b8f-8d4d-55adf123055d
2021-10-15T16:03:39.043Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 8b24cf2d-c6d7-4b8f-8d4d-55adf123055d  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-15T16:03:39.046Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:03:39.046Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:03:39.046Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 8b24cf2d-c6d7-4b8f-8d4d-55adf123055d: {\"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-15T16:03:39.046Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5c9ad29f
2021-10-15T16:03:39.046Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:03:39.047Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-15T16:03:39.047Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 529c7e51-d1b0-4f9e-a12a-331873131e41
2021-10-15T16:03:39.047Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 529c7e51-d1b0-4f9e-a12a-331873131e41
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-15T16:03:39.049Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:03:39.050Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-15T16:03:39.050Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T16:03:39.050Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:03:39.050Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-15T16:03:39.050Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T16:03:39.050Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:03:39.057Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-15T16:03:39.057Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-15T16:03:39.058Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-15T16:03:39.058Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=77e8417f-5b06-4a40-bee9-c53bf1057aef
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-15T16:03:39.066Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:03:39.066Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-15T16:03:39.066Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T16:03:39.066Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:03:39.067Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-15T16:03:39.067Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=8b24cf2d-c6d7-4b8f-8d4d-55adf123055d
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-15T16:03:39.073Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:03:39.073Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:03:39.073Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 30a4f1cb-05cf-42bd-8fb3-707830f30aa7: basicclamp
2021-10-15T16:03:39.073Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:03:39.073Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:03:39.073Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:03:39.074Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:03:39.074Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:03:39.074Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:03:39.074Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:03:39.074Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:03:39.074Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:03:39.074Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:03:39.075Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||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-15T16:03:39.175Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp e473080c-0005-4567-a3cc-72774a1ae7f0 1 ASDC deployResourceStructure
2021-10-15T16:03:39.176Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||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-15T16:03:39.176Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||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-15T16:03:39.176Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T16:03:39.176Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:03:39.178Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:03:39.178Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313819176,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-15T16:03:39.278Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:03:39.279Z||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-15T16:03:39.280Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:03:39.293Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:03:39.293Z||pool-74-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:03:40.179Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||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-15T16:03:40.179Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||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-15T16:03:40.180Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T16:03:40.180Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:03:40.181Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:03:40.181Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313820179,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-15T16:03:40.282Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:03:40.283Z||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-15T16:03:40.283Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:03:40.299Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:03:40.299Z||pool-75-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:03:41.184Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||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-15T16:03:41.184Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||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-15T16:03:41.184Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T16:03:41.184Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:03:41.186Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:03:41.186Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313821184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-15T16:03:41.287Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-15T16:03:41.287Z||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-15T16:03:41.287Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:03:41.313Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:03:41.313Z||pool-76-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:03:42.186Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||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-15T16:03:42.187Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||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-15T16:03:42.187Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T16:03:42.187Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:03:42.189Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:03:42.189Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313822186,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T16:03:42.289Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:03:42.290Z||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-15T16:03:42.290Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:03:42.302Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:03:42.302Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-15T16:03:43.190Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b08ef52c-b55b-4956-816f-f62258a952ee
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T16:03:43.200Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b08ef52c-b55b-4956-816f-f62258a952ee
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-15T16:03:43.204Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T16:03:43.205Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-15T16:03:43.206Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-15T16:04:13.206Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b08ef52c-b55b-4956-816f-f62258a952ee
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T16:04:13.220Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b08ef52c-b55b-4956-816f-f62258a952ee
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-15T16:04:13.223Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T16:04:13.223Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-15T16:04:13.223Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-15T16:04:21.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:04:21.980Z||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-15T16:04:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T16:04:22.047Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:04:22.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:04:22.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "aai-ml",
  "timestamp": 1634313755259,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T16:04:22.048Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:04:22.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:04:22.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "aai-ml",
  "timestamp": 1634313756262,
  "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-15T16:04:22.060Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b08ef52c-b55b-4956-816f-f62258a952ee
2021-10-15T16:04:22.060Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b08ef52c-b55b-4956-816f-f62258a952ee 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-15T16:04:22.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:04:22.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c84f9e27-0fbb-466c-b5a4-50990856392f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313801865,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-15T16:04:22.081Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:04:43.224Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b08ef52c-b55b-4956-816f-f62258a952ee
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T16:04:43.236Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b08ef52c-b55b-4956-816f-f62258a952ee
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-15T16:04:43.239Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T16:04:43.239Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-15T16:04:43.239Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-15T16:04:43.239Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-15T16:04:43.239Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:04:43.240Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:04:43.240Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:04:43.240Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:04:43.240Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:04:43.240Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:04:43.240Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:04:43.240Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-15T16:04:43.246Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-15T16:05:13.246Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b08ef52c-b55b-4956-816f-f62258a952ee 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-15T16:05:13.251Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b08ef52c-b55b-4956-816f-f62258a952ee and serviceModelVersionId: 30a4f1cb-05cf-42bd-8fb3-707830f30aa7
2021-10-15T16:05:13.252Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eb57f132-ca29-4c01-9648-e44021ab6bed
2021-10-15T16:05:13.252Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eb57f132-ca29-4c01-9648-e44021ab6bed/model-vers/model-ver/30a4f1cb-05cf-42bd-8fb3-707830f30aa7?depth=0
2021-10-15T16:05:13.256Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-10-15T16:05:13.296Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eb57f132-ca29-4c01-9648-e44021ab6bed/model-vers/model-ver/30a4f1cb-05cf-42bd-8fb3-707830f30aa7?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-15T16:05:13.297Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eb57f132-ca29-4c01-9648-e44021ab6bed/model-vers/model-ver/30a4f1cb-05cf-42bd-8fb3-707830f30aa7?depth=0|INFO|500||Invoke
2021-10-15T16:05:13.320Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eb57f132-ca29-4c01-9648-e44021ab6bed/model-vers/model-ver/30a4f1cb-05cf-42bd-8fb3-707830f30aa7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-15T16:05:13.757Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eb57f132-ca29-4c01-9648-e44021ab6bed/model-vers/model-ver/30a4f1cb-05cf-42bd-8fb3-707830f30aa7?depth=0|INFO|500||InvokeReturn
2021-10-15T16:05:13.758Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eb57f132-ca29-4c01-9648-e44021ab6bed/model-vers/model-ver/30a4f1cb-05cf-42bd-8fb3-707830f30aa7?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-16:05:13:328-98002], vertex-id=[208976], Content-Length=[0], Date=[Fri, 15 Oct 2021 16:05:13 GMT], Content-Type=[application/json]}
2021-10-15T16:05:13.758Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-10-15T16:05:13.758Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-15T16:05:13.758Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||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-15T16:05:13.770Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-15T16:05:13.771Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b08ef52c-b55b-4956-816f-f62258a952ee and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-15T16:05:13.771Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-15T16:05:13.771Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:05:13.773Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:05:13.773Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313913771,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-15T16:05:13.873Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:05:13.874Z||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-15T16:05:13.874Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:05:13.887Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:05:13.887Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 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-15T16:05:14.787Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:05:14.788Z|b08ef52c-b55b-4956-816f-f62258a952ee|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-15T16:05:14.788Z|b08ef52c-b55b-4956-816f-f62258a952ee|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 meIto6yZd0XjcfOS) ...
2021-10-15T16:05:21.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:05:21.980Z||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-15T16:05:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T16:05:22.080Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:05:22.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:05:22.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313802883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:05:22.081Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:05:22.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:05:22.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313802883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:05:22.082Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:05:22.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:05:22.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313802883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T16:05:22.082Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:05:22.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:05:22.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313802883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-15T16:05:22.082Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:05:22.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:05:22.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313802883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:05:22.084Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:05:22.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:05:22.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313802883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-15T16:05:22.084Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:05:22.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:05:22.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313802883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:05:22.084Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:05:22.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:05:22.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313802883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:05:22.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:05:22.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:05:22.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313812123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:05:22.085Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:05:22.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:05:22.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313815264,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:05:22.085Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:05:22.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:05:22.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313816658,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:05:22.085Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:05:22.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:05:22.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313818025,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:05:22.085Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:05:22.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:05:22.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313819176,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-15T16:05:22.085Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:05:22.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:05:22.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313820179,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-15T16:05:22.085Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:05:22.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:05:22.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313821184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-15T16:05:22.085Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:05:22.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:05:22.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313822186,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T16:05:22.085Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:05:24.469Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:05:24.470Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-15T16:05:24.470Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"041889b5-6459-48c1-8cba-6a96ed33891b","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"d6b8b3fc-016e-489d-9359-117cbb0275cd","serviceDescription":"service","serviceInvariantUUID":"98790ab3-5555-4dba-81f3-fc84b4743271","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6f63a278-019e-46a8-920a-a4d1878f017d","resourceInvariantUUID":"6bbffd91-559b-4a57-9eb6-ccb8fcbc4d96","resourceCustomizationUUID":"95652d5c-a856-44eb-822f-fb48705d147a","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":"NjMwNmZjYjgyNjMzNWJhMWJhOTM2NjkyNGEyYjA5MjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c73de0a0-140b-4600-8503-b48cd9bd802a","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":"ef08b396-3aca-4476-9668-2c92ba141c4f","artifactVersion":"2","generatedFromUUID":"de647bbb-39f0-42c2-88b1-2fd440c107b8"},{"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":"de647bbb-39f0-42c2-88b1-2fd440c107b8","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":"MDU1NzI0NDg0MjA2NzkxOWUzMGMzZjA3NGFmNGU3NDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9d8140ff-63a8-4ee2-ad92-6aa82efa6840","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":"58026cb7-4a54-4140-b5d4-9860312842bf","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":"c690c8ff-5f6a-4636-9522-8a92cd55641a","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":"3cc04a1c-cf78-46d1-940d-13e7ccfbfc9e","artifactVersion":"2","generatedFromUUID":"58026cb7-4a54-4140-b5d4-9860312842bf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"Y2E5OTQ1M2ZmYjYxMDM3ZTZhMWY5MWM5ZmYxMDQ5ODg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5cf3eafd-e622-4254-94b0-315b2f632eba","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YWI5YzNjYjc3ZjUzM2RhODI5MzY3YTEwYThjMjI3OGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5079e332-a444-48ee-a88d-75c40ab5ec96","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-15T16:05:24.472Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:05:24.472Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:05:24.475Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:05:24.475Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313914787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:05:24.574Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T16:05:24.575Z||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-15T16:05:24.575Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:05:24.597Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:05:24.598Z||pool-79-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:05:25.476Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:05:25.476Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:05:25.479Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:05:25.479Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313914787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-15T16:05:25.580Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-15T16:05:25.581Z||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-15T16:05:25.581Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:05:25.597Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:05:25.598Z||pool-80-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-10-15T16:05:26.480Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:05:26.481Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:05:26.483Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:05:26.483Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313914787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-15T16:05:26.583Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:05:26.584Z||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-15T16:05:26.584Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:05:26.600Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:05:26.600Z||pool-81-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:05:27.485Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:05:27.486Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:05:27.488Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:05:27.488Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313914787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T16:05:27.589Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-15T16:05:27.590Z||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-15T16:05:27.590Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:05:27.610Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:05:27.610Z||pool-82-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:05:28.488Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:05:28.489Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:05:28.491Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:05:28.491Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313914787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-15T16:05:28.592Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-15T16:05:28.592Z||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-15T16:05:28.593Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:05:28.605Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:05:28.605Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-15T16:05:29.492Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:05:29.493Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:05:29.495Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:05:29.496Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313914787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:05:29.595Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T16:05:29.596Z||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-15T16:05:29.596Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:05:29.608Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:05:29.608Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:05:30.496Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:05:30.497Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:05:30.499Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:05:30.499Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313914787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-15T16:05:30.599Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:05:30.600Z||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-15T16:05:30.601Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:05:30.613Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:05:30.613Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:05:31.500Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:05:31.500Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:05:31.504Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:05:31.504Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313914787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:05:31.605Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:05:31.605Z||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-15T16:05:31.605Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:05:31.621Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:05:31.621Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:05:32.505Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:05:32.506Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:05:32.507Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:05:32.507Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313914787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:05:32.608Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:05:32.608Z||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-15T16:05:32.608Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:05:32.620Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:05:32.621Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:05:33.509Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "d6b8b3fc-016e-489d-9359-117cbb0275cd",
  "serviceDescription": "service",
  "serviceInvariantUUID": "98790ab3-5555-4dba-81f3-fc84b4743271",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "95652d5c-a856-44eb-822f-fb48705d147a",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6f63a278-019e-46a8-920a-a4d1878f017d",
      "resourceInvariantUUID": "6bbffd91-559b-4a57-9eb6-ccb8fcbc4d96",
      "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": "ef08b396-3aca-4476-9668-2c92ba141c4f",
          "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": "de647bbb-39f0-42c2-88b1-2fd440c107b8",
          "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": "MDU1NzI0NDg0MjA2NzkxOWUzMGMzZjA3NGFmNGU3NDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9d8140ff-63a8-4ee2-ad92-6aa82efa6840",
          "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": "58026cb7-4a54-4140-b5d4-9860312842bf",
          "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": "3cc04a1c-cf78-46d1-940d-13e7ccfbfc9e",
            "generatedFromUUID": "58026cb7-4a54-4140-b5d4-9860312842bf"
          },
          "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": "3cc04a1c-cf78-46d1-940d-13e7ccfbfc9e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YWI5YzNjYjc3ZjUzM2RhODI5MzY3YTEwYThjMjI3OGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5079e332-a444-48ee-a88d-75c40ab5ec96"
    }
  ],
  "workloadContext": "Production"
}
2021-10-15T16:05:33.509Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-15T16:05:33.509Z|b08ef52c-b55b-4956-816f-f62258a952ee|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d6b8b3fc-016e-489d-9359-117cbb0275cd ASDC
2021-10-15T16:05:33.509Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:041889b5-6459-48c1-8cba-6a96ed33891b
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:d6b8b3fc-016e-489d-9359-117cbb0275cd
ServiceInvariantUUID:98790ab3-5555-4dba-81f3-fc84b4743271
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:5079e332-a444-48ee-a88d-75c40ab5ec96
ArtifactChecksum:YWI5YzNjYjc3ZjUzM2RhODI5MzY3YTEwYThjMjI3OGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:95652d5c-a856-44eb-822f-fb48705d147a
ResourceInvariantUUID:6bbffd91-559b-4a57-9eb6-ccb8fcbc4d96
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:6f63a278-019e-46a8-920a-a4d1878f017d
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:ef08b396-3aca-4476-9668-2c92ba141c4f
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:de647bbb-39f0-42c2-88b1-2fd440c107b8
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:9d8140ff-63a8-4ee2-ad92-6aa82efa6840
ArtifactChecksum:MDU1NzI0NDg0MjA2NzkxOWUzMGMzZjA3NGFmNGU3NDI=
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:58026cb7-4a54-4140-b5d4-9860312842bf
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:3cc04a1c-cf78-46d1-940d-13e7ccfbfc9e
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:3cc04a1c-cf78-46d1-940d-13e7ccfbfc9e
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-15T16:05:33.509Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d6b8b3fc-016e-489d-9359-117cbb0275cd 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-15T16:05:33.543Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T16:05:33.544Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-15T16:05:33.544Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-15T16:05:33.544Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5079e332-a444-48ee-a88d-75c40ab5ec96 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-15T16:05:33.544Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-15T16:05:33.544Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-15T16:05:34.509Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-15T16:05:34.514Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 5079e332-a444-48ee-a88d-75c40ab5ec96 68756
2021-10-15T16:05:34.514Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||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-15T16:05:34.516Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||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-15T16:05:34.517Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T16:05:34.517Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:05:34.519Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:05:34.519Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313934514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:05:34.619Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:05:34.620Z||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-15T16:05:34.620Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:05:34.630Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:05:34.631Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:05:35.519Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T16:05:35.520Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-15T16:05:35.520Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 5079e332-a444-48ee-a88d-75c40ab5ec96, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-15T16:05:35.521Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-10-15T16:05:35.521Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-15T16:05:35.521Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-15T16:05:36.142Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13293284183476183884/Definitions/service-BasicCnf-template.yml
2021-10-15T16:05:37.689Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-15T16:05:37.690Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-15T16:05:37.690Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-15T16:05:37.690Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-10-15T16:05:37.690Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||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-15T16:05:37.690Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||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-15T16:05:37.690Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-15T16:05:37.690Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||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-15T16:05:37.690Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-15T16:05:37.691Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:05:37.691Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:05:37.691Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-15T16:05:37.691Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-15T16:05:37.691Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T16:05:37.691Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:05:37.692Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:05:37.692Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-15T16:05:37.692Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-15T16:05:37.692Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T16:05:37.692Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:05:37.692Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:05:37.692Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:05:37.693Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-15T16:05:37.693Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-10-15T16:05:37.693Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria
2021-10-15T16:05:37.693Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-15T16:05:37.693Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:05:37.693Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-15T16:05:37.693Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:05:37.694Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-15T16:05:37.694Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T16:05:37.694Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:05:37.694Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-15T16:05:37.694Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T16:05:37.695Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:05:37.695Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-15T16:05:37.695Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T16:05:37.695Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:05:37.695Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-15T16:05:37.695Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-10-15T16:05:37.696Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0232cf65-0d80-40ce-bbea-36a13a5ab869
2021-10-15T16:05:37.696Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:05:37.696Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:05:37.696Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:05:37.696Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:05:37.696Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:05:37.697Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:05:37.697Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:05:37.697Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:05:37.697Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:d6b8b3fc-016e-489d-9359-117cbb0275cd
Model Version:NULL
Model InvariantUuid:98790ab3-5555-4dba-81f3-fc84b4743271
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:b280dd34-6fd8-4499-8bfd-6aeb9fbf9905
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6bbffd91-559b-4a57-9eb6-ccb8fcbc4d96
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:95652d5c-a856-44eb-822f-fb48705d147a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:103bfddf-35d1-4ca6-8029-d356f106d77c
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:0ae5baee-634b-4146-ae1b-fedde0d70984
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0232cf65-0d80-40ce-bbea-36a13a5ab869
ModelInvariantUuid:6b7a4d73-347f-40bf-a912-a2914ecf21d1
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:72bc3213-cb82-4640-90a8-7c1c3baed957
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:f2827efb-d6fb-406f-87d4-8286ac9fce13
ModelInvariantUuid:4d4b9f57-ef91-4492-8c25-2363a7740b32
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:33147a1b-9dd6-4f3f-abb9-d614512246b5
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-15T16:05:37.713Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 6f63a278-019e-46a8-920a-a4d1878f017d
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-15T16:05:37.717Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||basic_cnf 0
2021-10-15T16:05:37.718Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6f63a278-019e-46a8-920a-a4d1878f017d
2021-10-15T16:05:37.718Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ef08b396-3aca-4476-9668-2c92ba141c4f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-10-15T16:05:37.718Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-15T16:05:37.719Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||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-15T16:05:38.252Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-15T16:05:38.253Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ef08b396-3aca-4476-9668-2c92ba141c4f 12
2021-10-15T16:05:38.253Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||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-15T16:05:38.253Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||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-15T16:05:38.253Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T16:05:38.253Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:05:38.256Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:05:38.256Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313938253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:05:38.367Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms
2021-10-15T16:05:38.368Z||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-15T16:05:38.368Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:05:38.423Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:05:38.424Z||pool-89-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:05:39.257Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: de647bbb-39f0-42c2-88b1-2fd440c107b8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-10-15T16:05:39.258Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-15T16:05:39.258Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||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-15T16:05:39.811Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-15T16:05:39.812Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz de647bbb-39f0-42c2-88b1-2fd440c107b8 2688
2021-10-15T16:05:39.813Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||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-15T16:05:39.813Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||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-15T16:05:39.813Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T16:05:39.813Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:05:39.816Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:05:39.816Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313939813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:05:39.916Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:05:39.917Z||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-15T16:05:39.917Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:05:39.931Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:05:39.932Z||pool-90-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:05:40.818Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9d8140ff-63a8-4ee2-ad92-6aa82efa6840 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-10-15T16:05:40.819Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-15T16:05:40.821Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||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-15T16:05:41.553Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-15T16:05:41.553Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 9d8140ff-63a8-4ee2-ad92-6aa82efa6840 828
2021-10-15T16:05:41.554Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||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-15T16:05:41.554Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||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-15T16:05:41.555Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T16:05:41.555Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:05:41.558Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:05:41.558Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313941554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:05:41.658Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:05:41.658Z||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-15T16:05:41.659Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:05:41.674Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:05:41.675Z||pool-91-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:05:42.559Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "103bfddf-35d1-4ca6-8029-d356f106d77c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0ae5baee-634b-4146-ae1b-fedde0d70984",
    "vfModuleModelCustomizationUUID": "aedc867f-7939-4d5e-b425-96b2cf075e33",
    "isBase": true,
    "artifacts": [
      "58026cb7-4a54-4140-b5d4-9860312842bf",
      "de647bbb-39f0-42c2-88b1-2fd440c107b8",
      "3cc04a1c-cf78-46d1-940d-13e7ccfbfc9e"
    ],
    "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-15T16:05:42.562Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0ae5baee-634b-4146-ae1b-fedde0d70984
VfModuleModelInvariantUUID:103bfddf-35d1-4ca6-8029-d356f106d77c
VfModuleModelDescription:NULL
Artifacts UUID List:{
58026cb7-4a54-4140-b5d4-9860312842bf
,
de647bbb-39f0-42c2-88b1-2fd440c107b8
,
3cc04a1c-cf78-46d1-940d-13e7ccfbfc9e

}
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-15T16:05:42.565Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "103bfddf-35d1-4ca6-8029-d356f106d77c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0ae5baee-634b-4146-ae1b-fedde0d70984",
    "vfModuleModelCustomizationUUID": "aedc867f-7939-4d5e-b425-96b2cf075e33",
    "isBase": true,
    "artifacts": [
      "58026cb7-4a54-4140-b5d4-9860312842bf",
      "de647bbb-39f0-42c2-88b1-2fd440c107b8",
      "3cc04a1c-cf78-46d1-940d-13e7ccfbfc9e"
    ],
    "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-15T16:05:42.565Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0ae5baee-634b-4146-ae1b-fedde0d70984
VfModuleModelInvariantUUID:103bfddf-35d1-4ca6-8029-d356f106d77c
VfModuleModelDescription:NULL
Artifacts UUID List:{
58026cb7-4a54-4140-b5d4-9860312842bf
,
de647bbb-39f0-42c2-88b1-2fd440c107b8
,
3cc04a1c-cf78-46d1-940d-13e7ccfbfc9e

}
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-15T16:05:42.565Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 58026cb7-4a54-4140-b5d4-9860312842bf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-10-15T16:05:42.565Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-15T16:05:42.565Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||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-15T16:05:43.088Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-15T16:05:43.089Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 58026cb7-4a54-4140-b5d4-9860312842bf 1164
2021-10-15T16:05:43.089Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||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-15T16:05:43.089Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||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-15T16:05:43.090Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T16:05:43.090Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:05:43.092Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:05:43.092Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313943089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:05:43.196Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-10-15T16:05:43.196Z||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-15T16:05:43.196Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:05:43.209Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:05:43.210Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:05:44.093Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3cc04a1c-cf78-46d1-940d-13e7ccfbfc9e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-10-15T16:05:44.094Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-15T16:05:44.094Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||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-15T16:05:44.486Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-15T16:05:44.487Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 3cc04a1c-cf78-46d1-940d-13e7ccfbfc9e 200
2021-10-15T16:05:44.487Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||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-15T16:05:44.487Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||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-15T16:05:44.487Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T16:05:44.488Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:05:44.489Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:05:44.490Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313944487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:05:44.590Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:05:44.590Z||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-15T16:05:44.590Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:05:44.604Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:05:44.604Z||pool-93-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:05:45.490Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: d6b8b3fc-016e-489d-9359-117cbb0275cd
2021-10-15T16:05:45.491Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 6f63a278-019e-46a8-920a-a4d1878f017d 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=?
2021-10-15T16:05:45.507Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||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 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-15T16:05:45.513Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@58d67155, org.onap.sdc.toscaparser.api.parameters.Input@7a928a12, org.onap.sdc.toscaparser.api.parameters.Input@5c57b674, org.onap.sdc.toscaparser.api.parameters.Input@6ecd2f1a, org.onap.sdc.toscaparser.api.parameters.Input@5faa74f]
2021-10-15T16:05:45.514Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:05:45.514Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:05:45.514Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-10-15T16:05:45.515Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 95652d5c-a856-44eb-822f-fb48705d147a
2021-10-15T16:05:45.515Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 95652d5c-a856-44eb-822f-fb48705d147a matches Tosca VF Customization UUID: 95652d5c-a856-44eb-822f-fb48705d147a
2021-10-15T16:05:45.515Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 95652d5c-a856-44eb-822f-fb48705d147a  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-15T16:05:45.517Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:05:45.518Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:05:45.518Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 95652d5c-a856-44eb-822f-fb48705d147a: {\"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-15T16:05:45.519Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@de1db5f
2021-10-15T16:05:45.519Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:05:45.519Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-15T16:05:45.519Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : aedc867f-7939-4d5e-b425-96b2cf075e33
2021-10-15T16:05:45.519Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID aedc867f-7939-4d5e-b425-96b2cf075e33
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-15T16:05:45.522Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:05:45.522Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-15T16:05:45.522Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T16:05:45.523Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:05:45.523Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-15T16:05:45.523Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T16:05:45.524Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:05:45.524Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-15T16:05:45.527Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-10-15T16:05:45.527Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0232cf65-0d80-40ce-bbea-36a13a5ab869
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-15T16:05:45.529Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:05:45.529Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-15T16:05:45.530Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T16:05:45.530Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:05:45.530Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-15T16:05:45.530Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=95652d5c-a856-44eb-822f-fb48705d147a
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-15T16:05:45.532Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:05:45.532Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:05:45.532Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid d6b8b3fc-016e-489d-9359-117cbb0275cd: basic_cnf
2021-10-15T16:05:45.532Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:05:45.532Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:05:45.532Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:05:45.533Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:05:45.533Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:05:45.533Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:05:45.533Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:05:45.533Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:05:45.533Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:05:45.533Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:05:45.533Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||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-15T16:05:45.601Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 6f63a278-019e-46a8-920a-a4d1878f017d 1 ASDC deployResourceStructure
2021-10-15T16:05:45.602Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||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-15T16:05:45.602Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||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-15T16:05:45.602Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-10-15T16:05:45.602Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:05:45.605Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:05:45.605Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313945601,
  "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-15T16:05:45.705Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:05:45.706Z||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-15T16:05:45.706Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:05:45.718Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:05:45.718Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:05:46.606Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||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-15T16:05:46.606Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||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-15T16:05:46.607Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-10-15T16:05:46.607Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:05:46.609Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:05:46.609Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313946605,
  "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-15T16:05:46.709Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:05:46.710Z||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-15T16:05:46.710Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:05:46.721Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:05:46.721Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:05:47.610Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||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-15T16:05:47.611Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||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-15T16:05:47.611Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T16:05:47.611Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:05:47.614Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:05:47.614Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313947610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-15T16:05:47.714Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:05:47.715Z||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-15T16:05:47.715Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:05:47.729Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:05:47.729Z||pool-96-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:05:48.614Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||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-15T16:05:48.616Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||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-15T16:05:48.616Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T16:05:48.616Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:05:48.618Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:05:48.618Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313948614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-10-15T16:05:48.718Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:05:48.719Z||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-15T16:05:48.719Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:05:48.730Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:05:48.731Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:05:49.619Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||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-15T16:05:49.619Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||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-15T16:05:49.620Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T16:05:49.620Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:05:49.628Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:05:49.628Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313949619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-10-15T16:05:49.723Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-10-15T16:05:49.726Z||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-15T16:05:49.726Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:05:49.753Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:05:49.753Z||pool-98-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:05:50.629Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||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-15T16:05:50.630Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||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-15T16:05:50.630Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T16:05:50.630Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:05:50.632Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:05:50.632Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313950629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T16:05:50.732Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:05:50.733Z||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-15T16:05:50.733Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:05:50.745Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:05:50.745Z||pool-99-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:05:51.633Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 041889b5-6459-48c1-8cba-6a96ed33891b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T16:05:51.652Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 041889b5-6459-48c1-8cba-6a96ed33891b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-15T16:05:51.656Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T16:05:51.656Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-15T16:05:51.656Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-15T16:06:21.659Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 041889b5-6459-48c1-8cba-6a96ed33891b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T16:06:21.707Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 041889b5-6459-48c1-8cba-6a96ed33891b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-15T16:06:21.710Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T16:06:21.711Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-15T16:06:21.711Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-15T16:06:21.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:06:21.980Z||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-15T16:06:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T16:06:22.083Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:06:22.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:06:22.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b08ef52c-b55b-4956-816f-f62258a952ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313913771,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-15T16:06:22.085Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:06:51.711Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 041889b5-6459-48c1-8cba-6a96ed33891b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T16:06:51.760Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 041889b5-6459-48c1-8cba-6a96ed33891b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-15T16:06:51.763Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T16:06:51.763Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-15T16:06:51.764Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-15T16:07:21.764Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 041889b5-6459-48c1-8cba-6a96ed33891b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T16:07:21.779Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 041889b5-6459-48c1-8cba-6a96ed33891b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-15T16:07:21.782Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T16:07:21.782Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-15T16:07:21.782Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-15T16:07:21.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:07:21.980Z||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-15T16:07:21.985Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T16:07:22.016Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:07:22.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "cds",
  "timestamp": 1634313916972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "dcae-sch",
  "timestamp": 1634313922435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "aai-ml",
  "timestamp": 1634313916672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313914787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "cds",
  "timestamp": 1634313916972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "dcae-sch",
  "timestamp": 1634313922435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "aai-ml",
  "timestamp": 1634313916672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313914787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-15T16:07:22.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "cds",
  "timestamp": 1634313916972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "dcae-sch",
  "timestamp": 1634313922435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "aai-ml",
  "timestamp": 1634313916672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313914787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-15T16:07:22.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "clamp",
  "timestamp": 1634313926027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "cds",
  "timestamp": 1634313916972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "dcae-sch",
  "timestamp": 1634313922435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "aai-ml",
  "timestamp": 1634313916672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313914787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T16:07:22.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "clamp",
  "timestamp": 1634313926027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "cds",
  "timestamp": 1634313916972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.038Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "dcae-sch",
  "timestamp": 1634313922435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.038Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "aai-ml",
  "timestamp": 1634313916672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.038Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313914787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-15T16:07:22.038Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "policy-id",
  "timestamp": 1634313927934,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.039Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "clamp",
  "timestamp": 1634313926027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.039Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "cds",
  "timestamp": 1634313916972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.039Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "aai-ml",
  "timestamp": 1634313916672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.039Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "dcae-sch",
  "timestamp": 1634313922435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.039Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313914787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.039Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "policy-id",
  "timestamp": 1634313927934,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.040Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "clamp",
  "timestamp": 1634313926027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T16:07:22.040Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "cds",
  "timestamp": 1634313916972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.040Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "aai-ml",
  "timestamp": 1634313916672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.040Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "dcae-sch",
  "timestamp": 1634313922435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.040Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313914787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-15T16:07:22.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "policy-id",
  "timestamp": 1634313927934,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "clamp",
  "timestamp": 1634313926027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "cds",
  "timestamp": 1634313916972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "aai-ml",
  "timestamp": 1634313916672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "dcae-sch",
  "timestamp": 1634313922435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313914787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "policy-id",
  "timestamp": 1634313927934,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "clamp",
  "timestamp": 1634313926027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "cds",
  "timestamp": 1634313916972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:07:22.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "dcae-sch",
  "timestamp": 1634313922435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "aai-ml",
  "timestamp": 1634313916672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:07:22.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313914787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:07:22.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "policy-id",
  "timestamp": 1634313927934,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-15T16:07:22.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "clamp",
  "timestamp": 1634313926027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "policy-id",
  "timestamp": 1634313927934,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "clamp",
  "timestamp": 1634313926027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313933705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313933814,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "cds",
  "timestamp": 1634313934465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:07:22.046Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:07:22.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313934514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:07:22.046Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:07:22.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "policy-id",
  "timestamp": 1634313927934,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "clamp",
  "timestamp": 1634313926027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:07:22.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "aai-ml",
  "timestamp": 1634313934764,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:07:22.046Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:07:22.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313933705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313933814,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-15T16:07:22.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "cds",
  "timestamp": 1634313935469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-15T16:07:22.069Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 041889b5-6459-48c1-8cba-6a96ed33891b
2021-10-15T16:07:22.069Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 041889b5-6459-48c1-8cba-6a96ed33891b 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-15T16:07:22.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "policy-id",
  "timestamp": 1634313927934,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.083Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313933705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.083Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313933814,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-15T16:07:22.083Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "policy-id",
  "timestamp": 1634313927934,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:07:22.084Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313933705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313933814,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T16:07:22.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313938253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:07:22.091Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:07:22.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "policy-id",
  "timestamp": 1634313938236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:07:22.092Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:07:22.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313933705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313933814,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-15T16:07:22.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "policy-id",
  "timestamp": 1634313939239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T16:07:22.092Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:07:22.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313933705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313933814,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313939813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:07:22.093Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:07:22.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "policy-id",
  "timestamp": 1634313940244,
  "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-15T16:07:22.099Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 041889b5-6459-48c1-8cba-6a96ed33891b
2021-10-15T16:07:22.099Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 041889b5-6459-48c1-8cba-6a96ed33891b 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-15T16:07:22.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "cds",
  "timestamp": 1634313936473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.109Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313939724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.109Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313933705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.109Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313933814,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-15T16:07:22.109Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "clamp",
  "timestamp": 1634313940895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:07:22.109Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:07:22.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "cds",
  "timestamp": 1634313936473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.110Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313939724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.110Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313933705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.110Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313933814,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.110Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313941554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:07:22.111Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:07:22.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "cds",
  "timestamp": 1634313936473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.111Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313939724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.111Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313933705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.111Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313933814,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:07:22.112Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "clamp",
  "timestamp": 1634313942906,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T16:07:22.112Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:07:22.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "dcae-sch",
  "timestamp": 1634313942435,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.112Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313943089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:07:22.112Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:07:22.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "cds",
  "timestamp": 1634313936473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.112Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313939724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.112Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313943866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:07:22.113Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:07:22.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "clamp",
  "timestamp": 1634313943910,
  "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-15T16:07:22.118Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 041889b5-6459-48c1-8cba-6a96ed33891b
2021-10-15T16:07:22.118Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 041889b5-6459-48c1-8cba-6a96ed33891b 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-15T16:07:22.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "dcae-sch",
  "timestamp": 1634313942435,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.128Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "cds",
  "timestamp": 1634313936473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.128Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313939724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.129Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313944487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:07:22.129Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:07:22.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "dcae-sch",
  "timestamp": 1634313942435,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.129Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313945198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:07:22.129Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:07:22.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "cds",
  "timestamp": 1634313936473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.130Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313939724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.130Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313945601,
  "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-15T16:07:22.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:07:22.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "dcae-sch",
  "timestamp": 1634313942435,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.130Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "cds",
  "timestamp": 1634313936473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.131Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313939724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.131Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313946553,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:07:22.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:07:22.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313946605,
  "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-15T16:07:22.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:07:22.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "dcae-sch",
  "timestamp": 1634313942435,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.132Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "cds",
  "timestamp": 1634313936473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.132Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313939724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.132Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313947610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-15T16:07:22.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:07:22.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313947993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:07:22.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:07:22.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "dcae-sch",
  "timestamp": 1634313942435,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.132Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "aai-ml",
  "timestamp": 1634313948222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T16:07:22.133Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:07:22.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "cds",
  "timestamp": 1634313936473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:07:22.133Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313939724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:07:22.133Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "policy-id",
  "timestamp": 1634313947934,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.133Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313948614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-10-15T16:07:22.133Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:07:22.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313949044,
  "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-15T16:07:22.141Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 041889b5-6459-48c1-8cba-6a96ed33891b
2021-10-15T16:07:22.141Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 041889b5-6459-48c1-8cba-6a96ed33891b 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-15T16:07:22.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "dcae-sch",
  "timestamp": 1634313942435,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.151Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "aai-ml",
  "timestamp": 1634313949226,
  "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-15T16:07:22.159Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 041889b5-6459-48c1-8cba-6a96ed33891b
2021-10-15T16:07:22.159Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 041889b5-6459-48c1-8cba-6a96ed33891b 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-15T16:07:22.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "policy-id",
  "timestamp": 1634313947934,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.171Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313949619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-10-15T16:07:22.171Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:07:22.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313949692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:07:22.171Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:07:22.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "cds",
  "timestamp": 1634313949913,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:07:22.172Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:07:22.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313950048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-15T16:07:22.172Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:07:22.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "dcae-sch",
  "timestamp": 1634313942435,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.172Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "policy-id",
  "timestamp": 1634313947934,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.172Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634313950629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T16:07:22.172Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:07:22.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "aai-ml",
  "timestamp": 1634313950230,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.172Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "dcae-sch",
  "timestamp": 1634313942435,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.173Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "policy-id",
  "timestamp": 1634313947934,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.173Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "aai-ml",
  "timestamp": 1634313950230,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.173Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313952081,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T16:07:22.173Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:07:22.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "cds",
  "timestamp": 1634313952482,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T16:07:22.190Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e736a5e0-7e48-4375-8e16-821d4cac4716
2021-10-15T16:07:22.190Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e736a5e0-7e48-4375-8e16-821d4cac4716 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-15T16:07:22.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "policy-id",
  "timestamp": 1634313947934,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.209Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "aai-ml",
  "timestamp": 1634313950230,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.209Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313953085,
  "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-15T16:07:22.216Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 041889b5-6459-48c1-8cba-6a96ed33891b
2021-10-15T16:07:22.216Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 041889b5-6459-48c1-8cba-6a96ed33891b 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-15T16:07:22.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "policy-id",
  "timestamp": 1634313947934,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "aai-ml",
  "timestamp": 1634313950230,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313939724,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313953705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.228Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313953814,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.228Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "policy-id",
  "timestamp": 1634313947934,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.228Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "aai-ml",
  "timestamp": 1634313950230,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.228Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313939724,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.228Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313953705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.229Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313953814,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.229Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "policy-id",
  "timestamp": 1634313947934,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.229Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "aai-ml",
  "timestamp": 1634313950230,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.229Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313939724,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.230Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313953705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.230Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313953814,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.230Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "policy-id",
  "timestamp": 1634313947934,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:07:22.230Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.231Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "clamp",
  "timestamp": 1634313956027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.231Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.231Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "aai-ml",
  "timestamp": 1634313950230,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.231Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.231Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313939724,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.231Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.231Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313953705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.231Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.231Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313953814,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.231Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.231Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "clamp",
  "timestamp": 1634313956027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.231Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.231Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "aai-ml",
  "timestamp": 1634313950230,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.231Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.232Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "policy-id",
  "timestamp": 1634313957958,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:07:22.232Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:07:22.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.232Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313939724,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.232Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.232Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313953705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.232Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.232Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313953814,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.232Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.232Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "clamp",
  "timestamp": 1634313956027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.232Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.232Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "aai-ml",
  "timestamp": 1634313950230,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:07:22.232Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.232Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "policy-id",
  "timestamp": 1634313958961,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T16:07:22.232Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:07:22.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313939724,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.233Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313953705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.233Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313953814,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.233Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "clamp",
  "timestamp": 1634313956027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.233Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "policy-id",
  "timestamp": 1634313959964,
  "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-15T16:07:22.246Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e736a5e0-7e48-4375-8e16-821d4cac4716
2021-10-15T16:07:22.246Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e736a5e0-7e48-4375-8e16-821d4cac4716 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-15T16:07:22.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313939724,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.262Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "aai-ml",
  "timestamp": 1634313960354,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:07:22.262Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:07:22.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313953705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-10-15T16:07:22.262Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313953814,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.263Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "clamp",
  "timestamp": 1634313956027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.263Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313939724,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.263Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313953705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.263Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313953814,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.263Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "clamp",
  "timestamp": 1634313956027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.263Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313939724,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:07:22.264Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313953705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.264Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313953814,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:07:22.264Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "clamp",
  "timestamp": 1634313956027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.264Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313963601,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:07:22.264Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:07:22.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "clamp",
  "timestamp": 1634313956027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:07:22.264Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313963773,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:07:22.265Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:07:22.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "clamp",
  "timestamp": 1634313956027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:07:22.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:07:22.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313964801,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-10-15T16:07:22.266Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:07:22.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313965627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T16:07:22.266Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:07:22.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313965805,
  "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-15T16:07:22.276Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of e736a5e0-7e48-4375-8e16-821d4cac4716
2021-10-15T16:07:22.277Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e736a5e0-7e48-4375-8e16-821d4cac4716 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-15T16:07:22.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "aai-ml",
  "timestamp": 1634313966495,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T16:07:22.311Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:07:22.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313966631,
  "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-15T16:07:22.319Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e736a5e0-7e48-4375-8e16-821d4cac4716
2021-10-15T16:07:22.319Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e736a5e0-7e48-4375-8e16-821d4cac4716 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-15T16:07:22.330Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.331Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "aai-ml",
  "timestamp": 1634313967499,
  "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-15T16:07:22.338Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e736a5e0-7e48-4375-8e16-821d4cac4716
2021-10-15T16:07:22.338Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e736a5e0-7e48-4375-8e16-821d4cac4716 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-15T16:07:22.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "clamp",
  "timestamp": 1634313978900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:07:22.349Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:07:22.349Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:07:22.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "clamp",
  "timestamp": 1634313981917,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T16:07:22.349Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:07:51.782Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 041889b5-6459-48c1-8cba-6a96ed33891b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T16:07:51.816Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 041889b5-6459-48c1-8cba-6a96ed33891b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-15T16:07:51.820Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T16:07:51.820Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-15T16:07:51.820Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-15T16:07:51.820Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-15T16:07:51.821Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:07:51.821Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:07:51.821Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:07:51.821Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:07:51.821Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:07:51.821Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:07:51.821Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-15T16:07:51.829Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-15T16:08:21.830Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 041889b5-6459-48c1-8cba-6a96ed33891b 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-15T16:08:21.835Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 041889b5-6459-48c1-8cba-6a96ed33891b and serviceModelVersionId: d6b8b3fc-016e-489d-9359-117cbb0275cd
2021-10-15T16:08:21.835Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 98790ab3-5555-4dba-81f3-fc84b4743271
2021-10-15T16:08:21.836Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/98790ab3-5555-4dba-81f3-fc84b4743271/model-vers/model-ver/d6b8b3fc-016e-489d-9359-117cbb0275cd?depth=0
2021-10-15T16:08:21.841Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-10-15T16:08:21.884Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/98790ab3-5555-4dba-81f3-fc84b4743271/model-vers/model-ver/d6b8b3fc-016e-489d-9359-117cbb0275cd?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-15T16:08:21.884Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/98790ab3-5555-4dba-81f3-fc84b4743271/model-vers/model-ver/d6b8b3fc-016e-489d-9359-117cbb0275cd?depth=0|INFO|500||Invoke
2021-10-15T16:08:21.910Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/98790ab3-5555-4dba-81f3-fc84b4743271/model-vers/model-ver/d6b8b3fc-016e-489d-9359-117cbb0275cd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-15T16:08:21.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:08:21.980Z||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-15T16:08:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T16:08:22.507Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:08:22.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "clamp",
  "timestamp": 1634313982924,
  "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-15T16:08:22.515Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e736a5e0-7e48-4375-8e16-821d4cac4716
2021-10-15T16:08:22.516Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e736a5e0-7e48-4375-8e16-821d4cac4716 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-15T16:08:22.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313993814,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "dcae-sch",
  "timestamp": 1634314002435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313999724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313993705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313993814,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T16:08:22.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "dcae-sch",
  "timestamp": 1634314002435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313993705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313999724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313993814,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-15T16:08:22.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "dcae-sch",
  "timestamp": 1634314002435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313999724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313993705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313993814,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "dcae-sch",
  "timestamp": 1634314002435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313993705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.537Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313999724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.537Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "aai-ml",
  "timestamp": 1634314006672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.537Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313993814,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-15T16:08:22.537Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "dcae-sch",
  "timestamp": 1634314002435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.537Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313999724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.537Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313993705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.537Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "cds",
  "timestamp": 1634314006972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.537Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "aai-ml",
  "timestamp": 1634314006672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.538Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "dcae-sch",
  "timestamp": 1634314002435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.538Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313993814,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.538Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313993705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.538Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313999724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.538Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "cds",
  "timestamp": 1634314006972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.538Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "policy-id",
  "timestamp": 1634314007934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.538Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "aai-ml",
  "timestamp": 1634314006672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.538Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "dcae-sch",
  "timestamp": 1634314002435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313993814,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313993705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313999724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "cds",
  "timestamp": 1634314006972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "policy-id",
  "timestamp": 1634314007934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "aai-ml",
  "timestamp": 1634314006672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "dcae-sch",
  "timestamp": 1634314002435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634313993814,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:08:22.540Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634313993705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.540Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634313999724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:08:22.540Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "cds",
  "timestamp": 1634314006972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.540Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "policy-id",
  "timestamp": 1634314007934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-15T16:08:22.540Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "aai-ml",
  "timestamp": 1634314006672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.540Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "cds",
  "timestamp": 1634314006972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.540Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "policy-id",
  "timestamp": 1634314007934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634314011914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:08:22.541Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:08:22.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634314011929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:08:22.541Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:08:22.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "aai-ml",
  "timestamp": 1634314006672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "cds",
  "timestamp": 1634314006972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "policy-id",
  "timestamp": 1634314007934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634314013025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:08:22.541Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:08:22.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "aai-ml",
  "timestamp": 1634314006672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "cds",
  "timestamp": 1634314006972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.542Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "policy-id",
  "timestamp": 1634314007934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.542Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "aai-ml",
  "timestamp": 1634314006672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:08:22.542Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634314014463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:08:22.542Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:08:22.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634314014506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T16:08:22.542Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:08:22.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "cds",
  "timestamp": 1634314006972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:08:22.542Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "policy-id",
  "timestamp": 1634314007934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.542Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634314015510,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T16:08:22.557Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 096be049-a5d8-45a3-a2a6-405c8561d25e
2021-10-15T16:08:22.557Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 096be049-a5d8-45a3-a2a6-405c8561d25e 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-15T16:08:22.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634314015512,
  "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-15T16:08:22.573Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 096be049-a5d8-45a3-a2a6-405c8561d25e
2021-10-15T16:08:22.573Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 096be049-a5d8-45a3-a2a6-405c8561d25e 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-15T16:08:22.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "aai-ml",
  "timestamp": 1634314015689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:08:22.582Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:08:22.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "policy-id",
  "timestamp": 1634314007934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:08:22.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "cds",
  "timestamp": 1634314015876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:08:22.583Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:08:22.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634314016537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-15T16:08:22.583Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:08:22.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "clamp",
  "timestamp": 1634314016027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.583Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "cds",
  "timestamp": 1634314017210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-15T16:08:22.588Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 096be049-a5d8-45a3-a2a6-405c8561d25e
2021-10-15T16:08:22.588Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 096be049-a5d8-45a3-a2a6-405c8561d25e 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-15T16:08:22.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "policy-id",
  "timestamp": 1634314017279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:08:22.598Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:08:22.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "clamp",
  "timestamp": 1634314016027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T16:08:22.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "policy-id",
  "timestamp": 1634314018285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T16:08:22.598Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:08:22.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "clamp",
  "timestamp": 1634314016027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "policy-id",
  "timestamp": 1634314019287,
  "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-15T16:08:22.604Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 096be049-a5d8-45a3-a2a6-405c8561d25e
2021-10-15T16:08:22.605Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 096be049-a5d8-45a3-a2a6-405c8561d25e 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-15T16:08:22.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "clamp",
  "timestamp": 1634314016027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.629Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "clamp",
  "timestamp": 1634314016027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.629Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "clamp",
  "timestamp": 1634314016027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.629Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "clamp",
  "timestamp": 1634314016027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:22.629Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "clamp",
  "timestamp": 1634314016027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:08:22.629Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:08:22.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "aai-ml",
  "timestamp": 1634314032129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T16:08:22.629Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:08:22.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "clamp",
  "timestamp": 1634314032937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:08:22.629Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:08:22.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "aai-ml",
  "timestamp": 1634314033133,
  "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-15T16:08:22.636Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 096be049-a5d8-45a3-a2a6-405c8561d25e
2021-10-15T16:08:22.636Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 096be049-a5d8-45a3-a2a6-405c8561d25e 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-15T16:08:22.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "clamp",
  "timestamp": 1634314035941,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T16:08:22.645Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:08:22.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:08:22.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "clamp",
  "timestamp": 1634314036946,
  "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-15T16:08:22.650Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 096be049-a5d8-45a3-a2a6-405c8561d25e
2021-10-15T16:08:22.650Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 096be049-a5d8-45a3-a2a6-405c8561d25e 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-15T16:08:23.010Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/98790ab3-5555-4dba-81f3-fc84b4743271/model-vers/model-ver/d6b8b3fc-016e-489d-9359-117cbb0275cd?depth=0|INFO|500||InvokeReturn
2021-10-15T16:08:23.011Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/98790ab3-5555-4dba-81f3-fc84b4743271/model-vers/model-ver/d6b8b3fc-016e-489d-9359-117cbb0275cd?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-16:08:21:917-13977], vertex-id=[204952], Content-Length=[0], Date=[Fri, 15 Oct 2021 16:08:21 GMT], Content-Type=[application/json]}
2021-10-15T16:08:23.011Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-10-15T16:08:23.011Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-15T16:08:23.011Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||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-15T16:08:23.016Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-15T16:08:23.017Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 041889b5-6459-48c1-8cba-6a96ed33891b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-15T16:08:23.017Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-15T16:08:23.017Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:08:23.019Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:08:23.019Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314103017,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-15T16:08:23.119Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:08:23.120Z||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-15T16:08:23.120Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:08:23.131Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:08:23.131Z||pool-100-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-15T16:08:24.033Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:08:24.033Z|041889b5-6459-48c1-8cba-6a96ed33891b|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-15T16:08:24.033Z|041889b5-6459-48c1-8cba-6a96ed33891b|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 meIto6yZd0XjcfOS) ...
2021-10-15T16:08:28.353Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:08:28.354Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-15T16:08:28.354Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"e736a5e0-7e48-4375-8e16-821d4cac4716","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"e033e55a-b132-4e22-9f4b-eb77b6b8456a","serviceDescription":"service","serviceInvariantUUID":"f5badcce-d1ec-4412-9356-f386a42380d0","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c019a61c-bd44-415d-9882-bc69015c4839","resourceInvariantUUID":"8bf230cf-066a-4372-ab27-0918c51a80cf","resourceCustomizationUUID":"60203fc3-e388-4105-8e0e-8aaf2d5359df","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":"Y2ViZDUyZjc3NGZmMDhkNzlhZmI3MTk2YjRjODU2MzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c7e79a04-a940-4d08-b16e-b1bc17fb4c5f","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":"6a70020b-d6b2-4dc5-b7a6-19a5f039b3bf","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":"1d1bed6a-c560-4176-849c-77a9aafa5d1d","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":"ZTllOTk4NDU3NzkwNDZmM2IxMmI3OGE1YmRlMzkzNWY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6ec109b9-67a1-4fe5-aebc-31f1d4d8d677","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":"388fa462-d7cb-4d94-b86f-af823ab44827","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":"bcfc0ae0-2662-413b-b4b6-7a8e52ad8330","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":"cc060072-72a0-4b29-9dbe-e61a4120786d","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":"NDgzMmQzOGExYTMwOWE5ZWVlZmJiNDllMWNlNGRhNWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0791b684-cbc2-4b8a-9d20-5f6db71cd88a","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZWFkOGQ2MGFkNDYxMjFkYTUzMTliMjg2OTQ3OWJjNzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"40702d52-bdd5-4836-b0c8-d47bef48d7f9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-15T16:08:28.356Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:08:28.356Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:08:28.358Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:08:28.358Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314104033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:28.458Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:08:28.459Z||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-15T16:08:28.459Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:08:28.500Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:08:28.500Z||pool-101-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:08:29.359Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:08:29.360Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:08:29.362Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:08:29.362Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314104033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:29.462Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:08:29.463Z||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-15T16:08:29.463Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:08:29.480Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:08:29.481Z||pool-102-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:08:30.362Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:08:30.363Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:08:30.365Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:08:30.365Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314104033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:30.465Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:08:30.466Z||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-15T16:08:30.466Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:08:30.483Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:08:30.484Z||pool-103-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:08:31.366Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:08:31.367Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:08:31.372Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:08:31.372Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314104033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:31.471Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T16:08:31.472Z||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-15T16:08:31.472Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:08:31.504Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:08:31.504Z||pool-104-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:08:32.373Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:08:32.374Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:08:32.376Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:08:32.376Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314104033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:32.477Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-15T16:08:32.478Z||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-15T16:08:32.478Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:08:32.516Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:08:32.516Z||pool-105-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:08:33.377Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:08:33.377Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:08:33.379Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:08:33.379Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314104033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:33.480Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:08:33.480Z||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-15T16:08:33.480Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:08:33.493Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:08:33.493Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:08:34.380Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:08:34.381Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:08:34.383Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:08:34.383Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314104033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:34.483Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:08:34.484Z||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-15T16:08:34.484Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:08:34.495Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:08:34.496Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:08:35.383Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:08:35.384Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:08:35.386Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:08:35.386Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314104033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:08:35.486Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:08:35.487Z||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-15T16:08:35.488Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:08:35.499Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:08:35.500Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-15T16:08:36.386Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:08:36.388Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:08:36.391Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:08:36.391Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314104033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:08:36.491Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:08:36.492Z||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-15T16:08:36.492Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:08:36.508Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:08:36.508Z||pool-109-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:08:37.392Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e033e55a-b132-4e22-9f4b-eb77b6b8456a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f5badcce-d1ec-4412-9356-f386a42380d0",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "60203fc3-e388-4105-8e0e-8aaf2d5359df",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c019a61c-bd44-415d-9882-bc69015c4839",
      "resourceInvariantUUID": "8bf230cf-066a-4372-ab27-0918c51a80cf",
      "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": "ZWFkOGQ2MGFkNDYxMjFkYTUzMTliMjg2OTQ3OWJjNzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "40702d52-bdd5-4836-b0c8-d47bef48d7f9"
    }
  ],
  "workloadContext": "Production"
}
2021-10-15T16:08:37.392Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-15T16:08:37.392Z|041889b5-6459-48c1-8cba-6a96ed33891b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e033e55a-b132-4e22-9f4b-eb77b6b8456a ASDC
2021-10-15T16:08:37.393Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:e736a5e0-7e48-4375-8e16-821d4cac4716
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:e033e55a-b132-4e22-9f4b-eb77b6b8456a
ServiceInvariantUUID:f5badcce-d1ec-4412-9356-f386a42380d0
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:40702d52-bdd5-4836-b0c8-d47bef48d7f9
ArtifactChecksum:ZWFkOGQ2MGFkNDYxMjFkYTUzMTliMjg2OTQ3OWJjNzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:60203fc3-e388-4105-8e0e-8aaf2d5359df
ResourceInvariantUUID:8bf230cf-066a-4372-ab27-0918c51a80cf
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:c019a61c-bd44-415d-9882-bc69015c4839
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-10-15T16:08:37.393Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e033e55a-b132-4e22-9f4b-eb77b6b8456a 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-15T16:08:37.437Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T16:08:37.438Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-15T16:08:37.438Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-15T16:08:37.438Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 40702d52-bdd5-4836-b0c8-d47bef48d7f9 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-15T16:08:37.438Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-15T16:08:37.438Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-15T16:08:38.264Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-15T16:08:38.272Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 40702d52-bdd5-4836-b0c8-d47bef48d7f9 105550
2021-10-15T16:08:38.273Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||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-15T16:08:38.273Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||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-15T16:08:38.273Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T16:08:38.273Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:08:38.279Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:08:38.279Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314118273,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:08:38.377Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-10-15T16:08:38.378Z||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-15T16:08:38.378Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:08:38.389Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:08:38.390Z||pool-110-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-15T16:08:39.279Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T16:08:39.281Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-15T16:08:39.281Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 40702d52-bdd5-4836-b0c8-d47bef48d7f9, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-15T16:08:39.282Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-10-15T16:08:39.282Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-15T16:08:39.282Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-15T16:08:39.392Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13713736648121993129/Definitions/service-TestPnfMacro-template.yml
2021-10-15T16:08:40.207Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-15T16:08:40.208Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-15T16:08:40.208Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-15T16:08:40.208Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-15T16:08:40.208Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||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-15T16:08:40.208Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||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-15T16:08:40.208Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||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-15T16:08:40.208Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||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-15T16:08:40.208Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-15T16:08:40.208Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-15T16:08:40.208Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-15T16:08:40.208Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-15T16:08:40.208Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:08:40.209Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:08:40.209Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-10-15T16:08:40.209Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-15T16:08:40.209Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T16:08:40.209Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:08:40.209Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:08:40.209Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-10-15T16:08:40.209Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-15T16:08:40.209Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T16:08:40.209Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:08:40.209Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:08:40.209Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:08:40.210Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:08:40.210Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:08:40.210Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:08:40.210Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:08:40.210Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:08:40.210Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:08:40.210Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:08:40.210Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:e033e55a-b132-4e22-9f4b-eb77b6b8456a
Model Version:NULL
Model InvariantUuid:f5badcce-d1ec-4412-9356-f386a42380d0
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-15T16:08:40.217Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: c019a61c-bd44-415d-9882-bc69015c4839
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-15T16:08:40.220Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||INFO|500||test-pnf 0
2021-10-15T16:08:40.221Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c019a61c-bd44-415d-9882-bc69015c4839
2021-10-15T16:08:40.221Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||No resources found for Service: e033e55a-b132-4e22-9f4b-eb77b6b8456a
2021-10-15T16:08:40.221Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: e033e55a-b132-4e22-9f4b-eb77b6b8456a
2021-10-15T16:08:40.221Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 c019a61c-bd44-415d-9882-bc69015c4839 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-15T16:08:40.225Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@c7a656, org.onap.sdc.toscaparser.api.parameters.Input@72be26c, org.onap.sdc.toscaparser.api.parameters.Input@62eb17df, org.onap.sdc.toscaparser.api.parameters.Input@9a2866f, org.onap.sdc.toscaparser.api.parameters.Input@34ea641b]
2021-10-15T16:08:40.226Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:08:40.226Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:08:40.226Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid e033e55a-b132-4e22-9f4b-eb77b6b8456a: test-pnf
2021-10-15T16:08:40.227Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||INFO|500||Processing PNF resource: c019a61c-bd44-415d-9882-bc69015c4839
2021-10-15T16:08:40.227Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:08:40.227Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:08:40.227Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||INFO|500||Resource customization UUID: 60203fc3-e388-4105-8e0e-8aaf2d5359df is the same as notified resource customizationUUID: 60203fc3-e388-4105-8e0e-8aaf2d5359df
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-15T16:08:40.274Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf c019a61c-bd44-415d-9882-bc69015c4839 0 ASDC deployResourceStructure
2021-10-15T16:08:40.274Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||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-15T16:08:40.274Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||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-15T16:08:40.274Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T16:08:40.274Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:08:40.276Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:08:40.276Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314120274,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T16:08:40.377Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-15T16:08:40.377Z||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-15T16:08:40.377Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:08:40.388Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:08:40.388Z||pool-111-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:08:41.277Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e736a5e0-7e48-4375-8e16-821d4cac4716
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T16:08:41.303Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e736a5e0-7e48-4375-8e16-821d4cac4716
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-15T16:08:41.316Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T16:08:41.323Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-15T16:08:41.324Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-15T16:08:41.324Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-15T16:08:41.324Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:08:41.325Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:08:41.325Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:08:41.325Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:08:41.325Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:08:41.325Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:08:41.325Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:08:41.326Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-15T16:08:41.334Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-15T16:09:11.334Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e736a5e0-7e48-4375-8e16-821d4cac4716 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-15T16:09:11.340Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e736a5e0-7e48-4375-8e16-821d4cac4716 and serviceModelVersionId: e033e55a-b132-4e22-9f4b-eb77b6b8456a
2021-10-15T16:09:11.340Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f5badcce-d1ec-4412-9356-f386a42380d0
2021-10-15T16:09:11.342Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f5badcce-d1ec-4412-9356-f386a42380d0/model-vers/model-ver/e033e55a-b132-4e22-9f4b-eb77b6b8456a?depth=0
2021-10-15T16:09:11.347Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-10-15T16:09:11.392Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f5badcce-d1ec-4412-9356-f386a42380d0/model-vers/model-ver/e033e55a-b132-4e22-9f4b-eb77b6b8456a?depth=0|INFO|500||Invoke
2021-10-15T16:09:11.392Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f5badcce-d1ec-4412-9356-f386a42380d0/model-vers/model-ver/e033e55a-b132-4e22-9f4b-eb77b6b8456a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f5badcce-d1ec-4412-9356-f386a42380d0/model-vers/model-ver/e033e55a-b132-4e22-9f4b-eb77b6b8456a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e736a5e0-7e48-4375-8e16-821d4cac4716], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d77057f5-8f9f-4504-92a1-71965471b6a9], X-ECOMP-RequestID=[e736a5e0-7e48-4375-8e16-821d4cac4716], X-TransactionId=[], X-ONAP-RequestID=[e736a5e0-7e48-4375-8e16-821d4cac4716], Content-Type=[application/merge-patch+json]}
2021-10-15T16:09:11.540Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f5badcce-d1ec-4412-9356-f386a42380d0/model-vers/model-ver/e033e55a-b132-4e22-9f4b-eb77b6b8456a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-15T16:09:12.314Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f5badcce-d1ec-4412-9356-f386a42380d0/model-vers/model-ver/e033e55a-b132-4e22-9f4b-eb77b6b8456a?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/f5badcce-d1ec-4412-9356-f386a42380d0/model-vers/model-ver/e033e55a-b132-4e22-9f4b-eb77b6b8456a?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-16:09:11:551-14531], vertex-id=[229456], Content-Length=[0], Date=[Fri, 15 Oct 2021 16:09:11 GMT], Content-Type=[application/json]}
2021-10-15T16:09:12.314Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f5badcce-d1ec-4412-9356-f386a42380d0/model-vers/model-ver/e033e55a-b132-4e22-9f4b-eb77b6b8456a?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-15T16:09:12.315Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f5badcce-d1ec-4412-9356-f386a42380d0/model-vers/model-ver/e033e55a-b132-4e22-9f4b-eb77b6b8456a?depth=0|INFO|500||InvokeReturn
2021-10-15T16:09:12.315Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-15T16:09:12.316Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||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-15T16:09:12.330Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-15T16:09:12.330Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e736a5e0-7e48-4375-8e16-821d4cac4716 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-15T16:09:12.330Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-15T16:09:12.331Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:09:12.333Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:09:12.333Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314152330,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-15T16:09:12.433Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:09:12.434Z||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-15T16:09:12.434Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:09:12.462Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:09:12.463Z||pool-112-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-15T16:09:13.347Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-15T16:09:13.347Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"096be049-a5d8-45a3-a2a6-405c8561d25e","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"109172a2-1329-4cf2-a18d-cfa6e13ce466","serviceDescription":"service","serviceInvariantUUID":"4ea5dabc-affa-4e52-9cfb-ffcb40db0dd3","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f81b7bef-1b3d-44d4-add2-1463d085345a","resourceInvariantUUID":"84ed64d7-d701-40f5-88a6-186299eaeb89","resourceCustomizationUUID":"2a576d39-b9a3-45d4-8ee5-8a870d0f5ba5","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":"YTAwZjU5MDM5OWUyZjI5ZWY5YjQzMDBkNjQyNzFkZjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c52de80d-dad3-4d83-a565-2554689db77f","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":"YjQzYmUzODRiMGQ3YzdlZGY4Yzk3ODBhZWQ4MDQ0OTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"94cc17ca-4ee8-4d89-8652-577be0ed4e57","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":"258a8c18-fdde-4121-869b-05bf55a938ba","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":"ed76fe56-f3c7-47a6-8845-2dbdfedd00d6","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":"77fef126-1777-4b13-afc0-bab4c9883f2d","artifactVersion":"2","generatedFromUUID":"258a8c18-fdde-4121-869b-05bf55a938ba"},{"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":"Y2I4MTY3MWNiOWQxOTMwNTFiYzNhZWM0OGIzZWJkMjI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f521f04e-85db-4448-bde1-3a82666e7deb","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":"YzU2MzQwNWZlMGUwYzZhNjFhMzQ3OTdmNzIwZTZkOGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"79f6c66b-44fa-4216-aa01-3df492213806","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZjI1MjIxMGJhN2Y3MTFmYmY4NGY2ZjliZDA2OGViNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a0eed0ca-c03e-4044-95df-9126ef715d1c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-15T16:09:13.348Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:09:13.348Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:09:13.350Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:09:13.350Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314104033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:13.450Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:09:13.451Z||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-15T16:09:13.451Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:09:13.461Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:09:13.462Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:09:14.350Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:09:14.351Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:09:14.354Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:09:14.354Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314104033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T16:09:14.454Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:09:14.455Z||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-15T16:09:14.455Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:09:14.469Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:09:14.470Z||pool-114-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:09:15.354Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:09:15.355Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:09:15.357Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:09:15.357Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314104033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-15T16:09:15.457Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:09:15.458Z||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-15T16:09:15.458Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:09:15.478Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:09:15.478Z||pool-115-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:09:16.358Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:09:16.359Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:09:16.360Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:09:16.361Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314104033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:16.461Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:09:16.462Z||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-15T16:09:16.462Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:09:16.475Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:09:16.475Z||pool-116-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:09:17.361Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:09:17.362Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:09:17.364Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:09:17.364Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314104033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-15T16:09:17.465Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:09:17.465Z||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-15T16:09:17.465Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:09:17.476Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:09:17.476Z||pool-117-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:09:18.365Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:09:18.366Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:09:18.368Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:09:18.368Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314104033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:18.469Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-15T16:09:18.470Z||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-15T16:09:18.470Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:09:18.511Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:09:18.511Z||pool-118-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:09:19.369Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:09:19.370Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:09:19.372Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:09:19.372Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314104033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:19.473Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-15T16:09:19.473Z||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-15T16:09:19.473Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:09:19.485Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:09:19.486Z||pool-119-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:09:20.372Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:09:20.373Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:09:20.375Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:09:20.375Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314104033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:09:20.476Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:09:20.476Z||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-15T16:09:20.477Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:09:20.493Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:09:20.493Z||pool-120-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:09:21.377Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "109172a2-1329-4cf2-a18d-cfa6e13ce466",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4ea5dabc-affa-4e52-9cfb-ffcb40db0dd3",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "2a576d39-b9a3-45d4-8ee5-8a870d0f5ba5",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f81b7bef-1b3d-44d4-add2-1463d085345a",
      "resourceInvariantUUID": "84ed64d7-d701-40f5-88a6-186299eaeb89",
      "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": "YjQzYmUzODRiMGQ3YzdlZGY4Yzk3ODBhZWQ4MDQ0OTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "94cc17ca-4ee8-4d89-8652-577be0ed4e57",
          "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": "258a8c18-fdde-4121-869b-05bf55a938ba",
          "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": "77fef126-1777-4b13-afc0-bab4c9883f2d",
            "generatedFromUUID": "258a8c18-fdde-4121-869b-05bf55a938ba"
          },
          "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": "77fef126-1777-4b13-afc0-bab4c9883f2d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZjI1MjIxMGJhN2Y3MTFmYmY4NGY2ZjliZDA2OGViNmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a0eed0ca-c03e-4044-95df-9126ef715d1c"
    }
  ],
  "workloadContext": "Production"
}
2021-10-15T16:09:21.377Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-15T16:09:21.377Z|e736a5e0-7e48-4375-8e16-821d4cac4716|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 109172a2-1329-4cf2-a18d-cfa6e13ce466 ASDC
2021-10-15T16:09:21.377Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:096be049-a5d8-45a3-a2a6-405c8561d25e
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:109172a2-1329-4cf2-a18d-cfa6e13ce466
ServiceInvariantUUID:4ea5dabc-affa-4e52-9cfb-ffcb40db0dd3
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:a0eed0ca-c03e-4044-95df-9126ef715d1c
ArtifactChecksum:ZjI1MjIxMGJhN2Y3MTFmYmY4NGY2ZjliZDA2OGViNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:2a576d39-b9a3-45d4-8ee5-8a870d0f5ba5
ResourceInvariantUUID:84ed64d7-d701-40f5-88a6-186299eaeb89
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:f81b7bef-1b3d-44d4-add2-1463d085345a
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:94cc17ca-4ee8-4d89-8652-577be0ed4e57
ArtifactChecksum:YjQzYmUzODRiMGQ3YzdlZGY4Yzk3ODBhZWQ4MDQ0OTM=
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:258a8c18-fdde-4121-869b-05bf55a938ba
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:77fef126-1777-4b13-afc0-bab4c9883f2d
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:77fef126-1777-4b13-afc0-bab4c9883f2d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-15T16:09:21.377Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 109172a2-1329-4cf2-a18d-cfa6e13ce466 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-15T16:09:21.427Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T16:09:21.428Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-15T16:09:21.428Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-15T16:09:21.428Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a0eed0ca-c03e-4044-95df-9126ef715d1c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-15T16:09:21.428Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-15T16:09:21.429Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-15T16:09:21.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:09:21.980Z||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-15T16:09:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T16:09:22.087Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-15T16:09:22.092Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar a0eed0ca-c03e-4044-95df-9126ef715d1c 78611
2021-10-15T16:09:22.092Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||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-15T16:09:22.093Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||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-15T16:09:22.093Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T16:09:22.093Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:09:22.095Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:09:22.095Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314162092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:09:22.195Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:09:22.196Z||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-15T16:09:22.196Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:09:22.208Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:09:22.209Z||pool-121-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:09:22.220Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:09:22.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "041889b5-6459-48c1-8cba-6a96ed33891b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314103017,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-15T16:09:22.222Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:09:22.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314104033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:22.222Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314104033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:22.223Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314104033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:22.223Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314104033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:22.223Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314104033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:22.223Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314104033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:22.224Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314104033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:22.224Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314104033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:22.224Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314104033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:09:22.224Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314118273,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:09:22.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:09:22.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314120274,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T16:09:22.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:09:22.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e736a5e0-7e48-4375-8e16-821d4cac4716",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314152330,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-15T16:09:22.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:09:22.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314104033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:22.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314104033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-15T16:09:22.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314104033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-15T16:09:22.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314104033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:22.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314104033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-15T16:09:22.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634314153705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:22.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "cds",
  "timestamp": 1634314156972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:22.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634314153814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:22.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "aai-ml",
  "timestamp": 1634314156672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:22.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634314149724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:22.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "policy-id",
  "timestamp": 1634314147934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:22.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314104033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:22.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "cds",
  "timestamp": 1634314156972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:22.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "policy-id",
  "timestamp": 1634314147934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:22.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "aai-ml",
  "timestamp": 1634314156672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:22.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634314153705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:22.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634314153814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:22.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634314149724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:22.228Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314104033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:22.228Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634314153705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:22.228Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634314153814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:22.228Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "aai-ml",
  "timestamp": 1634314156672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:22.228Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "cds",
  "timestamp": 1634314156972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:22.229Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634314149724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:22.229Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "policy-id",
  "timestamp": 1634314147934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:22.229Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314104033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:09:22.229Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634314153814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:22.229Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "cds",
  "timestamp": 1634314156972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:22.230Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "aai-ml",
  "timestamp": 1634314156672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:22.230Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634314153705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:22.230Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634314149724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:22.230Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "policy-id",
  "timestamp": 1634314147934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:22.231Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.231Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "aai-ml",
  "timestamp": 1634314156672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:22.231Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.231Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634314153705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:22.231Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.232Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634314153814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:22.232Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.232Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "cds",
  "timestamp": 1634314156972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:22.232Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.232Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "policy-id",
  "timestamp": 1634314147934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:22.232Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:22.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T16:09:22.232Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634314149724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:09:22.232Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:09:23.096Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T16:09:23.097Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-15T16:09:23.097Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: a0eed0ca-c03e-4044-95df-9126ef715d1c, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-15T16:09:23.097Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-10-15T16:09:23.098Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-15T16:09:23.098Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-15T16:09:23.239Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17727740983193966433/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-15T16:09:24.920Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-15T16:09:24.920Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-15T16:09:24.921Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-15T16:09:24.921Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-15T16:09:24.921Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||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-15T16:09:24.922Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||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-15T16:09:24.922Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-15T16:09:24.922Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-15T16:09:24.922Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-15T16:09:24.922Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||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-15T16:09:24.922Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-15T16:09:24.922Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||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-15T16:09:24.922Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-15T16:09:24.922Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-15T16:09:24.923Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:09:24.923Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:09:24.923Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-15T16:09:24.923Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-15T16:09:24.923Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T16:09:24.924Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:09:24.924Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:09:24.924Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-15T16:09:24.924Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-15T16:09:24.924Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T16:09:24.925Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:09:24.925Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:09:24.925Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:09:24.925Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-15T16:09:24.926Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-10-15T16:09:24.926Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-10-15T16:09:24.926Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-10-15T16:09:24.927Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-15T16:09:24.927Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-15T16:09:24.927Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:09:24.927Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-15T16:09:24.927Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:09:24.928Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-15T16:09:24.928Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T16:09:24.928Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:09:24.928Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-15T16:09:24.928Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T16:09:24.928Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:09:24.929Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-15T16:09:24.929Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T16:09:24.929Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:09:24.929Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-15T16:09:24.929Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-15T16:09:24.929Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-15T16:09:24.930Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=16c0c485-8756-4c5a-b58d-08fe0b3ff70a
2021-10-15T16:09:24.930Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:09:24.930Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:09:24.930Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:09:24.930Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:09:24.930Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:09:24.930Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:09:24.931Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:09:24.931Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:09:24.931Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:109172a2-1329-4cf2-a18d-cfa6e13ce466
Model Version:NULL
Model InvariantUuid:4ea5dabc-affa-4e52-9cfb-ffcb40db0dd3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:edd92ec7-c6b6-4e14-b69e-103ef0f6a41d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:84ed64d7-d701-40f5-88a6-186299eaeb89
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2a576d39-b9a3-45d4-8ee5-8a870d0f5ba5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ec3ab7f0-68d2-435e-95d9-98d490369749
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:fd30473d-732e-4eab-b3b5-de91a3c7efbf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:16c0c485-8756-4c5a-b58d-08fe0b3ff70a
ModelInvariantUuid:5b35fb91-1c1d-4ede-9678-a8c6c6dc7729
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:dad845db-56be-4fa1-9e84-47f4599b5de8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:36de1abc-f568-41fd-b9a7-66217ade0416
ModelInvariantUuid:77ff4a2e-d1b1-424d-89b7-21005205850e
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:071f8e60-2873-4f57-8410-2c4d40be8633
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-15T16:09:24.943Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: f81b7bef-1b3d-44d4-add2-1463d085345a
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-15T16:09:24.946Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||basic_vm_macro 0
2021-10-15T16:09:24.946Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f81b7bef-1b3d-44d4-add2-1463d085345a
2021-10-15T16:09:24.946Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 94cc17ca-4ee8-4d89-8652-577be0ed4e57 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-10-15T16:09:24.947Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-15T16:09:24.947Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||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-15T16:09:25.401Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-15T16:09:25.402Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 94cc17ca-4ee8-4d89-8652-577be0ed4e57 792
2021-10-15T16:09:25.402Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||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-15T16:09:25.402Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||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-15T16:09:25.402Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T16:09:25.402Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:09:25.406Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:09:25.406Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314165402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:09:25.506Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T16:09:25.507Z||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-15T16:09:25.507Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:09:25.520Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:09:25.520Z||pool-122-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:09:26.407Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ec3ab7f0-68d2-435e-95d9-98d490369749",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fd30473d-732e-4eab-b3b5-de91a3c7efbf",
    "vfModuleModelCustomizationUUID": "2ab87dd5-44aa-424b-a1ba-1c93eaeb54ab",
    "isBase": true,
    "artifacts": [
      "258a8c18-fdde-4121-869b-05bf55a938ba",
      "77fef126-1777-4b13-afc0-bab4c9883f2d"
    ],
    "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-15T16:09:26.411Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fd30473d-732e-4eab-b3b5-de91a3c7efbf
VfModuleModelInvariantUUID:ec3ab7f0-68d2-435e-95d9-98d490369749
VfModuleModelDescription:NULL
Artifacts UUID List:{
258a8c18-fdde-4121-869b-05bf55a938ba
,
77fef126-1777-4b13-afc0-bab4c9883f2d

}
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-15T16:09:26.413Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ec3ab7f0-68d2-435e-95d9-98d490369749",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fd30473d-732e-4eab-b3b5-de91a3c7efbf",
    "vfModuleModelCustomizationUUID": "2ab87dd5-44aa-424b-a1ba-1c93eaeb54ab",
    "isBase": true,
    "artifacts": [
      "258a8c18-fdde-4121-869b-05bf55a938ba",
      "77fef126-1777-4b13-afc0-bab4c9883f2d"
    ],
    "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-15T16:09:26.413Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fd30473d-732e-4eab-b3b5-de91a3c7efbf
VfModuleModelInvariantUUID:ec3ab7f0-68d2-435e-95d9-98d490369749
VfModuleModelDescription:NULL
Artifacts UUID List:{
258a8c18-fdde-4121-869b-05bf55a938ba
,
77fef126-1777-4b13-afc0-bab4c9883f2d

}
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-15T16:09:26.413Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 258a8c18-fdde-4121-869b-05bf55a938ba from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-10-15T16:09:26.413Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-15T16:09:26.413Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||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-15T16:09:26.690Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-15T16:09:26.691Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 258a8c18-fdde-4121-869b-05bf55a938ba 5033
2021-10-15T16:09:26.691Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||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-15T16:09:26.691Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||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-15T16:09:26.691Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T16:09:26.691Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:09:26.693Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:09:26.693Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314166691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:09:26.793Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:09:26.794Z||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-15T16:09:26.794Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:09:26.807Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:09:26.808Z||pool-123-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:09:27.694Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 77fef126-1777-4b13-afc0-bab4c9883f2d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-10-15T16:09:27.694Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-15T16:09:27.694Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||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-15T16:09:27.991Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-15T16:09:27.992Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 77fef126-1777-4b13-afc0-bab4c9883f2d 903
2021-10-15T16:09:28.001Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||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-15T16:09:28.002Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||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-15T16:09:28.002Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T16:09:28.007Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:09:28.009Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:09:28.009Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314168001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:09:28.109Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:09:28.110Z||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-15T16:09:28.110Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:09:28.155Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:09:28.156Z||pool-124-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:09:29.025Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 109172a2-1329-4cf2-a18d-cfa6e13ce466
2021-10-15T16:09:29.027Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 f81b7bef-1b3d-44d4-add2-1463d085345a 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-15T16:09:29.046Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@59f0910a, org.onap.sdc.toscaparser.api.parameters.Input@31bbc92b, org.onap.sdc.toscaparser.api.parameters.Input@2f38d576, org.onap.sdc.toscaparser.api.parameters.Input@50eff685, org.onap.sdc.toscaparser.api.parameters.Input@dca5553]
2021-10-15T16:09:29.049Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:09:29.050Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:09:29.050Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-10-15T16:09:29.050Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 2a576d39-b9a3-45d4-8ee5-8a870d0f5ba5
2021-10-15T16:09:29.053Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2a576d39-b9a3-45d4-8ee5-8a870d0f5ba5 matches Tosca VF Customization UUID: 2a576d39-b9a3-45d4-8ee5-8a870d0f5ba5
2021-10-15T16:09:29.053Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 2a576d39-b9a3-45d4-8ee5-8a870d0f5ba5  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-15T16:09:29.057Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:09:29.057Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:09:29.058Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 2a576d39-b9a3-45d4-8ee5-8a870d0f5ba5: {\"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-15T16:09:29.059Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@24d94937
2021-10-15T16:09:29.059Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:09:29.059Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-15T16:09:29.059Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2ab87dd5-44aa-424b-a1ba-1c93eaeb54ab
2021-10-15T16:09:29.059Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2ab87dd5-44aa-424b-a1ba-1c93eaeb54ab
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-15T16:09:29.062Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:09:29.062Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-15T16:09:29.063Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T16:09:29.063Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:09:29.063Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-15T16:09:29.064Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T16:09:29.064Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:09:29.064Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-15T16:09:29.064Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-15T16:09:29.064Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-15T16:09:29.064Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=16c0c485-8756-4c5a-b58d-08fe0b3ff70a
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-15T16:09:29.067Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:09:29.067Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-15T16:09:29.068Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T16:09:29.068Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:09:29.081Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-15T16:09:29.088Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=2a576d39-b9a3-45d4-8ee5-8a870d0f5ba5
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-15T16:09:29.103Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:09:29.113Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:09:29.113Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 109172a2-1329-4cf2-a18d-cfa6e13ce466: basic_vm_macro
2021-10-15T16:09:29.114Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:09:29.114Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:09:29.114Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:09:29.114Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:09:29.114Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:09:29.114Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:09:29.115Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:09:29.115Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:09:29.115Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:09:29.115Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:09:29.116Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||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-15T16:09:29.241Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro f81b7bef-1b3d-44d4-add2-1463d085345a 1 ASDC deployResourceStructure
2021-10-15T16:09:29.242Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||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-15T16:09:29.242Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||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-15T16:09:29.242Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T16:09:29.242Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:09:29.245Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:09:29.257Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314169242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-15T16:09:29.345Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2021-10-15T16:09:29.346Z||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-15T16:09:29.346Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:09:29.358Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:09:29.358Z||pool-125-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:09:30.258Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||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-15T16:09:30.258Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||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-15T16:09:30.259Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T16:09:30.259Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:09:30.260Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:09:30.260Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314170258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-15T16:09:30.361Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:09:30.361Z||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-15T16:09:30.361Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:09:30.375Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:09:30.376Z||pool-126-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-15T16:09:31.261Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||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-15T16:09:31.261Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||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-15T16:09:31.262Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T16:09:31.262Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:09:31.266Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:09:31.269Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314171261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-15T16:09:31.364Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-10-15T16:09:31.365Z||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-15T16:09:31.365Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:09:31.386Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:09:31.387Z||pool-127-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:09:32.270Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||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-15T16:09:32.270Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||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-15T16:09:32.270Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T16:09:32.271Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:09:32.272Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:09:32.272Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314172270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T16:09:32.373Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-15T16:09:32.374Z||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-15T16:09:32.374Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:09:32.389Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:09:32.389Z||pool-128-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:09:33.273Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 096be049-a5d8-45a3-a2a6-405c8561d25e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T16:09:33.293Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 096be049-a5d8-45a3-a2a6-405c8561d25e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-15T16:09:33.297Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T16:09:33.298Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-15T16:09:33.298Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-15T16:09:33.298Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-15T16:09:33.298Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:09:33.298Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:09:33.298Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:09:33.298Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:09:33.298Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:09:33.298Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:09:33.298Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-15T16:09:33.310Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-15T16:10:03.310Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 096be049-a5d8-45a3-a2a6-405c8561d25e 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-15T16:10:03.849Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 096be049-a5d8-45a3-a2a6-405c8561d25e and serviceModelVersionId: 109172a2-1329-4cf2-a18d-cfa6e13ce466
2021-10-15T16:10:03.849Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4ea5dabc-affa-4e52-9cfb-ffcb40db0dd3
2021-10-15T16:10:03.850Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4ea5dabc-affa-4e52-9cfb-ffcb40db0dd3/model-vers/model-ver/109172a2-1329-4cf2-a18d-cfa6e13ce466?depth=0
2021-10-15T16:10:03.855Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-10-15T16:10:03.888Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4ea5dabc-affa-4e52-9cfb-ffcb40db0dd3/model-vers/model-ver/109172a2-1329-4cf2-a18d-cfa6e13ce466?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-15T16:10:03.889Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4ea5dabc-affa-4e52-9cfb-ffcb40db0dd3/model-vers/model-ver/109172a2-1329-4cf2-a18d-cfa6e13ce466?depth=0|INFO|500||Invoke
2021-10-15T16:10:03.913Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4ea5dabc-affa-4e52-9cfb-ffcb40db0dd3/model-vers/model-ver/109172a2-1329-4cf2-a18d-cfa6e13ce466?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-15T16:10:04.719Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4ea5dabc-affa-4e52-9cfb-ffcb40db0dd3/model-vers/model-ver/109172a2-1329-4cf2-a18d-cfa6e13ce466?depth=0|INFO|500||InvokeReturn
2021-10-15T16:10:04.720Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4ea5dabc-affa-4e52-9cfb-ffcb40db0dd3/model-vers/model-ver/109172a2-1329-4cf2-a18d-cfa6e13ce466?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-16:10:03:921-80478], vertex-id=[299072], Content-Length=[0], Date=[Fri, 15 Oct 2021 16:10:03 GMT], Content-Type=[application/json]}
2021-10-15T16:10:04.720Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-10-15T16:10:04.720Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-15T16:10:04.720Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||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-15T16:10:04.725Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-15T16:10:04.726Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 096be049-a5d8-45a3-a2a6-405c8561d25e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-15T16:10:04.726Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-15T16:10:04.726Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:10:04.728Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:10:04.728Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314204726,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-15T16:10:04.828Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:10:04.829Z||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-15T16:10:04.829Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:10:04.845Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:10:04.845Z||pool-129-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-15T16:10:05.741Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:10:05.742Z|096be049-a5d8-45a3-a2a6-405c8561d25e|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-15T16:10:05.742Z|096be049-a5d8-45a3-a2a6-405c8561d25e|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 meIto6yZd0XjcfOS) ...
2021-10-15T16:10:06.366Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:10:06.367Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-15T16:10:06.367Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"547a013c-a1af-4993-ae90-8303b6714d6d","serviceName":"Demo_pNF_hiM85xE0wTIYz4OHAceq","serviceVersion":"1.0","serviceUUID":"f8ec3559-3d75-4c35-adbf-5514441612d5","serviceDescription":"catalog service description","serviceInvariantUUID":"2f245681-c309-49c2-96d6-e800c187136c","resources":[{"resourceInstanceName":"pNF b706b7ad-be9c 0","resourceName":"pNF b706b7ad-be9c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4fb1cece-e1f4-4f06-8c2b-d516020ab3d0","resourceInvariantUUID":"f92071e5-d8fc-4015-837c-4c0e394271a6","resourceCustomizationUUID":"94232427-5296-4563-bdf5-5ddc378c1e3c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/vf-license-model.xml","artifactChecksum":"Mjc5N2MxYmQ5ZjdmYjE3YmU2MTIxNTEyMDI5NDY1M2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8649276c-d12b-4dae-9bc8-4d34190e562a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/pNF.csar","artifactChecksum":"MmQyZmQ5ZmU0YTNjYTNkMzNiNjMyYjVjODFkYTRhYmU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d4b728bc-1069-49b5-b1d0-0162307add78","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4da3cf0b-1425-4069-92c0-7a118d07b447","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/vendor-license-model.xml","artifactChecksum":"Njg5ZDc4NDZlMjdlMTEyZTFkZjVhYzRiOWQ2OTEyNDc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b2a9d258-23c4-4199-bbb5-9247aa44091e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7604cb1b-1933-4321-a345-d4a8180ea2cb","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6a588a13-0678-48af-a764-ec88c2a9ca0e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHim85xe0wtiyz4ohaceq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-template.yml","artifactChecksum":"YjE1YWFlN2NkNDQ2MGZkN2I3ZTkyNDUxN2U2YzQyMzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b721a78b-40f5-4d70-8333-d16173111d76","artifactVersion":"1"},{"artifactName":"service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar","artifactChecksum":"MzAyM2VmNTYyMDI3YzE0NmY2MDhiNDQ3OTYyZmMyYzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cfa7220b-ec93-4d11-bcc7-7cb916f0d618","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-15T16:10:06.369Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:10:06.369Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:10:06.371Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:10:06.371Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314205741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:10:06.471Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:10:06.472Z||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-15T16:10:06.472Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:10:06.485Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:10:06.485Z||pool-130-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:10:07.372Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:10:07.373Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:10:07.375Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:10:07.375Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314205741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:10:07.475Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:10:07.476Z||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-15T16:10:07.476Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:10:07.488Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:10:07.489Z||pool-131-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:10:08.376Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:10:08.376Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:10:08.379Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:10:08.379Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314205741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:10:08.479Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:10:08.480Z||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-15T16:10:08.480Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:10:08.492Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:10:08.492Z||pool-132-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:10:09.380Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:10:09.380Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:10:09.382Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:10:09.382Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314205741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:10:09.482Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:10:09.483Z||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-15T16:10:09.483Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:10:09.496Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:10:09.497Z||pool-133-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:10:10.383Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:10:10.383Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:10:10.385Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:10:10.385Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314205741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:10:10.486Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:10:10.486Z||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-15T16:10:10.486Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:10:10.511Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:10:10.511Z||pool-134-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:10:11.386Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:10:11.387Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:10:11.389Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:10:11.389Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314205741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:10:11.489Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:10:11.490Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-15T16:10:11.490Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:10:11.502Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:10:11.502Z||pool-135-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:10:12.390Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:10:12.390Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:10:12.392Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:10:12.393Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314205741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:10:12.493Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:10:12.494Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-15T16:10:12.494Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:10:12.508Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:10:12.508Z||pool-136-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:10:13.393Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T16:10:13.394Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:10:13.396Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:10:13.396Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314205741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:10:13.496Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:10:13.497Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-15T16:10:13.497Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:10:13.508Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:10:13.508Z||pool-137-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:10:14.397Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "serviceName": "Demo_pNF_hiM85xE0wTIYz4OHAceq",
  "serviceVersion": "1.0",
  "serviceUUID": "f8ec3559-3d75-4c35-adbf-5514441612d5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2f245681-c309-49c2-96d6-e800c187136c",
  "resources": [
    {
      "resourceInstanceName": "pNF b706b7ad-be9c 0",
      "resourceCustomizationUUID": "94232427-5296-4563-bdf5-5ddc378c1e3c",
      "resourceName": "pNF b706b7ad-be9c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "4fb1cece-e1f4-4f06-8c2b-d516020ab3d0",
      "resourceInvariantUUID": "f92071e5-d8fc-4015-837c-4c0e394271a6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar",
      "artifactChecksum": "MzAyM2VmNTYyMDI3YzE0NmY2MDhiNDQ3OTYyZmMyYzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cfa7220b-ec93-4d11-bcc7-7cb916f0d618"
    }
  ],
  "workloadContext": "Production"
}
2021-10-15T16:10:14.397Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-15T16:10:14.397Z|096be049-a5d8-45a3-a2a6-405c8561d25e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f8ec3559-3d75-4c35-adbf-5514441612d5 ASDC
2021-10-15T16:10:14.397Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:547a013c-a1af-4993-ae90-8303b6714d6d
ServiceName:Demo_pNF_hiM85xE0wTIYz4OHAceq
ServiceVersion:1.0
ServiceUUID:f8ec3559-3d75-4c35-adbf-5514441612d5
ServiceInvariantUUID:2f245681-c309-49c2-96d6-e800c187136c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar
ArtifactUUID:cfa7220b-ec93-4d11-bcc7-7cb916f0d618
ArtifactChecksum:MzAyM2VmNTYyMDI3YzE0NmY2MDhiNDQ3OTYyZmMyYzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF b706b7ad-be9c 0
ResourceCustomizationUUID:94232427-5296-4563-bdf5-5ddc378c1e3c
ResourceInvariantUUID:f92071e5-d8fc-4015-837c-4c0e394271a6
ResourceName:pNF b706b7ad-be9c
ResourceType:PNF
ResourceUUID:4fb1cece-e1f4-4f06-8c2b-d516020ab3d0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-10-15T16:10:14.397Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f8ec3559-3d75-4c35-adbf-5514441612d5 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-15T16:10:14.428Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T16:10:14.428Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-15T16:10:14.428Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-15T16:10:14.428Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: cfa7220b-ec93-4d11-bcc7-7cb916f0d618 from URL: /sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar
2021-10-15T16:10:14.428Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-15T16:10:14.429Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar
2021-10-15T16:10:14.586Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-15T16:10:14.590Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar cfa7220b-ec93-4d11-bcc7-7cb916f0d618 82544
2021-10-15T16:10:14.590Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar ASDC sendASDCNotification
2021-10-15T16:10:14.590Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar
2021-10-15T16:10:14.590Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T16:10:14.590Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:10:14.592Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:10:14.593Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314214590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:10:14.693Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:10:14.694Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-15T16:10:14.694Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:10:14.710Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:10:14.711Z||pool-138-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-10-15T16:10:15.593Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T16:10:15.594Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-15T16:10:15.595Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: cfa7220b-ec93-4d11-bcc7-7cb916f0d618, URL: /sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar to file: /app/ASDC/1/service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar
2021-10-15T16:10:15.595Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar
2021-10-15T16:10:15.596Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar
2021-10-15T16:10:15.596Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar
2021-10-15T16:10:15.715Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6114089832924398842/Definitions/service-DemoPnfHim85xe0wtiyz4ohaceq-template.yml
2021-10-15T16:10:16.499Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-15T16:10:16.499Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-15T16:10:16.500Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar
2021-10-15T16:10:16.502Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-15T16:10:16.502Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||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-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar
2021-10-15T16:10:16.502Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar
2021-10-15T16:10:16.502Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||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-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar
2021-10-15T16:10:16.502Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar
2021-10-15T16:10:16.503Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar
2021-10-15T16:10:16.503Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar
2021-10-15T16:10:16.503Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b706b7ad-be9c 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-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar
2021-10-15T16:10:16.503Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-15T16:10:16.503Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:10:16.503Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hiM85xE0wTIYz4OHAceq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:10:16.504Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Node template pNF b706b7ad-be9c 0 is matching search criteria
2021-10-15T16:10:16.504Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-15T16:10:16.504Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF b706b7ad-be9c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T16:10:16.505Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:10:16.505Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hiM85xE0wTIYz4OHAceq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:10:16.505Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Node template pNF b706b7ad-be9c 0 is matching search criteria
2021-10-15T16:10:16.505Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-15T16:10:16.505Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF b706b7ad-be9c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T16:10:16.506Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:10:16.506Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hiM85xE0wTIYz4OHAceq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:10:16.506Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:10:16.506Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hiM85xE0wTIYz4OHAceq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:10:16.506Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:10:16.507Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hiM85xE0wTIYz4OHAceq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:10:16.507Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:10:16.507Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hiM85xE0wTIYz4OHAceq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:10:16.507Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:10:16.508Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hiM85xE0wTIYz4OHAceq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:10:16.508Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_hiM85xE0wTIYz4OHAceq
Description:catalog service description
Model UUID:f8ec3559-3d75-4c35-adbf-5514441612d5
Model Version:NULL
Model InvariantUuid:2f245681-c309-49c2-96d6-e800c187136c
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-15T16:10:16.515Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4fb1cece-e1f4-4f06-8c2b-d516020ab3d0
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-15T16:10:16.518Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||pNF b706b7ad-be9c 0
2021-10-15T16:10:16.518Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4fb1cece-e1f4-4f06-8c2b-d516020ab3d0
2021-10-15T16:10:16.518Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||No resources found for Service: f8ec3559-3d75-4c35-adbf-5514441612d5
2021-10-15T16:10:16.518Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: f8ec3559-3d75-4c35-adbf-5514441612d5
2021-10-15T16:10:16.518Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b706b7ad-be9c 0 4fb1cece-e1f4-4f06-8c2b-d516020ab3d0 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-15T16:10:16.525Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@fd0eb34, org.onap.sdc.toscaparser.api.parameters.Input@2886d682, org.onap.sdc.toscaparser.api.parameters.Input@5f8015d, org.onap.sdc.toscaparser.api.parameters.Input@742057b, org.onap.sdc.toscaparser.api.parameters.Input@fc3d7ec]
2021-10-15T16:10:16.525Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:10:16.525Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hiM85xE0wTIYz4OHAceq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:10:16.525Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid f8ec3559-3d75-4c35-adbf-5514441612d5: pNF b706b7ad-be9c
2021-10-15T16:10:16.525Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||Processing PNF resource: 4fb1cece-e1f4-4f06-8c2b-d516020ab3d0
2021-10-15T16:10:16.525Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-15T16:10:16.526Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hiM85xE0wTIYz4OHAceq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T16:10:16.526Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||Resource customization UUID: 94232427-5296-4563-bdf5-5ddc378c1e3c is the same as notified resource customizationUUID: 94232427-5296-4563-bdf5-5ddc378c1e3c
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-15T16:10:16.562Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b706b7ad-be9c 4fb1cece-e1f4-4f06-8c2b-d516020ab3d0 0 ASDC deployResourceStructure
2021-10-15T16:10:16.562Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar ASDC sendASDCNotification
2021-10-15T16:10:16.562Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar
2021-10-15T16:10:16.562Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T16:10:16.562Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:10:16.564Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:10:16.564Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314216562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T16:10:16.664Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:10:16.665Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-15T16:10:16.665Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:10:16.687Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:10:16.688Z||pool-139-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-10-15T16:10:17.565Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 547a013c-a1af-4993-ae90-8303b6714d6d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T16:10:17.576Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 547a013c-a1af-4993-ae90-8303b6714d6d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-15T16:10:17.578Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T16:10:17.578Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-15T16:10:17.578Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-15T16:10:21.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:10:21.980Z||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-15T16:10:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T16:10:22.045Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:10:22.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:10:22.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314162092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:10:22.046Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:10:47.579Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 547a013c-a1af-4993-ae90-8303b6714d6d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T16:10:47.594Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 547a013c-a1af-4993-ae90-8303b6714d6d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-15T16:10:47.596Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T16:10:47.596Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-15T16:10:47.596Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-15T16:11:17.596Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 547a013c-a1af-4993-ae90-8303b6714d6d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T16:11:17.608Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 547a013c-a1af-4993-ae90-8303b6714d6d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-15T16:11:17.611Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T16:11:17.611Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-15T16:11:17.611Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-15T16:11:21.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:11:21.980Z||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-15T16:11:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T16:11:22.517Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:11:22.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "cds",
  "timestamp": 1634314156972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:11:22.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:11:22.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634314153814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:11:22.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:11:22.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "aai-ml",
  "timestamp": 1634314156672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:11:22.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:11:22.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634314153705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-10-15T16:11:22.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:11:22.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634314149724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:11:22.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:11:22.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "policy-id",
  "timestamp": 1634314147934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:11:22.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:11:22.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "dcae-sch",
  "timestamp": 1634314162435,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:11:22.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:11:22.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "cds",
  "timestamp": 1634314156972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:11:22.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:11:22.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "aai-ml",
  "timestamp": 1634314156672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:11:22.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:11:22.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634314153814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:11:22.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:11:22.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634314149724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:11:22.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:11:22.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634314153705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:11:22.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:11:22.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "policy-id",
  "timestamp": 1634314147934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:11:22.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:11:22.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "dcae-sch",
  "timestamp": 1634314162435,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:11:22.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:11:22.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "cds",
  "timestamp": 1634314156972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:11:22.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:11:22.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634314153814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:11:22.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:11:22.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "aai-ml",
  "timestamp": 1634314156672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:11:22.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:11:22.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634314153705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:11:22.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:11:22.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634314149724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:11:22.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:11:22.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "policy-id",
  "timestamp": 1634314147934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:11:22.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:11:22.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "dcae-sch",
  "timestamp": 1634314162435,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:11:22.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:11:22.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314165402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:11:22.523Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:11:22.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634314166012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:11:22.523Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:11:22.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "dcae-sch",
  "timestamp": 1634314162435,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:11:22.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:11:22.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634314166103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:11:22.523Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:11:22.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "cds",
  "timestamp": 1634314166106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:11:22.524Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:11:22.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "aai-ml",
  "timestamp": 1634314166116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:11:22.524Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:11:22.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "policy-id",
  "timestamp": 1634314166093,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:11:22.524Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:11:22.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "clamp",
  "timestamp": 1634314166027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:11:22.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:11:22.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314166691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:11:22.525Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:11:22.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "dcae-sch",
  "timestamp": 1634314162435,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:11:22.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:11:22.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "cds",
  "timestamp": 1634314167110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-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-15T16:11:22.533Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 547a013c-a1af-4993-ae90-8303b6714d6d
2021-10-15T16:11:22.533Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 547a013c-a1af-4993-ae90-8303b6714d6d 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-15T16:11:22.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634314167132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-10-15T16:11:22.543Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:11:22.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "policy-id",
  "timestamp": 1634314167117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T16:11:22.543Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:11:22.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "clamp",
  "timestamp": 1634314166027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:11:22.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:11:22.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314168001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:11:22.544Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:11:22.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "dcae-sch",
  "timestamp": 1634314162435,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:11:22.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:11:22.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634314168109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T16:11:22.544Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:11:22.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634314168135,
  "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-15T16:11:22.550Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 547a013c-a1af-4993-ae90-8303b6714d6d
2021-10-15T16:11:22.550Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 547a013c-a1af-4993-ae90-8303b6714d6d 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-15T16:11:22.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "policy-id",
  "timestamp": 1634314168122,
  "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-15T16:11:22.565Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 547a013c-a1af-4993-ae90-8303b6714d6d
2021-10-15T16:11:22.565Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 547a013c-a1af-4993-ae90-8303b6714d6d 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-15T16:11:22.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "clamp",
  "timestamp": 1634314166027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:11:22.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:11:22.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "dcae-sch",
  "timestamp": 1634314162435,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:11:22.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:11:22.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634314169125,
  "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-15T16:11:22.586Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 547a013c-a1af-4993-ae90-8303b6714d6d
2021-10-15T16:11:22.586Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 547a013c-a1af-4993-ae90-8303b6714d6d 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-15T16:11:22.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314169242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-15T16:11:22.596Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:11:22.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "clamp",
  "timestamp": 1634314166027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:11:22.596Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:11:22.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "dcae-sch",
  "timestamp": 1634314162435,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:11:22.596Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:11:22.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314170258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-15T16:11:22.597Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:11:22.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.597Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "clamp",
  "timestamp": 1634314166027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:11:22.597Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:11:22.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.597Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314171261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-15T16:11:22.597Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:11:22.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.597Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "clamp",
  "timestamp": 1634314166027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:11:22.597Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:11:22.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.597Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314172270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T16:11:22.597Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:11:22.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.597Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "clamp",
  "timestamp": 1634314166027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:11:22.597Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:11:22.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.597Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "aai-ml",
  "timestamp": 1634314173336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T16:11:22.597Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:11:22.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "clamp",
  "timestamp": 1634314166027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:11:22.598Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:11:22.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "aai-ml",
  "timestamp": 1634314174356,
  "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-15T16:11:22.603Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 547a013c-a1af-4993-ae90-8303b6714d6d
2021-10-15T16:11:22.604Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 547a013c-a1af-4993-ae90-8303b6714d6d 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-15T16:11:22.614Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.614Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "clamp",
  "timestamp": 1634314186966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:11:22.614Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:11:22.614Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.615Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "clamp",
  "timestamp": 1634314188975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T16:11:22.615Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:11:22.615Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.615Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "clamp",
  "timestamp": 1634314189978,
  "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-15T16:11:22.620Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 547a013c-a1af-4993-ae90-8303b6714d6d
2021-10-15T16:11:22.620Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 547a013c-a1af-4993-ae90-8303b6714d6d 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-15T16:11:22.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "096be049-a5d8-45a3-a2a6-405c8561d25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314204726,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-15T16:11:22.646Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:11:22.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314205741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:11:22.646Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:11:22.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314205741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:11:22.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:11:22.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314205741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:11:22.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:11:22.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314205741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:11:22.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:11:22.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.648Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314205741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:11:22.648Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:11:22.648Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.648Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314205741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/resourceInstances/pnfb706b7adbe9c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:11:22.648Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:11:22.648Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.648Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314205741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-15T16:11:22.648Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:11:22.648Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.648Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314205741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar",
  "status": "NOTIFIED"
}
2021-10-15T16:11:22.649Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-15T16:11:22.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314214590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-15T16:11:22.649Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:11:22.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:11:22.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314216562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHim85xe0wtiyz4ohaceq/1.0/artifacts/service-DemoPnfHim85xe0wtiyz4ohaceq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-15T16:11:22.649Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:11:47.612Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 547a013c-a1af-4993-ae90-8303b6714d6d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T16:11:47.622Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 547a013c-a1af-4993-ae90-8303b6714d6d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-15T16:11:47.624Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T16:11:47.625Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-15T16:11:47.625Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-15T16:11:47.625Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-15T16:11:47.625Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:11:47.625Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:11:47.625Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:11:47.625Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:11:47.625Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:11:47.625Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:11:47.625Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-15T16:11:47.625Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-15T16:11:47.630Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-15T16:12:17.630Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 547a013c-a1af-4993-ae90-8303b6714d6d 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-15T16:12:17.636Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 547a013c-a1af-4993-ae90-8303b6714d6d and serviceModelVersionId: f8ec3559-3d75-4c35-adbf-5514441612d5
2021-10-15T16:12:17.636Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2f245681-c309-49c2-96d6-e800c187136c
2021-10-15T16:12:17.637Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2f245681-c309-49c2-96d6-e800c187136c/model-vers/model-ver/f8ec3559-3d75-4c35-adbf-5514441612d5?depth=0
2021-10-15T16:12:17.643Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-10-15T16:12:17.683Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2f245681-c309-49c2-96d6-e800c187136c/model-vers/model-ver/f8ec3559-3d75-4c35-adbf-5514441612d5?depth=0|INFO|500||Invoke
2021-10-15T16:12:17.683Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2f245681-c309-49c2-96d6-e800c187136c/model-vers/model-ver/f8ec3559-3d75-4c35-adbf-5514441612d5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2f245681-c309-49c2-96d6-e800c187136c/model-vers/model-ver/f8ec3559-3d75-4c35-adbf-5514441612d5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[547a013c-a1af-4993-ae90-8303b6714d6d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d71fa025-b8f1-4142-abc8-2c4e3871273d], X-ECOMP-RequestID=[547a013c-a1af-4993-ae90-8303b6714d6d], X-TransactionId=[], X-ONAP-RequestID=[547a013c-a1af-4993-ae90-8303b6714d6d], Content-Type=[application/merge-patch+json]}
2021-10-15T16:12:17.704Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2f245681-c309-49c2-96d6-e800c187136c/model-vers/model-ver/f8ec3559-3d75-4c35-adbf-5514441612d5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-15T16:12:18.156Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2f245681-c309-49c2-96d6-e800c187136c/model-vers/model-ver/f8ec3559-3d75-4c35-adbf-5514441612d5?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/2f245681-c309-49c2-96d6-e800c187136c/model-vers/model-ver/f8ec3559-3d75-4c35-adbf-5514441612d5?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-16:12:17:712-63399], vertex-id=[229528], Content-Length=[0], Date=[Fri, 15 Oct 2021 16:12:17 GMT], Content-Type=[application/json]}
2021-10-15T16:12:18.157Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2f245681-c309-49c2-96d6-e800c187136c/model-vers/model-ver/f8ec3559-3d75-4c35-adbf-5514441612d5?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-15T16:12:18.157Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2f245681-c309-49c2-96d6-e800c187136c/model-vers/model-ver/f8ec3559-3d75-4c35-adbf-5514441612d5?depth=0|INFO|500||InvokeReturn
2021-10-15T16:12:18.158Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-15T16:12:18.158Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||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-15T16:12:18.162Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-15T16:12:18.163Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 547a013c-a1af-4993-ae90-8303b6714d6d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-15T16:12:18.164Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-15T16:12:18.164Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-15T16:12:18.167Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T16:12:18.167Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314338164,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-15T16:12:18.267Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T16:12:18.268Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-15T16:12:18.268Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as meIto6yZd0XjcfOS) ...
2021-10-15T16:12:18.282Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:12:18.283Z||pool-140-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-15T16:12:19.183Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:12:19.184Z|547a013c-a1af-4993-ae90-8303b6714d6d|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-15T16:12:19.184Z|547a013c-a1af-4993-ae90-8303b6714d6d|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 meIto6yZd0XjcfOS) ...
2021-10-15T16:12:21.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:12:21.980Z||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-15T16:12:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T16:12:22.685Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:12:22.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T16:12:22.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "547a013c-a1af-4993-ae90-8303b6714d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634314338164,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-15T16:12:22.687Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T16:12:29.392Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:12:29.393Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:12:29.393Z|547a013c-a1af-4993-ae90-8303b6714d6d|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-15T16:12:29.393Z|547a013c-a1af-4993-ae90-8303b6714d6d|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 meIto6yZd0XjcfOS) ...
2021-10-15T16:12:38.935Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:12:38.936Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:12:38.936Z|547a013c-a1af-4993-ae90-8303b6714d6d|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-15T16:12:38.936Z|547a013c-a1af-4993-ae90-8303b6714d6d|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 meIto6yZd0XjcfOS) ...
2021-10-15T16:12:48.492Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:12:48.493Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:12:48.493Z|547a013c-a1af-4993-ae90-8303b6714d6d|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-15T16:12:48.493Z|547a013c-a1af-4993-ae90-8303b6714d6d|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 meIto6yZd0XjcfOS) ...
2021-10-15T16:12:58.065Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:12:58.066Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:12:58.066Z|547a013c-a1af-4993-ae90-8303b6714d6d|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-15T16:12:58.066Z|547a013c-a1af-4993-ae90-8303b6714d6d|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 meIto6yZd0XjcfOS) ...
2021-10-15T16:13:07.648Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:13:07.649Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:13:07.649Z|547a013c-a1af-4993-ae90-8303b6714d6d|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-15T16:13:07.649Z|547a013c-a1af-4993-ae90-8303b6714d6d|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 meIto6yZd0XjcfOS) ...
2021-10-15T16:13:17.201Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:13:17.202Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:13:17.202Z|547a013c-a1af-4993-ae90-8303b6714d6d|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-15T16:13:17.202Z|547a013c-a1af-4993-ae90-8303b6714d6d|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 meIto6yZd0XjcfOS) ...
2021-10-15T16:13:21.980Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:13:21.980Z||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-15T16:13:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T16:13:26.784Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:13:26.785Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:13:26.785Z|547a013c-a1af-4993-ae90-8303b6714d6d|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-15T16:13:26.785Z|547a013c-a1af-4993-ae90-8303b6714d6d|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 meIto6yZd0XjcfOS) ...
2021-10-15T16:13:31.544Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:13:36.322Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:13:36.322Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:13:36.323Z|547a013c-a1af-4993-ae90-8303b6714d6d|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-15T16:13:36.323Z|547a013c-a1af-4993-ae90-8303b6714d6d|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 meIto6yZd0XjcfOS) ...
2021-10-15T16:13:45.882Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:13:45.882Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:13:45.883Z|547a013c-a1af-4993-ae90-8303b6714d6d|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-15T16:13:45.883Z|547a013c-a1af-4993-ae90-8303b6714d6d|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 meIto6yZd0XjcfOS) ...
2021-10-15T16:13:55.453Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:14:21.976Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:14:21.977Z|547a013c-a1af-4993-ae90-8303b6714d6d|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-15T16:14:21.977Z|547a013c-a1af-4993-ae90-8303b6714d6d|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 meIto6yZd0XjcfOS) ...
2021-10-15T16:14:21.979Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:14:21.980Z||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-15T16:14:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T16:14:31.532Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:14:31.555Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:15:21.976Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:15:21.977Z|547a013c-a1af-4993-ae90-8303b6714d6d|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-15T16:15:21.978Z|547a013c-a1af-4993-ae90-8303b6714d6d|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 meIto6yZd0XjcfOS) ...
2021-10-15T16:15:21.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:15:21.980Z||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-15T16:15:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T16:15:31.572Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:15:31.572Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:16:21.977Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:16:21.977Z|547a013c-a1af-4993-ae90-8303b6714d6d|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-15T16:16:21.978Z|547a013c-a1af-4993-ae90-8303b6714d6d|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 meIto6yZd0XjcfOS) ...
2021-10-15T16:16:21.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:16:21.980Z||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-15T16:16:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T16:16:31.540Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:16:31.549Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:17:21.976Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:17:21.977Z|547a013c-a1af-4993-ae90-8303b6714d6d|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-15T16:17:21.977Z|547a013c-a1af-4993-ae90-8303b6714d6d|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 meIto6yZd0XjcfOS) ...
2021-10-15T16:17:21.979Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:17:21.980Z||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-15T16:17:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T16:17:31.537Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:17:31.540Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:18:21.977Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:18:21.977Z|547a013c-a1af-4993-ae90-8303b6714d6d|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-15T16:18:21.977Z|547a013c-a1af-4993-ae90-8303b6714d6d|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 meIto6yZd0XjcfOS) ...
2021-10-15T16:18:21.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:18:21.980Z||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-15T16:18:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T16:18:31.541Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:18:31.542Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:19:21.976Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:19:21.977Z|547a013c-a1af-4993-ae90-8303b6714d6d|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-15T16:19:21.977Z|547a013c-a1af-4993-ae90-8303b6714d6d|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 meIto6yZd0XjcfOS) ...
2021-10-15T16:19:21.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:19:21.980Z||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-15T16:19:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T16:19:31.533Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:19:31.537Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:20:21.976Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:20:21.977Z|547a013c-a1af-4993-ae90-8303b6714d6d|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-15T16:20:21.977Z|547a013c-a1af-4993-ae90-8303b6714d6d|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 meIto6yZd0XjcfOS) ...
2021-10-15T16:20:21.979Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:20:21.980Z||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-15T16:20:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T16:20:31.528Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:20:31.528Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:21:21.976Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:21:21.977Z||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-15T16:21:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T16:21:21.979Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:21:21.980Z||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-15T16:21:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T16:21:31.558Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:21:31.576Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:22:21.976Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:22:21.977Z||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-15T16:22:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T16:22:21.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:22:21.980Z||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-15T16:22:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T16:22:31.540Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:22:31.540Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:23:21.976Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:23:21.977Z||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-15T16:23:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T16:23:21.979Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:23:21.980Z||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-15T16:23:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T16:23:31.532Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:23:31.532Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:24:21.977Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:24:21.977Z||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-15T16:24:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T16:24:21.979Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:24:21.980Z|547a013c-a1af-4993-ae90-8303b6714d6d|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-15T16:24:21.980Z|547a013c-a1af-4993-ae90-8303b6714d6d|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 meIto6yZd0XjcfOS) ...
2021-10-15T16:24:31.550Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:24:31.559Z|547a013c-a1af-4993-ae90-8303b6714d6d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:25:21.977Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:25:21.977Z||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-15T16:25:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T16:25:21.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:25:21.981Z||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-15T16:25:21.981Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T16:25:31.543Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:25:31.556Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:26:21.976Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:26:21.977Z||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-15T16:26:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T16:26:21.979Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:26:21.980Z||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-15T16:26:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T16:26:31.542Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:26:31.542Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:27:21.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:27:21.977Z||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-15T16:27:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T16:27:21.979Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:27:21.980Z||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-15T16:27:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T16:27:31.532Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:27:31.541Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:28:21.977Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:28:21.977Z||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-15T16:28:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T16:28:21.979Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:28:21.980Z||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-15T16:28:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T16:28:23.761Z||http-nio-8085-exec-4|||||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-15T16:28:31.535Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:28:31.545Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:29:21.976Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:29:21.977Z||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-15T16:29:21.977Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T16:29:21.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T16:29:21.980Z||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-15T16:29:21.980Z||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 meIto6yZd0XjcfOS) ...
2021-10-15T16:29:31.527Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-15T16:29:31.532Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK