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-11-17T02:12:43.548Z||main|||||INFO|500||The following profiles are active: basic
2021-11-17T02:12:52.299Z||main|||||INFO|500||Starting service [Tomcat]
2021-11-17T02:12:52.299Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-11-17T02:12:52.371Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-11-17T02:12:54.440Z||main|||||INFO|500||catdb-pool - Starting...
2021-11-17T02:12:54.630Z||main|||||INFO|500||catdb-pool - Start completed.
2021-11-17T02:12:54.970Z||main|||||INFO|500||reqdb-pool - Starting...
2021-11-17T02:12:54.978Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-11-17T02:12:55.050Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-11-17T02:12:55.157Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-11-17T02:12:55.541Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-11-17T02:12:56.288Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-17T02:12:58.228Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-17T02:12:58.272Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-11-17T02:12:58.715Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-17T02:12:58.826Z||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-11-17T02:12:59.849Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-17T02:13:00.694Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-11-17T02:13:00.721Z||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$$90fab671.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-11-17T02:13:00.722Z||main|||||WARN|500||The sdc end point is not alive
2021-11-17T02:13:03.109Z||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-11-17T02:13:05.435Z||main|||||WARN|500||---
2021-11-17T02:13:05.436Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-11-17T02:13:05.437Z||main|||||WARN|500||---
2021-11-17T02:13:05.799Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-11-17T02:13:09.939Z||main|||||INFO|500||Started Application in 30.469 seconds (JVM running for 31.47)
2021-11-17T02:13:09.957Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-17T02:13:09.958Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-17T02:13:09.973Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-17T02:13:10.029Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-17T02:13:10.078Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 02c2ef7f-c27e-4fb6-bdee-2dfdd33876a2 url= /sdc/v1/artifactTypes
2021-11-17T02:13:10.078Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-17T02:13:10.330Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-17T02:13:10.350Z||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-11-17T02:13:10.367Z||scheduling-1|||||DEBUG|500||create keys
2021-11-17T02:13:10.374Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-11-17T02:13:11.167Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:13:11.187Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 0bb3268e-14ff-4c31-8834-cefc311597e5 url= /sdc/v1/registerForDistribution
2021-11-17T02:13:12.564Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 0bb3268e-14ff-4c31-8834-cefc311597e5 url= /sdc/v1/registerForDistribution
2021-11-17T02:13:12.565Z||scheduling-1|||||INFO|500||start DistributionClient
2021-11-17T02:13:12.575Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:13:12.577Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:13:12.581Z||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-11-17T02:13:12.581Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:13:12.581Z||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-11-17T02:13:12.582Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:13:12.582Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-11-17T02:13:26.912Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:13:27.204Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:14:12.573Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:14:12.574Z||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-11-17T02:14:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:14:12.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:14:12.577Z||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-11-17T02:14:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:14:22.128Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:14:22.131Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:15:12.574Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:15:12.575Z||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-11-17T02:15:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:15:12.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:15:12.578Z||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-11-17T02:15:12.578Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:15:22.124Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:15:22.128Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:16:12.574Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:16:12.574Z||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-11-17T02:16:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:16:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:16:12.578Z||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-11-17T02:16:12.578Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:16:22.127Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:16:22.128Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:17:12.573Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:17:12.574Z||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-11-17T02:17:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:17:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:17:12.577Z||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-11-17T02:17:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:17:22.123Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:17:22.123Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:18:12.574Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:18:12.575Z||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-11-17T02:18:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:18:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:18:12.577Z||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-11-17T02:18:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:18:22.120Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:18:22.120Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:19:12.573Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:19:12.574Z||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-11-17T02:19:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:19:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:19:12.577Z||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-11-17T02:19:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:19:22.124Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:19:22.125Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:20:12.574Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:20:12.575Z||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-11-17T02:20:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:20:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:20:12.578Z||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-11-17T02:20:12.578Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:20:22.121Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:20:22.124Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:21:12.574Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:21:12.575Z||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-11-17T02:21:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:21:12.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:21:12.576Z||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-11-17T02:21:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:21:22.123Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:21:22.125Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:22:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:22:12.574Z||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-11-17T02:22:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:22:12.577Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:22:12.579Z||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-11-17T02:22:12.579Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:22:22.123Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:22:22.123Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:22:55.798Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-11-17T02:23:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:23:12.575Z||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-11-17T02:23:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:23:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:23:12.576Z||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-11-17T02:23:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:23:22.126Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:23:22.134Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:24:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:24:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:24:12.576Z||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-11-17T02:24:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:24:12.577Z||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-11-17T02:24:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:24:22.124Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:24:22.127Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:25:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:25:12.575Z||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-11-17T02:25:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:25:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:25:12.577Z||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-11-17T02:25:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:25:22.125Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:25:22.127Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:26:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:26:12.574Z||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-11-17T02:26:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:26:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:26:12.577Z||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-11-17T02:26:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:26:22.124Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:26:22.124Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:27:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:27:12.575Z||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-11-17T02:27:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:27:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:27:12.577Z||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-11-17T02:27:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:27:22.122Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:27:22.124Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:28:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:28:12.575Z||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-11-17T02:28:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:28:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:28:12.577Z||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-11-17T02:28:12.578Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:28:22.126Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:28:22.128Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:29:12.573Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:29:12.574Z||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-11-17T02:29:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:29:12.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:29:12.576Z||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-11-17T02:29:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:29:22.122Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:29:22.126Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:30:12.574Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:30:12.575Z||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-11-17T02:30:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:30:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:30:12.577Z||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-11-17T02:30:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:30:22.119Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:30:22.119Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:31:12.573Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:31:12.574Z||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-11-17T02:31:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:31:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:31:12.577Z||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-11-17T02:31:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:31:22.120Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:31:22.123Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:32:12.573Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:32:12.574Z||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-11-17T02:32:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:32:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:32:12.577Z||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-11-17T02:32:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:32:22.116Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:32:22.116Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:33:12.573Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:33:12.574Z||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-11-17T02:33:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:33:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:33:12.577Z||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-11-17T02:33:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:33:22.122Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:33:22.126Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:34:12.574Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:34:12.575Z||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-11-17T02:34:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:34:12.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:34:12.577Z||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-11-17T02:34:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:34:22.140Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:34:22.148Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:35:12.573Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:35:12.574Z||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-11-17T02:35:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:35:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:35:12.577Z||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-11-17T02:35:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:35:22.120Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:35:22.120Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:36:12.573Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:36:12.574Z||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-11-17T02:36:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:36:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:36:12.577Z||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-11-17T02:36:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:36:22.115Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:36:22.116Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:37:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:37:12.574Z||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-11-17T02:37:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:37:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:37:12.577Z||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-11-17T02:37:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:37:22.120Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:37:22.122Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:38:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:38:12.575Z||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-11-17T02:38:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:38:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:38:12.577Z||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-11-17T02:38:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:38:22.118Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:38:22.120Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:39:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:39:12.575Z||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-11-17T02:39:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:39:12.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:39:12.577Z||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-11-17T02:39:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:39:22.118Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:39:22.138Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:40:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:40:12.575Z||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-11-17T02:40:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:40:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:40:12.577Z||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-11-17T02:40:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:40:22.121Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:40:22.122Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:41:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:41:12.574Z||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-11-17T02:41:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:41:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:41:12.577Z||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-11-17T02:41:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:41:22.118Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:41:22.119Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:42:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:42:12.574Z||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-11-17T02:42:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:42:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:42:12.577Z||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-11-17T02:42:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:42:22.121Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:42:22.121Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:43:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:43:12.574Z||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-11-17T02:43:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:43:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:43:12.577Z||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-11-17T02:43:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:43:22.118Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:43:22.119Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:44:12.574Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:44:12.575Z||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-11-17T02:44:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:44:12.577Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:44:12.578Z||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-11-17T02:44:12.578Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:44:22.124Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:44:22.125Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:45:12.574Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:45:12.574Z||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-11-17T02:45:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:45:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:45:12.577Z||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-11-17T02:45:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:45:22.119Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:45:22.124Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:46:12.573Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:46:12.574Z||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-11-17T02:46:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:46:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:46:12.577Z||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-11-17T02:46:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:46:22.120Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:46:22.120Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:47:12.574Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:47:12.575Z||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-11-17T02:47:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:47:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:47:12.576Z||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-11-17T02:47:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:47:22.119Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:47:22.120Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:48:12.574Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:48:12.575Z||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-11-17T02:48:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:48:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:48:12.576Z||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-11-17T02:48:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:48:22.121Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:48:22.124Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:49:12.573Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:49:12.574Z||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-11-17T02:49:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:49:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:49:12.577Z||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-11-17T02:49:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:49:22.119Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:49:22.119Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:50:12.573Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:50:12.574Z||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-11-17T02:50:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:50:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:50:12.577Z||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-11-17T02:50:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:50:22.119Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:50:22.119Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:51:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:51:12.574Z||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-11-17T02:51:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:51:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:51:12.577Z||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-11-17T02:51:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:51:22.116Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:51:22.119Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:52:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:52:12.574Z||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-11-17T02:52:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:52:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:52:12.577Z||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-11-17T02:52:12.578Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:52:22.116Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:52:22.118Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:53:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:53:12.574Z||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-11-17T02:53:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:53:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:53:12.577Z||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-11-17T02:53:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:53:22.119Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:53:22.122Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:54:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:54:12.574Z||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-11-17T02:54:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:54:12.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:54:12.576Z||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-11-17T02:54:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:54:22.117Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:54:22.121Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:55:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:55:12.574Z||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-11-17T02:55:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:55:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:55:12.576Z||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-11-17T02:55:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:55:22.122Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:55:22.125Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:56:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:56:12.574Z||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-11-17T02:56:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:56:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:56:12.576Z||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-11-17T02:56:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:56:22.118Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:56:22.132Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:57:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:57:12.574Z||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-11-17T02:57:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:57:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:57:12.577Z||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-11-17T02:57:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:57:22.122Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:57:22.122Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:58:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:58:12.574Z||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-11-17T02:58:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:58:12.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:58:12.577Z||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-11-17T02:58:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:58:22.122Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:58:22.123Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:59:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:59:12.575Z||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-11-17T02:59:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:59:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:59:12.576Z||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-11-17T02:59:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:59:22.117Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T02:59:22.118Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:00:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:00:12.574Z||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-11-17T03:00:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:00:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:00:12.577Z||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-11-17T03:00:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:00:22.120Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:00:22.120Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:01:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:01:12.574Z||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-11-17T03:01:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:01:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:01:12.576Z||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-11-17T03:01:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:01:22.126Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:01:22.128Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:02:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:02:12.575Z||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-11-17T03:02:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:02:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:02:12.576Z||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-11-17T03:02:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:02:22.118Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:02:22.124Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:03:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:03:12.575Z||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-11-17T03:03:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:03:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:03:12.577Z||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-11-17T03:03:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:03:22.119Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:03:22.119Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:04:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:04:12.575Z||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-11-17T03:04:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:04:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:04:12.577Z||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-11-17T03:04:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:04:22.116Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:04:22.116Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:05:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:05:12.574Z||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-11-17T03:05:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:05:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:05:12.577Z||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-11-17T03:05:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:05:22.117Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:05:22.119Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:06:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:06:12.576Z||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-11-17T03:06:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:06:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:06:12.576Z||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-11-17T03:06:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:06:22.118Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:06:22.118Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:07:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:07:12.575Z||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-11-17T03:07:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:07:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:07:12.577Z||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-11-17T03:07:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:07:22.114Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:07:22.118Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:08:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:08:12.575Z||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-11-17T03:08:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:08:12.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:08:12.577Z||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-11-17T03:08:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:08:22.119Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:08:22.126Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:09:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:09:12.575Z||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-11-17T03:09:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:09:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:09:12.576Z||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-11-17T03:09:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:09:22.116Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:09:22.116Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:10:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:10:12.575Z||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-11-17T03:10:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:10:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:10:12.576Z||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-11-17T03:10:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:10:22.117Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:10:22.119Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:11:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:11:12.574Z||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-11-17T03:11:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:11:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:11:12.576Z||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-11-17T03:11:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:11:22.115Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:11:22.118Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:12:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:12:12.575Z||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-11-17T03:12:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:12:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:12:12.577Z||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-11-17T03:12:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:12:22.119Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:12:22.119Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:13:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:13:12.575Z||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-11-17T03:13:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:13:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:13:12.577Z||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-11-17T03:13:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:13:22.122Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:13:22.122Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:14:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:14:12.574Z||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-11-17T03:14:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:14:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:14:12.577Z||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-11-17T03:14:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:14:22.118Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:14:22.119Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:15:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:15:12.575Z||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-11-17T03:15:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:15:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:15:12.577Z||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-11-17T03:15:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:15:22.118Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:15:22.119Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:16:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:16:12.575Z||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-11-17T03:16:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:16:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:16:12.576Z||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-11-17T03:16:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:16:22.118Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:16:22.118Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:17:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:17:12.574Z||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-11-17T03:17:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:17:12.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:17:12.576Z||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-11-17T03:17:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:17:22.118Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:17:22.119Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:18:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:18:12.574Z||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-11-17T03:18:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:18:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:18:12.576Z||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-11-17T03:18:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:18:22.115Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:18:22.119Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:19:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:19:12.574Z||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-11-17T03:19:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:19:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:19:12.577Z||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-11-17T03:19:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:19:22.116Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:19:22.116Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:20:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:20:12.575Z||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-11-17T03:20:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:20:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:20:12.577Z||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-11-17T03:20:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:20:22.118Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:20:22.119Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:21:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:21:12.574Z||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-11-17T03:21:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:21:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:21:12.577Z||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-11-17T03:21:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:21:22.122Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:21:22.122Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:22:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:22:12.574Z||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-11-17T03:22:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:22:12.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:22:12.576Z||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-11-17T03:22:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:22:22.115Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:22:22.115Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:23:12.573Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:23:12.574Z||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-11-17T03:23:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:23:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:23:12.577Z||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-11-17T03:23:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:23:22.113Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:23:22.116Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:24:12.574Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:24:12.575Z||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-11-17T03:24:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:24:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:24:12.577Z||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-11-17T03:24:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:24:22.115Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:24:22.120Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:25:12.573Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:25:12.574Z||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-11-17T03:25:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:25:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:25:12.576Z||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-11-17T03:25:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:25:22.119Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:25:22.120Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:26:12.573Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:26:12.574Z||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-11-17T03:26:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:26:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:26:12.576Z||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-11-17T03:26:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:26:22.118Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:26:22.118Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:27:12.573Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:27:12.574Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T03:27:12.574Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:27:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:27:12.576Z||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-11-17T03:27:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:27:22.119Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:27:22.122Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:28:12.573Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:28:12.574Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T03:28:12.575Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:28:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:28:12.576Z||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-11-17T03:28:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:28:22.119Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:28:22.120Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:29:12.573Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:29:12.574Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T03:29:12.574Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:29:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:29:12.577Z||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-11-17T03:29:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:29:22.117Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:29:22.119Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:30:12.573Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:30:12.574Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T03:30:12.574Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:30:12.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:30:12.577Z||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-11-17T03:30:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:30:22.118Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:30:22.118Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:31:12.574Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:31:12.574Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T03:31:12.574Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:31:12.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:31:12.577Z||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-11-17T03:31:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:31:22.119Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:31:22.119Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:32:12.573Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:32:12.574Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T03:32:12.574Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:32:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:32:12.577Z||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-11-17T03:32:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:32:22.114Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:32:22.119Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:33:12.573Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:33:12.574Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T03:33:12.574Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:33:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:33:12.576Z||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-11-17T03:33:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:33:22.115Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:33:22.116Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:34:12.573Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:34:12.574Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T03:34:12.574Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:34:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:34:12.576Z||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-11-17T03:34:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:34:22.115Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:34:22.114Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:35:12.573Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:35:12.574Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T03:35:12.574Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:35:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:35:12.577Z||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-11-17T03:35:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:35:22.115Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:35:22.115Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:36:12.573Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:36:12.574Z||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-11-17T03:36:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:36:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:36:12.577Z||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-11-17T03:36:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:36:22.118Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:36:22.119Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:37:12.573Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:37:12.574Z||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-11-17T03:37:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:37:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:37:12.576Z||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-11-17T03:37:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:37:22.112Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:37:22.117Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:38:12.573Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:38:12.575Z||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-11-17T03:38:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:38:12.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:38:12.576Z||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-11-17T03:38:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:38:22.116Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:38:22.117Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:39:12.573Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:39:12.574Z||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-11-17T03:39:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:39:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:39:12.577Z||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-11-17T03:39:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:39:22.117Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:39:22.118Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:40:12.573Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:40:12.574Z||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-11-17T03:40:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:40:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:40:12.576Z||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-11-17T03:40:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:40:22.128Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:40:22.129Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:41:12.573Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:41:12.574Z||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-11-17T03:41:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:41:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:41:12.576Z||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-11-17T03:41:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:41:22.115Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:41:22.115Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:42:12.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:42:12.576Z||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-11-17T03:42:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:42:12.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:42:12.577Z||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-11-17T03:42:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:42:22.118Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:42:22.118Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:43:12.574Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:43:12.575Z||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-11-17T03:43:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:43:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:43:12.577Z||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-11-17T03:43:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:43:22.116Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:43:22.116Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:44:12.574Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:44:12.576Z||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-11-17T03:44:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:44:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:44:12.577Z||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-11-17T03:44:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:44:22.131Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:44:22.132Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:45:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:45:12.574Z||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-11-17T03:45:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:45:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:45:12.576Z||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-11-17T03:45:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:45:22.115Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:45:22.116Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:46:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:46:12.574Z||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-11-17T03:46:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:46:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:46:12.576Z||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-11-17T03:46:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:46:22.114Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:46:22.117Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:47:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:47:12.574Z||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-11-17T03:47:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:47:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:47:12.576Z||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-11-17T03:47:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:47:22.114Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:47:22.114Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:48:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:48:12.574Z||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-11-17T03:48:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:48:12.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:48:12.577Z||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-11-17T03:48:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:48:22.120Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:48:22.122Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:49:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:49:12.574Z||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-11-17T03:49:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:49:12.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:49:12.577Z||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-11-17T03:49:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:49:22.116Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:49:22.117Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:50:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:50:12.574Z||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-11-17T03:50:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:50:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:50:12.576Z||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-11-17T03:50:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:50:22.115Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:50:22.115Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:51:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:51:12.574Z||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-11-17T03:51:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:51:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:51:12.577Z||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-11-17T03:51:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:51:22.116Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:51:22.116Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:52:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:52:12.574Z||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-11-17T03:52:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:52:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:52:12.577Z||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-11-17T03:52:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:52:22.121Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:52:22.122Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:53:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:53:12.574Z||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-11-17T03:53:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:53:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:53:12.576Z||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-11-17T03:53:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:53:22.115Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:53:22.117Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:54:12.574Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:54:12.574Z||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-11-17T03:54:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:54:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:54:12.576Z||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-11-17T03:54:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:54:22.116Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:54:22.117Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:55:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:55:12.574Z||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-11-17T03:55:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:55:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:55:12.577Z||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-11-17T03:55:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:55:22.118Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:55:22.119Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:56:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:56:12.574Z||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-11-17T03:56:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:56:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:56:12.577Z||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-11-17T03:56:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:56:22.126Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:56:22.127Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:57:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:57:12.574Z||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-11-17T03:57:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:57:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:57:12.577Z||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-11-17T03:57:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:57:22.116Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:57:22.120Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:58:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:58:12.574Z||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-11-17T03:58:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:58:12.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:58:12.577Z||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-11-17T03:58:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:58:22.115Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:58:22.117Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:59:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:59:12.574Z||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-11-17T03:59:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:59:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:59:12.577Z||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-11-17T03:59:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:59:22.115Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T03:59:22.115Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:00:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:00:12.574Z||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-11-17T04:00:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:00:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:00:12.576Z||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-11-17T04:00:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:00:22.116Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:00:22.119Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:01:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:01:12.574Z||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-11-17T04:01:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:01:12.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:01:12.576Z||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-11-17T04:01:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:01:22.113Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:01:22.117Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:02:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:02:12.574Z||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-11-17T04:02:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:02:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:02:12.576Z||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-11-17T04:02:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:02:22.115Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:02:22.115Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:03:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:03:12.574Z||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-11-17T04:03:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:03:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:03:12.577Z||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-11-17T04:03:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:03:22.115Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:03:22.116Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:04:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:04:12.574Z||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-11-17T04:04:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:04:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:04:12.576Z||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-11-17T04:04:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:04:22.117Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:04:22.118Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:05:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:05:12.574Z||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-11-17T04:05:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:05:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:05:12.576Z||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-11-17T04:05:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:05:22.144Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:05:22.144Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:06:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:06:12.574Z||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-11-17T04:06:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:06:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:06:12.577Z||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-11-17T04:06:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:06:22.119Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:06:22.119Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:07:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:07:12.574Z||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-11-17T04:07:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:07:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:07:12.577Z||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-11-17T04:07:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:07:22.119Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:07:22.122Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:08:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:08:12.574Z||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-11-17T04:08:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:08:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:08:12.576Z||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-11-17T04:08:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:08:22.114Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:08:22.115Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:09:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:09:12.574Z||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-11-17T04:09:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:09:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:09:12.576Z||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-11-17T04:09:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:09:22.116Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:09:22.116Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:10:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:10:12.574Z||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-11-17T04:10:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:10:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:10:12.576Z||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-11-17T04:10:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:10:22.115Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:10:22.117Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:11:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:11:12.574Z||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-11-17T04:11:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:11:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:11:12.577Z||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-11-17T04:11:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:11:22.117Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:11:22.117Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:12:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:12:12.574Z||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-11-17T04:12:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:12:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:12:12.576Z||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-11-17T04:12:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:12:22.134Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:12:22.135Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:13:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:13:12.574Z||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-11-17T04:13:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:13:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:13:12.577Z||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-11-17T04:13:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:13:22.115Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:13:22.118Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:14:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:14:12.574Z||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-11-17T04:14:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:14:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:14:12.577Z||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-11-17T04:14:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:14:22.121Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:14:22.121Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:15:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:15:12.574Z||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-11-17T04:15:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:15:12.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:15:12.577Z||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-11-17T04:15:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:15:22.115Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:15:22.116Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:16:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:16:12.574Z||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-11-17T04:16:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:16:12.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:16:12.576Z||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-11-17T04:16:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:16:22.114Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:16:22.114Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:17:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:17:12.574Z||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-11-17T04:17:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:17:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:17:12.577Z||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-11-17T04:17:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:17:22.116Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:17:22.117Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:18:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:18:12.574Z||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-11-17T04:18:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:18:12.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:18:12.576Z||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-11-17T04:18:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:18:22.114Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:18:22.114Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:19:12.574Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:19:12.575Z||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-11-17T04:19:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:19:12.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:19:12.576Z||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-11-17T04:19:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:19:22.115Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:19:22.120Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:20:12.574Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:20:12.574Z||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-11-17T04:20:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:20:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:20:12.578Z||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-11-17T04:20:12.579Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:20:22.125Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:20:22.126Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:21:12.574Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:21:12.575Z||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-11-17T04:21:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:21:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:21:12.577Z||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-11-17T04:21:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:21:22.117Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:21:22.118Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:22:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:22:12.574Z||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-11-17T04:22:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:22:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:22:12.576Z||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-11-17T04:22:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:22:22.119Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:22:22.120Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:23:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:23:12.574Z||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-11-17T04:23:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:23:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:23:12.577Z||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-11-17T04:23:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:23:22.115Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:23:22.117Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:24:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:24:12.574Z||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-11-17T04:24:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:24:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:24:12.577Z||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-11-17T04:24:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:24:22.112Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:24:22.113Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:25:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:25:12.574Z||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-11-17T04:25:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:25:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:25:12.576Z||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-11-17T04:25:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:25:22.120Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:25:22.120Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:26:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:26:12.574Z||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-11-17T04:26:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:26:12.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:26:12.577Z||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-11-17T04:26:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:26:22.115Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:26:22.115Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:27:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:27:12.574Z||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-11-17T04:27:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:27:12.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:27:12.577Z||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-11-17T04:27:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:27:22.116Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:27:22.117Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:28:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:28:12.574Z||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-11-17T04:28:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:28:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:28:12.577Z||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-11-17T04:28:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:28:22.115Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:28:22.116Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:29:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:29:12.574Z||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-11-17T04:29:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:29:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:29:12.576Z||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-11-17T04:29:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:29:22.117Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:29:22.118Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:30:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:30:12.574Z||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-11-17T04:30:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:30:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:30:12.577Z||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-11-17T04:30:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:30:22.116Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:30:22.116Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:31:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:31:12.574Z||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-11-17T04:31:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:31:12.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:31:12.577Z||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-11-17T04:31:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:31:22.115Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:31:22.118Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:32:12.575Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:32:12.575Z||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-11-17T04:32:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:32:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:32:12.576Z||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-11-17T04:32:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:32:22.112Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:32:22.118Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:33:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:33:12.574Z||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-11-17T04:33:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:33:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:33:12.576Z||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-11-17T04:33:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:33:22.115Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:33:22.116Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:34:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:34:12.574Z||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-11-17T04:34:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:34:12.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:34:12.576Z||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-11-17T04:34:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:34:22.114Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:34:22.114Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:35:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:35:12.574Z||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-11-17T04:35:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:35:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:35:12.577Z||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-11-17T04:35:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:35:22.115Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:35:22.116Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:36:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:36:12.574Z||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-11-17T04:36:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:36:12.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:36:12.576Z||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-11-17T04:36:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:36:22.118Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:36:22.121Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:37:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:37:12.574Z||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-11-17T04:37:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:37:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:37:12.576Z||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-11-17T04:37:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:37:22.116Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:37:22.117Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:38:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:38:12.574Z||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-11-17T04:38:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:38:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:38:12.577Z||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-11-17T04:38:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:38:22.114Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:38:22.115Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:39:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:39:12.574Z||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-11-17T04:39:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:39:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:39:12.576Z||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-11-17T04:39:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:39:22.111Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:39:22.117Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:40:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:40:12.574Z||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-11-17T04:40:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:40:12.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:40:12.576Z||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-11-17T04:40:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:40:22.116Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:40:22.118Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:41:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:41:12.574Z||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-11-17T04:41:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:41:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:41:12.577Z||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-11-17T04:41:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:41:22.122Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:41:22.123Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:42:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:42:12.574Z||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-11-17T04:42:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:42:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:42:12.576Z||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-11-17T04:42:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:42:22.113Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:42:22.115Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:43:12.574Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:43:12.575Z||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-11-17T04:43:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:43:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:43:12.576Z||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-11-17T04:43:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:43:22.120Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:43:22.122Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:44:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:44:12.574Z||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-11-17T04:44:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:44:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:44:12.576Z||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-11-17T04:44:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:44:22.118Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:44:22.118Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:45:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:45:12.574Z||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-11-17T04:45:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:45:12.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:45:12.577Z||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-11-17T04:45:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:45:22.115Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:45:22.116Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:46:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:46:12.574Z||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-11-17T04:46:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:46:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:46:12.624Z||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-11-17T04:46:12.624Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:46:22.161Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:46:22.163Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:47:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:47:12.574Z||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-11-17T04:47:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:47:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:47:12.576Z||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-11-17T04:47:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:47:22.119Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:47:22.119Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:48:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:48:12.574Z||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-11-17T04:48:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:48:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:48:12.576Z||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-11-17T04:48:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:48:22.116Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:48:22.119Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:49:12.573Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:49:12.574Z||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-11-17T04:49:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:49:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:49:12.576Z||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-11-17T04:49:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:49:22.119Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:49:22.119Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:50:12.573Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:50:12.574Z||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-11-17T04:50:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:50:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:50:12.577Z||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-11-17T04:50:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:50:22.115Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:50:22.116Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:51:12.573Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:51:12.574Z||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-11-17T04:51:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:51:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:51:12.577Z||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-11-17T04:51:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:51:22.114Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:51:22.115Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:52:12.573Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:52:12.574Z||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-11-17T04:52:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:52:12.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:52:12.576Z||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-11-17T04:52:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:52:22.115Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:52:22.116Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:53:12.573Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:53:12.574Z||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-11-17T04:53:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:53:12.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:53:12.576Z||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-11-17T04:53:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:53:22.114Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:53:22.114Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:54:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:54:12.574Z||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-11-17T04:54:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:54:12.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:54:12.576Z||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-11-17T04:54:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:54:22.114Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:54:22.117Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:55:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:55:12.574Z||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-11-17T04:55:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:55:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:55:12.576Z||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-11-17T04:55:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:55:22.115Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:55:22.116Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:56:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:56:12.574Z||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-11-17T04:56:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:56:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:56:12.576Z||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-11-17T04:56:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:56:22.113Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:56:22.114Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:57:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:57:12.574Z||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-11-17T04:57:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:57:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:57:12.576Z||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-11-17T04:57:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:57:22.116Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:57:22.116Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:58:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:58:12.574Z||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-11-17T04:58:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:58:12.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:58:12.577Z||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-11-17T04:58:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:58:22.112Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:58:22.112Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:59:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:59:12.574Z||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-11-17T04:59:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:59:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:59:12.576Z||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-11-17T04:59:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:59:22.115Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T04:59:22.120Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:00:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:00:12.574Z||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-11-17T05:00:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:00:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:00:12.576Z||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-11-17T05:00:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:00:22.112Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:00:22.113Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:01:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:01:12.574Z||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-11-17T05:01:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:01:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:01:12.577Z||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-11-17T05:01:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:01:22.114Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:01:22.117Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:02:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:02:12.574Z||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-11-17T05:02:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:02:12.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:02:12.576Z||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-11-17T05:02:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:02:22.114Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:02:22.114Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:03:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:03:12.574Z||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-11-17T05:03:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:03:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:03:12.576Z||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-11-17T05:03:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:03:22.118Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:03:22.119Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:04:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:04:12.574Z||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-11-17T05:04:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:04:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:04:12.577Z||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-11-17T05:04:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:04:22.115Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:04:22.118Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:05:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:05:12.574Z||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-11-17T05:05:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:05:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:05:12.576Z||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-11-17T05:05:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:05:22.119Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:05:22.121Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:06:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:06:12.574Z||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-11-17T05:06:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:06:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:06:12.576Z||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-11-17T05:06:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:06:22.119Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:06:22.121Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:07:12.575Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:07:12.576Z||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-11-17T05:07:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:07:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:07:12.576Z||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-11-17T05:07:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:07:22.120Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:07:22.143Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:08:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:08:12.574Z||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-11-17T05:08:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:08:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:08:12.576Z||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-11-17T05:08:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:08:22.117Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:08:22.122Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:09:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:09:12.574Z||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-11-17T05:09:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:09:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:09:12.576Z||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-11-17T05:09:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:09:22.111Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:09:22.113Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:10:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:10:12.574Z||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-11-17T05:10:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:10:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:10:12.576Z||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-11-17T05:10:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:10:22.115Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:10:22.115Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:11:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:11:12.574Z||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-11-17T05:11:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:11:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:11:12.577Z||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-11-17T05:11:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:11:22.117Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:11:22.118Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:12:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:12:12.574Z||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-11-17T05:12:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:12:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:12:12.577Z||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-11-17T05:12:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:12:22.112Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:12:22.114Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:13:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:13:12.574Z||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-11-17T05:13:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:13:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:13:12.577Z||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-11-17T05:13:12.578Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:13:22.116Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:13:22.119Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:14:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:14:12.574Z||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-11-17T05:14:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:14:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:14:12.576Z||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-11-17T05:14:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:14:22.117Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:14:22.119Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:15:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:15:12.574Z||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-11-17T05:15:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:15:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:15:12.577Z||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-11-17T05:15:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:15:22.111Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:15:22.115Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:16:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:16:12.574Z||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-11-17T05:16:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:16:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:16:12.577Z||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-11-17T05:16:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:16:22.113Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:16:22.115Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:17:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:17:12.574Z||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-11-17T05:17:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:17:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:17:12.576Z||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-11-17T05:17:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:17:22.118Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:17:22.118Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:18:12.573Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:18:12.574Z||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-11-17T05:18:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:18:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:18:12.577Z||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-11-17T05:18:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:18:22.116Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:18:22.122Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:19:12.573Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:19:12.574Z||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-11-17T05:19:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:19:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:19:12.576Z||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-11-17T05:19:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:19:22.125Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:19:22.129Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:20:12.573Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:20:12.574Z||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-11-17T05:20:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:20:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:20:12.577Z||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-11-17T05:20:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:20:22.116Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:20:22.117Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:21:12.573Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:21:12.574Z||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-11-17T05:21:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:21:12.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:21:12.577Z||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-11-17T05:21:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:21:22.115Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:21:22.117Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:22:12.574Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:22:12.576Z||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-11-17T05:22:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:22:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:22:12.577Z||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-11-17T05:22:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:22:22.123Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:22:22.123Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:23:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:23:12.574Z||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-11-17T05:23:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:23:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:23:12.577Z||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-11-17T05:23:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:23:22.122Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:23:22.124Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:24:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:24:12.574Z||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-11-17T05:24:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:24:12.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:24:12.577Z||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-11-17T05:24:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:24:22.112Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:24:22.113Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:25:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:25:12.574Z||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-11-17T05:25:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:25:12.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:25:12.577Z||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-11-17T05:25:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:25:22.118Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:25:22.121Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:26:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:26:12.574Z||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-11-17T05:26:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:26:12.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:26:12.577Z||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-11-17T05:26:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:26:22.115Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:26:22.116Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:27:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:27:12.574Z||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-11-17T05:27:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:27:12.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:27:12.576Z||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-11-17T05:27:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:27:22.118Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:27:22.118Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:28:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:28:12.574Z||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-11-17T05:28:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:28:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:28:12.576Z||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-11-17T05:28:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:28:22.113Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:28:22.113Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:29:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:29:12.574Z||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-11-17T05:29:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:29:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:29:12.576Z||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-11-17T05:29:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:29:22.115Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:29:22.115Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:30:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:30:12.574Z||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-11-17T05:30:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:30:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:30:12.576Z||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-11-17T05:30:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:30:22.118Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:30:22.119Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:31:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:31:12.574Z||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-11-17T05:31:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:31:12.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:31:12.576Z||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-11-17T05:31:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:31:22.115Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:31:22.115Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:32:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:32:12.574Z||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-11-17T05:32:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:32:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:32:12.576Z||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-11-17T05:32:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:32:22.112Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:32:22.114Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:33:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:33:12.574Z||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-11-17T05:33:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:33:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:33:12.577Z||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-11-17T05:33:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:33:22.115Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:33:22.119Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:34:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:34:12.574Z||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-11-17T05:34:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:34:12.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:34:12.576Z||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-11-17T05:34:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:34:22.115Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:34:22.115Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:35:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:35:12.574Z||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-11-17T05:35:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:35:12.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:35:12.577Z||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-11-17T05:35:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:35:22.115Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:35:22.116Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:36:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:36:12.574Z||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-11-17T05:36:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:36:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:36:12.576Z||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-11-17T05:36:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:36:22.113Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:36:22.118Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:37:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:37:12.574Z||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-11-17T05:37:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:37:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:37:12.576Z||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-11-17T05:37:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:37:22.112Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:37:22.113Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:38:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:38:12.574Z||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-11-17T05:38:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:38:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:38:12.576Z||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-11-17T05:38:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:38:22.113Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:38:22.113Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:39:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:39:12.574Z||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-11-17T05:39:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:39:12.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:39:12.576Z||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-11-17T05:39:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:39:22.115Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:39:22.120Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:40:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:40:12.574Z||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-11-17T05:40:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:40:12.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:40:12.576Z||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-11-17T05:40:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:40:22.114Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:40:22.114Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:41:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:41:12.574Z||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-11-17T05:41:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:41:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:41:12.576Z||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-11-17T05:41:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:41:22.114Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:41:22.115Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:42:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:42:12.574Z||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-11-17T05:42:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:42:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:42:12.576Z||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-11-17T05:42:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:42:22.114Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:42:22.116Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:43:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:43:12.574Z||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-11-17T05:43:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:43:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:43:12.576Z||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-11-17T05:43:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:43:22.110Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:43:22.113Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:44:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:44:12.574Z||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-11-17T05:44:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:44:12.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:44:12.577Z||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-11-17T05:44:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:44:22.112Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:44:22.114Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:45:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:45:12.574Z||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-11-17T05:45:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:45:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:45:12.576Z||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-11-17T05:45:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:45:22.118Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:45:22.118Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:46:12.573Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:46:12.574Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T05:46:12.574Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:46:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:46:12.576Z||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-11-17T05:46:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:46:13.939Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:46:13.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T05:46:13.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"ff0fd676-8170-422d-a45e-6e7a6acd1ae7","serviceName":"vFW 2021-11-17 05-43-22","serviceVersion":"1.0","serviceUUID":"8fe6296b-54a5-405f-972f-51de2ad19f1c","serviceDescription":"catalog service description","serviceInvariantUUID":"d454867a-10ad-4290-b439-477468b06265","resources":[{"resourceInstanceName":"vFW bb185ac2-bf59 0","resourceName":"vFW bb185ac2-bf59","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5bc745da-b8d4-4ee4-91a4-6c68371ef228","resourceInvariantUUID":"cef84060-d9ba-4982-ae7b-39dcd6b7782c","resourceCustomizationUUID":"74f55aa6-7e00-43a4-857d-cda45cf6392d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vf-license-model.xml","artifactChecksum":"ZjRjZTlkNTZkMDA0Y2E1Mjc1NDc1ZjUzYThhODQ0MWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"73ddabbb-34e5-4432-a9c2-e01afc6e81d9","artifactVersion":"1"},{"artifactName":"vfwbb185ac2bf590_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json","artifactChecksum":"NWUwMWQzY2Y2NmEwYzRjMzM1ZGU2YjYzMzMxODAyYjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ff08b0f5-238f-4174-9754-bdd3d3d0f811","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fa6a1912-b806-4ec3-9d4f-386dcfa3305e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vendor-license-model.xml","artifactChecksum":"ZTRjZmY1ZGVkMmNmMjlhYmYyM2RkZmRlMTY1MzI5MGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"512920f7-5277-47f0-a3c3-4b502224a874","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"425a90d6-4305-43a5-ba77-016640a69da4","artifactVersion":"2","generatedFromUUID":"fa6a1912-b806-4ec3-9d4f-386dcfa3305e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211117054322-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-template.yml","artifactChecksum":"ODNmYTk0MjFiYWU5MzQyMzM3MWRmMjk4ZmE5NjYxYjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b4bacd63-95e6-455e-a0ef-ad44b6359f40","artifactVersion":"1"},{"artifactName":"service-Vfw20211117054322-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar","artifactChecksum":"NDUwYTIwZjk2OTc3NWY0MDk0MjY5YWRlMDk3ZWQ3MzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ee06e079-b992-43fa-8e47-99215dcb9548","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-17T05:46:13.953Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T05:46:13.958Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:46:13.965Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:46:13.965Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637127972573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:46:14.066Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-11-17T05:46:14.071Z||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-11-17T05:46:14.071Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:46:14.087Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:46:14.087Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-11-17T05:46:14.199Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:46:14.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:46:14.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637127973091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:46:14.218Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:46:14.972Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T05:46:14.972Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:46:14.973Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:46:14.974Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637127972573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json",
  "status": "NOTIFIED"
}
2021-11-17T05:46:15.074Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:46:15.075Z||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-11-17T05:46:15.075Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:46:15.087Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:46:15.088Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:46:15.974Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T05:46:15.975Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:46:15.976Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:46:15.976Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637127972573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-17T05:46:16.076Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:46:16.077Z||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-11-17T05:46:16.077Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:46:16.091Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:46:16.091Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:46:16.977Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T05:46:16.977Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:46:16.979Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:46:16.979Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637127972573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:46:17.080Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-17T05:46:17.080Z||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-11-17T05:46:17.080Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:46:17.093Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:46:17.094Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:46:17.980Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T05:46:17.981Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:46:17.982Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:46:17.983Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637127972573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-17T05:46:18.083Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:46:18.084Z||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-11-17T05:46:18.084Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:46:18.100Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:46:18.100Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:46:18.983Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T05:46:18.984Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:46:18.985Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:46:18.985Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637127972573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:46:19.085Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:46:19.086Z||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-11-17T05:46:19.086Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:46:19.098Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:46:19.098Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:46:19.985Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T05:46:19.986Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:46:19.988Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:46:19.988Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637127972573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T05:46:20.088Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:46:20.089Z||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-11-17T05:46:20.089Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:46:20.100Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:46:20.101Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:46:20.990Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "serviceName": "vFW 2021-11-17 05-43-22",
  "serviceVersion": "1.0",
  "serviceUUID": "8fe6296b-54a5-405f-972f-51de2ad19f1c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d454867a-10ad-4290-b439-477468b06265",
  "resources": [
    {
      "resourceInstanceName": "vFW bb185ac2-bf59 0",
      "resourceCustomizationUUID": "74f55aa6-7e00-43a4-857d-cda45cf6392d",
      "resourceName": "vFW bb185ac2-bf59",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5bc745da-b8d4-4ee4-91a4-6c68371ef228",
      "resourceInvariantUUID": "cef84060-d9ba-4982-ae7b-39dcd6b7782c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwbb185ac2bf590_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json",
          "artifactChecksum": "NWUwMWQzY2Y2NmEwYzRjMzM1ZGU2YjYzMzMxODAyYjU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ff08b0f5-238f-4174-9754-bdd3d3d0f811",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "fa6a1912-b806-4ec3-9d4f-386dcfa3305e",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "425a90d6-4305-43a5-ba77-016640a69da4",
            "generatedFromUUID": "fa6a1912-b806-4ec3-9d4f-386dcfa3305e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "425a90d6-4305-43a5-ba77-016640a69da4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20211117054322-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar",
      "artifactChecksum": "NDUwYTIwZjk2OTc3NWY0MDk0MjY5YWRlMDk3ZWQ3MzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ee06e079-b992-43fa-8e47-99215dcb9548"
    }
  ],
  "workloadContext": "Production"
}
2021-11-17T05:46:20.990Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-17T05:46:20.991Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8fe6296b-54a5-405f-972f-51de2ad19f1c ASDC
2021-11-17T05:46:21.054Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:ff0fd676-8170-422d-a45e-6e7a6acd1ae7
ServiceName:vFW 2021-11-17 05-43-22
ServiceVersion:1.0
ServiceUUID:8fe6296b-54a5-405f-972f-51de2ad19f1c
ServiceInvariantUUID:d454867a-10ad-4290-b439-477468b06265
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211117054322-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar
ArtifactUUID:ee06e079-b992-43fa-8e47-99215dcb9548
ArtifactChecksum:NDUwYTIwZjk2OTc3NWY0MDk0MjY5YWRlMDk3ZWQ3MzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW bb185ac2-bf59 0
ResourceCustomizationUUID:74f55aa6-7e00-43a4-857d-cda45cf6392d
ResourceInvariantUUID:cef84060-d9ba-4982-ae7b-39dcd6b7782c
ResourceName:vFW bb185ac2-bf59
ResourceType:VF
ResourceUUID:5bc745da-b8d4-4ee4-91a4-6c68371ef228
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwbb185ac2bf590_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json
ArtifactUUID:ff08b0f5-238f-4174-9754-bdd3d3d0f811
ArtifactChecksum:NWUwMWQzY2Y2NmEwYzRjMzM1ZGU2YjYzMzMxODAyYjU=
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/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml
ArtifactUUID:fa6a1912-b806-4ec3-9d4f-386dcfa3305e
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/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env
ArtifactUUID:425a90d6-4305-43a5-ba77-016640a69da4
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/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env
ArtifactUUID:425a90d6-4305-43a5-ba77-016640a69da4
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-17T05:46:21.055Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8fe6296b-54a5-405f-972f-51de2ad19f1c 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-11-17T05:46:21.242Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-17T05:46:21.244Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-17T05:46:21.245Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-17T05:46:21.245Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ee06e079-b992-43fa-8e47-99215dcb9548 from URL: /sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar
2021-11-17T05:46:21.245Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-17T05:46:21.246Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar
2021-11-17T05:46:21.399Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-17T05:46:21.416Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar ee06e079-b992-43fa-8e47-99215dcb9548 98985
2021-11-17T05:46:21.417Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar ASDC sendASDCNotification
2021-11-17T05:46:21.417Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar
2021-11-17T05:46:21.418Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T05:46:21.418Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:46:21.419Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:46:21.420Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637127981416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T05:46:21.520Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:46:21.520Z||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-11-17T05:46:21.521Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:46:21.533Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:46:21.533Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:46:22.420Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-17T05:46:22.422Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-17T05:46:22.422Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: ee06e079-b992-43fa-8e47-99215dcb9548, URL: /sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar to file: /app/ASDC/1/service-Vfw20211117054322-csar.csar
2021-11-17T05:46:22.423Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211117054322-csar.csar
2021-11-17T05:46:22.482Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211117054322-csar.csar
2021-11-17T05:46:22.483Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211117054322-csar.csar
2021-11-17T05:46:22.861Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP337186239695422997/Definitions/service-Vfw20211117054322-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-11-17T05:46:25.157Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-17T05:46:25.161Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-17T05:46:25.161Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211117054322-csar.csar
2021-11-17T05:46:25.161Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-17T05:46:25.161Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||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-Vfw20211117054322-csar.csar
2021-11-17T05:46:25.161Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||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-Vfw20211117054322-csar.csar
2021-11-17T05:46:25.161Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211117054322-csar.csar
2021-11-17T05:46:25.161Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211117054322-csar.csar
2021-11-17T05:46:25.161Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW bb185ac2-bf59 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-Vfw20211117054322-csar.csar
2021-11-17T05:46:25.161Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211117054322-csar.csar
2021-11-17T05:46:25.161Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||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-Vfw20211117054322-csar.csar
2021-11-17T05:46:25.161Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211117054322-csar.csar
2021-11-17T05:46:25.162Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211117054322-csar.csar
2021-11-17T05:46:25.162Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211117054322-csar.csar
2021-11-17T05:46:25.162Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211117054322-csar.csar
2021-11-17T05:46:25.162Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211117054322-csar.csar
2021-11-17T05:46:25.162Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211117054322-csar.csar
2021-11-17T05:46:25.162Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-17T05:46:25.166Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:46:25.167Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-17 05-43-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:46:25.169Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vFW bb185ac2-bf59 0 is matching search criteria
2021-11-17T05:46:25.169Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-17T05:46:25.170Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bb185ac2-bf59 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-17T05:46:25.171Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:46:25.171Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-17 05-43-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:46:25.171Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vFW bb185ac2-bf59 0 is matching search criteria
2021-11-17T05:46:25.171Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-17T05:46:25.171Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bb185ac2-bf59 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-17T05:46:25.172Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:46:25.172Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-17 05-43-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:46:25.174Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:46:25.174Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vFW bb185ac2-bf59 0 is not matching search criteria
2021-11-17T05:46:25.174Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T05:46:25.174Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-17T05:46:25.174Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-17T05:46:25.174Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-17T05:46:25.174Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-17T05:46:25.175Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T05:46:25.175Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T05:46:25.175Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-17T05:46:25.175Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-17T05:46:25.175Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-17T05:46:25.175Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-17T05:46:25.175Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-17T05:46:25.175Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-17T05:46:25.175Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-17T05:46:25.175Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T05:46:25.176Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-17T05:46:25.176Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:46:25.176Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-17 05-43-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-17T05:46:25.176Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:46:25.177Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vFW bb185ac2-bf59 0 is matching search criteria
2021-11-17T05:46:25.177Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bb185ac2-bf59 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T05:46:25.177Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:46:25.177Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vFW bb185ac2-bf59 0 is matching search criteria
2021-11-17T05:46:25.177Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bb185ac2-bf59 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T05:46:25.177Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:46:25.178Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vFW bb185ac2-bf59 0 is matching search criteria
2021-11-17T05:46:25.178Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bb185ac2-bf59 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T05:46:25.178Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:46:25.178Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vFW bb185ac2-bf59 0 is not matching search criteria
2021-11-17T05:46:25.178Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T05:46:25.178Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-17T05:46:25.178Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T05:46:25.178Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-17T05:46:25.178Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-17T05:46:25.178Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-17T05:46:25.179Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-17T05:46:25.179Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-17T05:46:25.179Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-17T05:46:25.179Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-17T05:46:25.179Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T05:46:25.179Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6273161d-5abd-4091-bef9-740ac3ece494
2021-11-17T05:46:25.179Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:46:25.179Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vFW bb185ac2-bf59 0 is not matching search criteria
2021-11-17T05:46:25.179Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T05:46:25.180Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-17T05:46:25.180Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-17T05:46:25.180Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-17T05:46:25.180Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-17T05:46:25.180Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T05:46:25.180Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T05:46:25.180Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-17T05:46:25.180Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-17T05:46:25.180Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-17T05:46:25.180Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-17T05:46:25.180Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T05:46:25.181Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=aaac2103-da76-4e17-9e60-e23f213aad85
2021-11-17T05:46:25.181Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:46:25.181Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vFW bb185ac2-bf59 0 is not matching search criteria
2021-11-17T05:46:25.181Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T05:46:25.181Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-17T05:46:25.181Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-17T05:46:25.181Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-17T05:46:25.181Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-17T05:46:25.181Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T05:46:25.181Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T05:46:25.181Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-17T05:46:25.182Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-17T05:46:25.182Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-17T05:46:25.182Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-17T05:46:25.182Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-17T05:46:25.182Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3879556a-63ea-4b98-9156-e0f4f00bee7a
2021-11-17T05:46:25.182Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:46:25.182Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-17 05-43-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:46:25.182Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:46:25.182Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-17 05-43-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:46:25.182Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:46:25.183Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-17 05-43-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:46:25.183Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:46:25.183Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-17 05-43-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:46:25.183Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-11-17 05-43-22
Description:catalog service description
Model UUID:8fe6296b-54a5-405f-972f-51de2ad19f1c
Model Version:NULL
Model InvariantUuid:d454867a-10ad-4290-b439-477468b06265
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW bb185ac2-bf59
Model UUID:9daaa1ac-af9c-4c96-82f4-9e2eda47e802
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cef84060-d9ba-4982-ae7b-39dcd6b7782c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:74f55aa6-7e00-43a4-857d-cda45cf6392d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:36973778-9bd6-44ab-aad1-7bc770bc5ded
ModelName:VfwBb185ac2Bf59..base_vfw..module-0
ModelUuid:1fdfc2a4-b4a2-4eb8-9c41-cf042bbb9e4f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6273161d-5abd-4091-bef9-740ac3ece494
ModelInvariantUuid:47078599-9d6a-4e05-9ae3-de7c3083376d
ModelName:vFW bb185ac2-bf59-nodes.vfwCvfc
ModelUuid:1260b514-17c8-4875-b4ea-3202227aabb4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:7ab4ed7b-d049-46db-8962-8d9019e803b5
ModelInvariantUuid:ef6495ed-76b7-4316-97aa-d0c1999e3826
ModelName:VfwBb185ac2Bf59.compute.nodes.heat.vfw
ModelUuid:a5bdb4df-4b7d-4869-8e3b-a066a74c2aa0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:aaac2103-da76-4e17-9e60-e23f213aad85
ModelInvariantUuid:ade7206b-9ad8-4eef-9d8e-d46abbefc28c
ModelName:vFW bb185ac2-bf59-nodes.vsnCvfc
ModelUuid:7bbb5b36-c067-4b0f-a981-f6d17292b020
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:ea1138f2-7515-4aff-abc1-da34323fd647
ModelInvariantUuid:7f12de5e-3f9a-4a02-95ce-ef4eb1855d65
ModelName:VfwBb185ac2Bf59.compute.nodes.heat.vsn
ModelUuid:ee411fcc-8f3c-437f-919c-47d442cece58
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:3879556a-63ea-4b98-9156-e0f4f00bee7a
ModelInvariantUuid:23103ab5-9350-4a5c-a837-faf88553af02
ModelName:vFW bb185ac2-bf59-nodes.vpgCvfc
ModelUuid:2d327b79-ef70-45bf-985a-753fe33b2a9b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:14ece568-f20e-4a32-9228-15330b1d6cfd
ModelInvariantUuid:550b5c43-8e1d-4feb-b8d7-3f9c704464c0
ModelName:VfwBb185ac2Bf59.compute.nodes.heat.vpg
ModelUuid:31e918db-db8f-4e1e-b888-8e35a58c57da
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-17T05:46:25.202Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 5bc745da-b8d4-4ee4-91a4-6c68371ef228
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T05:46:25.284Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||vFW bb185ac2-bf59 0
2021-11-17T05:46:25.289Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5bc745da-b8d4-4ee4-91a4-6c68371ef228
2021-11-17T05:46:25.290Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ff08b0f5-238f-4174-9754-bdd3d3d0f811 from URL: /sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json
2021-11-17T05:46:25.290Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-17T05:46:25.290Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json
2021-11-17T05:46:25.583Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-17T05:46:25.583Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json ff08b0f5-238f-4174-9754-bdd3d3d0f811 785
2021-11-17T05:46:25.584Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json ASDC sendASDCNotification
2021-11-17T05:46:25.584Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json
2021-11-17T05:46:25.584Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T05:46:25.584Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:46:25.586Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:46:25.586Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637127985583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-17T05:46:25.686Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:46:25.687Z||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-11-17T05:46:25.687Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:46:25.696Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:46:25.697Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:46:26.588Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwBb185ac2Bf59..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "36973778-9bd6-44ab-aad1-7bc770bc5ded",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1fdfc2a4-b4a2-4eb8-9c41-cf042bbb9e4f",
    "vfModuleModelCustomizationUUID": "7f7801dd-d4af-4229-8fba-ca8cc2973a5b",
    "isBase": true,
    "artifacts": [
      "fa6a1912-b806-4ec3-9d4f-386dcfa3305e",
      "425a90d6-4305-43a5-ba77-016640a69da4"
    ],
    "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-11-17T05:46:26.604Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBb185ac2Bf59..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1fdfc2a4-b4a2-4eb8-9c41-cf042bbb9e4f
VfModuleModelInvariantUUID:36973778-9bd6-44ab-aad1-7bc770bc5ded
VfModuleModelDescription:NULL
Artifacts UUID List:{
fa6a1912-b806-4ec3-9d4f-386dcfa3305e
,
425a90d6-4305-43a5-ba77-016640a69da4

}
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-11-17T05:46:26.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwBb185ac2Bf59..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "36973778-9bd6-44ab-aad1-7bc770bc5ded",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1fdfc2a4-b4a2-4eb8-9c41-cf042bbb9e4f",
    "vfModuleModelCustomizationUUID": "7f7801dd-d4af-4229-8fba-ca8cc2973a5b",
    "isBase": true,
    "artifacts": [
      "fa6a1912-b806-4ec3-9d4f-386dcfa3305e",
      "425a90d6-4305-43a5-ba77-016640a69da4"
    ],
    "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-11-17T05:46:26.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBb185ac2Bf59..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1fdfc2a4-b4a2-4eb8-9c41-cf042bbb9e4f
VfModuleModelInvariantUUID:36973778-9bd6-44ab-aad1-7bc770bc5ded
VfModuleModelDescription:NULL
Artifacts UUID List:{
fa6a1912-b806-4ec3-9d4f-386dcfa3305e
,
425a90d6-4305-43a5-ba77-016640a69da4

}
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-11-17T05:46:26.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fa6a1912-b806-4ec3-9d4f-386dcfa3305e from URL: /sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml
2021-11-17T05:46:26.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-17T05:46:26.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml
2021-11-17T05:46:26.884Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-17T05:46:26.886Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml fa6a1912-b806-4ec3-9d4f-386dcfa3305e 20368
2021-11-17T05:46:26.886Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-17T05:46:26.887Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml
2021-11-17T05:46:26.887Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T05:46:26.887Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:46:26.890Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:46:26.890Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637127986886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-17T05:46:26.990Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:46:26.991Z||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-11-17T05:46:26.992Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:46:27.004Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:46:27.005Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:46:27.891Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 425a90d6-4305-43a5-ba77-016640a69da4 from URL: /sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env
2021-11-17T05:46:27.891Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-17T05:46:27.892Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env
2021-11-17T05:46:28.092Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-17T05:46:28.092Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env 425a90d6-4305-43a5-ba77-016640a69da4 2098
2021-11-17T05:46:28.092Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-17T05:46:28.092Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env
2021-11-17T05:46:28.093Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T05:46:28.093Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:46:28.094Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:46:28.095Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637127988092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-17T05:46:28.195Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:46:28.196Z||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-11-17T05:46:28.196Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:46:28.209Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:46:28.209Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:46:29.095Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 8fe6296b-54a5-405f-972f-51de2ad19f1c
2021-11-17T05:46:29.096Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW bb185ac2-bf59 0 5bc745da-b8d4-4ee4-91a4-6c68371ef228 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T05:46:29.129Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@60f41b42, org.onap.sdc.toscaparser.api.parameters.Input@743abcc5, org.onap.sdc.toscaparser.api.parameters.Input@5dc80a73, org.onap.sdc.toscaparser.api.parameters.Input@416fa49b, org.onap.sdc.toscaparser.api.parameters.Input@18199ff]
2021-11-17T05:46:29.132Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:46:29.132Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-17 05-43-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:46:29.132Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-11-17T05:46:29.132Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 74f55aa6-7e00-43a4-857d-cda45cf6392d
2021-11-17T05:46:29.132Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 74f55aa6-7e00-43a4-857d-cda45cf6392d matches Tosca VF Customization UUID: 74f55aa6-7e00-43a4-857d-cda45cf6392d
2021-11-17T05:46:29.133Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 74f55aa6-7e00-43a4-857d-cda45cf6392d  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-17T05:46:29.140Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:46:29.141Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-17 05-43-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:46:29.142Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 74f55aa6-7e00-43a4-857d-cda45cf6392d: {\"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-11-17T05:46:29.143Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@23bba175
2021-11-17T05:46:29.143Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:46:29.143Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-17 05-43-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-17T05:46:29.144Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7f7801dd-d4af-4229-8fba-ca8cc2973a5b
2021-11-17T05:46:29.145Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7f7801dd-d4af-4229-8fba-ca8cc2973a5b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-17T05:46:29.152Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:46:29.152Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vFW bb185ac2-bf59 0 is matching search criteria
2021-11-17T05:46:29.152Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bb185ac2-bf59 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T05:46:29.153Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:46:29.153Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vFW bb185ac2-bf59 0 is matching search criteria
2021-11-17T05:46:29.153Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bb185ac2-bf59 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T05:46:29.153Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:46:29.153Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vFW bb185ac2-bf59 0 is not matching search criteria
2021-11-17T05:46:29.154Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T05:46:29.154Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-17T05:46:29.154Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T05:46:29.154Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-17T05:46:29.154Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-17T05:46:29.154Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-17T05:46:29.154Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-17T05:46:29.154Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-17T05:46:29.154Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-17T05:46:29.155Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-17T05:46:29.155Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T05:46:29.155Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6273161d-5abd-4091-bef9-740ac3ece494
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-17T05:46:29.167Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:46:29.167Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vFW bb185ac2-bf59 0 is matching search criteria
2021-11-17T05:46:29.167Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bb185ac2-bf59 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T05:46:29.167Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:46:29.167Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vFW bb185ac2-bf59 0 is not matching search criteria
2021-11-17T05:46:29.167Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T05:46:29.168Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-17T05:46:29.168Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-17T05:46:29.168Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-17T05:46:29.168Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-17T05:46:29.168Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T05:46:29.168Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T05:46:29.168Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-17T05:46:29.168Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-17T05:46:29.168Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-17T05:46:29.169Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-17T05:46:29.169Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T05:46:29.169Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=aaac2103-da76-4e17-9e60-e23f213aad85
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-17T05:46:29.171Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:46:29.171Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vFW bb185ac2-bf59 0 is matching search criteria
2021-11-17T05:46:29.172Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bb185ac2-bf59 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T05:46:29.174Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:46:29.174Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vFW bb185ac2-bf59 0 is not matching search criteria
2021-11-17T05:46:29.174Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T05:46:29.174Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-17T05:46:29.174Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-17T05:46:29.175Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-17T05:46:29.175Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-17T05:46:29.175Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T05:46:29.175Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T05:46:29.175Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-17T05:46:29.175Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-17T05:46:29.175Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-17T05:46:29.175Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-17T05:46:29.176Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-17T05:46:29.176Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3879556a-63ea-4b98-9156-e0f4f00bee7a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-17T05:46:29.178Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:46:29.178Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vFW bb185ac2-bf59 0 is matching search criteria
2021-11-17T05:46:29.178Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bb185ac2-bf59 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T05:46:29.179Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:46:29.179Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vFW bb185ac2-bf59 0 is matching search criteria
2021-11-17T05:46:29.179Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bb185ac2-bf59 0] matching following query criteria: sdcType=VF, customizationUUID=74f55aa6-7e00-43a4-857d-cda45cf6392d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T05:46:29.181Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:46:29.181Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-17 05-43-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:46:29.181Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 8fe6296b-54a5-405f-972f-51de2ad19f1c: vFW bb185ac2-bf59
2021-11-17T05:46:29.182Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:46:29.182Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-17 05-43-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:46:29.182Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:46:29.182Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-17 05-43-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:46:29.182Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:46:29.182Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-17 05-43-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:46:29.182Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:46:29.182Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-17 05-43-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:46:29.182Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:46:29.183Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-17 05-43-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:46:29.183Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2021-11-17 05-43-22 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-17T05:46:29.463Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW bb185ac2-bf59 5bc745da-b8d4-4ee4-91a4-6c68371ef228 1 ASDC deployResourceStructure
2021-11-17T05:46:29.463Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json ASDC sendASDCNotification
2021-11-17T05:46:29.463Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json
2021-11-17T05:46:29.463Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T05:46:29.464Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:46:29.465Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:46:29.465Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637127989463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-17T05:46:29.566Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:46:29.566Z||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-11-17T05:46:29.567Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:46:29.578Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:46:29.579Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:46:30.467Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-17T05:46:30.467Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml
2021-11-17T05:46:30.467Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T05:46:30.467Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:46:30.470Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:46:30.470Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637127990466,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-11-17T05:46:30.570Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:46:30.571Z||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-11-17T05:46:30.571Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:46:30.583Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:46:30.583Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:46:31.471Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-17T05:46:31.472Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env
2021-11-17T05:46:31.472Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T05:46:31.472Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:46:31.474Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:46:31.474Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637127991471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-11-17T05:46:31.575Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-17T05:46:31.575Z||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-11-17T05:46:31.575Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:46:31.586Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:46:31.586Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:46:32.476Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar ASDC sendASDCNotification
2021-11-17T05:46:32.476Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar
2021-11-17T05:46:32.476Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T05:46:32.476Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:46:32.478Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:46:32.478Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637127992476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T05:46:32.578Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:46:32.579Z||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-11-17T05:46:32.579Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:46:32.588Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:46:32.588Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:46:33.479Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T05:46:33.506Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T05:46:33.508Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T05:46:33.508Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T05:46:33.508Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T05:47:03.508Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T05:47:03.522Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T05:47:03.526Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T05:47:03.526Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T05:47:03.526Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T05:47:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:47:12.577Z||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-11-17T05:47:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:47:12.599Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:47:12.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:47:12.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637127972573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:47:12.601Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:47:12.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:47:12.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "clamp",
  "timestamp": 1637127972895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:47:12.602Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:47:33.527Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T05:47:33.540Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T05:47:33.542Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T05:47:33.543Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T05:47:33.543Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T05:48:03.543Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T05:48:03.553Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T05:48:03.555Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T05:48:03.555Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T05:48:03.555Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T05:48:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:48:12.576Z||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-11-17T05:48:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:48:12.599Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:48:12.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:48:12.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "policy-id",
  "timestamp": 1637127970648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:48:12.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:48:33.556Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T05:48:33.569Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T05:48:33.573Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T05:48:33.573Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T05:48:33.573Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T05:49:03.574Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T05:49:03.586Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T05:49:03.589Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T05:49:03.589Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T05:49:03.589Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T05:49:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:49:12.577Z||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-11-17T05:49:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:49:13.102Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:49:13.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637127973091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json",
  "status": "NOTIFIED"
}
2021-11-17T05:49:13.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637127972573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json",
  "status": "NOTIFIED"
}
2021-11-17T05:49:13.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "clamp",
  "timestamp": 1637127972895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json",
  "status": "NOTIFIED"
}
2021-11-17T05:49:13.111Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "policy-id",
  "timestamp": 1637127970648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.111Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.112Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637127973091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-17T05:49:13.112Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.112Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637127972573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-17T05:49:13.112Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.112Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "clamp",
  "timestamp": 1637127972895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.112Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.112Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "policy-id",
  "timestamp": 1637127970648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-17T05:49:13.112Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.112Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637127973091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.113Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637127972573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.113Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "clamp",
  "timestamp": 1637127972895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.113Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "policy-id",
  "timestamp": 1637127970648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.113Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "dcae-sch",
  "timestamp": 1637127976386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637127973091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-17T05:49:13.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "clamp",
  "timestamp": 1637127972895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637127972573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-17T05:49:13.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "policy-id",
  "timestamp": 1637127970648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "dcae-sch",
  "timestamp": 1637127976386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637127973091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637127972573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "clamp",
  "timestamp": 1637127972895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "policy-id",
  "timestamp": 1637127970648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "dcae-sch",
  "timestamp": 1637127976386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637127972573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "clamp",
  "timestamp": 1637127972895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637127973091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "policy-id",
  "timestamp": 1637127970648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "dcae-sch",
  "timestamp": 1637127976386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "dcae-sch",
  "timestamp": 1637127976386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637127981385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637127981416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T05:49:13.117Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:49:13.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "policy-id",
  "timestamp": 1637127981425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T05:49:13.117Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:49:13.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "dcae-sch",
  "timestamp": 1637127976386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "policy-id",
  "timestamp": 1637127982433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T05:49:13.117Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:49:13.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637127982599,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-17T05:49:13.117Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:49:13.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "dcae-sch",
  "timestamp": 1637127976386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637127982643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "policy-id",
  "timestamp": 1637127983438,
  "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-11-17T05:49:13.126Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ff0fd676-8170-422d-a45e-6e7a6acd1ae7
2021-11-17T05:49:13.126Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff0fd676-8170-422d-a45e-6e7a6acd1ae7 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-11-17T05:49:13.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637127983879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-17T05:49:13.135Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:49:13.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637127982643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637127982643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.136Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637127985485,
  "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-11-17T05:49:13.143Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ff0fd676-8170-422d-a45e-6e7a6acd1ae7
2021-11-17T05:49:13.143Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff0fd676-8170-422d-a45e-6e7a6acd1ae7 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-11-17T05:49:13.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.151Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637127985583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-17T05:49:13.151Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:49:13.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.151Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637127982643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.152Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637127986489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-17T05:49:13.152Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:49:13.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "aai-ml",
  "timestamp": 1637127986211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.152Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637127986886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-17T05:49:13.152Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:49:13.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637127982643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.152Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "aai-ml",
  "timestamp": 1637127986211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.153Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637127988092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-17T05:49:13.153Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:49:13.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637127982643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.153Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "aai-ml",
  "timestamp": 1637127986211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.153Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637127982643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.154Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637127989463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-17T05:49:13.154Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:49:13.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "aai-ml",
  "timestamp": 1637127986211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.154Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637127990466,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-11-17T05:49:13.154Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:49:13.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "aai-ml",
  "timestamp": 1637127986211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.154Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637127991471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-11-17T05:49:13.154Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:49:13.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "aai-ml",
  "timestamp": 1637127986211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.154Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637127992476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T05:49:13.155Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:49:13.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "aai-ml",
  "timestamp": 1637127986211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T05:49:13.155Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:49:13.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "aai-ml",
  "timestamp": 1637127994124,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T05:49:13.155Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:49:13.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "clamp",
  "timestamp": 1637127996676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T05:49:13.155Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:49:13.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "clamp",
  "timestamp": 1637127997738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T05:49:13.155Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:49:13.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "clamp",
  "timestamp": 1637127998741,
  "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-11-17T05:49:13.165Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ff0fd676-8170-422d-a45e-6e7a6acd1ae7
2021-11-17T05:49:13.165Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff0fd676-8170-422d-a45e-6e7a6acd1ae7 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-11-17T05:49:13.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.175Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "aai-ml",
  "timestamp": 1637128008890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T05:49:13.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:49:13.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.176Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "aai-ml",
  "timestamp": 1637128009896,
  "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-11-17T05:49:13.180Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ff0fd676-8170-422d-a45e-6e7a6acd1ae7
2021-11-17T05:49:13.180Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff0fd676-8170-422d-a45e-6e7a6acd1ae7 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-11-17T05:49:33.590Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T05:49:33.602Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T05:49:33.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T05:49:33.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T05:49:33.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T05:49:33.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T05:50:03.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T05:50:03.621Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T05:50:03.625Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T05:50:03.625Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T05:50:03.625Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T05:50:03.625Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T05:50:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:50:12.577Z||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-11-17T05:50:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:50:22.118Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:50:33.626Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T05:50:33.636Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T05:50:33.639Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T05:50:33.639Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T05:50:33.639Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T05:50:33.639Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T05:51:03.639Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T05:51:03.652Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T05:51:03.654Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T05:51:03.654Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T05:51:03.654Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T05:51:03.654Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T05:51:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:51:12.576Z||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-11-17T05:51:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:51:22.118Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:51:33.655Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2021-11-17T05:51:33.655Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7 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-11-17T05:51:33.668Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7 and serviceModelVersionId: 8fe6296b-54a5-405f-972f-51de2ad19f1c
2021-11-17T05:51:33.668Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d454867a-10ad-4290-b439-477468b06265
2021-11-17T05:51:44.322Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d454867a-10ad-4290-b439-477468b06265/model-vers/model-ver/8fe6296b-54a5-405f-972f-51de2ad19f1c?depth=0
2021-11-17T05:51:44.405Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-11-17T05:51:44.786Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d454867a-10ad-4290-b439-477468b06265/model-vers/model-ver/8fe6296b-54a5-405f-972f-51de2ad19f1c?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-11-17T05:51:44.791Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d454867a-10ad-4290-b439-477468b06265/model-vers/model-ver/8fe6296b-54a5-405f-972f-51de2ad19f1c?depth=0|INFO|500||Invoke
2021-11-17T05:51:44.892Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d454867a-10ad-4290-b439-477468b06265/model-vers/model-ver/8fe6296b-54a5-405f-972f-51de2ad19f1c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-11-17T05:51:45.326Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d454867a-10ad-4290-b439-477468b06265/model-vers/model-ver/8fe6296b-54a5-405f-972f-51de2ad19f1c?depth=0|INFO|500||InvokeReturn
2021-11-17T05:51:45.327Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d454867a-10ad-4290-b439-477468b06265/model-vers/model-ver/8fe6296b-54a5-405f-972f-51de2ad19f1c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211117-05:51:44:902-58514], vertex-id=[163848], Content-Length=[0], Date=[Wed, 17 Nov 2021 05:51:44 GMT], Content-Type=[application/json]}
2021-11-17T05:51:45.327Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-11-17T05:51:45.330Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-17T05:51:45.330Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T05:51:45.334Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-17T05:51:45.339Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ff0fd676-8170-422d-a45e-6e7a6acd1ae7 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2021-11-17T05:51:45.339Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-11-17T05:51:45.339Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:51:45.341Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:51:45.341Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128305339,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2021-11-17T05:51:45.441Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:51:45.442Z||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-11-17T05:51:45.443Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:51:45.462Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:51:45.462Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-17T05:51:46.359Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:51:46.360Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T05:51:46.360Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:51:56.953Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:51:56.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:51:56.955Z||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-11-17T05:51:56.955Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:52:06.493Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:52:06.494Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:52:06.495Z||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-11-17T05:52:06.495Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:52:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:52:12.577Z||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-11-17T05:52:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:52:13.200Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:52:13.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:52:13.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128305339,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2021-11-17T05:52:13.201Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:52:16.031Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:52:16.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:52:16.032Z||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-11-17T05:52:16.032Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:52:25.571Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:52:25.571Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:52:25.572Z||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-11-17T05:52:25.572Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:52:35.109Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:52:35.109Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:52:35.110Z||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-11-17T05:52:35.110Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:52:44.646Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:53:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:53:12.574Z||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-11-17T05:53:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:53:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:53:12.577Z||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-11-17T05:53:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:53:22.138Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:53:22.143Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:54:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:54:12.574Z||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-11-17T05:54:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:54:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:54:12.577Z||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-11-17T05:54:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:54:22.120Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:54:22.121Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:55:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:55:12.574Z||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-11-17T05:55:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:55:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:55:12.577Z||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-11-17T05:55:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:55:13.198Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:55:13.199Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-17T05:55:13.199Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"1c11aebe-221d-4a82-8959-a05ce512b315","serviceName":"vFW 2021-11-17 05-53-01","serviceVersion":"1.0","serviceUUID":"9bfd8e96-627c-43d3-8315-798fd2f49dd4","serviceDescription":"catalog service description","serviceInvariantUUID":"10cd1a10-b493-40ad-9591-afce13ae9fa8","resources":[{"resourceInstanceName":"vFW 1658f3c8-ebc9 0","resourceName":"vFW 1658f3c8-ebc9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ac4545d8-050d-40eb-9b2b-5ddc307d5973","resourceInvariantUUID":"0e10f402-2bc8-4300-b101-353a1e8da57f","resourceCustomizationUUID":"4a11d0a4-daad-4dbf-9156-24ab289f6485","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vf-license-model.xml","artifactChecksum":"MzFjM2Q0YTM1MmY0ZWI2NjIxOTZlZDljYWYzNGQ0Yjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7a2a045e-aae0-470c-89f0-2eec32b79111","artifactVersion":"1"},{"artifactName":"vfw1658f3c8ebc90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json","artifactChecksum":"YjllZTUwMDFhMzdkNjg2NTNhOWQ0MTc0ZWEzY2VjYTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"08f1c9f3-d777-4b5f-9ee9-89f54aaa61b1","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f59ccca5-650d-405e-9f2e-a607b021054d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vendor-license-model.xml","artifactChecksum":"YmNlMTBjNjE0YTAzMDU1ODU5N2I5Y2QwODYwMGY3Zjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bc8ad284-a63b-4def-a211-f374d456851d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3f876ea8-0ab9-4b40-8413-dd48eab84553","artifactVersion":"2","generatedFromUUID":"f59ccca5-650d-405e-9f2e-a607b021054d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211117055301-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-template.yml","artifactChecksum":"ZjY2NzQ2MjJkYTlmZGVhNjNiMjA1NzBkM2VkY2FhZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"43271e37-66ed-46b6-88ab-fdb2b2b7902b","artifactVersion":"1"},{"artifactName":"service-Vfw20211117055301-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar","artifactChecksum":"N2M2MzI0ZjFhOGRiOTc1YWQzMjA5YzJmNDA0YzBhM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"02df7c63-21de-4b58-9666-0b7e16bfcf89","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-17T05:55:13.203Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:55:13.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-17T05:55:13.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637128502644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:55:13.204Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T05:55:13.204Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:55:13.204Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:55:13.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-17T05:55:13.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "policy-id",
  "timestamp": 1637128510648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:55:13.205Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:55:13.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-17T05:55:13.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637128502644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:55:13.206Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:55:13.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-17T05:55:13.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "policy-id",
  "timestamp": 1637128510648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:55:13.206Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:55:13.207Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:55:13.207Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128512573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:55:13.307Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:55:13.308Z||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-11-17T05:55:13.308Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:55:13.318Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:55:13.319Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:55:14.208Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T05:55:14.209Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:55:14.212Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:55:14.212Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128512573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json",
  "status": "NOTIFIED"
}
2021-11-17T05:55:14.312Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:55:14.313Z||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-11-17T05:55:14.313Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:55:14.326Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:55:14.326Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-17T05:55:15.212Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T05:55:15.213Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:55:15.215Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:55:15.215Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128512573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-17T05:55:15.315Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:55:15.316Z||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-11-17T05:55:15.316Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:55:15.331Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:55:15.331Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:55:16.215Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T05:55:16.216Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:55:16.219Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:55:16.219Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128512573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:55:16.319Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:55:16.320Z||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-11-17T05:55:16.321Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:55:16.332Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:55:16.333Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:55:17.220Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T05:55:17.220Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:55:17.222Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:55:17.222Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128512573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-17T05:55:17.323Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-17T05:55:17.323Z||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-11-17T05:55:17.324Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:55:17.336Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:55:17.336Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-17T05:55:18.223Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T05:55:18.224Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:55:18.226Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:55:18.226Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128512573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:55:18.329Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-11-17T05:55:18.330Z||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-11-17T05:55:18.330Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:55:18.339Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:55:18.339Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:55:19.226Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T05:55:19.228Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:55:19.230Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:55:19.231Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128512573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T05:55:19.330Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-17T05:55:19.331Z||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-11-17T05:55:19.331Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:55:19.341Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:55:19.342Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:55:20.232Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "serviceName": "vFW 2021-11-17 05-53-01",
  "serviceVersion": "1.0",
  "serviceUUID": "9bfd8e96-627c-43d3-8315-798fd2f49dd4",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "10cd1a10-b493-40ad-9591-afce13ae9fa8",
  "resources": [
    {
      "resourceInstanceName": "vFW 1658f3c8-ebc9 0",
      "resourceCustomizationUUID": "4a11d0a4-daad-4dbf-9156-24ab289f6485",
      "resourceName": "vFW 1658f3c8-ebc9",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ac4545d8-050d-40eb-9b2b-5ddc307d5973",
      "resourceInvariantUUID": "0e10f402-2bc8-4300-b101-353a1e8da57f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw1658f3c8ebc90_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json",
          "artifactChecksum": "YjllZTUwMDFhMzdkNjg2NTNhOWQ0MTc0ZWEzY2VjYTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "08f1c9f3-d777-4b5f-9ee9-89f54aaa61b1",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f59ccca5-650d-405e-9f2e-a607b021054d",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3f876ea8-0ab9-4b40-8413-dd48eab84553",
            "generatedFromUUID": "f59ccca5-650d-405e-9f2e-a607b021054d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3f876ea8-0ab9-4b40-8413-dd48eab84553",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20211117055301-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar",
      "artifactChecksum": "N2M2MzI0ZjFhOGRiOTc1YWQzMjA5YzJmNDA0YzBhM2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "02df7c63-21de-4b58-9666-0b7e16bfcf89"
    }
  ],
  "workloadContext": "Production"
}
2021-11-17T05:55:20.232Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-17T05:55:20.232Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9bfd8e96-627c-43d3-8315-798fd2f49dd4 ASDC
2021-11-17T05:55:20.233Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:1c11aebe-221d-4a82-8959-a05ce512b315
ServiceName:vFW 2021-11-17 05-53-01
ServiceVersion:1.0
ServiceUUID:9bfd8e96-627c-43d3-8315-798fd2f49dd4
ServiceInvariantUUID:10cd1a10-b493-40ad-9591-afce13ae9fa8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211117055301-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar
ArtifactUUID:02df7c63-21de-4b58-9666-0b7e16bfcf89
ArtifactChecksum:N2M2MzI0ZjFhOGRiOTc1YWQzMjA5YzJmNDA0YzBhM2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1658f3c8-ebc9 0
ResourceCustomizationUUID:4a11d0a4-daad-4dbf-9156-24ab289f6485
ResourceInvariantUUID:0e10f402-2bc8-4300-b101-353a1e8da57f
ResourceName:vFW 1658f3c8-ebc9
ResourceType:VF
ResourceUUID:ac4545d8-050d-40eb-9b2b-5ddc307d5973
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1658f3c8ebc90_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json
ArtifactUUID:08f1c9f3-d777-4b5f-9ee9-89f54aaa61b1
ArtifactChecksum:YjllZTUwMDFhMzdkNjg2NTNhOWQ0MTc0ZWEzY2VjYTc=
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/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml
ArtifactUUID:f59ccca5-650d-405e-9f2e-a607b021054d
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/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env
ArtifactUUID:3f876ea8-0ab9-4b40-8413-dd48eab84553
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/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env
ArtifactUUID:3f876ea8-0ab9-4b40-8413-dd48eab84553
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-17T05:55:20.233Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9bfd8e96-627c-43d3-8315-798fd2f49dd4 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-11-17T05:55:20.262Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-17T05:55:20.263Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-17T05:55:20.263Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-17T05:55:20.263Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 02df7c63-21de-4b58-9666-0b7e16bfcf89 from URL: /sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar
2021-11-17T05:55:20.263Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-17T05:55:20.263Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar
2021-11-17T05:55:20.487Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-17T05:55:20.492Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar 02df7c63-21de-4b58-9666-0b7e16bfcf89 98939
2021-11-17T05:55:20.493Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar ASDC sendASDCNotification
2021-11-17T05:55:20.493Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar
2021-11-17T05:55:20.493Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T05:55:20.493Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:55:20.495Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:55:20.495Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128520493,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T05:55:20.595Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:55:20.596Z||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-11-17T05:55:20.596Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:55:20.611Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:55:20.611Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:55:21.495Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-17T05:55:21.496Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-17T05:55:21.496Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 02df7c63-21de-4b58-9666-0b7e16bfcf89, URL: /sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar to file: /app/ASDC/1/service-Vfw20211117055301-csar.csar
2021-11-17T05:55:21.496Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211117055301-csar.csar
2021-11-17T05:55:21.496Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211117055301-csar.csar
2021-11-17T05:55:21.496Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211117055301-csar.csar
2021-11-17T05:55:21.666Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14112149970455825822/Definitions/service-Vfw20211117055301-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-11-17T05:55:23.251Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-17T05:55:23.252Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-17T05:55:23.252Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211117055301-csar.csar
2021-11-17T05:55:23.252Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-17T05:55:23.252Z|1c11aebe-221d-4a82-8959-a05ce512b315|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-Vfw20211117055301-csar.csar
2021-11-17T05:55:23.252Z|1c11aebe-221d-4a82-8959-a05ce512b315|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-Vfw20211117055301-csar.csar
2021-11-17T05:55:23.252Z|1c11aebe-221d-4a82-8959-a05ce512b315|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-Vfw20211117055301-csar.csar
2021-11-17T05:55:23.252Z|1c11aebe-221d-4a82-8959-a05ce512b315|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-Vfw20211117055301-csar.csar
2021-11-17T05:55:23.252Z|1c11aebe-221d-4a82-8959-a05ce512b315|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-Vfw20211117055301-csar.csar
2021-11-17T05:55:23.252Z|1c11aebe-221d-4a82-8959-a05ce512b315|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-Vfw20211117055301-csar.csar
2021-11-17T05:55:23.252Z|1c11aebe-221d-4a82-8959-a05ce512b315|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-Vfw20211117055301-csar.csar
2021-11-17T05:55:23.252Z|1c11aebe-221d-4a82-8959-a05ce512b315|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-Vfw20211117055301-csar.csar
2021-11-17T05:55:23.252Z|1c11aebe-221d-4a82-8959-a05ce512b315|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-Vfw20211117055301-csar.csar
2021-11-17T05:55:23.252Z|1c11aebe-221d-4a82-8959-a05ce512b315|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-Vfw20211117055301-csar.csar
2021-11-17T05:55:23.252Z|1c11aebe-221d-4a82-8959-a05ce512b315|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-Vfw20211117055301-csar.csar
2021-11-17T05:55:23.252Z|1c11aebe-221d-4a82-8959-a05ce512b315|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-Vfw20211117055301-csar.csar
2021-11-17T05:55:23.252Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1658f3c8-ebc9 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-Vfw20211117055301-csar.csar
2021-11-17T05:55:23.252Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-17T05:55:23.252Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:55:23.252Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-53-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:55:23.253Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vFW 1658f3c8-ebc9 0 is matching search criteria
2021-11-17T05:55:23.253Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-17T05:55:23.253Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1658f3c8-ebc9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-17T05:55:23.253Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:55:23.253Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-53-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:55:23.253Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vFW 1658f3c8-ebc9 0 is matching search criteria
2021-11-17T05:55:23.253Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-17T05:55:23.253Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1658f3c8-ebc9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-17T05:55:23.253Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:55:23.253Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-53-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:55:23.253Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:55:23.253Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vFW 1658f3c8-ebc9 0 is not matching search criteria
2021-11-17T05:55:23.253Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T05:55:23.253Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T05:55:23.254Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-17T05:55:23.254Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-17T05:55:23.254Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-17T05:55:23.254Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T05:55:23.254Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-17T05:55:23.254Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-17T05:55:23.254Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-17T05:55:23.254Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-17T05:55:23.254Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-17T05:55:23.254Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-17T05:55:23.254Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-17T05:55:23.254Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-17T05:55:23.254Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T05:55:23.254Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-17T05:55:23.254Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:55:23.254Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-53-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-17T05:55:23.254Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:55:23.254Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vFW 1658f3c8-ebc9 0 is matching search criteria
2021-11-17T05:55:23.254Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1658f3c8-ebc9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T05:55:23.255Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:55:23.255Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vFW 1658f3c8-ebc9 0 is matching search criteria
2021-11-17T05:55:23.255Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1658f3c8-ebc9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T05:55:23.255Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:55:23.255Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vFW 1658f3c8-ebc9 0 is matching search criteria
2021-11-17T05:55:23.255Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1658f3c8-ebc9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T05:55:23.255Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:55:23.255Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vFW 1658f3c8-ebc9 0 is not matching search criteria
2021-11-17T05:55:23.256Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T05:55:23.256Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T05:55:23.256Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-17T05:55:23.256Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-17T05:55:23.256Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-17T05:55:23.256Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-17T05:55:23.256Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-17T05:55:23.256Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-17T05:55:23.256Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-17T05:55:23.256Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-17T05:55:23.256Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T05:55:23.256Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e9bcd972-9298-47e0-91cf-478d2c6953cd
2021-11-17T05:55:23.256Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:55:23.256Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vFW 1658f3c8-ebc9 0 is not matching search criteria
2021-11-17T05:55:23.256Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T05:55:23.256Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T05:55:23.256Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-17T05:55:23.256Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-17T05:55:23.256Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-17T05:55:23.257Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T05:55:23.257Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-17T05:55:23.257Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-17T05:55:23.257Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-17T05:55:23.257Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-17T05:55:23.257Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-17T05:55:23.257Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T05:55:23.257Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4191e523-0ebe-4ef4-880c-09a6afb96c34
2021-11-17T05:55:23.257Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:55:23.257Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vFW 1658f3c8-ebc9 0 is not matching search criteria
2021-11-17T05:55:23.257Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T05:55:23.257Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T05:55:23.257Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-17T05:55:23.257Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-17T05:55:23.257Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-17T05:55:23.257Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T05:55:23.257Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-17T05:55:23.257Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-17T05:55:23.258Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-17T05:55:23.258Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-17T05:55:23.258Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-17T05:55:23.258Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-17T05:55:23.258Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=dba79d42-51de-42d2-a2a6-648a76468c6d
2021-11-17T05:55:23.258Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:55:23.258Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-53-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:55:23.258Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:55:23.258Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-53-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:55:23.258Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:55:23.258Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-53-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:55:23.258Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:55:23.258Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-53-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:55:23.258Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-11-17 05-53-01
Description:catalog service description
Model UUID:9bfd8e96-627c-43d3-8315-798fd2f49dd4
Model Version:NULL
Model InvariantUuid:10cd1a10-b493-40ad-9591-afce13ae9fa8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 1658f3c8-ebc9
Model UUID:193b0fd8-0081-450e-a1d4-374816dae94e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0e10f402-2bc8-4300-b101-353a1e8da57f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4a11d0a4-daad-4dbf-9156-24ab289f6485
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:374de349-9a65-42bd-a43a-2eb5157bcdc1
ModelName:Vfw1658f3c8Ebc9..base_vfw..module-0
ModelUuid:337fe044-0f9b-46fa-88dc-8f6fcb5d09fc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e9bcd972-9298-47e0-91cf-478d2c6953cd
ModelInvariantUuid:9fcc7e69-45a6-4bad-bb62-8754dc8aa159
ModelName:vFW 1658f3c8-ebc9-nodes.vfwCvfc
ModelUuid:31a510b6-1547-4d8b-8656-a5df926ca700
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:f1c8abbe-d47a-45e4-8cd2-5fe385d26988
ModelInvariantUuid:8e89ded7-1bb1-4f25-9011-1bb11d8b36e1
ModelName:Vfw1658f3c8Ebc9.compute.nodes.heat.vfw
ModelUuid:7eba2762-5fbd-4cd7-b8a9-7207706b11b9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4191e523-0ebe-4ef4-880c-09a6afb96c34
ModelInvariantUuid:9eebf9c9-9dce-4e96-b13f-e67071dacb31
ModelName:vFW 1658f3c8-ebc9-nodes.vsnCvfc
ModelUuid:e49e42fa-efe6-40ce-8f2c-c9e620cb7786
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:1bac90ed-1153-422b-b244-5209b0027e3f
ModelInvariantUuid:22b3ee9b-215c-4e5f-b921-217db7a7513f
ModelName:Vfw1658f3c8Ebc9.compute.nodes.heat.vsn
ModelUuid:a66ea32e-1dbd-443b-b29a-00a545f6befd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:dba79d42-51de-42d2-a2a6-648a76468c6d
ModelInvariantUuid:b382d357-620a-457d-bdf1-28575e52de98
ModelName:vFW 1658f3c8-ebc9-nodes.vpgCvfc
ModelUuid:55a3816c-3e26-4e25-bed5-564bd9e8eda6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:082579df-553a-4d51-9307-8d2aad64c86f
ModelInvariantUuid:8d19b499-28e4-4601-b388-6ad15580624c
ModelName:Vfw1658f3c8Ebc9.compute.nodes.heat.vpg
ModelUuid:bc847608-03e4-4253-ba96-64ee1ec6cb02
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-17T05:55:23.266Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: ac4545d8-050d-40eb-9b2b-5ddc307d5973
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T05:55:23.269Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||vFW 1658f3c8-ebc9 0
2021-11-17T05:55:23.269Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ac4545d8-050d-40eb-9b2b-5ddc307d5973
2021-11-17T05:55:23.269Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 08f1c9f3-d777-4b5f-9ee9-89f54aaa61b1 from URL: /sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json
2021-11-17T05:55:23.269Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-17T05:55:23.269Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json
2021-11-17T05:55:23.378Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-17T05:55:23.378Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json 08f1c9f3-d777-4b5f-9ee9-89f54aaa61b1 785
2021-11-17T05:55:23.378Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json ASDC sendASDCNotification
2021-11-17T05:55:23.379Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json
2021-11-17T05:55:23.379Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T05:55:23.379Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:55:23.381Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:55:23.381Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128523378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-17T05:55:23.481Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:55:23.482Z||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-11-17T05:55:23.482Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:55:23.495Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:55:23.495Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:55:24.381Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1658f3c8Ebc9..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "374de349-9a65-42bd-a43a-2eb5157bcdc1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "337fe044-0f9b-46fa-88dc-8f6fcb5d09fc",
    "vfModuleModelCustomizationUUID": "d62cbc15-0da8-4b01-8308-962cff9e0415",
    "isBase": true,
    "artifacts": [
      "f59ccca5-650d-405e-9f2e-a607b021054d",
      "3f876ea8-0ab9-4b40-8413-dd48eab84553"
    ],
    "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-11-17T05:55:24.385Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1658f3c8Ebc9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:337fe044-0f9b-46fa-88dc-8f6fcb5d09fc
VfModuleModelInvariantUUID:374de349-9a65-42bd-a43a-2eb5157bcdc1
VfModuleModelDescription:NULL
Artifacts UUID List:{
f59ccca5-650d-405e-9f2e-a607b021054d
,
3f876ea8-0ab9-4b40-8413-dd48eab84553

}
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-11-17T05:55:24.386Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1658f3c8Ebc9..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "374de349-9a65-42bd-a43a-2eb5157bcdc1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "337fe044-0f9b-46fa-88dc-8f6fcb5d09fc",
    "vfModuleModelCustomizationUUID": "d62cbc15-0da8-4b01-8308-962cff9e0415",
    "isBase": true,
    "artifacts": [
      "f59ccca5-650d-405e-9f2e-a607b021054d",
      "3f876ea8-0ab9-4b40-8413-dd48eab84553"
    ],
    "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-11-17T05:55:24.387Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1658f3c8Ebc9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:337fe044-0f9b-46fa-88dc-8f6fcb5d09fc
VfModuleModelInvariantUUID:374de349-9a65-42bd-a43a-2eb5157bcdc1
VfModuleModelDescription:NULL
Artifacts UUID List:{
f59ccca5-650d-405e-9f2e-a607b021054d
,
3f876ea8-0ab9-4b40-8413-dd48eab84553

}
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-11-17T05:55:24.387Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f59ccca5-650d-405e-9f2e-a607b021054d from URL: /sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml
2021-11-17T05:55:24.387Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-17T05:55:24.387Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml
2021-11-17T05:55:24.588Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-17T05:55:24.588Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml f59ccca5-650d-405e-9f2e-a607b021054d 20368
2021-11-17T05:55:24.589Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-17T05:55:24.589Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml
2021-11-17T05:55:24.589Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T05:55:24.589Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:55:24.590Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:55:24.591Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128524589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-17T05:55:24.691Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:55:24.691Z||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-11-17T05:55:24.691Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:55:24.702Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:55:24.702Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:55:25.591Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3f876ea8-0ab9-4b40-8413-dd48eab84553 from URL: /sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env
2021-11-17T05:55:25.592Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-17T05:55:25.592Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env
2021-11-17T05:55:25.872Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-17T05:55:25.872Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env 3f876ea8-0ab9-4b40-8413-dd48eab84553 2098
2021-11-17T05:55:25.872Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-17T05:55:25.872Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env
2021-11-17T05:55:25.872Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T05:55:25.873Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:55:25.875Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:55:25.875Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128525872,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-17T05:55:25.975Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:55:25.976Z||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-11-17T05:55:25.976Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:55:25.987Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:55:25.987Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:55:26.875Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 9bfd8e96-627c-43d3-8315-798fd2f49dd4
2021-11-17T05:55:26.876Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1658f3c8-ebc9 0 ac4545d8-050d-40eb-9b2b-5ddc307d5973 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T05:55:26.900Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@44460eeb, org.onap.sdc.toscaparser.api.parameters.Input@572ad12a, org.onap.sdc.toscaparser.api.parameters.Input@45d5051e, org.onap.sdc.toscaparser.api.parameters.Input@7fd0ec12, org.onap.sdc.toscaparser.api.parameters.Input@b959455]
2021-11-17T05:55:26.902Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:55:26.902Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-53-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:55:26.902Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-11-17T05:55:26.902Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 4a11d0a4-daad-4dbf-9156-24ab289f6485
2021-11-17T05:55:26.902Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4a11d0a4-daad-4dbf-9156-24ab289f6485 matches Tosca VF Customization UUID: 4a11d0a4-daad-4dbf-9156-24ab289f6485
2021-11-17T05:55:26.902Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 4a11d0a4-daad-4dbf-9156-24ab289f6485  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-17T05:55:26.905Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:55:26.905Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-53-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:55:26.906Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 4a11d0a4-daad-4dbf-9156-24ab289f6485: {\"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-11-17T05:55:26.906Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6402effe
2021-11-17T05:55:26.906Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:55:26.906Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-53-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-17T05:55:26.906Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d62cbc15-0da8-4b01-8308-962cff9e0415
2021-11-17T05:55:26.907Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d62cbc15-0da8-4b01-8308-962cff9e0415
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-17T05:55:26.909Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:55:26.909Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vFW 1658f3c8-ebc9 0 is matching search criteria
2021-11-17T05:55:26.909Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1658f3c8-ebc9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T05:55:26.909Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:55:26.910Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vFW 1658f3c8-ebc9 0 is matching search criteria
2021-11-17T05:55:26.910Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1658f3c8-ebc9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T05:55:26.910Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:55:26.910Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vFW 1658f3c8-ebc9 0 is not matching search criteria
2021-11-17T05:55:26.910Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T05:55:26.910Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T05:55:26.910Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-17T05:55:26.910Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-17T05:55:26.910Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-17T05:55:26.910Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-17T05:55:26.910Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-17T05:55:26.910Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-17T05:55:26.910Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-17T05:55:26.910Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-17T05:55:26.911Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T05:55:26.911Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e9bcd972-9298-47e0-91cf-478d2c6953cd
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-17T05:55:26.913Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:55:26.913Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vFW 1658f3c8-ebc9 0 is matching search criteria
2021-11-17T05:55:26.913Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1658f3c8-ebc9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T05:55:26.913Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:55:26.913Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vFW 1658f3c8-ebc9 0 is not matching search criteria
2021-11-17T05:55:26.913Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T05:55:26.913Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T05:55:26.913Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-17T05:55:26.913Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-17T05:55:26.914Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-17T05:55:26.914Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T05:55:26.914Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-17T05:55:26.914Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-17T05:55:26.914Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-17T05:55:26.914Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-17T05:55:26.914Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-17T05:55:26.914Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T05:55:26.914Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4191e523-0ebe-4ef4-880c-09a6afb96c34
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-17T05:55:26.916Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:55:26.916Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vFW 1658f3c8-ebc9 0 is matching search criteria
2021-11-17T05:55:26.916Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1658f3c8-ebc9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T05:55:26.916Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:55:26.916Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vFW 1658f3c8-ebc9 0 is not matching search criteria
2021-11-17T05:55:26.916Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T05:55:26.916Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T05:55:26.916Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-17T05:55:26.916Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-17T05:55:26.917Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-17T05:55:26.917Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T05:55:26.917Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-17T05:55:26.917Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-17T05:55:26.917Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-17T05:55:26.917Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-17T05:55:26.917Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-17T05:55:26.917Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-17T05:55:26.917Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=dba79d42-51de-42d2-a2a6-648a76468c6d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-17T05:55:26.918Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:55:26.919Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vFW 1658f3c8-ebc9 0 is matching search criteria
2021-11-17T05:55:26.919Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1658f3c8-ebc9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T05:55:26.919Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:55:26.919Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vFW 1658f3c8-ebc9 0 is matching search criteria
2021-11-17T05:55:26.919Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1658f3c8-ebc9 0] matching following query criteria: sdcType=VF, customizationUUID=4a11d0a4-daad-4dbf-9156-24ab289f6485
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T05:55:26.920Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:55:26.920Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-53-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:55:26.921Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 9bfd8e96-627c-43d3-8315-798fd2f49dd4: vFW 1658f3c8-ebc9
2021-11-17T05:55:26.921Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:55:26.921Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-53-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:55:26.921Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:55:26.921Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-53-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:55:26.921Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:55:26.921Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-53-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:55:26.921Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:55:26.921Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-53-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:55:26.921Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T05:55:26.921Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-53-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:55:26.921Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-11-17 05-53-01 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-17T05:55:27.082Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1658f3c8-ebc9 ac4545d8-050d-40eb-9b2b-5ddc307d5973 1 ASDC deployResourceStructure
2021-11-17T05:55:27.082Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json ASDC sendASDCNotification
2021-11-17T05:55:27.082Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json
2021-11-17T05:55:27.082Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T05:55:27.082Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:55:27.084Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:55:27.084Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128527082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-17T05:55:27.184Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:55:27.185Z||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-11-17T05:55:27.185Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:55:27.195Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:55:27.195Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:55:28.084Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-17T05:55:28.085Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml
2021-11-17T05:55:28.085Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T05:55:28.085Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:55:28.087Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:55:28.088Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128528084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-11-17T05:55:28.188Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:55:28.189Z||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-11-17T05:55:28.189Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:55:28.200Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:55:28.200Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:55:29.089Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-17T05:55:29.089Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env
2021-11-17T05:55:29.090Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T05:55:29.090Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:55:29.093Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:55:29.093Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128529088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-11-17T05:55:29.193Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-17T05:55:29.194Z||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-11-17T05:55:29.195Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:55:29.204Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:55:29.205Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:55:30.095Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar ASDC sendASDCNotification
2021-11-17T05:55:30.095Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar
2021-11-17T05:55:30.095Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T05:55:30.095Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:55:30.098Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:55:30.098Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128530095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T05:55:30.198Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:55:30.198Z||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-11-17T05:55:30.198Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:55:30.207Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:55:30.207Z||pool-33-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:55:31.098Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c11aebe-221d-4a82-8959-a05ce512b315
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T05:55:31.113Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c11aebe-221d-4a82-8959-a05ce512b315
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T05:55:31.119Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T05:55:31.119Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T05:55:31.119Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T05:56:01.119Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c11aebe-221d-4a82-8959-a05ce512b315
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T05:56:01.131Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c11aebe-221d-4a82-8959-a05ce512b315
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T05:56:01.133Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T05:56:01.134Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T05:56:01.134Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T05:56:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:56:12.577Z||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-11-17T05:56:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:56:12.701Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:56:12.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:56:12.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128512573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:56:12.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:56:31.134Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c11aebe-221d-4a82-8959-a05ce512b315
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T05:56:31.148Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c11aebe-221d-4a82-8959-a05ce512b315
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T05:56:31.151Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T05:56:31.151Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T05:56:31.151Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T05:57:01.152Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c11aebe-221d-4a82-8959-a05ce512b315
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T05:57:01.164Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c11aebe-221d-4a82-8959-a05ce512b315
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T05:57:01.167Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T05:57:01.167Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T05:57:01.167Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T05:57:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:57:12.577Z||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-11-17T05:57:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:57:12.604Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:57:12.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637128502644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "policy-id",
  "timestamp": 1637128510648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-17T05:57:12.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "clamp",
  "timestamp": 1637128512895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637128513093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128512573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json",
  "status": "NOTIFIED"
}
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637128502644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "policy-id",
  "timestamp": 1637128510648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "clamp",
  "timestamp": 1637128512895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json",
  "status": "NOTIFIED"
}
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637128513093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json",
  "status": "NOTIFIED"
}
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128512573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637128502644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "policy-id",
  "timestamp": 1637128510648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "clamp",
  "timestamp": 1637128512895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637128513093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128512573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637128502644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "policy-id",
  "timestamp": 1637128510648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "clamp",
  "timestamp": 1637128512895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637128513093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "dcae-sch",
  "timestamp": 1637128516387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128512573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-17T05:57:12.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637128502644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "policy-id",
  "timestamp": 1637128510648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T05:57:12.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "clamp",
  "timestamp": 1637128512895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637128513093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-17T05:57:12.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "dcae-sch",
  "timestamp": 1637128516387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128512573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "clamp",
  "timestamp": 1637128512895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637128513093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "policy-id",
  "timestamp": 1637128518793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T05:57:12.612Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:57:12.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "dcae-sch",
  "timestamp": 1637128516387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.612Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128512573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T05:57:12.612Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "clamp",
  "timestamp": 1637128512895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T05:57:12.612Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637128513093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T05:57:12.612Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "policy-id",
  "timestamp": 1637128519797,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T05:57:12.612Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:57:12.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "dcae-sch",
  "timestamp": 1637128516387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.612Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128520493,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T05:57:12.613Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:57:12.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "policy-id",
  "timestamp": 1637128520800,
  "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-11-17T05:57:12.621Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1c11aebe-221d-4a82-8959-a05ce512b315
2021-11-17T05:57:12.621Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c11aebe-221d-4a82-8959-a05ce512b315 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-11-17T05:57:12.631Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.631Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637128520981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-17T05:57:12.631Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:57:12.631Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.631Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "dcae-sch",
  "timestamp": 1637128516387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.631Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "dcae-sch",
  "timestamp": 1637128516387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.632Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637128522296,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-17T05:57:12.632Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:57:12.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "dcae-sch",
  "timestamp": 1637128516387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.632Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128523378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-17T05:57:12.632Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:57:12.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637128523475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-17T05:57:12.632Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:57:12.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637128524498,
  "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-11-17T05:57:12.637Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1c11aebe-221d-4a82-8959-a05ce512b315
2021-11-17T05:57:12.637Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c11aebe-221d-4a82-8959-a05ce512b315 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-11-17T05:57:12.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128524589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-17T05:57:12.644Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:57:12.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637128525502,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-17T05:57:12.644Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:57:12.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128525872,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-17T05:57:12.644Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:57:12.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "aai-ml",
  "timestamp": 1637128526211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128527082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-17T05:57:12.644Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:57:12.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "aai-ml",
  "timestamp": 1637128526211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128528084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-11-17T05:57:12.645Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:57:12.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "aai-ml",
  "timestamp": 1637128526211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128529088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-11-17T05:57:12.645Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:57:12.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "aai-ml",
  "timestamp": 1637128526211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128530095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T05:57:12.645Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:57:12.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "clamp",
  "timestamp": 1637128530752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T05:57:12.645Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:57:12.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "aai-ml",
  "timestamp": 1637128526211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "aai-ml",
  "timestamp": 1637128526211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "clamp",
  "timestamp": 1637128532762,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T05:57:12.646Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:57:12.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "aai-ml",
  "timestamp": 1637128526211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T05:57:12.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:57:12.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "clamp",
  "timestamp": 1637128533765,
  "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-11-17T05:57:12.651Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1c11aebe-221d-4a82-8959-a05ce512b315
2021-11-17T05:57:12.651Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c11aebe-221d-4a82-8959-a05ce512b315 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-11-17T05:57:12.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "aai-ml",
  "timestamp": 1637128534086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T05:57:12.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:57:12.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "aai-ml",
  "timestamp": 1637128544480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T05:57:12.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:57:12.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "aai-ml",
  "timestamp": 1637128545483,
  "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-11-17T05:57:12.669Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1c11aebe-221d-4a82-8959-a05ce512b315
2021-11-17T05:57:12.670Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c11aebe-221d-4a82-8959-a05ce512b315 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-11-17T05:57:31.168Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c11aebe-221d-4a82-8959-a05ce512b315
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T05:57:31.180Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c11aebe-221d-4a82-8959-a05ce512b315
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T05:57:31.184Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T05:57:31.184Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T05:57:31.184Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T05:57:31.184Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T05:58:01.184Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c11aebe-221d-4a82-8959-a05ce512b315
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T05:58:01.195Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c11aebe-221d-4a82-8959-a05ce512b315
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T05:58:01.197Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T05:58:01.197Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T05:58:01.197Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T05:58:01.197Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T05:58:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:58:12.576Z||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-11-17T05:58:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:58:12.602Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:58:12.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637128602644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:58:12.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "clamp",
  "timestamp": 1637128602895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:58:12.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "dcae-sch",
  "timestamp": 1637128596387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:58:12.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "clamp",
  "timestamp": 1637128602895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vfwad96762b2b8c0_modules.json",
  "status": "NOTIFIED"
}
2021-11-17T05:58:12.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:58:12.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637128602644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vfwad96762b2b8c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:58:12.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "dcae-sch",
  "timestamp": 1637128596387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vfwad96762b2b8c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:58:12.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637128602644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:58:12.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "clamp",
  "timestamp": 1637128602895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:58:12.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "dcae-sch",
  "timestamp": 1637128596387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:58:12.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637128602644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:58:12.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "clamp",
  "timestamp": 1637128602895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:58:12.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "dcae-sch",
  "timestamp": 1637128596387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:58:12.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637128602644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:58:12.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "clamp",
  "timestamp": 1637128602895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:58:12.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "dcae-sch",
  "timestamp": 1637128596387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:58:12.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637128602644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "clamp",
  "timestamp": 1637128602895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "dcae-sch",
  "timestamp": 1637128596387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637128602644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "clamp",
  "timestamp": 1637128602895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "dcae-sch",
  "timestamp": 1637128596387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "policy-id",
  "timestamp": 1637128610648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "policy-id",
  "timestamp": 1637128610648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vfwad96762b2b8c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "policy-id",
  "timestamp": 1637128610648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637128613091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "policy-id",
  "timestamp": 1637128610648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637128613091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vfwad96762b2b8c0_modules.json",
  "status": "NOTIFIED"
}
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "policy-id",
  "timestamp": 1637128610648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637128613091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "policy-id",
  "timestamp": 1637128610648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637128613091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "aai-ml",
  "timestamp": 1637128616211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "policy-id",
  "timestamp": 1637128610648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637128613091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "aai-ml",
  "timestamp": 1637128616211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vfwad96762b2b8c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "policy-id",
  "timestamp": 1637128618596,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637128613091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "aai-ml",
  "timestamp": 1637128616211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "policy-id",
  "timestamp": 1637128619599,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637128613091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "clamp",
  "timestamp": 1637128619766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "aai-ml",
  "timestamp": 1637128616211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:58:12.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "policy-id",
  "timestamp": 1637128620601,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-17T05:58:12.627Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a934b1df-74ac-4200-8772-156647c9fcf8
2021-11-17T05:58:12.627Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a934b1df-74ac-4200-8772-156647c9fcf8 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-11-17T05:58:12.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "aai-ml",
  "timestamp": 1637128616211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.634Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:58:12.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637128620884,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vfwad96762b2b8c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-17T05:58:12.635Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:58:12.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "clamp",
  "timestamp": 1637128621774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T05:58:12.635Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:58:12.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "aai-ml",
  "timestamp": 1637128616211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:58:12.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637128622092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-17T05:58:12.635Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:58:12.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "clamp",
  "timestamp": 1637128622776,
  "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-11-17T05:58:12.639Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a934b1df-74ac-4200-8772-156647c9fcf8
2021-11-17T05:58:12.639Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a934b1df-74ac-4200-8772-156647c9fcf8 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-11-17T05:58:12.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "aai-ml",
  "timestamp": 1637128616211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T05:58:12.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T05:58:12.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637128623286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-17T05:58:12.647Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:58:12.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "aai-ml",
  "timestamp": 1637128624092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T05:58:12.648Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:58:12.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637128624308,
  "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-11-17T05:58:12.652Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a934b1df-74ac-4200-8772-156647c9fcf8
2021-11-17T05:58:12.652Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a934b1df-74ac-4200-8772-156647c9fcf8 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-11-17T05:58:12.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637128625313,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vfwad96762b2b8c0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-17T05:58:12.659Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:58:31.197Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c11aebe-221d-4a82-8959-a05ce512b315
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T05:58:31.209Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c11aebe-221d-4a82-8959-a05ce512b315
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T05:58:31.213Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T05:58:31.213Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T05:58:31.213Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T05:58:31.213Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T05:59:01.214Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c11aebe-221d-4a82-8959-a05ce512b315
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T05:59:01.227Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c11aebe-221d-4a82-8959-a05ce512b315
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T05:59:01.230Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T05:59:01.230Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T05:59:01.230Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T05:59:01.230Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T05:59:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:59:12.577Z||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-11-17T05:59:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:59:13.101Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T05:59:13.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:59:13.103Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "aai-ml",
  "timestamp": 1637128634379,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T05:59:13.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:59:13.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:59:13.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "aai-ml",
  "timestamp": 1637128635383,
  "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-11-17T05:59:13.113Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a934b1df-74ac-4200-8772-156647c9fcf8
2021-11-17T05:59:13.113Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a934b1df-74ac-4200-8772-156647c9fcf8 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-11-17T05:59:31.230Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c11aebe-221d-4a82-8959-a05ce512b315
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T05:59:31.245Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c11aebe-221d-4a82-8959-a05ce512b315
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T05:59:31.249Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T05:59:31.250Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T05:59:31.250Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T05:59:31.250Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:00:01.250Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c11aebe-221d-4a82-8959-a05ce512b315
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:00:01.262Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c11aebe-221d-4a82-8959-a05ce512b315
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:00:01.264Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:00:01.264Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:00:01.265Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:00:01.265Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:00:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:00:12.577Z||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-11-17T06:00:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:00:22.117Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:00:31.265Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2021-11-17T06:00:31.265Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1c11aebe-221d-4a82-8959-a05ce512b315 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-11-17T06:00:31.273Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1c11aebe-221d-4a82-8959-a05ce512b315 and serviceModelVersionId: 9bfd8e96-627c-43d3-8315-798fd2f49dd4
2021-11-17T06:00:31.273Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 10cd1a10-b493-40ad-9591-afce13ae9fa8
2021-11-17T06:00:31.274Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/10cd1a10-b493-40ad-9591-afce13ae9fa8/model-vers/model-ver/9bfd8e96-627c-43d3-8315-798fd2f49dd4?depth=0
2021-11-17T06:00:31.280Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-11-17T06:00:31.321Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10cd1a10-b493-40ad-9591-afce13ae9fa8/model-vers/model-ver/9bfd8e96-627c-43d3-8315-798fd2f49dd4?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-11-17T06:00:31.322Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10cd1a10-b493-40ad-9591-afce13ae9fa8/model-vers/model-ver/9bfd8e96-627c-43d3-8315-798fd2f49dd4?depth=0|INFO|500||Invoke
2021-11-17T06:00:31.347Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10cd1a10-b493-40ad-9591-afce13ae9fa8/model-vers/model-ver/9bfd8e96-627c-43d3-8315-798fd2f49dd4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-11-17T06:00:31.576Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10cd1a10-b493-40ad-9591-afce13ae9fa8/model-vers/model-ver/9bfd8e96-627c-43d3-8315-798fd2f49dd4?depth=0|INFO|500||InvokeReturn
2021-11-17T06:00:31.577Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10cd1a10-b493-40ad-9591-afce13ae9fa8/model-vers/model-ver/9bfd8e96-627c-43d3-8315-798fd2f49dd4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211117-06:00:31:377-10200], vertex-id=[155800], Content-Length=[0], Date=[Wed, 17 Nov 2021 06:00:31 GMT], Content-Type=[application/json]}
2021-11-17T06:00:31.577Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-11-17T06:00:31.577Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-17T06:00:31.577Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T06:00:31.583Z|1c11aebe-221d-4a82-8959-a05ce512b315|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-11-17T06:00:31.584Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1c11aebe-221d-4a82-8959-a05ce512b315 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2021-11-17T06:00:31.584Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-11-17T06:00:31.584Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:00:31.586Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:00:31.586Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128831584,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2021-11-17T06:00:31.687Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-17T06:00:31.688Z||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-11-17T06:00:31.688Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:00:31.702Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:00:31.702Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-17T06:00:32.600Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:00:32.600Z|1c11aebe-221d-4a82-8959-a05ce512b315|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-11-17T06:00:32.600Z|1c11aebe-221d-4a82-8959-a05ce512b315|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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:00:36.949Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:00:36.950Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-17T06:00:36.950Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"a934b1df-74ac-4200-8772-156647c9fcf8","serviceName":"vFW 2021-11-17 05-54-53","serviceVersion":"1.0","serviceUUID":"9a4f1893-175d-483d-b530-d17a83e1f3be","serviceDescription":"catalog service description","serviceInvariantUUID":"e7f5e6aa-4c51-4b66-bcdc-e408ed21c52d","resources":[{"resourceInstanceName":"vFW ad96762b-2b8c 0","resourceName":"vFW ad96762b-2b8c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7adb8a10-66d6-4b13-8953-fc68fd46fa3b","resourceInvariantUUID":"1c1c1cba-07cf-4550-bc09-211ffac17b65","resourceCustomizationUUID":"1d1a8abe-b53b-47fe-980e-0567296e3fe8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vf-license-model.xml","artifactChecksum":"NzkzYTEyMjYxMmRhZGRlNDE3YmYyNzk4OWJkZjFiMDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9a6c0e58-cadf-4727-9a94-bbf9769f5844","artifactVersion":"1"},{"artifactName":"vfwad96762b2b8c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vfwad96762b2b8c0_modules.json","artifactChecksum":"OTFkMzVmNDEzYmQ2MThlNzdhMDkwYWQ1MTkzZGM2Njg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3ae793ae-aefb-4bc8-890d-c0336ac8bb0f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f5ca0511-65cb-47c7-844d-65cdffa06caa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vendor-license-model.xml","artifactChecksum":"MGNjMGQwYTNkY2JjMmZjNWI5MzQxNzZhNTQ3MDEwOTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ee2f1c51-383f-478e-8064-276f051ac036","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a3d5cb1b-191d-44c1-9a62-e7e5a088f549","artifactVersion":"2","generatedFromUUID":"f5ca0511-65cb-47c7-844d-65cdffa06caa"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211117055453-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-template.yml","artifactChecksum":"M2M3YjI3N2E0YzRmNTc2MDQwOTNhMTgwYzMzNTg2YWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ca75bb26-711f-4a1a-97b7-bd8693249640","artifactVersion":"1"},{"artifactName":"service-Vfw20211117055453-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar","artifactChecksum":"Y2FmYWEzZTQ5MDc3MWFiNTZiNGU0YmRlYWExMGI0NDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cf3ce995-fc70-4c37-b5d1-820961db76b6","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-17T06:00:36.953Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:00:36.953Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:00:36.956Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:00:36.956Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128832600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:00:37.056Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:00:37.056Z||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-11-17T06:00:37.056Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:00:37.068Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:00:37.068Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:00:37.956Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:00:37.957Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:00:37.959Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:00:37.959Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128832600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vfwad96762b2b8c0_modules.json",
  "status": "NOTIFIED"
}
2021-11-17T06:00:38.059Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:00:38.060Z||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-11-17T06:00:38.060Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:00:38.073Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:00:38.074Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:00:38.959Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:00:38.960Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:00:38.963Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:00:38.964Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128832600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-17T06:00:39.064Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:00:39.065Z||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-11-17T06:00:39.065Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:00:39.079Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:00:39.079Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-11-17T06:00:39.964Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:00:39.965Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:00:39.967Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:00:39.967Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128832600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:00:40.067Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-17T06:00:40.068Z||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-11-17T06:00:40.068Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:00:40.080Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:00:40.080Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:00:40.968Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:00:40.969Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:00:40.970Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:00:40.970Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128832600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-17T06:00:41.070Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:00:41.071Z||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-11-17T06:00:41.071Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:00:41.083Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:00:41.084Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-17T06:00:41.971Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:00:41.972Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:00:41.975Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:00:41.975Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128832600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:00:42.075Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:00:42.075Z||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-11-17T06:00:42.076Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:00:42.086Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:00:42.086Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:00:42.975Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:00:42.976Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:00:42.978Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:00:42.978Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128832600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:00:43.078Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:00:43.079Z||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-11-17T06:00:43.079Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:00:43.094Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:00:43.094Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:00:43.979Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "serviceName": "vFW 2021-11-17 05-54-53",
  "serviceVersion": "1.0",
  "serviceUUID": "9a4f1893-175d-483d-b530-d17a83e1f3be",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e7f5e6aa-4c51-4b66-bcdc-e408ed21c52d",
  "resources": [
    {
      "resourceInstanceName": "vFW ad96762b-2b8c 0",
      "resourceCustomizationUUID": "1d1a8abe-b53b-47fe-980e-0567296e3fe8",
      "resourceName": "vFW ad96762b-2b8c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7adb8a10-66d6-4b13-8953-fc68fd46fa3b",
      "resourceInvariantUUID": "1c1c1cba-07cf-4550-bc09-211ffac17b65",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwad96762b2b8c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vfwad96762b2b8c0_modules.json",
          "artifactChecksum": "OTFkMzVmNDEzYmQ2MThlNzdhMDkwYWQ1MTkzZGM2Njg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3ae793ae-aefb-4bc8-890d-c0336ac8bb0f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f5ca0511-65cb-47c7-844d-65cdffa06caa",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a3d5cb1b-191d-44c1-9a62-e7e5a088f549",
            "generatedFromUUID": "f5ca0511-65cb-47c7-844d-65cdffa06caa"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a3d5cb1b-191d-44c1-9a62-e7e5a088f549",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20211117055453-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar",
      "artifactChecksum": "Y2FmYWEzZTQ5MDc3MWFiNTZiNGU0YmRlYWExMGI0NDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cf3ce995-fc70-4c37-b5d1-820961db76b6"
    }
  ],
  "workloadContext": "Production"
}
2021-11-17T06:00:43.979Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-17T06:00:43.979Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9a4f1893-175d-483d-b530-d17a83e1f3be ASDC
2021-11-17T06:00:43.980Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:a934b1df-74ac-4200-8772-156647c9fcf8
ServiceName:vFW 2021-11-17 05-54-53
ServiceVersion:1.0
ServiceUUID:9a4f1893-175d-483d-b530-d17a83e1f3be
ServiceInvariantUUID:e7f5e6aa-4c51-4b66-bcdc-e408ed21c52d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211117055453-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar
ArtifactUUID:cf3ce995-fc70-4c37-b5d1-820961db76b6
ArtifactChecksum:Y2FmYWEzZTQ5MDc3MWFiNTZiNGU0YmRlYWExMGI0NDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ad96762b-2b8c 0
ResourceCustomizationUUID:1d1a8abe-b53b-47fe-980e-0567296e3fe8
ResourceInvariantUUID:1c1c1cba-07cf-4550-bc09-211ffac17b65
ResourceName:vFW ad96762b-2b8c
ResourceType:VF
ResourceUUID:7adb8a10-66d6-4b13-8953-fc68fd46fa3b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwad96762b2b8c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vfwad96762b2b8c0_modules.json
ArtifactUUID:3ae793ae-aefb-4bc8-890d-c0336ac8bb0f
ArtifactChecksum:OTFkMzVmNDEzYmQ2MThlNzdhMDkwYWQ1MTkzZGM2Njg=
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/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.yaml
ArtifactUUID:f5ca0511-65cb-47c7-844d-65cdffa06caa
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/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env
ArtifactUUID:a3d5cb1b-191d-44c1-9a62-e7e5a088f549
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/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env
ArtifactUUID:a3d5cb1b-191d-44c1-9a62-e7e5a088f549
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-17T06:00:43.980Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9a4f1893-175d-483d-b530-d17a83e1f3be 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-11-17T06:00:44.011Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-17T06:00:44.012Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-17T06:00:44.012Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-17T06:00:44.012Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: cf3ce995-fc70-4c37-b5d1-820961db76b6 from URL: /sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar
2021-11-17T06:00:44.012Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-17T06:00:44.012Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar
2021-11-17T06:00:44.587Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-17T06:00:44.596Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar cf3ce995-fc70-4c37-b5d1-820961db76b6 98976
2021-11-17T06:00:44.596Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar ASDC sendASDCNotification
2021-11-17T06:00:44.597Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar
2021-11-17T06:00:44.597Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T06:00:44.597Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:00:44.599Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:00:44.599Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128844596,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:00:44.699Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:00:44.700Z||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-11-17T06:00:44.700Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:00:44.713Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:00:44.713Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:00:45.599Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-17T06:00:45.600Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-17T06:00:45.600Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: cf3ce995-fc70-4c37-b5d1-820961db76b6, URL: /sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar to file: /app/ASDC/1/service-Vfw20211117055453-csar.csar
2021-11-17T06:00:45.601Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211117055453-csar.csar
2021-11-17T06:00:45.601Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211117055453-csar.csar
2021-11-17T06:00:45.601Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211117055453-csar.csar
2021-11-17T06:00:45.719Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8028191615013326064/Definitions/service-Vfw20211117055453-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-11-17T06:00:47.222Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-17T06:00:47.222Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-17T06:00:47.222Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211117055453-csar.csar
2021-11-17T06:00:47.222Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-17T06:00:47.222Z|a934b1df-74ac-4200-8772-156647c9fcf8|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-Vfw20211117055453-csar.csar
2021-11-17T06:00:47.222Z|a934b1df-74ac-4200-8772-156647c9fcf8|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-Vfw20211117055453-csar.csar
2021-11-17T06:00:47.222Z|a934b1df-74ac-4200-8772-156647c9fcf8|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-Vfw20211117055453-csar.csar
2021-11-17T06:00:47.222Z|a934b1df-74ac-4200-8772-156647c9fcf8|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-Vfw20211117055453-csar.csar
2021-11-17T06:00:47.222Z|a934b1df-74ac-4200-8772-156647c9fcf8|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-Vfw20211117055453-csar.csar
2021-11-17T06:00:47.222Z|a934b1df-74ac-4200-8772-156647c9fcf8|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-Vfw20211117055453-csar.csar
2021-11-17T06:00:47.222Z|a934b1df-74ac-4200-8772-156647c9fcf8|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-Vfw20211117055453-csar.csar
2021-11-17T06:00:47.222Z|a934b1df-74ac-4200-8772-156647c9fcf8|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-Vfw20211117055453-csar.csar
2021-11-17T06:00:47.222Z|a934b1df-74ac-4200-8772-156647c9fcf8|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-Vfw20211117055453-csar.csar
2021-11-17T06:00:47.222Z|a934b1df-74ac-4200-8772-156647c9fcf8|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-Vfw20211117055453-csar.csar
2021-11-17T06:00:47.223Z|a934b1df-74ac-4200-8772-156647c9fcf8|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-Vfw20211117055453-csar.csar
2021-11-17T06:00:47.223Z|a934b1df-74ac-4200-8772-156647c9fcf8|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-Vfw20211117055453-csar.csar
2021-11-17T06:00:47.223Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ad96762b-2b8c 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-Vfw20211117055453-csar.csar
2021-11-17T06:00:47.223Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-17T06:00:47.223Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:00:47.223Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-54-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:00:47.223Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vFW ad96762b-2b8c 0 is matching search criteria
2021-11-17T06:00:47.223Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-17T06:00:47.223Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ad96762b-2b8c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-17T06:00:47.223Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:00:47.223Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-54-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:00:47.224Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vFW ad96762b-2b8c 0 is matching search criteria
2021-11-17T06:00:47.224Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-17T06:00:47.224Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ad96762b-2b8c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-17T06:00:47.224Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:00:47.224Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-54-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:00:47.224Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:00:47.224Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vFW ad96762b-2b8c 0 is not matching search criteria
2021-11-17T06:00:47.224Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T06:00:47.224Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T06:00:47.224Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-17T06:00:47.224Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-17T06:00:47.224Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-17T06:00:47.224Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-17T06:00:47.224Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T06:00:47.224Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-17T06:00:47.224Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-17T06:00:47.225Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-17T06:00:47.225Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-17T06:00:47.225Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-17T06:00:47.225Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-17T06:00:47.225Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-17T06:00:47.225Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T06:00:47.225Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-17T06:00:47.225Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:00:47.225Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-54-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-17T06:00:47.225Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:00:47.225Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vFW ad96762b-2b8c 0 is matching search criteria
2021-11-17T06:00:47.225Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ad96762b-2b8c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T06:00:47.225Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:00:47.225Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vFW ad96762b-2b8c 0 is matching search criteria
2021-11-17T06:00:47.225Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ad96762b-2b8c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T06:00:47.226Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:00:47.226Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vFW ad96762b-2b8c 0 is matching search criteria
2021-11-17T06:00:47.226Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ad96762b-2b8c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T06:00:47.226Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:00:47.226Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vFW ad96762b-2b8c 0 is not matching search criteria
2021-11-17T06:00:47.226Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T06:00:47.226Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T06:00:47.226Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-17T06:00:47.226Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-17T06:00:47.226Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-17T06:00:47.226Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-17T06:00:47.226Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-17T06:00:47.226Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-17T06:00:47.226Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-17T06:00:47.226Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-17T06:00:47.226Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T06:00:47.226Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b09c54a5-76c2-4fa3-86c1-4f6a7ee9a3ed
2021-11-17T06:00:47.226Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:00:47.226Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vFW ad96762b-2b8c 0 is not matching search criteria
2021-11-17T06:00:47.226Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T06:00:47.226Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T06:00:47.227Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-17T06:00:47.227Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-17T06:00:47.227Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-17T06:00:47.227Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-17T06:00:47.227Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T06:00:47.227Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-17T06:00:47.227Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-17T06:00:47.227Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-17T06:00:47.227Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-17T06:00:47.227Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T06:00:47.227Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=82191ddc-56e8-4e52-8623-182ff9858855
2021-11-17T06:00:47.227Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:00:47.227Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vFW ad96762b-2b8c 0 is not matching search criteria
2021-11-17T06:00:47.227Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T06:00:47.227Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T06:00:47.227Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-17T06:00:47.227Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-17T06:00:47.227Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-17T06:00:47.228Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-17T06:00:47.228Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T06:00:47.228Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-17T06:00:47.228Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-17T06:00:47.228Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-17T06:00:47.228Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-17T06:00:47.228Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-17T06:00:47.228Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e9f69e5c-d7da-4246-a09c-0c959cb2cf1d
2021-11-17T06:00:47.228Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:00:47.228Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-54-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:00:47.228Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:00:47.228Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-54-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:00:47.228Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:00:47.228Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-54-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:00:47.228Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:00:47.228Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-54-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:00:47.228Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-11-17 05-54-53
Description:catalog service description
Model UUID:9a4f1893-175d-483d-b530-d17a83e1f3be
Model Version:NULL
Model InvariantUuid:e7f5e6aa-4c51-4b66-bcdc-e408ed21c52d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW ad96762b-2b8c
Model UUID:6b9cd465-7f5b-485d-8fde-459b7b21d967
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1c1c1cba-07cf-4550-bc09-211ffac17b65
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1d1a8abe-b53b-47fe-980e-0567296e3fe8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1dff23f4-d47c-4553-b588-fee899004595
ModelName:VfwAd96762b2b8c..base_vfw..module-0
ModelUuid:dd244312-e319-4bd6-a492-6d718407ace7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b09c54a5-76c2-4fa3-86c1-4f6a7ee9a3ed
ModelInvariantUuid:bcf9579c-96b6-44e0-ba20-f5f12d58585c
ModelName:vFW ad96762b-2b8c-nodes.vfwCvfc
ModelUuid:38a415df-9c47-4c9d-ac63-e78d924f19e6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a0ba0150-78f0-4206-a099-c036fd9ba9b4
ModelInvariantUuid:f53ee935-bcd4-49f8-940f-4db4ea06f321
ModelName:VfwAd96762b2b8c.compute.nodes.heat.vfw
ModelUuid:a0c0fd4e-6745-4a14-9e2b-aef9e0579e93
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:82191ddc-56e8-4e52-8623-182ff9858855
ModelInvariantUuid:0b5d6852-6295-4fb1-ad2c-f1aae9382b7a
ModelName:vFW ad96762b-2b8c-nodes.vsnCvfc
ModelUuid:416f0b35-4990-4f26-9bf6-a165ebbba865
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:2ba7a572-c5b4-41c5-bbea-40d23b500c57
ModelInvariantUuid:e1e5076f-ffd2-4551-ae6c-6dce6d2a65b7
ModelName:VfwAd96762b2b8c.compute.nodes.heat.vsn
ModelUuid:e32977de-99de-4ab5-9ec7-289b2886e7f0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e9f69e5c-d7da-4246-a09c-0c959cb2cf1d
ModelInvariantUuid:651761cb-886a-4bd1-bd8c-a9583cac1014
ModelName:vFW ad96762b-2b8c-nodes.vpgCvfc
ModelUuid:db47ef2e-1e4f-4f58-ba42-250e491d360d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:f55935f1-733d-46fe-b2ac-979e902ee4cc
ModelInvariantUuid:5d9e93c6-d1ca-475e-8d4b-9d7b846c0611
ModelName:VfwAd96762b2b8c.compute.nodes.heat.vpg
ModelUuid:200f8485-2685-41ad-9eb2-b9b294213387
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-17T06:00:47.234Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 7adb8a10-66d6-4b13-8953-fc68fd46fa3b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T06:00:47.237Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||vFW ad96762b-2b8c 0
2021-11-17T06:00:47.237Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7adb8a10-66d6-4b13-8953-fc68fd46fa3b
2021-11-17T06:00:47.237Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3ae793ae-aefb-4bc8-890d-c0336ac8bb0f from URL: /sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vfwad96762b2b8c0_modules.json
2021-11-17T06:00:47.237Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-17T06:00:47.238Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vfwad96762b2b8c0_modules.json
2021-11-17T06:00:47.385Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-17T06:00:47.386Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vfwad96762b2b8c0_modules.json 3ae793ae-aefb-4bc8-890d-c0336ac8bb0f 785
2021-11-17T06:00:47.386Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vfwad96762b2b8c0_modules.json ASDC sendASDCNotification
2021-11-17T06:00:47.386Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vfwad96762b2b8c0_modules.json
2021-11-17T06:00:47.386Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T06:00:47.386Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:00:47.389Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:00:47.389Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128847386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vfwad96762b2b8c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:00:47.489Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:00:47.490Z||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-11-17T06:00:47.490Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:00:47.503Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:00:47.503Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:00:48.390Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwAd96762b2b8c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "1dff23f4-d47c-4553-b588-fee899004595",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dd244312-e319-4bd6-a492-6d718407ace7",
    "vfModuleModelCustomizationUUID": "812ba11a-5635-440a-8657-6a0dca9a2bc1",
    "isBase": true,
    "artifacts": [
      "f5ca0511-65cb-47c7-844d-65cdffa06caa",
      "a3d5cb1b-191d-44c1-9a62-e7e5a088f549"
    ],
    "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-11-17T06:00:48.393Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAd96762b2b8c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dd244312-e319-4bd6-a492-6d718407ace7
VfModuleModelInvariantUUID:1dff23f4-d47c-4553-b588-fee899004595
VfModuleModelDescription:NULL
Artifacts UUID List:{
f5ca0511-65cb-47c7-844d-65cdffa06caa
,
a3d5cb1b-191d-44c1-9a62-e7e5a088f549

}
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-11-17T06:00:48.396Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwAd96762b2b8c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "1dff23f4-d47c-4553-b588-fee899004595",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dd244312-e319-4bd6-a492-6d718407ace7",
    "vfModuleModelCustomizationUUID": "812ba11a-5635-440a-8657-6a0dca9a2bc1",
    "isBase": true,
    "artifacts": [
      "f5ca0511-65cb-47c7-844d-65cdffa06caa",
      "a3d5cb1b-191d-44c1-9a62-e7e5a088f549"
    ],
    "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-11-17T06:00:48.396Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAd96762b2b8c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dd244312-e319-4bd6-a492-6d718407ace7
VfModuleModelInvariantUUID:1dff23f4-d47c-4553-b588-fee899004595
VfModuleModelDescription:NULL
Artifacts UUID List:{
f5ca0511-65cb-47c7-844d-65cdffa06caa
,
a3d5cb1b-191d-44c1-9a62-e7e5a088f549

}
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-11-17T06:00:48.396Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f5ca0511-65cb-47c7-844d-65cdffa06caa from URL: /sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.yaml
2021-11-17T06:00:48.396Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-17T06:00:48.396Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.yaml
2021-11-17T06:00:48.514Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-17T06:00:48.515Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.yaml f5ca0511-65cb-47c7-844d-65cdffa06caa 20368
2021-11-17T06:00:48.515Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-17T06:00:48.515Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.yaml
2021-11-17T06:00:48.515Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T06:00:48.515Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:00:48.517Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:00:48.517Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128848515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:00:48.617Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:00:48.617Z||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-11-17T06:00:48.618Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:00:48.628Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:00:48.628Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:00:49.517Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a3d5cb1b-191d-44c1-9a62-e7e5a088f549 from URL: /sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env
2021-11-17T06:00:49.518Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-17T06:00:49.518Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env
2021-11-17T06:00:49.607Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-17T06:00:49.607Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env a3d5cb1b-191d-44c1-9a62-e7e5a088f549 2098
2021-11-17T06:00:49.607Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-17T06:00:49.608Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env
2021-11-17T06:00:49.608Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T06:00:49.608Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:00:49.609Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:00:49.609Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128849607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:00:49.710Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-17T06:00:49.711Z||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-11-17T06:00:49.711Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:00:49.723Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:00:49.724Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:00:50.610Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 9a4f1893-175d-483d-b530-d17a83e1f3be
2021-11-17T06:00:50.610Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ad96762b-2b8c 0 7adb8a10-66d6-4b13-8953-fc68fd46fa3b ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T06:00:50.624Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@402cc434, org.onap.sdc.toscaparser.api.parameters.Input@cf05297, org.onap.sdc.toscaparser.api.parameters.Input@72034f59, org.onap.sdc.toscaparser.api.parameters.Input@756fdf73, org.onap.sdc.toscaparser.api.parameters.Input@5344b88e]
2021-11-17T06:00:50.625Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:00:50.626Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-54-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:00:50.626Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-11-17T06:00:50.626Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 1d1a8abe-b53b-47fe-980e-0567296e3fe8
2021-11-17T06:00:50.626Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1d1a8abe-b53b-47fe-980e-0567296e3fe8 matches Tosca VF Customization UUID: 1d1a8abe-b53b-47fe-980e-0567296e3fe8
2021-11-17T06:00:50.626Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 1d1a8abe-b53b-47fe-980e-0567296e3fe8  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-17T06:00:50.628Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:00:50.629Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-54-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:00:50.630Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 1d1a8abe-b53b-47fe-980e-0567296e3fe8: {\"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-11-17T06:00:50.630Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3ea01c73
2021-11-17T06:00:50.631Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:00:50.631Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-54-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-17T06:00:50.631Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 812ba11a-5635-440a-8657-6a0dca9a2bc1
2021-11-17T06:00:50.631Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 812ba11a-5635-440a-8657-6a0dca9a2bc1
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-17T06:00:50.634Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:00:50.634Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vFW ad96762b-2b8c 0 is matching search criteria
2021-11-17T06:00:50.634Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ad96762b-2b8c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T06:00:50.635Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:00:50.635Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vFW ad96762b-2b8c 0 is matching search criteria
2021-11-17T06:00:50.635Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ad96762b-2b8c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T06:00:50.635Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:00:50.635Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vFW ad96762b-2b8c 0 is not matching search criteria
2021-11-17T06:00:50.635Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T06:00:50.636Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T06:00:50.636Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-17T06:00:50.636Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-17T06:00:50.636Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-17T06:00:50.636Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-17T06:00:50.636Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-17T06:00:50.636Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-17T06:00:50.637Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-17T06:00:50.637Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-17T06:00:50.637Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T06:00:50.637Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b09c54a5-76c2-4fa3-86c1-4f6a7ee9a3ed
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-17T06:00:50.639Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:00:50.639Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vFW ad96762b-2b8c 0 is matching search criteria
2021-11-17T06:00:50.639Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ad96762b-2b8c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T06:00:50.639Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:00:50.639Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vFW ad96762b-2b8c 0 is not matching search criteria
2021-11-17T06:00:50.639Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T06:00:50.639Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T06:00:50.639Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-17T06:00:50.640Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-17T06:00:50.640Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-17T06:00:50.640Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-17T06:00:50.640Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T06:00:50.640Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-17T06:00:50.640Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-17T06:00:50.640Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-17T06:00:50.640Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-17T06:00:50.640Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T06:00:50.640Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=82191ddc-56e8-4e52-8623-182ff9858855
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-17T06:00:50.642Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:00:50.642Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vFW ad96762b-2b8c 0 is matching search criteria
2021-11-17T06:00:50.642Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ad96762b-2b8c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T06:00:50.642Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:00:50.642Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vFW ad96762b-2b8c 0 is not matching search criteria
2021-11-17T06:00:50.642Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T06:00:50.642Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T06:00:50.642Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-17T06:00:50.642Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-17T06:00:50.643Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-17T06:00:50.643Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-17T06:00:50.643Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T06:00:50.643Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-17T06:00:50.643Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-17T06:00:50.643Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-17T06:00:50.643Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-17T06:00:50.643Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-17T06:00:50.643Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e9f69e5c-d7da-4246-a09c-0c959cb2cf1d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-17T06:00:50.645Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:00:50.645Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vFW ad96762b-2b8c 0 is matching search criteria
2021-11-17T06:00:50.645Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ad96762b-2b8c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T06:00:50.645Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:00:50.645Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vFW ad96762b-2b8c 0 is matching search criteria
2021-11-17T06:00:50.645Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ad96762b-2b8c 0] matching following query criteria: sdcType=VF, customizationUUID=1d1a8abe-b53b-47fe-980e-0567296e3fe8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T06:00:50.647Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:00:50.647Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-54-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:00:50.648Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 9a4f1893-175d-483d-b530-d17a83e1f3be: vFW ad96762b-2b8c
2021-11-17T06:00:50.648Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:00:50.648Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-54-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:00:50.648Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:00:50.648Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-54-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:00:50.648Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:00:50.649Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-54-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:00:50.649Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:00:50.649Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-54-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:00:50.649Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:00:50.649Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-54-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:00:50.649Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-11-17 05-54-53 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-17T06:00:50.799Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ad96762b-2b8c 7adb8a10-66d6-4b13-8953-fc68fd46fa3b 1 ASDC deployResourceStructure
2021-11-17T06:00:50.800Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vfwad96762b2b8c0_modules.json ASDC sendASDCNotification
2021-11-17T06:00:50.800Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vfwad96762b2b8c0_modules.json
2021-11-17T06:00:50.800Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T06:00:50.800Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:00:50.801Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:00:50.801Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128850800,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vfwad96762b2b8c0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-17T06:00:50.901Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:00:50.902Z||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-11-17T06:00:50.902Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:00:50.915Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:00:50.915Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:00:51.802Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-17T06:00:51.803Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.yaml
2021-11-17T06:00:51.803Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T06:00:51.803Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:00:51.805Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:00:51.806Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128851802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-11-17T06:00:51.906Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:00:51.906Z||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-11-17T06:00:51.907Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:00:51.919Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:00:51.920Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:00:52.806Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-17T06:00:52.807Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env
2021-11-17T06:00:52.807Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T06:00:52.808Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:00:52.810Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:00:52.810Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128852806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-11-17T06:00:52.910Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:00:52.911Z||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-11-17T06:00:52.911Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:00:52.924Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:00:52.924Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:00:53.810Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar ASDC sendASDCNotification
2021-11-17T06:00:53.811Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar
2021-11-17T06:00:53.811Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T06:00:53.811Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:00:53.813Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:00:53.814Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128853810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:00:53.914Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-17T06:00:53.914Z||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-11-17T06:00:53.914Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:00:53.925Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:00:53.926Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:00:54.814Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a934b1df-74ac-4200-8772-156647c9fcf8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:00:54.825Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a934b1df-74ac-4200-8772-156647c9fcf8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:00:54.827Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:00:54.827Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:00:54.827Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:00:54.827Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:01:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:01:12.577Z||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-11-17T06:01:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:01:13.201Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:01:13.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T06:01:13.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128831584,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2021-11-17T06:01:13.203Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:01:13.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T06:01:13.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128832600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:01:13.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:01:13.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T06:01:13.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128832600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vfwad96762b2b8c0_modules.json",
  "status": "NOTIFIED"
}
2021-11-17T06:01:13.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:01:13.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T06:01:13.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128832600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-17T06:01:13.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:01:13.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T06:01:13.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128832600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:01:13.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:01:13.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T06:01:13.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128832600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-17T06:01:13.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:01:13.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T06:01:13.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128832600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:01:13.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:01:13.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T06:01:13.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128832600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:01:13.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:01:13.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T06:01:13.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128844596,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:01:13.205Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:01:13.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T06:01:13.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128847386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vfwad96762b2b8c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:01:13.205Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:01:13.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T06:01:13.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128848515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:01:13.205Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:01:13.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T06:01:13.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128849607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:01:13.206Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:01:13.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T06:01:13.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128850800,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vfwad96762b2b8c0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-17T06:01:13.206Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:01:13.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T06:01:13.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128851802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-11-17T06:01:13.206Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:01:13.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T06:01:13.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128852806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-11-17T06:01:13.206Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:01:13.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T06:01:13.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637128853810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:01:13.206Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:01:24.828Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a934b1df-74ac-4200-8772-156647c9fcf8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:01:24.838Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a934b1df-74ac-4200-8772-156647c9fcf8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:01:24.841Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:01:24.841Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:01:24.841Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:01:24.841Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:01:54.841Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a934b1df-74ac-4200-8772-156647c9fcf8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:01:54.849Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a934b1df-74ac-4200-8772-156647c9fcf8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:01:54.852Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:01:54.852Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:01:54.852Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:01:54.852Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:02:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:02:12.577Z||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-11-17T06:02:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:02:22.120Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:02:24.852Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a934b1df-74ac-4200-8772-156647c9fcf8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:02:24.863Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a934b1df-74ac-4200-8772-156647c9fcf8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:02:24.866Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:02:24.866Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:02:24.866Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:02:24.866Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:02:54.866Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a934b1df-74ac-4200-8772-156647c9fcf8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:02:54.876Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a934b1df-74ac-4200-8772-156647c9fcf8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:02:54.879Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:02:54.879Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:02:54.879Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:02:54.879Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:03:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:03:12.577Z||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-11-17T06:03:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:03:22.122Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:03:24.879Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a934b1df-74ac-4200-8772-156647c9fcf8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:03:24.888Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a934b1df-74ac-4200-8772-156647c9fcf8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:03:24.890Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:03:24.890Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:03:24.890Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:03:24.890Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:03:54.891Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a934b1df-74ac-4200-8772-156647c9fcf8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:03:54.902Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a934b1df-74ac-4200-8772-156647c9fcf8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:03:54.904Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:03:54.904Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:03:54.905Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:03:54.905Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:04:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:04:12.577Z||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-11-17T06:04:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:04:22.122Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:04:24.905Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a934b1df-74ac-4200-8772-156647c9fcf8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:04:24.917Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a934b1df-74ac-4200-8772-156647c9fcf8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:04:24.920Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:04:24.920Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:04:24.920Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:04:24.920Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:04:54.921Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a934b1df-74ac-4200-8772-156647c9fcf8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:04:54.931Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a934b1df-74ac-4200-8772-156647c9fcf8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:04:54.932Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:04:54.933Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:04:54.933Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:04:54.933Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:05:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:05:12.577Z||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-11-17T06:05:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:05:22.114Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:05:24.933Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a934b1df-74ac-4200-8772-156647c9fcf8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:05:24.944Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a934b1df-74ac-4200-8772-156647c9fcf8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:05:24.947Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:05:24.947Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:05:24.947Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:05:24.947Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:05:54.947Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2021-11-17T06:05:54.948Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a934b1df-74ac-4200-8772-156647c9fcf8 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-11-17T06:05:54.953Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a934b1df-74ac-4200-8772-156647c9fcf8 and serviceModelVersionId: 9a4f1893-175d-483d-b530-d17a83e1f3be
2021-11-17T06:05:54.954Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e7f5e6aa-4c51-4b66-bcdc-e408ed21c52d
2021-11-17T06:05:54.954Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e7f5e6aa-4c51-4b66-bcdc-e408ed21c52d/model-vers/model-ver/9a4f1893-175d-483d-b530-d17a83e1f3be?depth=0
2021-11-17T06:05:54.962Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-11-17T06:05:54.990Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7f5e6aa-4c51-4b66-bcdc-e408ed21c52d/model-vers/model-ver/9a4f1893-175d-483d-b530-d17a83e1f3be?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-11-17T06:05:54.990Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7f5e6aa-4c51-4b66-bcdc-e408ed21c52d/model-vers/model-ver/9a4f1893-175d-483d-b530-d17a83e1f3be?depth=0|INFO|500||Invoke
2021-11-17T06:05:55.008Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7f5e6aa-4c51-4b66-bcdc-e408ed21c52d/model-vers/model-ver/9a4f1893-175d-483d-b530-d17a83e1f3be?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-11-17T06:05:55.191Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7f5e6aa-4c51-4b66-bcdc-e408ed21c52d/model-vers/model-ver/9a4f1893-175d-483d-b530-d17a83e1f3be?depth=0|INFO|500||InvokeReturn
2021-11-17T06:05:55.191Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7f5e6aa-4c51-4b66-bcdc-e408ed21c52d/model-vers/model-ver/9a4f1893-175d-483d-b530-d17a83e1f3be?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211117-06:05:55:016-67726], vertex-id=[495736], Content-Length=[0], Date=[Wed, 17 Nov 2021 06:05:55 GMT], Content-Type=[application/json]}
2021-11-17T06:05:55.191Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-11-17T06:05:55.192Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-17T06:05:55.192Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T06:05:55.199Z|a934b1df-74ac-4200-8772-156647c9fcf8|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-11-17T06:05:55.200Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a934b1df-74ac-4200-8772-156647c9fcf8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2021-11-17T06:05:55.200Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-11-17T06:05:55.200Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:05:55.203Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:05:55.203Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129155200,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2021-11-17T06:05:55.303Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:05:55.304Z||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-11-17T06:05:55.304Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:05:55.316Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:05:55.317Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-17T06:05:56.218Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:05:56.219Z|a934b1df-74ac-4200-8772-156647c9fcf8|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-11-17T06:05:56.219Z|a934b1df-74ac-4200-8772-156647c9fcf8|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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:06:00.700Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:06:00.700Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-17T06:06:00.700Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"f178dc0c-8e5f-4544-a244-e1202c888f18","serviceName":"vFW 2021-11-17 06-03-52","serviceVersion":"1.0","serviceUUID":"e1592638-2a0c-46c9-bb5a-cdb1990cbdcf","serviceDescription":"catalog service description","serviceInvariantUUID":"9ba39b36-e21c-4910-8d01-d9d463ace6f6","resources":[{"resourceInstanceName":"vFW f8ba78b4-d32d 0","resourceName":"vFW f8ba78b4-d32d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d51e84d5-e3fd-474b-becb-6af1541e1591","resourceInvariantUUID":"566189d3-7341-456c-951e-ddbf9bafac2a","resourceCustomizationUUID":"72a282e6-4aa2-466a-a997-f0aef02e3b15","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/vf-license-model.xml","artifactChecksum":"ODg0YmRkMjQ5YThmODBjYTRhNjhkYjk3Zjg1YTUwMzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ceb08ab-182f-43e6-8473-cbb4bf533859","artifactVersion":"1"},{"artifactName":"vfwf8ba78b4d32d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/vfwf8ba78b4d32d0_modules.json","artifactChecksum":"MzI1ZWZmMDJiODcwYTNiNTg0M2Y0MzVmNTYxZTc0ODY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6fe85c92-739b-416a-bca9-bad5c9284d54","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a31fb4fa-82e2-4a2f-bc8d-a641b5953ac6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/vendor-license-model.xml","artifactChecksum":"NTY1YmE0MTA1NjQxN2Q1OGJiNDMwYWUwZThmNmMwMzY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8f5e3b42-f5e2-40a5-9713-fe1fccea093c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"25a61d95-cd94-4899-9015-b3a554f7409a","artifactVersion":"2","generatedFromUUID":"a31fb4fa-82e2-4a2f-bc8d-a641b5953ac6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211117060352-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211117060352/1.0/artifacts/service-Vfw20211117060352-template.yml","artifactChecksum":"YjRiODE2ZGE2M2JhZjZiYmVlZmNlNDcwNzllNjQ4NDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"762350b0-4e28-4eec-8ee7-de442347372d","artifactVersion":"1"},{"artifactName":"service-Vfw20211117060352-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211117060352/1.0/artifacts/service-Vfw20211117060352-csar.csar","artifactChecksum":"MTgxN2I3MDc4NDNlNzQ2NmYzMjBkOWNkNTA2N2E5YTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dad3089f-e9d4-4c72-bd65-4ba53309170c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-17T06:06:00.702Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:06:00.702Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:06:00.703Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:06:00.703Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129156218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:06:00.804Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-17T06:06:00.804Z||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-11-17T06:06:00.804Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:06:00.814Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:06:00.814Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:06:01.704Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:06:01.704Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:06:01.706Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:06:01.706Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129156218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/vfwf8ba78b4d32d0_modules.json",
  "status": "NOTIFIED"
}
2021-11-17T06:06:01.806Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:06:01.807Z||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-11-17T06:06:01.807Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:06:01.819Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:06:01.819Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:06:02.706Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:06:02.707Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:06:02.709Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:06:02.709Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129156218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-17T06:06:02.810Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-17T06:06:02.811Z||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-11-17T06:06:02.811Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:06:02.822Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:06:02.823Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:06:03.710Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:06:03.710Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:06:03.711Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:06:03.712Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129156218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:06:03.812Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:06:03.813Z||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-11-17T06:06:03.813Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:06:03.828Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:06:03.828Z||pool-54-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:06:04.712Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:06:04.713Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:06:04.715Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:06:04.715Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129156218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-17T06:06:04.815Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:06:04.816Z||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-11-17T06:06:04.816Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:06:04.827Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:06:04.828Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:06:05.716Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:06:05.716Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:06:05.718Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:06:05.718Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129156218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/artifacts/service-Vfw20211117060352-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:06:05.818Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:06:05.821Z||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-11-17T06:06:05.821Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:06:05.832Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:06:05.832Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:06:06.718Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:06:06.719Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:06:06.721Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:06:06.721Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129156218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/artifacts/service-Vfw20211117060352-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:06:06.821Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:06:06.821Z||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-11-17T06:06:06.821Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:06:06.832Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:06:06.832Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:06:07.722Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "serviceName": "vFW 2021-11-17 06-03-52",
  "serviceVersion": "1.0",
  "serviceUUID": "e1592638-2a0c-46c9-bb5a-cdb1990cbdcf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9ba39b36-e21c-4910-8d01-d9d463ace6f6",
  "resources": [
    {
      "resourceInstanceName": "vFW f8ba78b4-d32d 0",
      "resourceCustomizationUUID": "72a282e6-4aa2-466a-a997-f0aef02e3b15",
      "resourceName": "vFW f8ba78b4-d32d",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d51e84d5-e3fd-474b-becb-6af1541e1591",
      "resourceInvariantUUID": "566189d3-7341-456c-951e-ddbf9bafac2a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwf8ba78b4d32d0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/vfwf8ba78b4d32d0_modules.json",
          "artifactChecksum": "MzI1ZWZmMDJiODcwYTNiNTg0M2Y0MzVmNTYxZTc0ODY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6fe85c92-739b-416a-bca9-bad5c9284d54",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a31fb4fa-82e2-4a2f-bc8d-a641b5953ac6",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "25a61d95-cd94-4899-9015-b3a554f7409a",
            "generatedFromUUID": "a31fb4fa-82e2-4a2f-bc8d-a641b5953ac6"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "25a61d95-cd94-4899-9015-b3a554f7409a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20211117060352-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/artifacts/service-Vfw20211117060352-csar.csar",
      "artifactChecksum": "MTgxN2I3MDc4NDNlNzQ2NmYzMjBkOWNkNTA2N2E5YTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dad3089f-e9d4-4c72-bd65-4ba53309170c"
    }
  ],
  "workloadContext": "Production"
}
2021-11-17T06:06:07.722Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-17T06:06:07.723Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e1592638-2a0c-46c9-bb5a-cdb1990cbdcf ASDC
2021-11-17T06:06:07.723Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:f178dc0c-8e5f-4544-a244-e1202c888f18
ServiceName:vFW 2021-11-17 06-03-52
ServiceVersion:1.0
ServiceUUID:e1592638-2a0c-46c9-bb5a-cdb1990cbdcf
ServiceInvariantUUID:9ba39b36-e21c-4910-8d01-d9d463ace6f6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211117060352-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211117060352/1.0/artifacts/service-Vfw20211117060352-csar.csar
ArtifactUUID:dad3089f-e9d4-4c72-bd65-4ba53309170c
ArtifactChecksum:MTgxN2I3MDc4NDNlNzQ2NmYzMjBkOWNkNTA2N2E5YTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f8ba78b4-d32d 0
ResourceCustomizationUUID:72a282e6-4aa2-466a-a997-f0aef02e3b15
ResourceInvariantUUID:566189d3-7341-456c-951e-ddbf9bafac2a
ResourceName:vFW f8ba78b4-d32d
ResourceType:VF
ResourceUUID:d51e84d5-e3fd-474b-becb-6af1541e1591
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf8ba78b4d32d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/vfwf8ba78b4d32d0_modules.json
ArtifactUUID:6fe85c92-739b-416a-bca9-bad5c9284d54
ArtifactChecksum:MzI1ZWZmMDJiODcwYTNiNTg0M2Y0MzVmNTYxZTc0ODY=
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/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.yaml
ArtifactUUID:a31fb4fa-82e2-4a2f-bc8d-a641b5953ac6
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/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.env
ArtifactUUID:25a61d95-cd94-4899-9015-b3a554f7409a
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/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.env
ArtifactUUID:25a61d95-cd94-4899-9015-b3a554f7409a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-17T06:06:07.723Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e1592638-2a0c-46c9-bb5a-cdb1990cbdcf 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-11-17T06:06:07.759Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-17T06:06:07.759Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-17T06:06:07.759Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-17T06:06:07.759Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: dad3089f-e9d4-4c72-bd65-4ba53309170c from URL: /sdc/v1/catalog/services/Vfw20211117060352/1.0/artifacts/service-Vfw20211117060352-csar.csar
2021-11-17T06:06:07.759Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-17T06:06:07.760Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117060352/1.0/artifacts/service-Vfw20211117060352-csar.csar
2021-11-17T06:06:07.816Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-17T06:06:07.827Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117060352/1.0/artifacts/service-Vfw20211117060352-csar.csar dad3089f-e9d4-4c72-bd65-4ba53309170c 98992
2021-11-17T06:06:07.827Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117060352/1.0/artifacts/service-Vfw20211117060352-csar.csar ASDC sendASDCNotification
2021-11-17T06:06:07.827Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117060352/1.0/artifacts/service-Vfw20211117060352-csar.csar
2021-11-17T06:06:07.827Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T06:06:07.827Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:06:07.829Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:06:07.829Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129167827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/artifacts/service-Vfw20211117060352-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:06:07.929Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:06:07.930Z||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-11-17T06:06:07.930Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:06:07.940Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:06:07.940Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:06:08.830Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-17T06:06:08.831Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-17T06:06:08.831Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: dad3089f-e9d4-4c72-bd65-4ba53309170c, URL: /sdc/v1/catalog/services/Vfw20211117060352/1.0/artifacts/service-Vfw20211117060352-csar.csar to file: /app/ASDC/1/service-Vfw20211117060352-csar.csar
2021-11-17T06:06:08.832Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211117060352-csar.csar
2021-11-17T06:06:08.833Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211117060352-csar.csar
2021-11-17T06:06:08.833Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211117060352-csar.csar
2021-11-17T06:06:09.191Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15200402498527083341/Definitions/service-Vfw20211117060352-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
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
2021-11-17T06:06:10.618Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-17T06:06:10.618Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-17T06:06:10.618Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211117060352-csar.csar
2021-11-17T06:06:10.618Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-17T06:06:10.618Z|f178dc0c-8e5f-4544-a244-e1202c888f18|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-Vfw20211117060352-csar.csar
2021-11-17T06:06:10.618Z|f178dc0c-8e5f-4544-a244-e1202c888f18|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-Vfw20211117060352-csar.csar
2021-11-17T06:06:10.618Z|f178dc0c-8e5f-4544-a244-e1202c888f18|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-Vfw20211117060352-csar.csar
2021-11-17T06:06:10.618Z|f178dc0c-8e5f-4544-a244-e1202c888f18|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-Vfw20211117060352-csar.csar
2021-11-17T06:06:10.618Z|f178dc0c-8e5f-4544-a244-e1202c888f18|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-Vfw20211117060352-csar.csar
2021-11-17T06:06:10.618Z|f178dc0c-8e5f-4544-a244-e1202c888f18|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-Vfw20211117060352-csar.csar
2021-11-17T06:06:10.618Z|f178dc0c-8e5f-4544-a244-e1202c888f18|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-Vfw20211117060352-csar.csar
2021-11-17T06:06:10.618Z|f178dc0c-8e5f-4544-a244-e1202c888f18|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-Vfw20211117060352-csar.csar
2021-11-17T06:06:10.619Z|f178dc0c-8e5f-4544-a244-e1202c888f18|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-Vfw20211117060352-csar.csar
2021-11-17T06:06:10.619Z|f178dc0c-8e5f-4544-a244-e1202c888f18|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-Vfw20211117060352-csar.csar
2021-11-17T06:06:10.619Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f8ba78b4-d32d 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-Vfw20211117060352-csar.csar
2021-11-17T06:06:10.619Z|f178dc0c-8e5f-4544-a244-e1202c888f18|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-Vfw20211117060352-csar.csar
2021-11-17T06:06:10.619Z|f178dc0c-8e5f-4544-a244-e1202c888f18|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-Vfw20211117060352-csar.csar
2021-11-17T06:06:10.619Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-17T06:06:10.619Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:06:10.619Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 06-03-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:06:10.619Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vFW f8ba78b4-d32d 0 is matching search criteria
2021-11-17T06:06:10.619Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-17T06:06:10.619Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f8ba78b4-d32d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-17T06:06:10.619Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:06:10.619Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 06-03-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:06:10.619Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vFW f8ba78b4-d32d 0 is matching search criteria
2021-11-17T06:06:10.619Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-17T06:06:10.620Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f8ba78b4-d32d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-17T06:06:10.620Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:06:10.620Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 06-03-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:06:10.620Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:06:10.620Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vFW f8ba78b4-d32d 0 is not matching search criteria
2021-11-17T06:06:10.620Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T06:06:10.620Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-17T06:06:10.620Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-17T06:06:10.620Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-17T06:06:10.620Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-17T06:06:10.620Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T06:06:10.620Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T06:06:10.620Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-17T06:06:10.621Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-17T06:06:10.621Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-17T06:06:10.621Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-17T06:06:10.621Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-17T06:06:10.621Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-17T06:06:10.621Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-17T06:06:10.621Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T06:06:10.621Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-17T06:06:10.621Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:06:10.621Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 06-03-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-17T06:06:10.621Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:06:10.621Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vFW f8ba78b4-d32d 0 is matching search criteria
2021-11-17T06:06:10.621Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f8ba78b4-d32d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T06:06:10.621Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:06:10.622Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vFW f8ba78b4-d32d 0 is matching search criteria
2021-11-17T06:06:10.622Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f8ba78b4-d32d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T06:06:10.622Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:06:10.622Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vFW f8ba78b4-d32d 0 is matching search criteria
2021-11-17T06:06:10.622Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f8ba78b4-d32d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T06:06:10.622Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:06:10.622Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vFW f8ba78b4-d32d 0 is not matching search criteria
2021-11-17T06:06:10.622Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T06:06:10.622Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-17T06:06:10.622Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T06:06:10.622Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-17T06:06:10.622Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-17T06:06:10.622Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-17T06:06:10.622Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-17T06:06:10.622Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-17T06:06:10.623Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-17T06:06:10.623Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-17T06:06:10.623Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T06:06:10.623Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b54dab82-2b34-4743-93cd-d135601c12e6
2021-11-17T06:06:10.623Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:06:10.623Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vFW f8ba78b4-d32d 0 is not matching search criteria
2021-11-17T06:06:10.623Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T06:06:10.623Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-17T06:06:10.623Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-17T06:06:10.623Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-17T06:06:10.623Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-17T06:06:10.623Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T06:06:10.623Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T06:06:10.623Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-17T06:06:10.623Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-17T06:06:10.624Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-17T06:06:10.624Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-17T06:06:10.624Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T06:06:10.624Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0998147b-a5f4-4e7a-9aa8-66516034eca5
2021-11-17T06:06:10.624Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:06:10.624Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vFW f8ba78b4-d32d 0 is not matching search criteria
2021-11-17T06:06:10.624Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T06:06:10.624Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-17T06:06:10.624Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-17T06:06:10.624Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-17T06:06:10.624Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-17T06:06:10.624Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T06:06:10.624Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T06:06:10.624Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-17T06:06:10.624Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-17T06:06:10.625Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-17T06:06:10.625Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-17T06:06:10.625Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-17T06:06:10.625Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bf7f163d-9adc-4bde-af80-29fd1cc3a4b1
2021-11-17T06:06:10.625Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:06:10.625Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 06-03-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:06:10.625Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:06:10.625Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 06-03-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:06:10.625Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:06:10.625Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 06-03-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:06:10.625Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:06:10.625Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 06-03-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:06:10.625Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-11-17 06-03-52
Description:catalog service description
Model UUID:e1592638-2a0c-46c9-bb5a-cdb1990cbdcf
Model Version:NULL
Model InvariantUuid:9ba39b36-e21c-4910-8d01-d9d463ace6f6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW f8ba78b4-d32d
Model UUID:41f88c8f-53d2-4c24-995b-bdd04599aae0
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:566189d3-7341-456c-951e-ddbf9bafac2a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:72a282e6-4aa2-466a-a997-f0aef02e3b15
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cb8208a5-2978-4323-a098-6bd35046f010
ModelName:VfwF8ba78b4D32d..base_vfw..module-0
ModelUuid:df1e5789-b35f-4d53-8040-95391dc1bf94
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b54dab82-2b34-4743-93cd-d135601c12e6
ModelInvariantUuid:1bfcae0b-8c61-45e4-ad7e-ad45eb5a35ce
ModelName:vFW f8ba78b4-d32d-nodes.vfwCvfc
ModelUuid:7a36398a-6ec3-416a-9077-409cb1d7830c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:6e318f0c-26f5-47d9-b511-6bca7923fa2a
ModelInvariantUuid:ea0984b0-970b-44db-8656-5fe6f9698ac6
ModelName:VfwF8ba78b4D32d.compute.nodes.heat.vfw
ModelUuid:1bdaf766-041e-4cb9-99f9-e645639b89f9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:0998147b-a5f4-4e7a-9aa8-66516034eca5
ModelInvariantUuid:799ff5bd-f1ce-484a-b6ea-8ffa8ac37225
ModelName:vFW f8ba78b4-d32d-nodes.vsnCvfc
ModelUuid:d92c3ecf-fdd7-4af8-9fec-48a6c84fcc0b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:07517c4e-8362-4c4e-bfe1-d06889a8bb9b
ModelInvariantUuid:10bdacba-06db-41f3-b88a-9b7d169500db
ModelName:VfwF8ba78b4D32d.compute.nodes.heat.vsn
ModelUuid:c0ba0136-46f3-4055-acf0-9e86e38fe724
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:bf7f163d-9adc-4bde-af80-29fd1cc3a4b1
ModelInvariantUuid:b33f1545-06e7-4065-876e-61cf259a0701
ModelName:vFW f8ba78b4-d32d-nodes.vpgCvfc
ModelUuid:08311838-1b46-4926-bdd9-6fa939679bfc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:588c77fa-84be-4ccd-8d8c-6332139f367e
ModelInvariantUuid:33d81b52-3494-4c9f-b5a9-94911b1711e0
ModelName:VfwF8ba78b4D32d.compute.nodes.heat.vpg
ModelUuid:e33fde58-4908-4454-8a20-776390a50d62
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-17T06:06:10.630Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: d51e84d5-e3fd-474b-becb-6af1541e1591
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T06:06:10.632Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||vFW f8ba78b4-d32d 0
2021-11-17T06:06:10.632Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d51e84d5-e3fd-474b-becb-6af1541e1591
2021-11-17T06:06:10.632Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6fe85c92-739b-416a-bca9-bad5c9284d54 from URL: /sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/vfwf8ba78b4d32d0_modules.json
2021-11-17T06:06:10.632Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-17T06:06:10.633Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/vfwf8ba78b4d32d0_modules.json
2021-11-17T06:06:10.679Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-17T06:06:10.680Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/vfwf8ba78b4d32d0_modules.json 6fe85c92-739b-416a-bca9-bad5c9284d54 785
2021-11-17T06:06:10.680Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/vfwf8ba78b4d32d0_modules.json ASDC sendASDCNotification
2021-11-17T06:06:10.680Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/vfwf8ba78b4d32d0_modules.json
2021-11-17T06:06:10.680Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T06:06:10.680Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:06:10.682Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:06:10.682Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129170680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/vfwf8ba78b4d32d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:06:10.782Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:06:10.783Z||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-11-17T06:06:10.783Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:06:10.792Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:06:10.792Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:06:11.682Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF8ba78b4D32d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "cb8208a5-2978-4323-a098-6bd35046f010",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "df1e5789-b35f-4d53-8040-95391dc1bf94",
    "vfModuleModelCustomizationUUID": "1489c467-def0-45fe-a148-389f6413275a",
    "isBase": true,
    "artifacts": [
      "a31fb4fa-82e2-4a2f-bc8d-a641b5953ac6",
      "25a61d95-cd94-4899-9015-b3a554f7409a"
    ],
    "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-11-17T06:06:11.684Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF8ba78b4D32d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:df1e5789-b35f-4d53-8040-95391dc1bf94
VfModuleModelInvariantUUID:cb8208a5-2978-4323-a098-6bd35046f010
VfModuleModelDescription:NULL
Artifacts UUID List:{
a31fb4fa-82e2-4a2f-bc8d-a641b5953ac6
,
25a61d95-cd94-4899-9015-b3a554f7409a

}
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-11-17T06:06:11.686Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF8ba78b4D32d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "cb8208a5-2978-4323-a098-6bd35046f010",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "df1e5789-b35f-4d53-8040-95391dc1bf94",
    "vfModuleModelCustomizationUUID": "1489c467-def0-45fe-a148-389f6413275a",
    "isBase": true,
    "artifacts": [
      "a31fb4fa-82e2-4a2f-bc8d-a641b5953ac6",
      "25a61d95-cd94-4899-9015-b3a554f7409a"
    ],
    "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-11-17T06:06:11.686Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF8ba78b4D32d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:df1e5789-b35f-4d53-8040-95391dc1bf94
VfModuleModelInvariantUUID:cb8208a5-2978-4323-a098-6bd35046f010
VfModuleModelDescription:NULL
Artifacts UUID List:{
a31fb4fa-82e2-4a2f-bc8d-a641b5953ac6
,
25a61d95-cd94-4899-9015-b3a554f7409a

}
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-11-17T06:06:11.686Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a31fb4fa-82e2-4a2f-bc8d-a641b5953ac6 from URL: /sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.yaml
2021-11-17T06:06:11.686Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-17T06:06:11.687Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.yaml
2021-11-17T06:06:11.789Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-17T06:06:11.790Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.yaml a31fb4fa-82e2-4a2f-bc8d-a641b5953ac6 20368
2021-11-17T06:06:11.790Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-17T06:06:11.791Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.yaml
2021-11-17T06:06:11.791Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T06:06:11.791Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:06:11.793Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:06:11.793Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129171790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:06:11.893Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-17T06:06:11.894Z||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-11-17T06:06:11.894Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:06:11.904Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:06:11.904Z||pool-60-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:06:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:06:12.576Z||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-11-17T06:06:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:06:12.794Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 25a61d95-cd94-4899-9015-b3a554f7409a from URL: /sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.env
2021-11-17T06:06:12.795Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-17T06:06:12.795Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.env
2021-11-17T06:06:12.892Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-17T06:06:12.893Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.env 25a61d95-cd94-4899-9015-b3a554f7409a 2098
2021-11-17T06:06:12.893Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-17T06:06:12.893Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.env
2021-11-17T06:06:12.893Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T06:06:12.894Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:06:12.895Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:06:12.895Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129172893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:06:12.995Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:06:12.996Z||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-11-17T06:06:12.996Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:06:13.005Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:06:13.006Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-11-17T06:06:13.016Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:06:13.018Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.018Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "clamp",
  "timestamp": 1637129142894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:06:13.018Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.019Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.019Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129142644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:06:13.019Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.019Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.019Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "clamp",
  "timestamp": 1637129142894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/vfwf8ba78b4d32d0_modules.json",
  "status": "NOTIFIED"
}
2021-11-17T06:06:13.019Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.019Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.019Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129142644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/vfwf8ba78b4d32d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:06:13.019Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.019Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.019Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "clamp",
  "timestamp": 1637129142894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:06:13.019Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.019Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.019Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129142644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:06:13.020Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.020Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.020Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "clamp",
  "timestamp": 1637129142894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:06:13.020Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.020Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.020Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129142644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:06:13.020Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.020Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.020Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "policy-id",
  "timestamp": 1637129150648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:06:13.020Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.020Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.020Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "clamp",
  "timestamp": 1637129142894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:06:13.020Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.020Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.020Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129142644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:06:13.020Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.020Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.020Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "policy-id",
  "timestamp": 1637129150648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/vfwf8ba78b4d32d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:06:13.020Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.020Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.020Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "clamp",
  "timestamp": 1637129142894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/artifacts/service-Vfw20211117060352-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:06:13.020Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.021Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.021Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129142644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/artifacts/service-Vfw20211117060352-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:06:13.021Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.021Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.021Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "policy-id",
  "timestamp": 1637129150648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-17T06:06:13.021Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.021Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.021Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "clamp",
  "timestamp": 1637129142894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/artifacts/service-Vfw20211117060352-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:06:13.021Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.021Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.021Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129142644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/artifacts/service-Vfw20211117060352-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:06:13.021Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.021Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.021Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129153091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:06:13.021Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.021Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.021Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "policy-id",
  "timestamp": 1637129150648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:06:13.021Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.021Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.021Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129153091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/vfwf8ba78b4d32d0_modules.json",
  "status": "NOTIFIED"
}
2021-11-17T06:06:13.021Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.021Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.021Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129155200,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2021-11-17T06:06:13.021Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:06:13.022Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.022Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "policy-id",
  "timestamp": 1637129150648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:06:13.022Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.022Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.022Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129153091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-17T06:06:13.022Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.022Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.022Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "policy-id",
  "timestamp": 1637129150648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/artifacts/service-Vfw20211117060352-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:06:13.022Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.022Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.022Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129153091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:06:13.022Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.022Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.022Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "aai-ml",
  "timestamp": 1637129156211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:06:13.022Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.022Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.022Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "dcae-sch",
  "timestamp": 1637129156387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:06:13.022Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.022Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.022Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "policy-id",
  "timestamp": 1637129150648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/artifacts/service-Vfw20211117060352-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:06:13.022Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.022Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.022Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129153091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-17T06:06:13.022Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.022Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.022Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "aai-ml",
  "timestamp": 1637129156211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/vfwf8ba78b4d32d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:06:13.023Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.023Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.023Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "dcae-sch",
  "timestamp": 1637129156387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/vfwf8ba78b4d32d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:06:13.023Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.023Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.023Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "policy-id",
  "timestamp": 1637129158498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/artifacts/service-Vfw20211117060352-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:06:13.023Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:06:13.023Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.023Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129153091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/artifacts/service-Vfw20211117060352-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:06:13.023Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.023Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.023Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "aai-ml",
  "timestamp": 1637129156211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:06:13.023Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.023Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.023Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "dcae-sch",
  "timestamp": 1637129156387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:06:13.023Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.023Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.023Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "policy-id",
  "timestamp": 1637129159501,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/artifacts/service-Vfw20211117060352-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:06:13.023Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:06:13.023Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.023Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129153091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/artifacts/service-Vfw20211117060352-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:06:13.023Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.023Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.023Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "aai-ml",
  "timestamp": 1637129156211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:06:13.024Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.024Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.024Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "dcae-sch",
  "timestamp": 1637129156387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:06:13.024Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.024Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.024Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "policy-id",
  "timestamp": 1637129160504,
  "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-11-17T06:06:13.031Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f178dc0c-8e5f-4544-a244-e1202c888f18
2021-11-17T06:06:13.031Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f178dc0c-8e5f-4544-a244-e1202c888f18 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-11-17T06:06:13.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129156218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:06:13.040Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "aai-ml",
  "timestamp": 1637129156211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:06:13.040Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129160902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/vfwf8ba78b4d32d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:06:13.040Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:06:13.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "dcae-sch",
  "timestamp": 1637129156387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:06:13.040Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129156218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/vfwf8ba78b4d32d0_modules.json",
  "status": "NOTIFIED"
}
2021-11-17T06:06:13.040Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "aai-ml",
  "timestamp": 1637129156211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/artifacts/service-Vfw20211117060352-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:06:13.041Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "dcae-sch",
  "timestamp": 1637129156387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/artifacts/service-Vfw20211117060352-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:06:13.041Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129162077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:06:13.041Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:06:13.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129156218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-17T06:06:13.041Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "clamp",
  "timestamp": 1637129162856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/artifacts/service-Vfw20211117060352-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:06:13.041Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:06:13.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "aai-ml",
  "timestamp": 1637129156211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/artifacts/service-Vfw20211117060352-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:06:13.041Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "dcae-sch",
  "timestamp": 1637129156387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/artifacts/service-Vfw20211117060352-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:06:13.042Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129163192,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:06:13.042Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:06:13.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129156218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:06:13.042Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "aai-ml",
  "timestamp": 1637129164005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/artifacts/service-Vfw20211117060352-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:06:13.042Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:06:13.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129164214,
  "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-11-17T06:06:13.047Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f178dc0c-8e5f-4544-a244-e1202c888f18
2021-11-17T06:06:13.047Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f178dc0c-8e5f-4544-a244-e1202c888f18 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-11-17T06:06:13.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.054Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129156218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-17T06:06:13.054Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.054Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "clamp",
  "timestamp": 1637129164862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/artifacts/service-Vfw20211117060352-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:06:13.055Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:06:13.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.055Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129165230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/vfwf8ba78b4d32d0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-17T06:06:13.055Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:06:13.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.055Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129156218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/artifacts/service-Vfw20211117060352-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:06:13.055Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.055Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "clamp",
  "timestamp": 1637129165865,
  "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-11-17T06:06:13.060Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f178dc0c-8e5f-4544-a244-e1202c888f18
2021-11-17T06:06:13.060Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f178dc0c-8e5f-4544-a244-e1202c888f18 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-11-17T06:06:13.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129156218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/artifacts/service-Vfw20211117060352-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:06:13.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:06:13.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129167827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/artifacts/service-Vfw20211117060352-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:06:13.069Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:06:13.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129170680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/vfwf8ba78b4d32d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:06:13.069Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:06:13.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:06:13.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129171790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:06:13.069Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:06:13.896Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: e1592638-2a0c-46c9-bb5a-cdb1990cbdcf
2021-11-17T06:06:13.896Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f8ba78b4-d32d 0 d51e84d5-e3fd-474b-becb-6af1541e1591 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T06:06:13.909Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@391aa077, org.onap.sdc.toscaparser.api.parameters.Input@593d9fc7, org.onap.sdc.toscaparser.api.parameters.Input@197c58aa, org.onap.sdc.toscaparser.api.parameters.Input@31a8d1b5, org.onap.sdc.toscaparser.api.parameters.Input@5d5dd6ef]
2021-11-17T06:06:13.911Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:06:13.911Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 06-03-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:06:13.911Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-11-17T06:06:13.911Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 72a282e6-4aa2-466a-a997-f0aef02e3b15
2021-11-17T06:06:13.911Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 72a282e6-4aa2-466a-a997-f0aef02e3b15 matches Tosca VF Customization UUID: 72a282e6-4aa2-466a-a997-f0aef02e3b15
2021-11-17T06:06:13.911Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 72a282e6-4aa2-466a-a997-f0aef02e3b15  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-17T06:06:13.913Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:06:13.913Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 06-03-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:06:13.914Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 72a282e6-4aa2-466a-a997-f0aef02e3b15: {\"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-11-17T06:06:13.914Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@643b5b22
2021-11-17T06:06:13.914Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:06:13.914Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 06-03-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-17T06:06:13.914Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1489c467-def0-45fe-a148-389f6413275a
2021-11-17T06:06:13.914Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1489c467-def0-45fe-a148-389f6413275a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-17T06:06:13.916Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:06:13.917Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vFW f8ba78b4-d32d 0 is matching search criteria
2021-11-17T06:06:13.917Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f8ba78b4-d32d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T06:06:13.917Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:06:13.917Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vFW f8ba78b4-d32d 0 is matching search criteria
2021-11-17T06:06:13.917Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f8ba78b4-d32d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T06:06:13.917Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:06:13.917Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vFW f8ba78b4-d32d 0 is not matching search criteria
2021-11-17T06:06:13.918Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T06:06:13.918Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-17T06:06:13.918Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T06:06:13.918Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-17T06:06:13.918Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-17T06:06:13.918Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-17T06:06:13.918Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-17T06:06:13.918Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-17T06:06:13.918Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-17T06:06:13.918Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-17T06:06:13.918Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T06:06:13.919Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b54dab82-2b34-4743-93cd-d135601c12e6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-17T06:06:13.920Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:06:13.920Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vFW f8ba78b4-d32d 0 is matching search criteria
2021-11-17T06:06:13.920Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f8ba78b4-d32d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T06:06:13.921Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:06:13.921Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vFW f8ba78b4-d32d 0 is not matching search criteria
2021-11-17T06:06:13.921Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T06:06:13.921Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-17T06:06:13.921Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-17T06:06:13.921Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-17T06:06:13.921Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-17T06:06:13.921Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T06:06:13.921Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T06:06:13.921Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-17T06:06:13.922Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-17T06:06:13.922Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-17T06:06:13.922Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-17T06:06:13.922Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T06:06:13.922Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0998147b-a5f4-4e7a-9aa8-66516034eca5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-17T06:06:13.924Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:06:13.924Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vFW f8ba78b4-d32d 0 is matching search criteria
2021-11-17T06:06:13.924Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f8ba78b4-d32d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T06:06:13.925Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:06:13.925Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vFW f8ba78b4-d32d 0 is not matching search criteria
2021-11-17T06:06:13.925Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T06:06:13.925Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-17T06:06:13.925Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-17T06:06:13.925Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-17T06:06:13.925Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-17T06:06:13.925Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T06:06:13.925Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T06:06:13.925Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-17T06:06:13.925Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-17T06:06:13.926Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-17T06:06:13.926Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-17T06:06:13.926Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-17T06:06:13.926Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bf7f163d-9adc-4bde-af80-29fd1cc3a4b1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-17T06:06:13.928Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:06:13.928Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vFW f8ba78b4-d32d 0 is matching search criteria
2021-11-17T06:06:13.928Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f8ba78b4-d32d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T06:06:13.929Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:06:13.929Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Node template vFW f8ba78b4-d32d 0 is matching search criteria
2021-11-17T06:06:13.929Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f8ba78b4-d32d 0] matching following query criteria: sdcType=VF, customizationUUID=72a282e6-4aa2-466a-a997-f0aef02e3b15
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T06:06:13.931Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:06:13.931Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 06-03-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:06:13.931Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid e1592638-2a0c-46c9-bb5a-cdb1990cbdcf: vFW f8ba78b4-d32d
2021-11-17T06:06:13.931Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:06:13.931Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 06-03-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:06:13.931Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:06:13.931Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 06-03-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:06:13.931Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:06:13.931Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 06-03-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:06:13.931Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:06:13.932Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 06-03-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:06:13.932Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:06:13.932Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 06-03-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:06:13.932Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-11-17 06-03-52 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-17T06:06:14.085Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f8ba78b4-d32d d51e84d5-e3fd-474b-becb-6af1541e1591 1 ASDC deployResourceStructure
2021-11-17T06:06:14.085Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/vfwf8ba78b4d32d0_modules.json ASDC sendASDCNotification
2021-11-17T06:06:14.085Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/vfwf8ba78b4d32d0_modules.json
2021-11-17T06:06:14.085Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T06:06:14.085Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:06:14.087Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:06:14.087Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129174085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/vfwf8ba78b4d32d0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-17T06:06:14.187Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:06:14.187Z||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-11-17T06:06:14.187Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:06:14.197Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:06:14.197Z||pool-62-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:06:15.087Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-17T06:06:15.088Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.yaml
2021-11-17T06:06:15.088Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T06:06:15.088Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:06:15.090Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:06:15.090Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129175087,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-11-17T06:06:15.190Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:06:15.190Z||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-11-17T06:06:15.190Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:06:15.201Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:06:15.201Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:06:16.090Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-17T06:06:16.091Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.env
2021-11-17T06:06:16.091Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T06:06:16.091Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:06:16.092Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:06:16.092Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129176090,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-11-17T06:06:16.192Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:06:16.193Z||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-11-17T06:06:16.193Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:06:16.204Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:06:16.204Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:06:17.093Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211117060352/1.0/artifacts/service-Vfw20211117060352-csar.csar ASDC sendASDCNotification
2021-11-17T06:06:17.094Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117060352/1.0/artifacts/service-Vfw20211117060352-csar.csar
2021-11-17T06:06:17.094Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T06:06:17.094Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:06:17.095Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:06:17.096Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129177093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/artifacts/service-Vfw20211117060352-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:06:17.196Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:06:17.196Z||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-11-17T06:06:17.196Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:06:17.208Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:06:17.208Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:06:18.097Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f178dc0c-8e5f-4544-a244-e1202c888f18
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:06:18.108Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f178dc0c-8e5f-4544-a244-e1202c888f18
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:06:18.110Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:06:18.110Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:06:18.110Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:06:48.110Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f178dc0c-8e5f-4544-a244-e1202c888f18
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:06:48.122Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f178dc0c-8e5f-4544-a244-e1202c888f18
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:06:48.124Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:06:48.124Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:06:48.124Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:07:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:07:12.577Z||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-11-17T06:07:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:07:12.605Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:07:12.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:07:12.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129172893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:07:12.606Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:07:18.124Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f178dc0c-8e5f-4544-a244-e1202c888f18
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:07:18.134Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f178dc0c-8e5f-4544-a244-e1202c888f18
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:07:18.136Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:07:18.136Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:07:18.136Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:07:48.136Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f178dc0c-8e5f-4544-a244-e1202c888f18
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:07:48.150Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f178dc0c-8e5f-4544-a244-e1202c888f18
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:07:48.152Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:07:48.153Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:07:48.153Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:08:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:08:12.578Z||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-11-17T06:08:12.578Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:08:13.101Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:08:13.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:08:13.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129174085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/vfwf8ba78b4d32d0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-17T06:08:13.102Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:08:13.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:08:13.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "aai-ml",
  "timestamp": 1637129174296,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/artifacts/service-Vfw20211117060352-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:08:13.102Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:08:13.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:08:13.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129175087,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-11-17T06:08:13.102Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:08:13.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:08:13.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "aai-ml",
  "timestamp": 1637129175299,
  "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-11-17T06:08:13.110Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f178dc0c-8e5f-4544-a244-e1202c888f18
2021-11-17T06:08:13.110Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f178dc0c-8e5f-4544-a244-e1202c888f18 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-11-17T06:08:13.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:08:13.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129176090,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/resourceInstances/vfwf8ba78b4d32d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-11-17T06:08:13.121Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:08:13.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:08:13.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129177093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117060352/1.0/artifacts/service-Vfw20211117060352-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:08:13.121Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:08:13.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:08:13.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "740f8a04-43d7-4a47-91e2-ab2a8ca9213f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129193091,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:08:13.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:08:13.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:08:13.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "740f8a04-43d7-4a47-91e2-ab2a8ca9213f",
  "consumerID": "dcae-sch",
  "timestamp": 1637129196387,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:08:13.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:08:13.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:08:13.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "740f8a04-43d7-4a47-91e2-ab2a8ca9213f",
  "consumerID": "policy-id",
  "timestamp": 1637129190648,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:08:13.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:08:13.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:08:13.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "740f8a04-43d7-4a47-91e2-ab2a8ca9213f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129193091,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:08:13.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:08:13.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:08:13.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "740f8a04-43d7-4a47-91e2-ab2a8ca9213f",
  "consumerID": "dcae-sch",
  "timestamp": 1637129196387,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:08:13.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:08:13.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:08:13.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "740f8a04-43d7-4a47-91e2-ab2a8ca9213f",
  "consumerID": "policy-id",
  "timestamp": 1637129190648,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:08:13.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:08:13.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:08:13.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "740f8a04-43d7-4a47-91e2-ab2a8ca9213f",
  "consumerID": "policy-id",
  "timestamp": 1637129201704,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:08:13.123Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:08:13.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:08:13.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "740f8a04-43d7-4a47-91e2-ab2a8ca9213f",
  "consumerID": "policy-id",
  "timestamp": 1637129202707,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:08:13.123Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:08:13.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:08:13.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "740f8a04-43d7-4a47-91e2-ab2a8ca9213f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129202644,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:08:13.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:08:13.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:08:13.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "740f8a04-43d7-4a47-91e2-ab2a8ca9213f",
  "consumerID": "clamp",
  "timestamp": 1637129202895,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:08:13.124Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:08:13.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:08:13.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "740f8a04-43d7-4a47-91e2-ab2a8ca9213f",
  "consumerID": "policy-id",
  "timestamp": 1637129203709,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-17T06:08:13.141Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 740f8a04-43d7-4a47-91e2-ab2a8ca9213f
2021-11-17T06:08:13.141Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 740f8a04-43d7-4a47-91e2-ab2a8ca9213f 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-11-17T06:08:13.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:08:13.149Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "740f8a04-43d7-4a47-91e2-ab2a8ca9213f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129202644,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:08:13.149Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:08:13.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:08:13.149Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "740f8a04-43d7-4a47-91e2-ab2a8ca9213f",
  "consumerID": "clamp",
  "timestamp": 1637129202895,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:08:13.149Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:08:13.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:08:13.149Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "740f8a04-43d7-4a47-91e2-ab2a8ca9213f",
  "consumerID": "clamp",
  "timestamp": 1637129213077,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:08:13.150Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:08:13.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:08:13.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "740f8a04-43d7-4a47-91e2-ab2a8ca9213f",
  "consumerID": "clamp",
  "timestamp": 1637129214870,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:08:13.150Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:08:13.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:08:13.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "740f8a04-43d7-4a47-91e2-ab2a8ca9213f",
  "consumerID": "clamp",
  "timestamp": 1637129215873,
  "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-11-17T06:08:13.154Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 740f8a04-43d7-4a47-91e2-ab2a8ca9213f
2021-11-17T06:08:13.154Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 740f8a04-43d7-4a47-91e2-ab2a8ca9213f 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-11-17T06:08:13.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:08:13.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "740f8a04-43d7-4a47-91e2-ab2a8ca9213f",
  "consumerID": "aai-ml",
  "timestamp": 1637129216211,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:08:13.162Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:08:13.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:08:13.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "740f8a04-43d7-4a47-91e2-ab2a8ca9213f",
  "consumerID": "aai-ml",
  "timestamp": 1637129216211,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:08:13.162Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:08:13.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:08:13.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "740f8a04-43d7-4a47-91e2-ab2a8ca9213f",
  "consumerID": "aai-ml",
  "timestamp": 1637129219101,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:08:13.162Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:08:13.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:08:13.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "740f8a04-43d7-4a47-91e2-ab2a8ca9213f",
  "consumerID": "aai-ml",
  "timestamp": 1637129223179,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:08:13.162Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:08:13.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:08:13.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "740f8a04-43d7-4a47-91e2-ab2a8ca9213f",
  "consumerID": "aai-ml",
  "timestamp": 1637129224182,
  "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-11-17T06:08:13.167Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 740f8a04-43d7-4a47-91e2-ab2a8ca9213f
2021-11-17T06:08:13.167Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 740f8a04-43d7-4a47-91e2-ab2a8ca9213f 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-11-17T06:08:18.153Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f178dc0c-8e5f-4544-a244-e1202c888f18
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:08:18.166Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f178dc0c-8e5f-4544-a244-e1202c888f18
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:08:18.168Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:08:18.168Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:08:18.169Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:08:18.169Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:08:48.170Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f178dc0c-8e5f-4544-a244-e1202c888f18
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:08:48.182Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f178dc0c-8e5f-4544-a244-e1202c888f18
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:08:48.185Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:08:48.185Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:08:48.185Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:08:48.185Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:09:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:09:12.577Z||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-11-17T06:09:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:09:18.185Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f178dc0c-8e5f-4544-a244-e1202c888f18
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:09:18.200Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f178dc0c-8e5f-4544-a244-e1202c888f18
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:09:18.203Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:09:18.204Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:09:18.204Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:09:18.204Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:09:22.115Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:09:48.205Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f178dc0c-8e5f-4544-a244-e1202c888f18
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:09:48.216Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f178dc0c-8e5f-4544-a244-e1202c888f18
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:09:48.218Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:09:48.218Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:09:48.219Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:09:48.219Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:10:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:10:12.577Z||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-11-17T06:10:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:10:18.219Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f178dc0c-8e5f-4544-a244-e1202c888f18
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:10:18.234Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f178dc0c-8e5f-4544-a244-e1202c888f18
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:10:18.236Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:10:18.237Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:10:18.237Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:10:18.237Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:10:22.118Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:10:48.237Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f178dc0c-8e5f-4544-a244-e1202c888f18
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:10:48.250Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f178dc0c-8e5f-4544-a244-e1202c888f18
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:10:48.252Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:10:48.252Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:10:48.252Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:10:48.252Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:11:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:11:12.577Z||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-11-17T06:11:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:11:13.220Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:11:13.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.221Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "aai-ml",
  "timestamp": 1637129426211,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:11:13.221Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.222Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "policy-id",
  "timestamp": 1637129430648,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:11:13.222Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.222Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129433091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:11:13.222Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.222Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "aai-ml",
  "timestamp": 1637129426211,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:11:13.222Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.222Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "policy-id",
  "timestamp": 1637129430648,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:11:13.222Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.222Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129433091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:11:13.222Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.222Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "policy-id",
  "timestamp": 1637129430648,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:11:13.222Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.222Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "aai-ml",
  "timestamp": 1637129426211,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:11:13.222Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.222Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129433091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-17T06:11:13.223Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.223Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "policy-id",
  "timestamp": 1637129430648,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-17T06:11:13.223Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.223Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "aai-ml",
  "timestamp": 1637129426211,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:11:13.223Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.223Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129433091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-17T06:11:13.223Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.223Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "dcae-sch",
  "timestamp": 1637129436387,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-11-17T06:11:13.223Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.223Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "aai-ml",
  "timestamp": 1637129426211,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:11:13.223Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.223Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "policy-id",
  "timestamp": 1637129430648,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:11:13.223Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.223Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129433091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:11:13.223Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.223Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "dcae-sch",
  "timestamp": 1637129436387,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:11:13.223Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.224Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "aai-ml",
  "timestamp": 1637129426211,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:11:13.224Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.224Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "policy-id",
  "timestamp": 1637129430648,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:11:13.224Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.224Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129433091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-17T06:11:13.224Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.224Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "dcae-sch",
  "timestamp": 1637129436387,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:11:13.224Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.224Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "policy-id",
  "timestamp": 1637129430648,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:11:13.224Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.224Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "aai-ml",
  "timestamp": 1637129426211,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:11:13.224Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.224Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129433091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:11:13.224Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.224Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "dcae-sch",
  "timestamp": 1637129436387,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:11:13.224Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.224Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "policy-id",
  "timestamp": 1637129430648,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:11:13.225Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.225Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "aai-ml",
  "timestamp": 1637129426211,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:11:13.225Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.225Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129433091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:11:13.225Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.225Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "dcae-sch",
  "timestamp": 1637129436387,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:11:13.225Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.225Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "policy-id",
  "timestamp": 1637129441703,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:11:13.225Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:11:13.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.225Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "aai-ml",
  "timestamp": 1637129441776,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:11:13.225Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:11:13.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.225Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129441980,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:11:13.225Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:11:13.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.225Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "dcae-sch",
  "timestamp": 1637129436387,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:11:13.225Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.225Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "policy-id",
  "timestamp": 1637129442706,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:11:13.226Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:11:13.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.226Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "dcae-sch",
  "timestamp": 1637129436387,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:11:13.226Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.226Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129443191,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:11:13.226Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:11:13.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.226Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129442644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:11:13.226Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.226Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "clamp",
  "timestamp": 1637129442895,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:11:13.226Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.226Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "policy-id",
  "timestamp": 1637129443708,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-17T06:11:13.244Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d77b5d0a-c8ea-4af6-9fab-fcc4895c9058
2021-11-17T06:11:13.244Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d77b5d0a-c8ea-4af6-9fab-fcc4895c9058 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-11-17T06:11:13.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "dcae-sch",
  "timestamp": 1637129436387,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:11:13.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129442644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:11:13.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129444473,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:11:13.255Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:11:13.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "clamp",
  "timestamp": 1637129442895,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:11:13.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129442644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:11:13.256Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129445494,
  "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-11-17T06:11:13.261Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d77b5d0a-c8ea-4af6-9fab-fcc4895c9058
2021-11-17T06:11:13.261Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d77b5d0a-c8ea-4af6-9fab-fcc4895c9058 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-11-17T06:11:13.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "clamp",
  "timestamp": 1637129442895,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-17T06:11:13.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129442644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:11:13.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "dcae-sch",
  "timestamp": 1637129446479,
  "artifactURL": "/sdc/v1/catalog/services/08514743-07d8-45c7-877d-83bc79d0c56d/resourceInstances/basicclamp0/artifacts/1eabade4-8a6e-411c-befe-d9174d3eaab1",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:11:13.270Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:11:13.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129446498,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-17T06:11:13.270Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:11:13.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "clamp",
  "timestamp": 1637129442895,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:11:13.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129442644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:11:13.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "clamp",
  "timestamp": 1637129442895,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:11:13.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "dcae-sch",
  "timestamp": 1637129447694,
  "artifactURL": "/sdc/v1/catalog/services/08514743-07d8-45c7-877d-83bc79d0c56d/resourceInstances/basicclamp0/artifacts/1eabade4-8a6e-411c-befe-d9174d3eaab1",
  "status": "DEPLOY_OK"
}
2021-11-17T06:11:13.270Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:11:13.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129442644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:11:13.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "clamp",
  "timestamp": 1637129442895,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:11:13.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "dcae-sch",
  "timestamp": 1637129448697,
  "artifactURL": "/sdc/v1/catalog/services/08514743-07d8-45c7-877d-83bc79d0c56d/resourceInstances/basicclamp0/artifacts/1eabade4-8a6e-411c-befe-d9174d3eaab1",
  "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-11-17T06:11:13.275Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of d77b5d0a-c8ea-4af6-9fab-fcc4895c9058
2021-11-17T06:11:13.275Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d77b5d0a-c8ea-4af6-9fab-fcc4895c9058 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-11-17T06:11:13.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129442644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:11:13.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "clamp",
  "timestamp": 1637129442895,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:11:13.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "aai-ml",
  "timestamp": 1637129449675,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:11:13.282Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:11:13.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129442644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:11:13.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "clamp",
  "timestamp": 1637129442895,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:11:13.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:11:13.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "aai-ml",
  "timestamp": 1637129450678,
  "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-11-17T06:11:13.286Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d77b5d0a-c8ea-4af6-9fab-fcc4895c9058
2021-11-17T06:11:13.286Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d77b5d0a-c8ea-4af6-9fab-fcc4895c9058 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-11-17T06:11:13.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "clamp",
  "timestamp": 1637129458903,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:11:13.293Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:11:13.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "clamp",
  "timestamp": 1637129459908,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:11:13.293Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:11:13.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "clamp",
  "timestamp": 1637129464022,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:11:13.293Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:11:13.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "clamp",
  "timestamp": 1637129465026,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-17T06:11:13.294Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:11:13.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:11:13.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "clamp",
  "timestamp": 1637129466030,
  "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-11-17T06:11:13.298Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d77b5d0a-c8ea-4af6-9fab-fcc4895c9058
2021-11-17T06:11:13.298Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d77b5d0a-c8ea-4af6-9fab-fcc4895c9058 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-11-17T06:11:18.252Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2021-11-17T06:11:18.253Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f178dc0c-8e5f-4544-a244-e1202c888f18 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-11-17T06:11:18.260Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f178dc0c-8e5f-4544-a244-e1202c888f18 and serviceModelVersionId: e1592638-2a0c-46c9-bb5a-cdb1990cbdcf
2021-11-17T06:11:18.260Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9ba39b36-e21c-4910-8d01-d9d463ace6f6
2021-11-17T06:11:18.262Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9ba39b36-e21c-4910-8d01-d9d463ace6f6/model-vers/model-ver/e1592638-2a0c-46c9-bb5a-cdb1990cbdcf?depth=0
2021-11-17T06:11:18.267Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-11-17T06:11:18.293Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba39b36-e21c-4910-8d01-d9d463ace6f6/model-vers/model-ver/e1592638-2a0c-46c9-bb5a-cdb1990cbdcf?depth=0|INFO|500||Invoke
2021-11-17T06:11:18.293Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba39b36-e21c-4910-8d01-d9d463ace6f6/model-vers/model-ver/e1592638-2a0c-46c9-bb5a-cdb1990cbdcf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba39b36-e21c-4910-8d01-d9d463ace6f6/model-vers/model-ver/e1592638-2a0c-46c9-bb5a-cdb1990cbdcf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f178dc0c-8e5f-4544-a244-e1202c888f18], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d3487421-c326-4500-ae46-51ccaf2b2a29], X-ECOMP-RequestID=[f178dc0c-8e5f-4544-a244-e1202c888f18], X-TransactionId=[], X-ONAP-RequestID=[f178dc0c-8e5f-4544-a244-e1202c888f18], Content-Type=[application/merge-patch+json]}
2021-11-17T06:11:18.309Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba39b36-e21c-4910-8d01-d9d463ace6f6/model-vers/model-ver/e1592638-2a0c-46c9-bb5a-cdb1990cbdcf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-11-17T06:11:18.590Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba39b36-e21c-4910-8d01-d9d463ace6f6/model-vers/model-ver/e1592638-2a0c-46c9-bb5a-cdb1990cbdcf?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba39b36-e21c-4910-8d01-d9d463ace6f6/model-vers/model-ver/e1592638-2a0c-46c9-bb5a-cdb1990cbdcf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211117-06:11:18:315-24682], vertex-id=[204840], Content-Length=[0], Date=[Wed, 17 Nov 2021 06:11:18 GMT], Content-Type=[application/json]}
2021-11-17T06:11:18.590Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba39b36-e21c-4910-8d01-d9d463ace6f6/model-vers/model-ver/e1592638-2a0c-46c9-bb5a-cdb1990cbdcf?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-17T06:11:18.591Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ba39b36-e21c-4910-8d01-d9d463ace6f6/model-vers/model-ver/e1592638-2a0c-46c9-bb5a-cdb1990cbdcf?depth=0|INFO|500||InvokeReturn
2021-11-17T06:11:18.591Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-17T06:11:18.591Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T06:11:18.596Z|f178dc0c-8e5f-4544-a244-e1202c888f18|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-11-17T06:11:18.596Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f178dc0c-8e5f-4544-a244-e1202c888f18 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2021-11-17T06:11:18.596Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-11-17T06:11:18.597Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:11:18.598Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:11:18.598Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129478596,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2021-11-17T06:11:18.698Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:11:18.699Z||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-11-17T06:11:18.699Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:11:18.710Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:11:18.710Z||pool-66-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-17T06:11:19.610Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:11:19.611Z|f178dc0c-8e5f-4544-a244-e1202c888f18|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-11-17T06:11:19.611Z|f178dc0c-8e5f-4544-a244-e1202c888f18|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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:11:24.063Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:11:24.064Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-17T06:11:24.064Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"740f8a04-43d7-4a47-91e2-ab2a8ca9213f","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"022dc0f9-a994-470b-bd27-6e99217aa6b9","serviceDescription":"service","serviceInvariantUUID":"bf1bc2f4-ddb5-4304-a083-0c9bf03de91e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"087e91d0-dab4-4cba-bbc3-56206ce3bd05","resourceInvariantUUID":"ddd29afe-3dd4-454e-ba33-fcee18ab8932","resourceCustomizationUUID":"d13ae29f-2d67-46ab-8b34-be80fec59b40","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"MzhhNjQ0YzdkYmIzN2JlOGUzYTg0YWI3ZDdhZTk5MWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1cc73444-00db-4ad2-854f-ec7d98ee70c8","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODEzNTIzODhlNTI5OTFmMGI5NTJiNDYxNDhkZDhhOTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8d2a199-ee3f-4acc-b920-565ccfb0299f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-17T06:11:24.066Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:11:24.067Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:11:24.069Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:11:24.069Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "740f8a04-43d7-4a47-91e2-ab2a8ca9213f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129479610,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:11:24.169Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:11:24.170Z||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-11-17T06:11:24.170Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:11:24.181Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:11:24.182Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:11:25.070Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:11:25.071Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:11:25.072Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:11:25.072Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "740f8a04-43d7-4a47-91e2-ab2a8ca9213f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129479610,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:11:25.173Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-17T06:11:25.173Z||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-11-17T06:11:25.173Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:11:25.183Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:11:25.184Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:11:26.074Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "740f8a04-43d7-4a47-91e2-ab2a8ca9213f",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "022dc0f9-a994-470b-bd27-6e99217aa6b9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "bf1bc2f4-ddb5-4304-a083-0c9bf03de91e",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "d13ae29f-2d67-46ab-8b34-be80fec59b40",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "087e91d0-dab4-4cba-bbc3-56206ce3bd05",
      "resourceInvariantUUID": "ddd29afe-3dd4-454e-ba33-fcee18ab8932",
      "category": "Generic",
      "subcategory": "Network Elements",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicNetwork-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
      "artifactChecksum": "ODEzNTIzODhlNTI5OTFmMGI5NTJiNDYxNDhkZDhhOTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b8d2a199-ee3f-4acc-b920-565ccfb0299f"
    }
  ],
  "workloadContext": "Production"
}
2021-11-17T06:11:26.074Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-17T06:11:26.074Z|f178dc0c-8e5f-4544-a244-e1202c888f18|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 022dc0f9-a994-470b-bd27-6e99217aa6b9 ASDC
2021-11-17T06:11:26.074Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:740f8a04-43d7-4a47-91e2-ab2a8ca9213f
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:022dc0f9-a994-470b-bd27-6e99217aa6b9
ServiceInvariantUUID:bf1bc2f4-ddb5-4304-a083-0c9bf03de91e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:b8d2a199-ee3f-4acc-b920-565ccfb0299f
ArtifactChecksum:ODEzNTIzODhlNTI5OTFmMGI5NTJiNDYxNDhkZDhhOTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:d13ae29f-2d67-46ab-8b34-be80fec59b40
ResourceInvariantUUID:ddd29afe-3dd4-454e-ba33-fcee18ab8932
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:087e91d0-dab4-4cba-bbc3-56206ce3bd05
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-11-17T06:11:26.075Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 022dc0f9-a994-470b-bd27-6e99217aa6b9 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-11-17T06:11:26.100Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-17T06:11:26.101Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-17T06:11:26.101Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-17T06:11:26.101Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b8d2a199-ee3f-4acc-b920-565ccfb0299f from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-17T06:11:26.101Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-17T06:11:26.101Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-17T06:11:26.672Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-17T06:11:26.675Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar b8d2a199-ee3f-4acc-b920-565ccfb0299f 52482
2021-11-17T06:11:26.675Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-11-17T06:11:26.675Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-17T06:11:26.675Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T06:11:26.676Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:11:26.678Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:11:26.678Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "740f8a04-43d7-4a47-91e2-ab2a8ca9213f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129486675,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:11:26.778Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:11:26.779Z||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-11-17T06:11:26.779Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:11:26.790Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:11:26.791Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:11:27.678Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-17T06:11:27.679Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-17T06:11:27.680Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b8d2a199-ee3f-4acc-b920-565ccfb0299f, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-17T06:11:27.680Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-11-17T06:11:27.680Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-17T06:11:27.680Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-17T06:11:27.745Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16726254264758888077/Definitions/service-BasicNetwork-template.yml
2021-11-17T06:11:28.069Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-17T06:11:28.070Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-17T06:11:28.070Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-17T06:11:28.070Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-11-17T06:11:28.070Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-17T06:11:28.070Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-17T06:11:28.070Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-17T06:11:28.070Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-17T06:11:28.070Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|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-BasicNetwork-csar.csar
2021-11-17T06:11:28.070Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-17T06:11:28.070Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-17T06:11:28.070Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-17T06:11:28.070Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-17T06:11:28.070Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:11:28.070Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:11:28.071Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-17T06:11:28.071Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-17T06:11:28.071Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-17T06:11:28.071Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:11:28.071Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:11:28.071Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-17T06:11:28.071Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-17T06:11:28.071Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-17T06:11:28.071Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:11:28.071Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:11:28.071Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:11:28.071Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:11:28.071Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:11:28.071Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:11:28.071Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:11:28.071Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:11:28.071Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:11:28.071Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:11:28.071Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:022dc0f9-a994-470b-bd27-6e99217aa6b9
Model Version:NULL
Model InvariantUuid:bf1bc2f4-ddb5-4304-a083-0c9bf03de91e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:ddd29afe-3dd4-454e-ba33-fcee18ab8932
Model UUID:d10082ee-eaea-4b85-8705-a72cecbbd361
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:d13ae29f-2d67-46ab-8b34-be80fec59b40
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-17T06:11:28.079Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 087e91d0-dab4-4cba-bbc3-56206ce3bd05
2021-11-17T06:11:28.079Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||No resources found for Service: 022dc0f9-a994-470b-bd27-6e99217aa6b9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T06:11:28.083Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||
2021-11-17T06:11:28.084Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-11-17T06:11:28.084Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 022dc0f9-a994-470b-bd27-6e99217aa6b9
2021-11-17T06:11:28.084Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 022dc0f9-a994-470b-bd27-6e99217aa6b9
2021-11-17T06:11:28.085Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-11-17T06:11:28.085Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T06:11:28.090Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1232a9dc, org.onap.sdc.toscaparser.api.parameters.Input@4ce8aa3a, org.onap.sdc.toscaparser.api.parameters.Input@26adb558, org.onap.sdc.toscaparser.api.parameters.Input@391ecfcd, org.onap.sdc.toscaparser.api.parameters.Input@3e65ed7b]
2021-11-17T06:11:28.091Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:11:28.091Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:11:28.092Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:11:28.092Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:11:28.092Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 022dc0f9-a994-470b-bd27-6e99217aa6b9: Generic NeutronNet
2021-11-17T06:11:28.092Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:11:28.093Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:11:28.093Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:11:28.093Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-11-17T06:11:28.134Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:11:28.134Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:11:28.135Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:11:28.135Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:11:28.135Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:11:28.135Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:11:28.135Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-11-17T06:11:28.231Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-11-17T06:11:28.231Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-11-17T06:11:28.231Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-17T06:11:28.231Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T06:11:28.231Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:11:28.233Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:11:28.233Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "740f8a04-43d7-4a47-91e2-ab2a8ca9213f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129488231,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:11:28.333Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:11:28.333Z||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-11-17T06:11:28.333Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:11:28.357Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:11:28.357Z||pool-70-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:11:29.234Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 740f8a04-43d7-4a47-91e2-ab2a8ca9213f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:11:29.245Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 740f8a04-43d7-4a47-91e2-ab2a8ca9213f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:11:29.247Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:11:29.247Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:11:29.247Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:11:29.247Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:11:59.248Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 740f8a04-43d7-4a47-91e2-ab2a8ca9213f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:11:59.257Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 740f8a04-43d7-4a47-91e2-ab2a8ca9213f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:11:59.260Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:11:59.260Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:11:59.260Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:11:59.260Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:12:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:12:12.576Z||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-11-17T06:12:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:12:12.739Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:12:12.740Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-17T06:12:12.740Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f178dc0c-8e5f-4544-a244-e1202c888f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129478596,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2021-11-17T06:12:12.740Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:12:12.740Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-17T06:12:12.741Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "740f8a04-43d7-4a47-91e2-ab2a8ca9213f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129479610,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:12:12.741Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:12:12.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-17T06:12:12.741Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "740f8a04-43d7-4a47-91e2-ab2a8ca9213f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129479610,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:12:12.741Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:12:12.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-17T06:12:12.741Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "740f8a04-43d7-4a47-91e2-ab2a8ca9213f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129486675,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:12:12.741Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:12:12.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-17T06:12:12.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "740f8a04-43d7-4a47-91e2-ab2a8ca9213f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129488231,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:12:12.742Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:12:29.260Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 740f8a04-43d7-4a47-91e2-ab2a8ca9213f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:12:29.272Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 740f8a04-43d7-4a47-91e2-ab2a8ca9213f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:12:29.274Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:12:29.274Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:12:29.274Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:12:29.274Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:12:59.274Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 740f8a04-43d7-4a47-91e2-ab2a8ca9213f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:12:59.284Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 740f8a04-43d7-4a47-91e2-ab2a8ca9213f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:12:59.285Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:12:59.285Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:12:59.285Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:12:59.285Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:13:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:13:12.577Z||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-11-17T06:13:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:13:12.603Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:13:12.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-17T06:13:12.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129522644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:13:12.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:13:29.286Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 740f8a04-43d7-4a47-91e2-ab2a8ca9213f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:13:29.296Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 740f8a04-43d7-4a47-91e2-ab2a8ca9213f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:13:29.298Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:13:29.298Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:13:29.298Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:13:29.298Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:13:59.298Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 740f8a04-43d7-4a47-91e2-ab2a8ca9213f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:13:59.310Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 740f8a04-43d7-4a47-91e2-ab2a8ca9213f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:13:59.313Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:13:59.313Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:13:59.313Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:13:59.313Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:14:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:14:12.577Z||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-11-17T06:14:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:14:12.597Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:14:12.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-17T06:14:12.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "policy-id",
  "timestamp": 1637129530648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:14:12.598Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:14:29.313Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 740f8a04-43d7-4a47-91e2-ab2a8ca9213f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:14:29.326Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 740f8a04-43d7-4a47-91e2-ab2a8ca9213f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:14:29.328Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:14:29.328Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:14:29.328Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:14:29.328Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:14:59.328Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 740f8a04-43d7-4a47-91e2-ab2a8ca9213f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:14:59.339Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 740f8a04-43d7-4a47-91e2-ab2a8ca9213f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:14:59.341Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:14:59.342Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:14:59.342Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:14:59.342Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:15:12.576Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:15:12.577Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|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-11-17T06:15:12.577Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:15:12.600Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:15:12.603Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.604Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "clamp",
  "timestamp": 1637129532895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:15:12.604Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.604Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.604Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129522644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:15:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "policy-id",
  "timestamp": 1637129530648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:15:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129533091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:15:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "clamp",
  "timestamp": 1637129532895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:15:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129522644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:15:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "policy-id",
  "timestamp": 1637129530648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:15:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129533091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:15:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "clamp",
  "timestamp": 1637129532895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:15:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129522644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:15:12.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "policy-id",
  "timestamp": 1637129530648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:15:12.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129533091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:15:12.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "clamp",
  "timestamp": 1637129532895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:15:12.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.608Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.608Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129522644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:15:12.608Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.608Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.608Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "policy-id",
  "timestamp": 1637129530648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:15:12.608Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.608Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.608Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129533091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:15:12.608Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.608Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.608Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "dcae-sch",
  "timestamp": 1637129536387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:15:12.609Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.609Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.609Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "clamp",
  "timestamp": 1637129532895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:15:12.609Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.609Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.609Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129522644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-11-17T06:15:12.609Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.609Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.609Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "policy-id",
  "timestamp": 1637129530648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:15:12.609Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.609Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.609Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129533091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:15:12.609Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.609Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.610Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "dcae-sch",
  "timestamp": 1637129536387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:15:12.610Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.610Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.610Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "clamp",
  "timestamp": 1637129532895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:15:12.610Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.610Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.610Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129522644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/artifacts/service-DemoPnfVejqbr1dzbr5clutgfdf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:15:12.610Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.610Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.610Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "policy-id",
  "timestamp": 1637129530648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/artifacts/service-DemoPnfVejqbr1dzbr5clutgfdf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:15:12.610Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.610Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.610Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129533091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:15:12.610Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.610Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.610Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "dcae-sch",
  "timestamp": 1637129536387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:15:12.611Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.611Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.611Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "clamp",
  "timestamp": 1637129532895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/artifacts/service-DemoPnfVejqbr1dzbr5clutgfdf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:15:12.611Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.611Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.611Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129522644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/artifacts/service-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:15:12.611Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.611Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.611Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "policy-id",
  "timestamp": 1637129530648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/artifacts/service-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:15:12.611Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.611Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.611Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129533091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/artifacts/service-DemoPnfVejqbr1dzbr5clutgfdf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:15:12.611Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.612Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.612Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "dcae-sch",
  "timestamp": 1637129536387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:15:12.612Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.612Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.612Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "clamp",
  "timestamp": 1637129532895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/artifacts/service-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:15:12.612Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.612Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.612Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129533091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/artifacts/service-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:15:12.612Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.612Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.612Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129540806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:15:12.612Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:15:12.612Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.612Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "policy-id",
  "timestamp": 1637129540794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/artifacts/service-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:15:12.613Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:15:12.613Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.613Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "dcae-sch",
  "timestamp": 1637129536387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:15:12.613Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.613Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.613Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "policy-id",
  "timestamp": 1637129541797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/artifacts/service-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:15:12.613Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:15:12.613Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.613Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "dcae-sch",
  "timestamp": 1637129536387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:15:12.613Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.613Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.613Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129542075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-11-17T06:15:12.613Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:15:12.613Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.613Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "policy-id",
  "timestamp": 1637129542799,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-17T06:15:12.629Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 785be246-6e2f-42a7-b825-9e7cc9421ef6
2021-11-17T06:15:12.629Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 785be246-6e2f-42a7-b825-9e7cc9421ef6 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-11-17T06:15:12.637Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.637Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "dcae-sch",
  "timestamp": 1637129536387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/artifacts/service-DemoPnfVejqbr1dzbr5clutgfdf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:15:12.637Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.637Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.637Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129543078,
  "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-11-17T06:15:12.643Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 785be246-6e2f-42a7-b825-9e7cc9421ef6
2021-11-17T06:15:12.643Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 785be246-6e2f-42a7-b825-9e7cc9421ef6 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-11-17T06:15:12.652Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.652Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "dcae-sch",
  "timestamp": 1637129536387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/artifacts/service-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:15:12.652Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.652Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.652Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "aai-ml",
  "timestamp": 1637129546211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:15:12.652Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.653Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.653Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "aai-ml",
  "timestamp": 1637129546211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:15:12.653Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.653Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.653Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "aai-ml",
  "timestamp": 1637129546211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:15:12.653Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.653Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.653Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "aai-ml",
  "timestamp": 1637129546211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:15:12.653Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.653Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.653Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "aai-ml",
  "timestamp": 1637129546211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:15:12.653Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.653Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.654Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "clamp",
  "timestamp": 1637129550917,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/artifacts/service-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:15:12.654Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:15:12.654Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.654Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "aai-ml",
  "timestamp": 1637129546211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:15:12.654Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.654Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.654Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "aai-ml",
  "timestamp": 1637129546211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/artifacts/service-DemoPnfVejqbr1dzbr5clutgfdf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:15:12.654Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.654Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.654Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "clamp",
  "timestamp": 1637129552926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/artifacts/service-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:15:12.654Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:15:12.654Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.654Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "aai-ml",
  "timestamp": 1637129546211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/artifacts/service-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:15:12.655Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:15:12.655Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.655Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "clamp",
  "timestamp": 1637129553929,
  "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-11-17T06:15:12.660Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 785be246-6e2f-42a7-b825-9e7cc9421ef6
2021-11-17T06:15:12.660Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 785be246-6e2f-42a7-b825-9e7cc9421ef6 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-11-17T06:15:12.670Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.670Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "aai-ml",
  "timestamp": 1637129555004,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/artifacts/service-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:15:12.670Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:15:12.670Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.670Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "aai-ml",
  "timestamp": 1637129560285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/artifacts/service-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:15:12.670Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:15:12.671Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:15:12.671Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "aai-ml",
  "timestamp": 1637129561290,
  "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-11-17T06:15:12.675Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 785be246-6e2f-42a7-b825-9e7cc9421ef6
2021-11-17T06:15:12.676Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 785be246-6e2f-42a7-b825-9e7cc9421ef6 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-11-17T06:15:29.342Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 740f8a04-43d7-4a47-91e2-ab2a8ca9213f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:15:29.355Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 740f8a04-43d7-4a47-91e2-ab2a8ca9213f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:15:29.358Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:15:29.358Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:15:29.358Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:15:29.358Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:15:59.359Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 740f8a04-43d7-4a47-91e2-ab2a8ca9213f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:15:59.371Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 740f8a04-43d7-4a47-91e2-ab2a8ca9213f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:15:59.373Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:15:59.373Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:15:59.373Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:15:59.373Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:16:12.576Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:16:12.577Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|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-11-17T06:16:12.577Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:16:12.603Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:16:12.604Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.604Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129633091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:12.604Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "policy-id",
  "timestamp": 1637129630648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129633091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "policy-id",
  "timestamp": 1637129630648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129633091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "policy-id",
  "timestamp": 1637129630648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "aai-ml",
  "timestamp": 1637129636211,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "dcae-sch",
  "timestamp": 1637129636387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129633091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "policy-id",
  "timestamp": 1637129630648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "aai-ml",
  "timestamp": 1637129636211,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "dcae-sch",
  "timestamp": 1637129636387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129633091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "policy-id",
  "timestamp": 1637129630648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "aai-ml",
  "timestamp": 1637129636211,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:12.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "dcae-sch",
  "timestamp": 1637129636387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:12.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129633091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:12.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "policy-id",
  "timestamp": 1637129630648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:12.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "aai-ml",
  "timestamp": 1637129636211,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:12.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "dcae-sch",
  "timestamp": 1637129636387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:12.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129633091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:12.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.608Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.608Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "policy-id",
  "timestamp": 1637129630648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:12.608Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.608Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.608Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "aai-ml",
  "timestamp": 1637129636211,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:12.608Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.608Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.608Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "dcae-sch",
  "timestamp": 1637129636387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:12.608Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.608Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.608Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129633091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:12.608Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.608Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.608Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "policy-id",
  "timestamp": 1637129630648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:12.608Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.608Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.608Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "aai-ml",
  "timestamp": 1637129636211,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:12.608Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.608Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.608Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "dcae-sch",
  "timestamp": 1637129636387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:12.609Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.609Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.609Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129633091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:16:12.609Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.609Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.609Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "policy-id",
  "timestamp": 1637129630648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:16:12.609Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.609Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.609Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "aai-ml",
  "timestamp": 1637129636211,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:12.609Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.609Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.609Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "dcae-sch",
  "timestamp": 1637129636387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:12.609Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.609Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.609Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129642643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:12.609Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.609Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.609Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "policy-id",
  "timestamp": 1637129643594,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:16:12.609Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:16:12.610Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.610Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "aai-ml",
  "timestamp": 1637129636211,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:12.610Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.610Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.610Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "dcae-sch",
  "timestamp": 1637129636387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:12.610Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.610Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.610Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129642643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:12.610Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.610Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.610Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "policy-id",
  "timestamp": 1637129644598,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:16:12.610Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:16:12.610Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.610Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "aai-ml",
  "timestamp": 1637129636211,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:16:12.610Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.610Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.610Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "dcae-sch",
  "timestamp": 1637129636387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:12.610Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.610Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.610Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129642643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:12.611Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.611Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.611Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "policy-id",
  "timestamp": 1637129645600,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-17T06:16:12.626Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3ccc4edb-393e-441a-8801-c8eb0c6eaa5f
2021-11-17T06:16:12.626Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ccc4edb-393e-441a-8801-c8eb0c6eaa5f 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-11-17T06:16:12.634Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.634Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "aai-ml",
  "timestamp": 1637129646185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:16:12.634Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:16:12.635Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.635Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129642643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:12.635Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.635Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.635Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129642643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:12.635Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.635Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.635Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129642643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:12.635Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.635Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.635Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129642643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-11-17T06:16:12.635Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.635Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.635Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129642643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:12.635Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.635Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.635Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "aai-ml",
  "timestamp": 1637129650904,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:16:12.635Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:16:12.635Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.635Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129642643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:12.635Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:16:12.636Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:16:12.636Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "aai-ml",
  "timestamp": 1637129651908,
  "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-11-17T06:16:12.641Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3ccc4edb-393e-441a-8801-c8eb0c6eaa5f
2021-11-17T06:16:12.641Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ccc4edb-393e-441a-8801-c8eb0c6eaa5f 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-11-17T06:16:29.374Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2021-11-17T06:16:29.374Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 740f8a04-43d7-4a47-91e2-ab2a8ca9213f 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-11-17T06:16:29.381Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 740f8a04-43d7-4a47-91e2-ab2a8ca9213f and serviceModelVersionId: 022dc0f9-a994-470b-bd27-6e99217aa6b9
2021-11-17T06:16:29.381Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bf1bc2f4-ddb5-4304-a083-0c9bf03de91e
2021-11-17T06:16:29.383Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bf1bc2f4-ddb5-4304-a083-0c9bf03de91e/model-vers/model-ver/022dc0f9-a994-470b-bd27-6e99217aa6b9?depth=0
2021-11-17T06:16:29.388Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-11-17T06:16:29.412Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf1bc2f4-ddb5-4304-a083-0c9bf03de91e/model-vers/model-ver/022dc0f9-a994-470b-bd27-6e99217aa6b9?depth=0|INFO|500||Invoke
2021-11-17T06:16:29.412Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf1bc2f4-ddb5-4304-a083-0c9bf03de91e/model-vers/model-ver/022dc0f9-a994-470b-bd27-6e99217aa6b9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf1bc2f4-ddb5-4304-a083-0c9bf03de91e/model-vers/model-ver/022dc0f9-a994-470b-bd27-6e99217aa6b9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[740f8a04-43d7-4a47-91e2-ab2a8ca9213f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[18f533f5-68d1-4679-955e-8661666921a8], X-ECOMP-RequestID=[740f8a04-43d7-4a47-91e2-ab2a8ca9213f], X-TransactionId=[], X-ONAP-RequestID=[740f8a04-43d7-4a47-91e2-ab2a8ca9213f], Content-Type=[application/merge-patch+json]}
2021-11-17T06:16:29.436Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf1bc2f4-ddb5-4304-a083-0c9bf03de91e/model-vers/model-ver/022dc0f9-a994-470b-bd27-6e99217aa6b9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-11-17T06:16:29.602Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf1bc2f4-ddb5-4304-a083-0c9bf03de91e/model-vers/model-ver/022dc0f9-a994-470b-bd27-6e99217aa6b9?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf1bc2f4-ddb5-4304-a083-0c9bf03de91e/model-vers/model-ver/022dc0f9-a994-470b-bd27-6e99217aa6b9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211117-06:16:29:443-71260], vertex-id=[204928], Content-Length=[0], Date=[Wed, 17 Nov 2021 06:16:29 GMT], Content-Type=[application/json]}
2021-11-17T06:16:29.602Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf1bc2f4-ddb5-4304-a083-0c9bf03de91e/model-vers/model-ver/022dc0f9-a994-470b-bd27-6e99217aa6b9?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-17T06:16:29.603Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf1bc2f4-ddb5-4304-a083-0c9bf03de91e/model-vers/model-ver/022dc0f9-a994-470b-bd27-6e99217aa6b9?depth=0|INFO|500||InvokeReturn
2021-11-17T06:16:29.603Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-17T06:16:29.603Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T06:16:29.606Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|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-11-17T06:16:29.606Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 740f8a04-43d7-4a47-91e2-ab2a8ca9213f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2021-11-17T06:16:29.607Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-11-17T06:16:29.607Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:16:29.609Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:16:29.609Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "740f8a04-43d7-4a47-91e2-ab2a8ca9213f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129789607,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2021-11-17T06:16:29.709Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:16:29.710Z||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-11-17T06:16:29.710Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:16:29.720Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:16:29.720Z||pool-71-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-17T06:16:30.620Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-17T06:16:30.620Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"d77b5d0a-c8ea-4af6-9fab-fcc4895c9058","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"08514743-07d8-45c7-877d-83bc79d0c56d","serviceDescription":"service","serviceInvariantUUID":"fb040c61-9495-4d52-b828-a5320ebe8f5c","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5177d2dc-7176-4ed3-bd85-36f8987be5a8","resourceInvariantUUID":"a8c14d1e-b04e-4388-b014-bc0186c0590f","resourceCustomizationUUID":"c92ca51c-0b85-4e26-b9b0-b407ce06ba4a","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":"1eabade4-8a6e-411c-befe-d9174d3eaab1","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":"Mzk0MWRkYjZiZTg1ZTZlYTQ0ZTM4NGYwNmQ4YzY1YmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9da73479-a983-4ae8-b5d4-7607ff24aced","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":"NDQ4MzFhNGVlNGMyNDQxZTJlNDFkMTk1ODI1YWU5YmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a3ba8bf9-9de5-4df8-be8f-fb5cd4c7033e","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":"f99dddbf-58f5-4f78-aa30-f303b11b3b47","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":"fcf54fe6-9e7b-4a76-ad51-c2e24538a28c","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":"77275185-eb58-48cb-a496-e8464cc0a986","artifactVersion":"2","generatedFromUUID":"f99dddbf-58f5-4f78-aa30-f303b11b3b47"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MmNkMzYxMDE2OWNiYmY5YmQ1ODA3NWMzMDI5ZWIxYzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8bd06299-ed87-4254-8e79-907efbc0ffac","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"Y2QxNDAzNTc5ZTQ3YjAyNTRkMTYwNWNhMTA3YWUwOGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c5550998-0a8c-4222-ae96-fb9fee010571","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-17T06:16:30.620Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:16:30.621Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:16:30.622Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:16:30.623Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129479610,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:30.723Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:16:30.723Z||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-11-17T06:16:30.724Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:16:30.737Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:16:30.737Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-17T06:16:31.623Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:16:31.624Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:16:31.625Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:16:31.626Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129479610,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:31.726Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:16:31.726Z||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-11-17T06:16:31.727Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:16:31.737Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:16:31.738Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:16:32.626Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:16:32.626Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:16:32.629Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:16:32.629Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129479610,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-17T06:16:32.729Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:16:32.729Z||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-11-17T06:16:32.729Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:16:32.739Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:16:32.740Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:16:33.629Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:16:33.630Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:16:33.632Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:16:33.632Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129479610,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-17T06:16:33.732Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:16:33.733Z||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-11-17T06:16:33.733Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:16:33.743Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:16:33.743Z||pool-75-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:16:34.633Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:16:34.633Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:16:34.635Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:16:34.635Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129479610,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:34.736Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:16:34.736Z||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-11-17T06:16:34.737Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:16:34.747Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:16:34.748Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:16:35.636Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:16:35.637Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:16:35.638Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:16:35.638Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129479610,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-17T06:16:35.738Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-17T06:16:35.739Z||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-11-17T06:16:35.739Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:16:35.758Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:16:35.758Z||pool-77-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:16:36.639Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:16:36.639Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:16:36.641Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:16:36.641Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129479610,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:16:36.741Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:16:36.742Z||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-11-17T06:16:36.742Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:16:36.755Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:16:36.755Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:16:37.642Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:16:37.643Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:16:37.645Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:16:37.645Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129479610,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:16:37.745Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:16:37.746Z||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-11-17T06:16:37.746Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:16:37.756Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:16:37.756Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:16:38.646Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "08514743-07d8-45c7-877d-83bc79d0c56d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fb040c61-9495-4d52-b828-a5320ebe8f5c",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "c92ca51c-0b85-4e26-b9b0-b407ce06ba4a",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5177d2dc-7176-4ed3-bd85-36f8987be5a8",
      "resourceInvariantUUID": "a8c14d1e-b04e-4388-b014-bc0186c0590f",
      "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": "NDQ4MzFhNGVlNGMyNDQxZTJlNDFkMTk1ODI1YWU5YmM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a3ba8bf9-9de5-4df8-be8f-fb5cd4c7033e",
          "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": "f99dddbf-58f5-4f78-aa30-f303b11b3b47",
          "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": "77275185-eb58-48cb-a496-e8464cc0a986",
            "generatedFromUUID": "f99dddbf-58f5-4f78-aa30-f303b11b3b47"
          },
          "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": "77275185-eb58-48cb-a496-e8464cc0a986",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "Y2QxNDAzNTc5ZTQ3YjAyNTRkMTYwNWNhMTA3YWUwOGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c5550998-0a8c-4222-ae96-fb9fee010571"
    }
  ],
  "workloadContext": "Production"
}
2021-11-17T06:16:38.647Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-17T06:16:38.647Z|740f8a04-43d7-4a47-91e2-ab2a8ca9213f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 08514743-07d8-45c7-877d-83bc79d0c56d ASDC
2021-11-17T06:16:38.648Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:d77b5d0a-c8ea-4af6-9fab-fcc4895c9058
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:08514743-07d8-45c7-877d-83bc79d0c56d
ServiceInvariantUUID:fb040c61-9495-4d52-b828-a5320ebe8f5c
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:c5550998-0a8c-4222-ae96-fb9fee010571
ArtifactChecksum:Y2QxNDAzNTc5ZTQ3YjAyNTRkMTYwNWNhMTA3YWUwOGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:c92ca51c-0b85-4e26-b9b0-b407ce06ba4a
ResourceInvariantUUID:a8c14d1e-b04e-4388-b014-bc0186c0590f
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:5177d2dc-7176-4ed3-bd85-36f8987be5a8
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:a3ba8bf9-9de5-4df8-be8f-fb5cd4c7033e
ArtifactChecksum:NDQ4MzFhNGVlNGMyNDQxZTJlNDFkMTk1ODI1YWU5YmM=
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:f99dddbf-58f5-4f78-aa30-f303b11b3b47
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:77275185-eb58-48cb-a496-e8464cc0a986
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:77275185-eb58-48cb-a496-e8464cc0a986
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-17T06:16:38.648Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 08514743-07d8-45c7-877d-83bc79d0c56d 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-11-17T06:16:38.680Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-17T06:16:38.686Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-17T06:16:38.687Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-17T06:16:38.687Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c5550998-0a8c-4222-ae96-fb9fee010571 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-17T06:16:38.687Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-17T06:16:38.687Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-17T06:16:39.385Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-17T06:16:39.387Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar c5550998-0a8c-4222-ae96-fb9fee010571 73645
2021-11-17T06:16:39.387Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-11-17T06:16:39.387Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-17T06:16:39.387Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T06:16:39.387Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:16:39.389Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:16:39.389Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129799387,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:16:39.490Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:16:39.490Z||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-11-17T06:16:39.490Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:16:39.503Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:16:39.503Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-17T06:16:40.389Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-17T06:16:40.391Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-17T06:16:40.391Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: c5550998-0a8c-4222-ae96-fb9fee010571, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-17T06:16:40.391Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-11-17T06:16:40.391Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-17T06:16:40.391Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-17T06:16:40.717Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12556589839721519617/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-11-17T06:16:41.572Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-17T06:16:41.572Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-17T06:16:41.572Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-17T06:16:41.572Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-17T06:16:41.572Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-17T06:16:41.572Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-17T06:16:41.572Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-17T06:16:41.572Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-17T06:16:41.572Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-17T06:16:41.572Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-17T06:16:41.573Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-17T06:16:41.573Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-17T06:16:41.573Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-17T06:16:41.573Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-17T06:16:41.573Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:16:41.573Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:16:41.573Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-17T06:16:41.573Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-17T06:16:41.573Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-17T06:16:41.573Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:16:41.573Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:16:41.574Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-17T06:16:41.574Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-17T06:16:41.574Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-17T06:16:41.574Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:16:41.574Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:16:41.574Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:16:41.574Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-11-17T06:16:41.574Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-17T06:16:41.574Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-17T06:16:41.574Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-17T06:16:41.574Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-17T06:16:41.574Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-17T06:16:41.574Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:16:41.574Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-17T06:16:41.574Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:16:41.575Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-17T06:16:41.575Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T06:16:41.575Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:16:41.575Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-17T06:16:41.575Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T06:16:41.575Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:16:41.575Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-17T06:16:41.575Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T06:16:41.575Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:16:41.575Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-11-17T06:16:41.575Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-17T06:16:41.575Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-17T06:16:41.575Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b384ab0d-07f2-4135-b80a-65b034e2a127
2021-11-17T06:16:41.576Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:16:41.576Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:16:41.576Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:16:41.576Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:16:41.576Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:16:41.576Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:16:41.576Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:16:41.576Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:16:41.576Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:08514743-07d8-45c7-877d-83bc79d0c56d
Model Version:NULL
Model InvariantUuid:fb040c61-9495-4d52-b828-a5320ebe8f5c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:a0f0263f-8528-404d-9b7b-2d711a5ce8d2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a8c14d1e-b04e-4388-b014-bc0186c0590f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c92ca51c-0b85-4e26-b9b0-b407ce06ba4a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:30f0e9de-2add-4007-922b-1c11872fbfe8
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:1621ef5b-b705-427e-968a-3e437c0fd7aa
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b384ab0d-07f2-4135-b80a-65b034e2a127
ModelInvariantUuid:43e06414-c0bf-479c-8a10-63bc2fae0a1d
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:6ba4e7d1-b659-49ca-8f66-88a6680d9c4e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:35753a0f-478c-44a5-96d1-b93a707186c6
ModelInvariantUuid:85db2ded-32d4-44dd-bd4e-d788e19adf5e
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:2263e3c3-450a-4978-90dd-ca4ede895121
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-17T06:16:41.583Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 5177d2dc-7176-4ed3-bd85-36f8987be5a8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T06:16:41.586Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||basicclamp 0
2021-11-17T06:16:41.587Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5177d2dc-7176-4ed3-bd85-36f8987be5a8
2021-11-17T06:16:41.587Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a3ba8bf9-9de5-4df8-be8f-fb5cd4c7033e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-11-17T06:16:41.587Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-17T06:16:41.587Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-11-17T06:16:41.781Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-17T06:16:41.782Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json a3ba8bf9-9de5-4df8-be8f-fb5cd4c7033e 790
2021-11-17T06:16:41.782Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-11-17T06:16:41.782Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-11-17T06:16:41.782Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T06:16:41.782Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:16:41.784Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:16:41.784Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129801782,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:16:41.885Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-17T06:16:41.886Z||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-11-17T06:16:41.886Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:16:41.898Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:16:41.898Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:16:42.785Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "30f0e9de-2add-4007-922b-1c11872fbfe8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1621ef5b-b705-427e-968a-3e437c0fd7aa",
    "vfModuleModelCustomizationUUID": "b3834ea0-66f6-4bec-aec0-e43ca8dbe2cf",
    "isBase": true,
    "artifacts": [
      "f99dddbf-58f5-4f78-aa30-f303b11b3b47",
      "77275185-eb58-48cb-a496-e8464cc0a986"
    ],
    "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-11-17T06:16:42.788Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1621ef5b-b705-427e-968a-3e437c0fd7aa
VfModuleModelInvariantUUID:30f0e9de-2add-4007-922b-1c11872fbfe8
VfModuleModelDescription:NULL
Artifacts UUID List:{
f99dddbf-58f5-4f78-aa30-f303b11b3b47
,
77275185-eb58-48cb-a496-e8464cc0a986

}
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-11-17T06:16:42.790Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "30f0e9de-2add-4007-922b-1c11872fbfe8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1621ef5b-b705-427e-968a-3e437c0fd7aa",
    "vfModuleModelCustomizationUUID": "b3834ea0-66f6-4bec-aec0-e43ca8dbe2cf",
    "isBase": true,
    "artifacts": [
      "f99dddbf-58f5-4f78-aa30-f303b11b3b47",
      "77275185-eb58-48cb-a496-e8464cc0a986"
    ],
    "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-11-17T06:16:42.790Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1621ef5b-b705-427e-968a-3e437c0fd7aa
VfModuleModelInvariantUUID:30f0e9de-2add-4007-922b-1c11872fbfe8
VfModuleModelDescription:NULL
Artifacts UUID List:{
f99dddbf-58f5-4f78-aa30-f303b11b3b47
,
77275185-eb58-48cb-a496-e8464cc0a986

}
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-11-17T06:16:42.790Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f99dddbf-58f5-4f78-aa30-f303b11b3b47 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-11-17T06:16:42.790Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-17T06:16:42.790Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-11-17T06:16:42.976Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-17T06:16:42.976Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml f99dddbf-58f5-4f78-aa30-f303b11b3b47 5033
2021-11-17T06:16:42.976Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-17T06:16:42.977Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-11-17T06:16:42.977Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T06:16:42.977Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:16:42.979Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:16:42.979Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129802976,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:16:43.079Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-17T06:16:43.080Z||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-11-17T06:16:43.080Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:16:43.094Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:16:43.095Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:16:43.980Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 77275185-eb58-48cb-a496-e8464cc0a986 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-11-17T06:16:43.981Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-17T06:16:43.982Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-11-17T06:16:44.088Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-17T06:16:44.088Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 77275185-eb58-48cb-a496-e8464cc0a986 909
2021-11-17T06:16:44.088Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-17T06:16:44.089Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-11-17T06:16:44.089Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T06:16:44.089Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:16:44.092Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:16:44.092Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129804088,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:16:44.192Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:16:44.193Z||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-11-17T06:16:44.193Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:16:44.204Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:16:44.204Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:16:45.093Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 08514743-07d8-45c7-877d-83bc79d0c56d
2021-11-17T06:16:45.094Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 5177d2dc-7176-4ed3-bd85-36f8987be5a8 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T06:16:45.106Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7f69f8ca, org.onap.sdc.toscaparser.api.parameters.Input@bbc6c20, org.onap.sdc.toscaparser.api.parameters.Input@6e852471, org.onap.sdc.toscaparser.api.parameters.Input@39881d27, org.onap.sdc.toscaparser.api.parameters.Input@9970d74]
2021-11-17T06:16:45.107Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:16:45.107Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:16:45.107Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-11-17T06:16:45.108Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= c92ca51c-0b85-4e26-b9b0-b407ce06ba4a
2021-11-17T06:16:45.108Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c92ca51c-0b85-4e26-b9b0-b407ce06ba4a matches Tosca VF Customization UUID: c92ca51c-0b85-4e26-b9b0-b407ce06ba4a
2021-11-17T06:16:45.108Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: c92ca51c-0b85-4e26-b9b0-b407ce06ba4a  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-17T06:16:45.110Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:16:45.110Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:16:45.110Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id c92ca51c-0b85-4e26-b9b0-b407ce06ba4a: {\"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-11-17T06:16:45.110Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5f5beb39
2021-11-17T06:16:45.111Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:16:45.111Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-17T06:16:45.111Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b3834ea0-66f6-4bec-aec0-e43ca8dbe2cf
2021-11-17T06:16:45.111Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b3834ea0-66f6-4bec-aec0-e43ca8dbe2cf
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-17T06:16:45.113Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:16:45.113Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-17T06:16:45.114Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T06:16:45.114Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:16:45.114Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-17T06:16:45.114Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T06:16:45.114Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:16:45.114Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-11-17T06:16:45.114Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-17T06:16:45.114Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-17T06:16:45.115Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b384ab0d-07f2-4135-b80a-65b034e2a127
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-17T06:16:45.116Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:16:45.117Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-17T06:16:45.117Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T06:16:45.117Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:16:45.117Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-17T06:16:45.117Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=c92ca51c-0b85-4e26-b9b0-b407ce06ba4a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T06:16:45.118Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:16:45.119Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:16:45.119Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 08514743-07d8-45c7-877d-83bc79d0c56d: basicclamp
2021-11-17T06:16:45.119Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:16:45.119Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:16:45.119Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:16:45.119Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:16:45.120Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:16:45.120Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:16:45.120Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:16:45.120Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:16:45.120Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:16:45.120Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:16:45.120Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-17T06:16:45.218Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 5177d2dc-7176-4ed3-bd85-36f8987be5a8 1 ASDC deployResourceStructure
2021-11-17T06:16:45.219Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-11-17T06:16:45.219Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-11-17T06:16:45.219Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T06:16:45.220Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:16:45.222Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:16:45.222Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129805219,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-17T06:16:45.322Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:16:45.323Z||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-11-17T06:16:45.323Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:16:45.331Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:16:45.332Z||pool-84-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:16:46.222Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-17T06:16:46.223Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-11-17T06:16:46.224Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T06:16:46.224Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:16:46.226Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:16:46.226Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129806222,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-17T06:16:46.327Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-17T06:16:46.328Z||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-11-17T06:16:46.328Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:16:46.340Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:16:46.341Z||pool-85-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:16:47.227Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-17T06:16:47.228Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-11-17T06:16:47.228Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T06:16:47.228Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:16:47.231Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:16:47.231Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129807227,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-17T06:16:47.331Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:16:47.333Z||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-11-17T06:16:47.333Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:16:47.345Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:16:47.346Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:16:48.231Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-11-17T06:16:48.232Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-17T06:16:48.232Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T06:16:48.233Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:16:48.234Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:16:48.234Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129808231,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:16:48.335Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:16:48.335Z||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-11-17T06:16:48.335Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:16:48.351Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:16:48.351Z||pool-87-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:16:49.235Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d77b5d0a-c8ea-4af6-9fab-fcc4895c9058
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:16:49.246Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d77b5d0a-c8ea-4af6-9fab-fcc4895c9058
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:16:49.249Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:16:49.249Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:16:49.249Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:16:49.250Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:17:12.576Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:17:12.576Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|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-11-17T06:17:12.577Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:17:12.599Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:17:12.600Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.600Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129652497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:17:12.601Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:17:12.601Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.601Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129653515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-11-17T06:17:12.601Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:17:12.601Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.601Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "clamp",
  "timestamp": 1637129652895,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.601Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.601Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.601Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129654518,
  "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-11-17T06:17:12.609Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 3ccc4edb-393e-441a-8801-c8eb0c6eaa5f
2021-11-17T06:17:12.609Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ccc4edb-393e-441a-8801-c8eb0c6eaa5f 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-11-17T06:17:12.616Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.616Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "clamp",
  "timestamp": 1637129652895,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.616Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.616Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.616Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "clamp",
  "timestamp": 1637129652895,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.617Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.617Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.617Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "clamp",
  "timestamp": 1637129652895,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.617Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.617Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.617Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "clamp",
  "timestamp": 1637129652895,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.617Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.617Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.617Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "clamp",
  "timestamp": 1637129652895,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.617Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.617Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.617Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "clamp",
  "timestamp": 1637129652895,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.617Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.617Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.617Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "clamp",
  "timestamp": 1637129652895,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.617Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.617Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.617Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "clamp",
  "timestamp": 1637129652895,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:17:12.617Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.617Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.617Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "clamp",
  "timestamp": 1637129673937,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:17:12.617Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:17:12.617Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.617Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "clamp",
  "timestamp": 1637129676938,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:17:12.617Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:17:12.617Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.617Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "clamp",
  "timestamp": 1637129677943,
  "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-11-17T06:17:12.621Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3ccc4edb-393e-441a-8801-c8eb0c6eaa5f
2021-11-17T06:17:12.622Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ccc4edb-393e-441a-8801-c8eb0c6eaa5f 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-11-17T06:17:12.630Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.630Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "policy-id",
  "timestamp": 1637129690648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.630Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.630Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.630Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129693091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.630Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.630Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.630Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "policy-id",
  "timestamp": 1637129690648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.630Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.630Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.630Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129693091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-11-17T06:17:12.631Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.631Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.631Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "policy-id",
  "timestamp": 1637129690648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.631Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.631Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.631Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129693091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-11-17T06:17:12.631Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.631Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.631Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "policy-id",
  "timestamp": 1637129690648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.631Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.631Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.631Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129693091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-17T06:17:12.631Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.631Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.631Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "aai-ml",
  "timestamp": 1637129696211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.631Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.631Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.631Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "dcae-sch",
  "timestamp": 1637129696387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.631Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.631Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.631Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "policy-id",
  "timestamp": 1637129690648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-17T06:17:12.631Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.631Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.631Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129693091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-17T06:17:12.631Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.631Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.631Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "aai-ml",
  "timestamp": 1637129696211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.631Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.631Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.631Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "dcae-sch",
  "timestamp": 1637129696387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.631Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.631Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.631Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "policy-id",
  "timestamp": 1637129690648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.631Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.632Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.632Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129693091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.632Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.632Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.632Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "aai-ml",
  "timestamp": 1637129696211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.632Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.632Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.632Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "dcae-sch",
  "timestamp": 1637129696387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.632Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.632Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.632Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "policy-id",
  "timestamp": 1637129690648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.632Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.632Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.632Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129693091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-11-17T06:17:12.632Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.632Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.632Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "aai-ml",
  "timestamp": 1637129696211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.632Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.632Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.632Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "dcae-sch",
  "timestamp": 1637129696387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.632Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.632Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.632Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "policy-id",
  "timestamp": 1637129690648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.632Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.632Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.632Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129693091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.632Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.632Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.632Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "aai-ml",
  "timestamp": 1637129696211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.632Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.632Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.632Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "dcae-sch",
  "timestamp": 1637129696387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.632Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.632Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.633Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "policy-id",
  "timestamp": 1637129690648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:17:12.633Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.633Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.633Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129693091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:17:12.633Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.633Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.633Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "aai-ml",
  "timestamp": 1637129696211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.633Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.633Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.633Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "dcae-sch",
  "timestamp": 1637129696387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.633Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.633Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.633Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "policy-id",
  "timestamp": 1637129702590,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:17:12.633Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:17:12.633Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.633Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "aai-ml",
  "timestamp": 1637129696211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.633Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.633Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.633Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129702884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:17:12.633Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:17:12.633Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.633Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "dcae-sch",
  "timestamp": 1637129696387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.633Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.633Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.633Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129702644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.633Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.633Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.633Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "policy-id",
  "timestamp": 1637129703593,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:17:12.633Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:17:12.633Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.633Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "aai-ml",
  "timestamp": 1637129696211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.633Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.634Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.634Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "dcae-sch",
  "timestamp": 1637129696387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.634Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.634Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.634Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129704090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:17:12.634Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:17:12.634Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.634Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129702644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.634Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.634Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.634Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "policy-id",
  "timestamp": 1637129704595,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-17T06:17:12.646Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 503f8cfb-ad52-422f-af70-fe7563455c5b
2021-11-17T06:17:12.646Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 503f8cfb-ad52-422f-af70-fe7563455c5b 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-11-17T06:17:12.653Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.653Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "aai-ml",
  "timestamp": 1637129696211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:17:12.653Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.654Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.654Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "dcae-sch",
  "timestamp": 1637129696387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.654Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.654Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.654Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129702644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.654Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.654Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.654Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129705286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:17:12.654Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:17:12.654Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.654Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129702644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.654Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.654Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.654Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "aai-ml",
  "timestamp": 1637129706279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:17:12.654Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:17:12.654Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.654Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129706578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:17:12.654Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:17:12.654Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.654Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129702644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.654Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.655Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.655Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129707634,
  "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-11-17T06:17:12.659Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 503f8cfb-ad52-422f-af70-fe7563455c5b
2021-11-17T06:17:12.659Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 503f8cfb-ad52-422f-af70-fe7563455c5b 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-11-17T06:17:12.664Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.664Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129702644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.665Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.665Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.665Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129708637,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-17T06:17:12.665Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:17:12.665Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.665Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129702644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.665Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.665Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.665Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129702644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.665Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.665Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.665Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129702644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.665Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.665Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.665Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "policy-id",
  "timestamp": 1637129710648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.666Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.666Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.666Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129702644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.666Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:12.666Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:17:12.666Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "policy-id",
  "timestamp": 1637129710648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:17:12.666Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:17:19.250Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d77b5d0a-c8ea-4af6-9fab-fcc4895c9058
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:17:19.262Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d77b5d0a-c8ea-4af6-9fab-fcc4895c9058
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:17:19.264Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:17:19.264Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:17:19.264Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:17:19.264Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:17:49.265Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d77b5d0a-c8ea-4af6-9fab-fcc4895c9058
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:17:49.274Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d77b5d0a-c8ea-4af6-9fab-fcc4895c9058
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:17:49.276Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:17:49.276Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:17:49.276Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:17:49.276Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:18:12.576Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:18:12.577Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|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-11-17T06:18:12.577Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:18:12.594Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:18:12.603Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.603Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129702644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.604Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.604Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.604Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "policy-id",
  "timestamp": 1637129710648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-17T06:18:12.604Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.604Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.604Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "clamp",
  "timestamp": 1637129712895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.604Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.604Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.604Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "aai-ml",
  "timestamp": 1637129713579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:18:12.604Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:18:12.604Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129713091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129702644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "policy-id",
  "timestamp": 1637129710648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "clamp",
  "timestamp": 1637129712895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "aai-ml",
  "timestamp": 1637129714584,
  "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-11-17T06:18:12.613Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 503f8cfb-ad52-422f-af70-fe7563455c5b
2021-11-17T06:18:12.614Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 503f8cfb-ad52-422f-af70-fe7563455c5b 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-11-17T06:18:12.623Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.623Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129713091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-17T06:18:12.623Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.623Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.623Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129702644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.623Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.623Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.623Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "policy-id",
  "timestamp": 1637129710648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.623Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.623Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.623Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "clamp",
  "timestamp": 1637129712895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.623Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.623Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.624Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129713091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-17T06:18:12.624Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.624Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.624Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129702644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.624Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.624Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.624Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "policy-id",
  "timestamp": 1637129710648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.624Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.624Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.624Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "clamp",
  "timestamp": 1637129712895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-17T06:18:12.624Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.624Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.624Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129713091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.624Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.624Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.625Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "dcae-sch",
  "timestamp": 1637129716387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.625Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.625Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.625Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129702644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.625Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.625Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.625Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "policy-id",
  "timestamp": 1637129710648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:18:12.625Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.625Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.625Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "clamp",
  "timestamp": 1637129712895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.625Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.625Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.625Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129713091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-17T06:18:12.625Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.625Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.626Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "dcae-sch",
  "timestamp": 1637129716387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.626Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.626Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.626Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129702644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.626Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.626Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.626Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "clamp",
  "timestamp": 1637129712895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.626Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.626Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.626Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "policy-id",
  "timestamp": 1637129718693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:18:12.626Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:18:12.626Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.626Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129713091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.626Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.626Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.626Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "dcae-sch",
  "timestamp": 1637129716387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.626Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.626Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.626Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "clamp",
  "timestamp": 1637129712895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.626Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.627Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.627Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "policy-id",
  "timestamp": 1637129719696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:18:12.627Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:18:12.627Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.627Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129713091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:18:12.627Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.627Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.627Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "dcae-sch",
  "timestamp": 1637129716387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.627Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.627Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.627Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "clamp",
  "timestamp": 1637129712895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.627Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.627Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.627Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "policy-id",
  "timestamp": 1637129720698,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-17T06:18:12.640Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 08e97951-f309-458b-b83b-945a3b763f3a
2021-11-17T06:18:12.640Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08e97951-f309-458b-b83b-945a3b763f3a 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-11-17T06:18:12.648Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.649Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129720880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:18:12.649Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:18:12.649Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.649Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "dcae-sch",
  "timestamp": 1637129716387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.650Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.650Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.650Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "clamp",
  "timestamp": 1637129712895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:18:12.650Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.650Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.650Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "dcae-sch",
  "timestamp": 1637129716387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.650Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.650Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.650Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129722078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:18:12.650Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:18:12.650Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.651Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "dcae-sch",
  "timestamp": 1637129716387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.651Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.651Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.651Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129722644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.651Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.651Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.651Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129723284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:18:12.651Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:18:12.652Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.652Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129722644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.652Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.652Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.652Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129724307,
  "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-11-17T06:18:12.658Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 08e97951-f309-458b-b83b-945a3b763f3a
2021-11-17T06:18:12.658Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08e97951-f309-458b-b83b-945a3b763f3a 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-11-17T06:18:12.665Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.666Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129722644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.666Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.666Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.666Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129725310,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-17T06:18:12.666Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:18:12.666Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.667Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129722644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.667Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.667Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.667Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "aai-ml",
  "timestamp": 1637129726211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.667Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.667Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.667Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129722644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.667Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.667Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.667Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "aai-ml",
  "timestamp": 1637129726211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.667Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.667Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.667Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129722644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.667Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.668Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.668Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "aai-ml",
  "timestamp": 1637129726211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.668Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.668Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.668Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129722644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.668Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.668Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.668Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "aai-ml",
  "timestamp": 1637129726211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.668Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.668Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.668Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129722644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.668Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.668Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.668Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "aai-ml",
  "timestamp": 1637129726211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.668Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.668Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.668Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "policy-id",
  "timestamp": 1637129730648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.669Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.669Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.669Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "aai-ml",
  "timestamp": 1637129726211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.669Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.669Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.669Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "policy-id",
  "timestamp": 1637129730648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.669Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.669Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.669Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "aai-ml",
  "timestamp": 1637129726211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:18:12.669Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.669Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.669Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "policy-id",
  "timestamp": 1637129730648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-17T06:18:12.669Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.669Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.669Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "aai-ml",
  "timestamp": 1637129733590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:18:12.669Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:18:12.669Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.669Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129733091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.670Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.670Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.670Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "clamp",
  "timestamp": 1637129733948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:18:12.670Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:18:12.670Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.670Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "policy-id",
  "timestamp": 1637129730648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.670Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.670Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.670Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129733091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-17T06:18:12.670Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.670Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.670Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "policy-id",
  "timestamp": 1637129730648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.670Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.670Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.670Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129733091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-17T06:18:12.670Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.670Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.671Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "clamp",
  "timestamp": 1637129735954,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:18:12.671Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:18:12.671Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.671Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "policy-id",
  "timestamp": 1637129730648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.671Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.671Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.671Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129733091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.671Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.671Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.671Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "clamp",
  "timestamp": 1637129736960,
  "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-11-17T06:18:12.676Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 503f8cfb-ad52-422f-af70-fe7563455c5b
2021-11-17T06:18:12.676Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 503f8cfb-ad52-422f-af70-fe7563455c5b 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-11-17T06:18:12.683Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.683Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "dcae-sch",
  "timestamp": 1637129736387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.683Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.684Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.684Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "policy-id",
  "timestamp": 1637129730648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.684Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.684Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.684Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129733091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-17T06:18:12.684Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.684Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.684Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "clamp",
  "timestamp": 1637129712895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.684Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.684Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.684Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "dcae-sch",
  "timestamp": 1637129736387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.684Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.684Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.684Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "policy-id",
  "timestamp": 1637129730648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:18:12.684Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.684Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.684Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129733091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.684Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.684Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.684Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "clamp",
  "timestamp": 1637129712895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-17T06:18:12.685Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.685Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.685Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "dcae-sch",
  "timestamp": 1637129736387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.685Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.685Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.685Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129733091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.685Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.685Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.685Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "policy-id",
  "timestamp": 1637129739886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:18:12.685Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:18:12.685Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.685Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "clamp",
  "timestamp": 1637129712895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.685Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.685Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.685Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "dcae-sch",
  "timestamp": 1637129736387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.685Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.686Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.686Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129733091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:18:12.686Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.686Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.686Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "policy-id",
  "timestamp": 1637129740889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:18:12.686Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:18:12.686Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.686Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "clamp",
  "timestamp": 1637129712895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.686Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.686Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.686Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "dcae-sch",
  "timestamp": 1637129736387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.686Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.686Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.686Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "aai-ml",
  "timestamp": 1637129741781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:18:12.686Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:18:12.686Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.686Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129741777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:18:12.686Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:18:12.687Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.687Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "policy-id",
  "timestamp": 1637129741891,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-17T06:18:12.699Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 97703ebb-cadd-44bb-9bbf-7bbb3fc5d655
2021-11-17T06:18:12.699Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97703ebb-cadd-44bb-9bbf-7bbb3fc5d655 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-11-17T06:18:12.706Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.706Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "clamp",
  "timestamp": 1637129712895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.706Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.706Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.706Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "dcae-sch",
  "timestamp": 1637129736387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.706Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.706Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.707Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "aai-ml",
  "timestamp": 1637129742784,
  "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-11-17T06:18:12.710Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 08e97951-f309-458b-b83b-945a3b763f3a
2021-11-17T06:18:12.710Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08e97951-f309-458b-b83b-945a3b763f3a 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-11-17T06:18:12.718Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.718Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "clamp",
  "timestamp": 1637129712895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.718Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.718Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.718Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129742992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:18:12.718Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:18:12.718Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.718Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "dcae-sch",
  "timestamp": 1637129736387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.718Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.719Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.719Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129742644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/resourceInstances/vfw238b480a96760/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.719Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.719Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.719Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "clamp",
  "timestamp": 1637129712895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:18:12.719Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.719Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.719Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "dcae-sch",
  "timestamp": 1637129736387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.719Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.719Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.719Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129744176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:18:12.719Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:18:12.719Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.719Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129742644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/resourceInstances/vfw238b480a96760/artifacts/vfw238b480a96760_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.719Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.719Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.719Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "dcae-sch",
  "timestamp": 1637129736387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/resourceInstances/vfw238b480a96760/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.719Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.719Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.719Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129745204,
  "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-11-17T06:18:12.723Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 97703ebb-cadd-44bb-9bbf-7bbb3fc5d655
2021-11-17T06:18:12.724Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97703ebb-cadd-44bb-9bbf-7bbb3fc5d655 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-11-17T06:18:12.732Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.732Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129742644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/resourceInstances/vfw238b480a96760/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.732Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.733Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.733Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "dcae-sch",
  "timestamp": 1637129736387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/resourceInstances/vfw238b480a96760/artifacts/vfw238b480a96760_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.733Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.733Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.733Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129746207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-17T06:18:12.733Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:18:12.733Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.733Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129742644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/resourceInstances/vfw238b480a96760/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.733Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.733Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.733Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "dcae-sch",
  "timestamp": 1637129736387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/resourceInstances/vfw238b480a96760/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.733Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.733Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.734Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129742644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/resourceInstances/vfw238b480a96760/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.734Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.734Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.734Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "dcae-sch",
  "timestamp": 1637129736387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/resourceInstances/vfw238b480a96760/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.734Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.734Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.734Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129742644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/artifacts/service-Vfw20211117061314-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.734Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.734Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.734Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "dcae-sch",
  "timestamp": 1637129736387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/resourceInstances/vfw238b480a96760/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.734Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.734Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.734Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637129742644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/artifacts/service-Vfw20211117061314-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.735Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.735Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.735Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "dcae-sch",
  "timestamp": 1637129736387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/artifacts/service-Vfw20211117061314-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.735Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.735Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.735Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "clamp",
  "timestamp": 1637129750950,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:18:12.735Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:18:12.735Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.735Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "dcae-sch",
  "timestamp": 1637129736387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/artifacts/service-Vfw20211117061314-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.735Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.735Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.735Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "policy-id",
  "timestamp": 1637129750649,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/resourceInstances/vfw238b480a96760/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.736Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.736Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.736Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "policy-id",
  "timestamp": 1637129750649,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/resourceInstances/vfw238b480a96760/artifacts/vfw238b480a96760_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.736Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.736Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.736Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "clamp",
  "timestamp": 1637129752961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:18:12.736Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:18:12.736Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.736Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "policy-id",
  "timestamp": 1637129750649,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/resourceInstances/vfw238b480a96760/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-17T06:18:12.736Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.736Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.736Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129753091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/resourceInstances/vfw238b480a96760/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.736Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.736Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.737Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "clamp",
  "timestamp": 1637129753966,
  "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-11-17T06:18:12.741Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 08e97951-f309-458b-b83b-945a3b763f3a
2021-11-17T06:18:12.741Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08e97951-f309-458b-b83b-945a3b763f3a 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-11-17T06:18:12.749Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.749Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "policy-id",
  "timestamp": 1637129750649,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/resourceInstances/vfw238b480a96760/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.749Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.749Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.749Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129753091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/resourceInstances/vfw238b480a96760/artifacts/vfw238b480a96760_modules.json",
  "status": "NOTIFIED"
}
2021-11-17T06:18:12.749Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.749Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.749Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "policy-id",
  "timestamp": 1637129750649,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/resourceInstances/vfw238b480a96760/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.749Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.749Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.749Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "clamp",
  "timestamp": 1637129754970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.749Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.749Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.749Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129753091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/resourceInstances/vfw238b480a96760/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-17T06:18:12.749Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.749Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.749Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "aai-ml",
  "timestamp": 1637129756211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.750Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.750Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.750Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "policy-id",
  "timestamp": 1637129750649,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/artifacts/service-Vfw20211117061314-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.750Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.750Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.750Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "clamp",
  "timestamp": 1637129754970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-17T06:18:12.750Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.750Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.750Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129753091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/resourceInstances/vfw238b480a96760/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.750Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.750Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.750Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "aai-ml",
  "timestamp": 1637129756211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.750Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.750Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.750Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "policy-id",
  "timestamp": 1637129750649,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/artifacts/service-Vfw20211117061314-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:18:12.750Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.750Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.750Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "clamp",
  "timestamp": 1637129754970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.750Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.750Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.750Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129753091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/resourceInstances/vfw238b480a96760/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-17T06:18:12.750Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.750Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.750Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "aai-ml",
  "timestamp": 1637129756211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.750Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.750Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.751Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "policy-id",
  "timestamp": 1637129758489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/artifacts/service-Vfw20211117061314-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:18:12.751Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:18:12.751Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.751Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "clamp",
  "timestamp": 1637129754970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.751Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.751Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.751Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129753091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/artifacts/service-Vfw20211117061314-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.751Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.751Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.751Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "aai-ml",
  "timestamp": 1637129756211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.751Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.751Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.751Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "policy-id",
  "timestamp": 1637129759492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/artifacts/service-Vfw20211117061314-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:18:12.751Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:18:12.751Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.751Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "clamp",
  "timestamp": 1637129754970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.751Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.751Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.751Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129753091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/artifacts/service-Vfw20211117061314-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:18:12.751Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.751Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.751Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "aai-ml",
  "timestamp": 1637129756211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.751Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.751Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.751Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "policy-id",
  "timestamp": 1637129760494,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-17T06:18:12.763Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 94763382-1ec4-4dd6-8f70-9ce20997761c
2021-11-17T06:18:12.764Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94763382-1ec4-4dd6-8f70-9ce20997761c 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-11-17T06:18:12.771Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.771Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "clamp",
  "timestamp": 1637129754970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.771Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.771Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.771Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129760781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/resourceInstances/vfw238b480a96760/artifacts/vfw238b480a96760_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:18:12.772Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:18:12.772Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.772Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "aai-ml",
  "timestamp": 1637129756211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.772Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.772Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.772Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "clamp",
  "timestamp": 1637129754970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.772Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.772Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.772Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129761986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/resourceInstances/vfw238b480a96760/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:18:12.772Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:18:12.772Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.772Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "aai-ml",
  "timestamp": 1637129756211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:18:12.772Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.772Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.772Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "clamp",
  "timestamp": 1637129754970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:18:12.772Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.772Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.772Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129763192,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/resourceInstances/vfw238b480a96760/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:18:12.772Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:18:12.772Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.772Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "aai-ml",
  "timestamp": 1637129756211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:18:12.772Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:18:12.772Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.772Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129764212,
  "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-11-17T06:18:12.777Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 94763382-1ec4-4dd6-8f70-9ce20997761c
2021-11-17T06:18:12.778Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94763382-1ec4-4dd6-8f70-9ce20997761c 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-11-17T06:18:12.785Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.785Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "aai-ml",
  "timestamp": 1637129764481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:18:12.785Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:18:12.785Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.785Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637129765215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/resourceInstances/vfw238b480a96760/artifacts/vfw238b480a96760_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-17T06:18:12.785Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:18:12.785Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.785Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "aai-ml",
  "timestamp": 1637129770910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:18:12.785Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:18:12.785Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.786Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "aai-ml",
  "timestamp": 1637129771913,
  "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-11-17T06:18:12.789Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 97703ebb-cadd-44bb-9bbf-7bbb3fc5d655
2021-11-17T06:18:12.790Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97703ebb-cadd-44bb-9bbf-7bbb3fc5d655 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-11-17T06:18:12.803Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:18:12.803Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "clamp",
  "timestamp": 1637129771954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:18:12.803Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:18:19.276Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d77b5d0a-c8ea-4af6-9fab-fcc4895c9058
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:18:19.286Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d77b5d0a-c8ea-4af6-9fab-fcc4895c9058
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:18:19.289Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:18:19.289Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:18:19.289Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:18:19.289Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:18:49.290Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d77b5d0a-c8ea-4af6-9fab-fcc4895c9058
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:18:49.302Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d77b5d0a-c8ea-4af6-9fab-fcc4895c9058
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:18:49.305Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:18:49.305Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:18:49.305Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:18:49.305Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:19:12.576Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:19:12.577Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|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-11-17T06:19:12.577Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:19:13.102Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:19:13.103Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:19:13.103Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "clamp",
  "timestamp": 1637129773957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:19:13.104Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:19:13.104Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:19:13.104Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97703ebb-cadd-44bb-9bbf-7bbb3fc5d655",
  "consumerID": "clamp",
  "timestamp": 1637129774960,
  "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-11-17T06:19:13.109Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 97703ebb-cadd-44bb-9bbf-7bbb3fc5d655
2021-11-17T06:19:13.109Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97703ebb-cadd-44bb-9bbf-7bbb3fc5d655 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-11-17T06:19:13.119Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:19:13.119Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "clamp",
  "timestamp": 1637129754970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/resourceInstances/vfw238b480a96760/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:19:13.119Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:19:13.119Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:19:13.119Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "clamp",
  "timestamp": 1637129754970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/resourceInstances/vfw238b480a96760/artifacts/vfw238b480a96760_modules.json",
  "status": "NOTIFIED"
}
2021-11-17T06:19:13.119Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:19:13.119Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:19:13.119Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "clamp",
  "timestamp": 1637129754970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/resourceInstances/vfw238b480a96760/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:19:13.119Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:19:13.119Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:19:13.120Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "clamp",
  "timestamp": 1637129754970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/resourceInstances/vfw238b480a96760/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:19:13.120Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:19:13.120Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:19:13.120Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "clamp",
  "timestamp": 1637129754970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/resourceInstances/vfw238b480a96760/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:19:13.120Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:19:13.120Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:19:13.120Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "clamp",
  "timestamp": 1637129754970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/artifacts/service-Vfw20211117061314-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:19:13.120Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:19:13.120Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:19:13.120Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "clamp",
  "timestamp": 1637129754970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/artifacts/service-Vfw20211117061314-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:19:13.120Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:19:13.120Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:19:13.120Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "aai-ml",
  "timestamp": 1637129786211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/resourceInstances/vfw238b480a96760/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:19:13.120Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:19:13.120Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:19:13.120Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "clamp",
  "timestamp": 1637129786957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/artifacts/service-Vfw20211117061314-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:19:13.120Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:19:13.120Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:19:13.120Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "aai-ml",
  "timestamp": 1637129786211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/resourceInstances/vfw238b480a96760/artifacts/vfw238b480a96760_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:19:13.120Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:19:13.120Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:19:13.120Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "aai-ml",
  "timestamp": 1637129786211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/resourceInstances/vfw238b480a96760/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:19:13.120Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:19:13.121Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:19:13.121Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "clamp",
  "timestamp": 1637129788964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/artifacts/service-Vfw20211117061314-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:19:13.121Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:19:13.121Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:19:13.121Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "740f8a04-43d7-4a47-91e2-ab2a8ca9213f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129789607,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2021-11-17T06:19:13.121Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:19:13.121Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:19:13.121Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "aai-ml",
  "timestamp": 1637129786211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/resourceInstances/vfw238b480a96760/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:19:13.121Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:19:13.121Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:19:13.121Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "clamp",
  "timestamp": 1637129789967,
  "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-11-17T06:19:13.126Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 94763382-1ec4-4dd6-8f70-9ce20997761c
2021-11-17T06:19:13.126Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94763382-1ec4-4dd6-8f70-9ce20997761c 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-11-17T06:19:13.135Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:19:13.135Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129479610,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:19:13.135Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:19:13.135Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:19:13.135Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "aai-ml",
  "timestamp": 1637129786211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/resourceInstances/vfw238b480a96760/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:19:13.135Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:19:13.135Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:19:13.135Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129479610,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:19:13.135Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:19:13.135Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:19:13.135Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "aai-ml",
  "timestamp": 1637129786211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/artifacts/service-Vfw20211117061314-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:19:13.135Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:19:13.135Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:19:13.135Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129479610,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-17T06:19:13.136Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:19:13.136Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:19:13.136Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "aai-ml",
  "timestamp": 1637129786211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/artifacts/service-Vfw20211117061314-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:19:13.136Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:19:13.136Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:19:13.136Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129479610,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-17T06:19:13.136Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:19:13.136Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:19:13.136Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "aai-ml",
  "timestamp": 1637129793882,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/artifacts/service-Vfw20211117061314-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:19:13.136Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:19:13.136Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:19:13.136Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129479610,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:19:13.136Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:19:13.136Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:19:13.136Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129479610,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-17T06:19:13.136Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:19:13.136Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:19:13.136Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129479610,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:19:13.136Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:19:13.136Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:19:13.136Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129479610,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:19:13.136Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:19:13.136Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:19:13.136Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129799387,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:19:13.136Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:19:13.136Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:19:13.137Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129801782,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:19:13.137Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:19:13.137Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:19:13.137Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129802976,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:19:13.137Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:19:13.137Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:19:13.137Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "aai-ml",
  "timestamp": 1637129803975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117061314/1.0/artifacts/service-Vfw20211117061314-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:19:13.137Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:19:13.137Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:19:13.137Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129804088,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:19:13.137Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:19:13.137Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:19:13.137Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94763382-1ec4-4dd6-8f70-9ce20997761c",
  "consumerID": "aai-ml",
  "timestamp": 1637129804978,
  "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-11-17T06:19:13.142Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 94763382-1ec4-4dd6-8f70-9ce20997761c
2021-11-17T06:19:13.142Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94763382-1ec4-4dd6-8f70-9ce20997761c 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-11-17T06:19:13.151Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:19:13.151Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129805219,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-17T06:19:13.151Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:19:13.151Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:19:13.151Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129806222,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-17T06:19:13.151Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:19:13.151Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:19:13.151Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129807227,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-17T06:19:13.151Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:19:13.151Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:19:13.151Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637129808231,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:19:13.151Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:19:19.305Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d77b5d0a-c8ea-4af6-9fab-fcc4895c9058
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:19:19.317Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d77b5d0a-c8ea-4af6-9fab-fcc4895c9058
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:19:19.320Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:19:19.320Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:19:19.320Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:19:19.320Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:19:49.321Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d77b5d0a-c8ea-4af6-9fab-fcc4895c9058
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:19:49.332Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d77b5d0a-c8ea-4af6-9fab-fcc4895c9058
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:19:49.334Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:19:49.334Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:19:49.335Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:19:49.335Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:20:12.576Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:20:12.577Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|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-11-17T06:20:12.577Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:20:19.335Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d77b5d0a-c8ea-4af6-9fab-fcc4895c9058
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:20:19.345Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d77b5d0a-c8ea-4af6-9fab-fcc4895c9058
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:20:19.347Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:20:19.347Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:20:19.347Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:20:19.348Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:20:22.121Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:20:49.348Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d77b5d0a-c8ea-4af6-9fab-fcc4895c9058
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:20:49.361Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d77b5d0a-c8ea-4af6-9fab-fcc4895c9058
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:20:49.363Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:20:49.364Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:20:49.364Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:20:49.364Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:21:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:21:12.578Z||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-11-17T06:21:12.578Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:21:12.709Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:21:12.711Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.711Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "clamp",
  "timestamp": 1637130042894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/resourceInstances/pnfc9283f93c1050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:12.712Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.712Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.712Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "policy-id",
  "timestamp": 1637130050648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/resourceInstances/pnfc9283f93c1050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:12.712Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.712Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.712Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637130053091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/resourceInstances/pnfc9283f93c1050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:12.712Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.713Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "clamp",
  "timestamp": 1637130042894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/resourceInstances/pnfc9283f93c1050/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:12.713Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.713Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "policy-id",
  "timestamp": 1637130050648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/resourceInstances/pnfc9283f93c1050/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:12.713Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.713Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637130053091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/resourceInstances/pnfc9283f93c1050/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:12.713Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.713Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "clamp",
  "timestamp": 1637130042894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/resourceInstances/pnfc9283f93c1050/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:12.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "policy-id",
  "timestamp": 1637130050648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/resourceInstances/pnfc9283f93c1050/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:12.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637130053091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/resourceInstances/pnfc9283f93c1050/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:12.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "clamp",
  "timestamp": 1637130042894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/resourceInstances/pnfc9283f93c1050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:12.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "policy-id",
  "timestamp": 1637130050648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/resourceInstances/pnfc9283f93c1050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:12.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637130053091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/resourceInstances/pnfc9283f93c1050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:12.715Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "aai-ml",
  "timestamp": 1637130056211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/resourceInstances/pnfc9283f93c1050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:12.715Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "clamp",
  "timestamp": 1637130042894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/resourceInstances/pnfc9283f93c1050/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:12.715Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "policy-id",
  "timestamp": 1637130050648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/resourceInstances/pnfc9283f93c1050/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:12.715Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.716Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.716Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "dcae-sch",
  "timestamp": 1637130056387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/resourceInstances/pnfc9283f93c1050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:12.716Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.716Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.716Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637130053091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/resourceInstances/pnfc9283f93c1050/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:12.716Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.716Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.716Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "aai-ml",
  "timestamp": 1637130056211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/resourceInstances/pnfc9283f93c1050/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:12.716Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "clamp",
  "timestamp": 1637130042894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/resourceInstances/pnfc9283f93c1050/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:12.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "policy-id",
  "timestamp": 1637130050648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/resourceInstances/pnfc9283f93c1050/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:12.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "dcae-sch",
  "timestamp": 1637130056387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/resourceInstances/pnfc9283f93c1050/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:12.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637130053091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/resourceInstances/pnfc9283f93c1050/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:12.718Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "aai-ml",
  "timestamp": 1637130056211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/resourceInstances/pnfc9283f93c1050/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:12.718Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "clamp",
  "timestamp": 1637130042894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/artifacts/service-DemoPnfWz9nunscyaadng1j7hve-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:12.718Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "policy-id",
  "timestamp": 1637130050648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/artifacts/service-DemoPnfWz9nunscyaadng1j7hve-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:12.718Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "dcae-sch",
  "timestamp": 1637130056387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/resourceInstances/pnfc9283f93c1050/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:12.718Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.719Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637130053091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/artifacts/service-DemoPnfWz9nunscyaadng1j7hve-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:12.719Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.719Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "aai-ml",
  "timestamp": 1637130056211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/resourceInstances/pnfc9283f93c1050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:12.719Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.719Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "clamp",
  "timestamp": 1637130042894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/artifacts/service-DemoPnfWz9nunscyaadng1j7hve-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:21:12.719Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.719Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "policy-id",
  "timestamp": 1637130050648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/artifacts/service-DemoPnfWz9nunscyaadng1j7hve-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:21:12.719Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.719Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "dcae-sch",
  "timestamp": 1637130056387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/resourceInstances/pnfc9283f93c1050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:12.719Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.719Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637130053091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/artifacts/service-DemoPnfWz9nunscyaadng1j7hve-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:21:12.719Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.719Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "aai-ml",
  "timestamp": 1637130056211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/resourceInstances/pnfc9283f93c1050/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:12.719Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "dcae-sch",
  "timestamp": 1637130056387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/resourceInstances/pnfc9283f93c1050/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:12.720Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "policy-id",
  "timestamp": 1637130061092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/artifacts/service-DemoPnfWz9nunscyaadng1j7hve-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:21:12.720Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:21:12.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "aai-ml",
  "timestamp": 1637130056211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/resourceInstances/pnfc9283f93c1050/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:12.720Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "dcae-sch",
  "timestamp": 1637130056387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/resourceInstances/pnfc9283f93c1050/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:12.720Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "policy-id",
  "timestamp": 1637130062095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/artifacts/service-DemoPnfWz9nunscyaadng1j7hve-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:21:12.720Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:21:12.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "aai-ml",
  "timestamp": 1637130056211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/artifacts/service-DemoPnfWz9nunscyaadng1j7hve-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:12.720Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "dcae-sch",
  "timestamp": 1637130056387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/artifacts/service-DemoPnfWz9nunscyaadng1j7hve-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:12.721Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "policy-id",
  "timestamp": 1637130063097,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-17T06:21:12.736Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 21cb4939-6958-4bbf-8124-71fd1a91cc0c
2021-11-17T06:21:12.736Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21cb4939-6958-4bbf-8124-71fd1a91cc0c 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-11-17T06:21:12.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637130062644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/resourceInstances/pnfc9283f93c1050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:12.746Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "aai-ml",
  "timestamp": 1637130056211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/artifacts/service-DemoPnfWz9nunscyaadng1j7hve-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:21:12.747Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "dcae-sch",
  "timestamp": 1637130056387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/artifacts/service-DemoPnfWz9nunscyaadng1j7hve-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:12.747Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637130062644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/resourceInstances/pnfc9283f93c1050/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:12.747Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "aai-ml",
  "timestamp": 1637130065185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/artifacts/service-DemoPnfWz9nunscyaadng1j7hve-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:21:12.747Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:21:12.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637130062644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/resourceInstances/pnfc9283f93c1050/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:12.748Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637130062644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/resourceInstances/pnfc9283f93c1050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:12.748Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637130062644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/resourceInstances/pnfc9283f93c1050/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:12.748Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "clamp",
  "timestamp": 1637130068017,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/artifacts/service-DemoPnfWz9nunscyaadng1j7hve-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:21:12.749Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:21:12.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637130062644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/resourceInstances/pnfc9283f93c1050/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-11-17T06:21:12.749Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637130062644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/artifacts/service-DemoPnfWz9nunscyaadng1j7hve-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:12.749Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "aai-ml",
  "timestamp": 1637130069698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/artifacts/service-DemoPnfWz9nunscyaadng1j7hve-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:21:12.749Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:21:12.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "clamp",
  "timestamp": 1637130070009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/artifacts/service-DemoPnfWz9nunscyaadng1j7hve-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:21:12.749Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:21:12.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637130062644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/artifacts/service-DemoPnfWz9nunscyaadng1j7hve-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:12.750Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:21:12.750Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "aai-ml",
  "timestamp": 1637130070700,
  "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-11-17T06:21:12.754Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 21cb4939-6958-4bbf-8124-71fd1a91cc0c
2021-11-17T06:21:12.754Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21cb4939-6958-4bbf-8124-71fd1a91cc0c 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-11-17T06:21:12.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "clamp",
  "timestamp": 1637130071012,
  "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-11-17T06:21:12.766Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 21cb4939-6958-4bbf-8124-71fd1a91cc0c
2021-11-17T06:21:12.766Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21cb4939-6958-4bbf-8124-71fd1a91cc0c 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-11-17T06:21:12.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:21:12.773Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637130071483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/resourceInstances/pnfc9283f93c1050/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:21:12.773Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:21:19.364Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d77b5d0a-c8ea-4af6-9fab-fcc4895c9058
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:21:19.377Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d77b5d0a-c8ea-4af6-9fab-fcc4895c9058
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:21:19.379Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:21:19.379Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:21:19.380Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:21:19.380Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:21:49.380Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2021-11-17T06:21:49.380Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d77b5d0a-c8ea-4af6-9fab-fcc4895c9058 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-11-17T06:21:49.387Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d77b5d0a-c8ea-4af6-9fab-fcc4895c9058 and serviceModelVersionId: 08514743-07d8-45c7-877d-83bc79d0c56d
2021-11-17T06:21:49.387Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fb040c61-9495-4d52-b828-a5320ebe8f5c
2021-11-17T06:21:49.388Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fb040c61-9495-4d52-b828-a5320ebe8f5c/model-vers/model-ver/08514743-07d8-45c7-877d-83bc79d0c56d?depth=0
2021-11-17T06:21:49.393Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-11-17T06:21:49.418Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb040c61-9495-4d52-b828-a5320ebe8f5c/model-vers/model-ver/08514743-07d8-45c7-877d-83bc79d0c56d?depth=0|INFO|500||Invoke
2021-11-17T06:21:49.419Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb040c61-9495-4d52-b828-a5320ebe8f5c/model-vers/model-ver/08514743-07d8-45c7-877d-83bc79d0c56d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb040c61-9495-4d52-b828-a5320ebe8f5c/model-vers/model-ver/08514743-07d8-45c7-877d-83bc79d0c56d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d77b5d0a-c8ea-4af6-9fab-fcc4895c9058], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1f9e9f63-4b3e-476f-b1b5-2c20abb073da], X-ECOMP-RequestID=[d77b5d0a-c8ea-4af6-9fab-fcc4895c9058], X-TransactionId=[], X-ONAP-RequestID=[d77b5d0a-c8ea-4af6-9fab-fcc4895c9058], Content-Type=[application/merge-patch+json]}
2021-11-17T06:21:49.435Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb040c61-9495-4d52-b828-a5320ebe8f5c/model-vers/model-ver/08514743-07d8-45c7-877d-83bc79d0c56d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-11-17T06:21:49.576Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb040c61-9495-4d52-b828-a5320ebe8f5c/model-vers/model-ver/08514743-07d8-45c7-877d-83bc79d0c56d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb040c61-9495-4d52-b828-a5320ebe8f5c/model-vers/model-ver/08514743-07d8-45c7-877d-83bc79d0c56d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211117-06:21:49:442-36051], vertex-id=[241904], Content-Length=[0], Date=[Wed, 17 Nov 2021 06:21:49 GMT], Content-Type=[application/json]}
2021-11-17T06:21:49.577Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb040c61-9495-4d52-b828-a5320ebe8f5c/model-vers/model-ver/08514743-07d8-45c7-877d-83bc79d0c56d?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-17T06:21:49.577Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb040c61-9495-4d52-b828-a5320ebe8f5c/model-vers/model-ver/08514743-07d8-45c7-877d-83bc79d0c56d?depth=0|INFO|500||InvokeReturn
2021-11-17T06:21:49.578Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-17T06:21:49.578Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T06:21:49.581Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|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-11-17T06:21:49.582Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d77b5d0a-c8ea-4af6-9fab-fcc4895c9058 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2021-11-17T06:21:49.582Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-11-17T06:21:49.582Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:21:49.584Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:21:49.584Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130109582,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2021-11-17T06:21:49.684Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:21:49.685Z||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-11-17T06:21:49.686Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:21:49.703Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:21:49.704Z||pool-88-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-17T06:21:50.596Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:21:50.596Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|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-11-17T06:21:50.597Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:21:55.258Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:21:55.263Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-17T06:21:55.263Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"785be246-6e2f-42a7-b825-9e7cc9421ef6","serviceName":"Demo_pNF_VeJqBr1DZbr5CluTGfDf","serviceVersion":"1.0","serviceUUID":"b1d45d3e-3727-41f8-ba93-de37fcdf501f","serviceDescription":"catalog service description","serviceInvariantUUID":"c20914d7-d933-4aaa-b5b1-e618062bffcb","resources":[{"resourceInstanceName":"pNF 1d307eb7-d284 0","resourceName":"pNF 1d307eb7-d284","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7738905e-dc2a-4892-bdb5-50c7a026131b","resourceInvariantUUID":"017cbab8-d8c4-41b3-90ec-8080cd905101","resourceCustomizationUUID":"24b380c2-22af-432f-bc53-05e305589732","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/vf-license-model.xml","artifactChecksum":"YzVkOWQ0YzlmZmNjYWExMmQ4YmIyNDhlZDk4OTE1ZWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cebb707e-30ef-4f0b-98ca-cfb5598b8130","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/pNF.csar","artifactChecksum":"YWM2ODQ1ZDcxZWI1ODY0ZmJiNTVmNGE0YzA0Y2RhYzc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5e40aac3-9d68-4da9-8595-9fa3a8273496","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d85ee4fd-6933-418a-8f3b-f751500ddf42","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/vendor-license-model.xml","artifactChecksum":"ODA4YjdkN2U2OWRkYWZiNGM1ODA0NDAxM2NmYWNmMTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"10bbce53-1b17-46c4-afb4-88bedd5dbfa7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1e403255-3472-4f33-9fff-b1025c59bc2d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"16f72354-a13b-4ad2-b8ba-d5558d8ac77f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVejqbr1dzbr5clutgfdf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/artifacts/service-DemoPnfVejqbr1dzbr5clutgfdf-template.yml","artifactChecksum":"MTE3ODhmZDkwZDBhNmNlODEzY2Q4ZTgzNzBhMWMwZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"67025793-5f7c-466d-a62c-5de64e2ccbc3","artifactVersion":"1"},{"artifactName":"service-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/artifacts/service-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar","artifactChecksum":"MjE4NGQ2ZjQ1N2ZiOTU3MDkzN2U1MmQyYjQ5ODc0N2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"58a4c115-980b-45a0-b7b6-88eb004e10b5","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-17T06:21:55.265Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:21:55.266Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:21:55.267Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:21:55.268Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:55.368Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-17T06:21:55.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-11-17T06:21:55.369Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:21:55.379Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:21:55.380Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:21:56.268Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:21:56.269Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:21:56.271Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:21:56.272Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:56.372Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:21:56.373Z||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-11-17T06:21:56.373Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:21:56.384Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:21:56.385Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:21:57.272Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:21:57.273Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:21:57.275Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:21:57.275Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:57.375Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:21:57.376Z||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-11-17T06:21:57.376Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:21:57.388Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:21:57.388Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:21:58.275Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:21:58.276Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:21:58.279Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:21:58.279Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:58.379Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:21:58.380Z||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-11-17T06:21:58.380Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:21:58.396Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:21:58.396Z||pool-92-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:21:59.280Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:21:59.281Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:21:59.283Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:21:59.283Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:21:59.383Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:21:59.384Z||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-11-17T06:21:59.384Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:21:59.395Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:21:59.395Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:22:00.284Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:22:00.285Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:22:00.287Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:22:00.287Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:22:00.387Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-17T06:22:00.388Z||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-11-17T06:22:00.388Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:22:00.396Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:22:00.397Z||pool-94-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:22:01.288Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:22:01.289Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:22:01.291Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:22:01.291Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/artifacts/service-DemoPnfVejqbr1dzbr5clutgfdf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:22:01.391Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:22:01.392Z||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-11-17T06:22:01.392Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:22:01.402Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:22:01.403Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:22:02.291Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:22:02.292Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:22:02.294Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:22:02.294Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/artifacts/service-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:22:02.394Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:22:02.395Z||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-11-17T06:22:02.395Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:22:02.405Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:22:02.406Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:22:03.295Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "serviceName": "Demo_pNF_VeJqBr1DZbr5CluTGfDf",
  "serviceVersion": "1.0",
  "serviceUUID": "b1d45d3e-3727-41f8-ba93-de37fcdf501f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c20914d7-d933-4aaa-b5b1-e618062bffcb",
  "resources": [
    {
      "resourceInstanceName": "pNF 1d307eb7-d284 0",
      "resourceCustomizationUUID": "24b380c2-22af-432f-bc53-05e305589732",
      "resourceName": "pNF 1d307eb7-d284",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7738905e-dc2a-4892-bdb5-50c7a026131b",
      "resourceInvariantUUID": "017cbab8-d8c4-41b3-90ec-8080cd905101",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/artifacts/service-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar",
      "artifactChecksum": "MjE4NGQ2ZjQ1N2ZiOTU3MDkzN2U1MmQyYjQ5ODc0N2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "58a4c115-980b-45a0-b7b6-88eb004e10b5"
    }
  ],
  "workloadContext": "Production"
}
2021-11-17T06:22:03.296Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-17T06:22:03.296Z|d77b5d0a-c8ea-4af6-9fab-fcc4895c9058|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b1d45d3e-3727-41f8-ba93-de37fcdf501f ASDC
2021-11-17T06:22:03.296Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:785be246-6e2f-42a7-b825-9e7cc9421ef6
ServiceName:Demo_pNF_VeJqBr1DZbr5CluTGfDf
ServiceVersion:1.0
ServiceUUID:b1d45d3e-3727-41f8-ba93-de37fcdf501f
ServiceInvariantUUID:c20914d7-d933-4aaa-b5b1-e618062bffcb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/artifacts/service-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar
ArtifactUUID:58a4c115-980b-45a0-b7b6-88eb004e10b5
ArtifactChecksum:MjE4NGQ2ZjQ1N2ZiOTU3MDkzN2U1MmQyYjQ5ODc0N2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 1d307eb7-d284 0
ResourceCustomizationUUID:24b380c2-22af-432f-bc53-05e305589732
ResourceInvariantUUID:017cbab8-d8c4-41b3-90ec-8080cd905101
ResourceName:pNF 1d307eb7-d284
ResourceType:PNF
ResourceUUID:7738905e-dc2a-4892-bdb5-50c7a026131b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-11-17T06:22:03.297Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b1d45d3e-3727-41f8-ba93-de37fcdf501f 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-11-17T06:22:03.322Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-17T06:22:03.323Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-17T06:22:03.323Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-17T06:22:03.323Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 58a4c115-980b-45a0-b7b6-88eb004e10b5 from URL: /sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/artifacts/service-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar
2021-11-17T06:22:03.323Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-17T06:22:03.324Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/artifacts/service-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar
2021-11-17T06:22:03.697Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-17T06:22:03.702Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/artifacts/service-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar 58a4c115-980b-45a0-b7b6-88eb004e10b5 82631
2021-11-17T06:22:03.702Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/artifacts/service-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar ASDC sendASDCNotification
2021-11-17T06:22:03.702Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/artifacts/service-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar
2021-11-17T06:22:03.702Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T06:22:03.703Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:22:03.704Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:22:03.704Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130123702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/artifacts/service-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:22:03.804Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:22:03.805Z||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-11-17T06:22:03.805Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:22:03.817Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:22:03.817Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:22:04.704Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-17T06:22:04.706Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-17T06:22:04.706Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 58a4c115-980b-45a0-b7b6-88eb004e10b5, URL: /sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/artifacts/service-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar to file: /app/ASDC/1/service-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar
2021-11-17T06:22:04.706Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar
2021-11-17T06:22:04.706Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar
2021-11-17T06:22:04.707Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar
2021-11-17T06:22:04.773Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18171668546981944484/Definitions/service-DemoPnfVejqbr1dzbr5clutgfdf-template.yml
2021-11-17T06:22:05.317Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-17T06:22:05.318Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-17T06:22:05.318Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar
2021-11-17T06:22:05.318Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-11-17T06:22:05.318Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 1d307eb7-d284 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-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar
2021-11-17T06:22:05.318Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar
2021-11-17T06:22:05.318Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar
2021-11-17T06:22:05.318Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar
2021-11-17T06:22:05.318Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|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-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar
2021-11-17T06:22:05.318Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|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-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar
2021-11-17T06:22:05.318Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|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-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar
2021-11-17T06:22:05.318Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-17T06:22:05.318Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:22:05.319Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VeJqBr1DZbr5CluTGfDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:22:05.319Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Node template pNF 1d307eb7-d284 0 is matching search criteria
2021-11-17T06:22:05.319Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-17T06:22:05.319Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 1d307eb7-d284 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-17T06:22:05.319Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:22:05.319Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VeJqBr1DZbr5CluTGfDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:22:05.319Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Node template pNF 1d307eb7-d284 0 is matching search criteria
2021-11-17T06:22:05.319Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-17T06:22:05.319Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 1d307eb7-d284 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-17T06:22:05.319Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:22:05.319Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VeJqBr1DZbr5CluTGfDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:22:05.319Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:22:05.320Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VeJqBr1DZbr5CluTGfDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:22:05.320Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:22:05.320Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VeJqBr1DZbr5CluTGfDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:22:05.320Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:22:05.320Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VeJqBr1DZbr5CluTGfDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:22:05.320Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:22:05.320Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VeJqBr1DZbr5CluTGfDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:22:05.320Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_VeJqBr1DZbr5CluTGfDf
Description:catalog service description
Model UUID:b1d45d3e-3727-41f8-ba93-de37fcdf501f
Model Version:NULL
Model InvariantUuid:c20914d7-d933-4aaa-b5b1-e618062bffcb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-17T06:22:05.348Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7738905e-dc2a-4892-bdb5-50c7a026131b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T06:22:05.351Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||pNF 1d307eb7-d284 0
2021-11-17T06:22:05.352Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 7738905e-dc2a-4892-bdb5-50c7a026131b
2021-11-17T06:22:05.352Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||No resources found for Service: b1d45d3e-3727-41f8-ba93-de37fcdf501f
2021-11-17T06:22:05.352Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: b1d45d3e-3727-41f8-ba93-de37fcdf501f
2021-11-17T06:22:05.352Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 1d307eb7-d284 0 7738905e-dc2a-4892-bdb5-50c7a026131b ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T06:22:05.357Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@280554b2, org.onap.sdc.toscaparser.api.parameters.Input@729afa7e, org.onap.sdc.toscaparser.api.parameters.Input@44d0abcb, org.onap.sdc.toscaparser.api.parameters.Input@5f53f45e, org.onap.sdc.toscaparser.api.parameters.Input@5d719bc2]
2021-11-17T06:22:05.357Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:22:05.357Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VeJqBr1DZbr5CluTGfDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:22:05.358Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid b1d45d3e-3727-41f8-ba93-de37fcdf501f: pNF 1d307eb7-d284
2021-11-17T06:22:05.358Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||Processing PNF resource: 7738905e-dc2a-4892-bdb5-50c7a026131b
2021-11-17T06:22:05.358Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:22:05.358Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VeJqBr1DZbr5CluTGfDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:22:05.358Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||Resource customization UUID: 24b380c2-22af-432f-bc53-05e305589732 is the same as notified resource customizationUUID: 24b380c2-22af-432f-bc53-05e305589732
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-11-17T06:22:05.419Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 1d307eb7-d284 7738905e-dc2a-4892-bdb5-50c7a026131b 0 ASDC deployResourceStructure
2021-11-17T06:22:05.419Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/artifacts/service-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar ASDC sendASDCNotification
2021-11-17T06:22:05.419Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/artifacts/service-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar
2021-11-17T06:22:05.419Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T06:22:05.420Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:22:05.421Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:22:05.421Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130125419,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/artifacts/service-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:22:05.521Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:22:05.522Z||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-11-17T06:22:05.522Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:22:05.536Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:22:05.536Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:22:06.422Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 785be246-6e2f-42a7-b825-9e7cc9421ef6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:22:06.430Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 785be246-6e2f-42a7-b825-9e7cc9421ef6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:22:06.432Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:22:06.433Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:22:06.433Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:22:06.433Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:22:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:22:12.577Z||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-11-17T06:22:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:22:12.602Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:22:12.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:22:12.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637130072498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWz9nunscyaadng1j7hve/1.0/resourceInstances/pnfc9283f93c1050/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-11-17T06:22:12.603Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:22:36.433Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 785be246-6e2f-42a7-b825-9e7cc9421ef6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:22:36.445Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 785be246-6e2f-42a7-b825-9e7cc9421ef6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:22:36.447Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:22:36.448Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:22:36.448Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:22:36.448Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:23:06.448Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 785be246-6e2f-42a7-b825-9e7cc9421ef6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:23:06.456Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 785be246-6e2f-42a7-b825-9e7cc9421ef6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:23:06.457Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:23:06.457Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:23:06.458Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:23:06.458Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:23:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:23:12.576Z||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-11-17T06:23:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:23:13.099Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:23:13.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:23:13.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21cb4939-6958-4bbf-8124-71fd1a91cc0c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637130073501,
  "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-11-17T06:23:13.107Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 21cb4939-6958-4bbf-8124-71fd1a91cc0c
2021-11-17T06:23:13.107Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21cb4939-6958-4bbf-8124-71fd1a91cc0c 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-11-17T06:23:13.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:23:13.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d77b5d0a-c8ea-4af6-9fab-fcc4895c9058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130109582,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2021-11-17T06:23:13.116Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:23:13.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:23:13.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:23:13.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:23:13.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:23:13.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:23:13.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:23:13.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:23:13.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:23:13.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:23:13.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:23:13.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:23:13.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:23:13.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:23:13.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:23:13.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:23:13.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:23:13.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/resourceInstances/pnf1d307eb7d2840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:23:13.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:23:13.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:23:13.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/artifacts/service-DemoPnfVejqbr1dzbr5clutgfdf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:23:13.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:23:13.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:23:13.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/artifacts/service-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:23:13.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:23:13.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:23:13.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130123702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/artifacts/service-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:23:13.117Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:23:13.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:23:13.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130125419,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVejqbr1dzbr5clutgfdf/1.0/artifacts/service-DemoPnfVejqbr1dzbr5clutgfdf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:23:13.117Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:23:36.458Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 785be246-6e2f-42a7-b825-9e7cc9421ef6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:23:36.469Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 785be246-6e2f-42a7-b825-9e7cc9421ef6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:23:36.472Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:23:36.472Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:23:36.472Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:23:36.472Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:24:06.473Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 785be246-6e2f-42a7-b825-9e7cc9421ef6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:24:06.483Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 785be246-6e2f-42a7-b825-9e7cc9421ef6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:24:06.485Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:24:06.485Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:24:06.485Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:24:06.485Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:24:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:24:12.576Z||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-11-17T06:24:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:24:22.115Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:24:36.485Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 785be246-6e2f-42a7-b825-9e7cc9421ef6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:24:36.495Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 785be246-6e2f-42a7-b825-9e7cc9421ef6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:24:36.498Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:24:36.498Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:24:36.498Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:24:36.498Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:25:06.498Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 785be246-6e2f-42a7-b825-9e7cc9421ef6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:25:06.508Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 785be246-6e2f-42a7-b825-9e7cc9421ef6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:25:06.511Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:25:06.511Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:25:06.511Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:25:06.512Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:25:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:25:12.577Z||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-11-17T06:25:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:25:13.943Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:25:13.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T06:25:13.943Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "clamp",
  "timestamp": 1637130312895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/resourceInstances/vfwf8d34c2855e40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:25:13.944Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:25:36.512Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 785be246-6e2f-42a7-b825-9e7cc9421ef6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:25:36.525Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 785be246-6e2f-42a7-b825-9e7cc9421ef6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:25:36.528Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:25:36.529Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:25:36.529Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:25:36.529Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:26:06.530Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 785be246-6e2f-42a7-b825-9e7cc9421ef6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:26:06.540Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 785be246-6e2f-42a7-b825-9e7cc9421ef6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:26:06.542Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:26:06.543Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:26:06.543Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:26:06.543Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:26:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:26:12.577Z||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-11-17T06:26:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:26:12.598Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:26:12.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:26:12.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637130313093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/resourceInstances/vfwf8d34c2855e40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:26:12.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:26:36.543Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 785be246-6e2f-42a7-b825-9e7cc9421ef6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:26:36.552Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 785be246-6e2f-42a7-b825-9e7cc9421ef6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:26:36.554Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:26:36.555Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:26:36.555Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:26:36.555Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:27:06.555Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2021-11-17T06:27:06.555Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 785be246-6e2f-42a7-b825-9e7cc9421ef6 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-11-17T06:27:06.559Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 785be246-6e2f-42a7-b825-9e7cc9421ef6 and serviceModelVersionId: b1d45d3e-3727-41f8-ba93-de37fcdf501f
2021-11-17T06:27:06.559Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c20914d7-d933-4aaa-b5b1-e618062bffcb
2021-11-17T06:27:06.560Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c20914d7-d933-4aaa-b5b1-e618062bffcb/model-vers/model-ver/b1d45d3e-3727-41f8-ba93-de37fcdf501f?depth=0
2021-11-17T06:27:06.567Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-11-17T06:27:06.593Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c20914d7-d933-4aaa-b5b1-e618062bffcb/model-vers/model-ver/b1d45d3e-3727-41f8-ba93-de37fcdf501f?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-11-17T06:27:06.594Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c20914d7-d933-4aaa-b5b1-e618062bffcb/model-vers/model-ver/b1d45d3e-3727-41f8-ba93-de37fcdf501f?depth=0|INFO|500||Invoke
2021-11-17T06:27:06.612Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c20914d7-d933-4aaa-b5b1-e618062bffcb/model-vers/model-ver/b1d45d3e-3727-41f8-ba93-de37fcdf501f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-11-17T06:27:06.976Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c20914d7-d933-4aaa-b5b1-e618062bffcb/model-vers/model-ver/b1d45d3e-3727-41f8-ba93-de37fcdf501f?depth=0|INFO|500||InvokeReturn
2021-11-17T06:27:06.976Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c20914d7-d933-4aaa-b5b1-e618062bffcb/model-vers/model-ver/b1d45d3e-3727-41f8-ba93-de37fcdf501f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211117-06:27:06:618-78434], vertex-id=[229416], Content-Length=[0], Date=[Wed, 17 Nov 2021 06:27:06 GMT], Content-Type=[application/json]}
2021-11-17T06:27:06.976Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-11-17T06:27:06.976Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-17T06:27:06.976Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T06:27:06.981Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|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-11-17T06:27:06.981Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 785be246-6e2f-42a7-b825-9e7cc9421ef6 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2021-11-17T06:27:06.981Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-11-17T06:27:06.981Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:27:06.983Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:27:06.983Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130426981,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2021-11-17T06:27:07.083Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:27:07.084Z||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-11-17T06:27:07.084Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:27:07.101Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:27:07.101Z||pool-99-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-17T06:27:07.996Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-17T06:27:07.996Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"3ccc4edb-393e-441a-8801-c8eb0c6eaa5f","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"420cf463-f098-4a8b-977e-f99c4a5295f4","serviceDescription":"service","serviceInvariantUUID":"126fbc6e-f957-4784-ad2f-7f6582cd4a4a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"da8a2b03-f09f-4d14-a68c-90123682f0a3","resourceInvariantUUID":"85710aa9-4f32-4a00-9cc2-ac087ae7438f","resourceCustomizationUUID":"aed57408-d7c3-4b08-a05e-b06d7d7a02b8","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":"Nzg5MWQzY2YzMGEzYWVkY2E0YjczNDc2ZTZkYTE1MGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3e65ab9c-46fa-4fdf-a696-505a70b80908","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":"2ce9b1f4-ca0c-4b0a-808b-c8cb0945f0de","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":"38f66f05-f57c-41ce-88a6-f7ae9c51af9c","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":"YzJlNTllODFhY2Q1NjUwMjdhNmRlZmZhYTdkN2YyMTE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"cff5782b-9e76-4779-8708-c6cb59c632a4","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":"461786e4-c485-494b-a5c4-06e44c224374","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":"77b545be-4107-46e6-9c3f-c6bfcf900b4e","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":"97fc050d-73b6-47ab-95fa-409da6c818e7","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":"ODMwYTRhMzliYmMyM2FmODhmYzA4MGYzODRkMjM3NmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2ea80336-a37c-4fed-ab42-ec9576b6922c","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"OTM3MTc5YjZhNjU4Nzc4NjFhZGY2NjJlN2M0YjYxMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e5eca174-6673-4642-a536-80fe44885cc6","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-17T06:27:07.997Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:27:07.997Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:27:07.998Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:27:07.998Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:27:08.098Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:27:08.099Z||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-11-17T06:27:08.099Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:27:08.107Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:27:08.107Z||pool-100-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-11-17T06:27:08.999Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:27:08.999Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:27:09.001Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:27:09.001Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:27:09.101Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:27:09.102Z||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-11-17T06:27:09.102Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:27:09.111Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:27:09.112Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:27:10.002Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:27:10.002Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:27:10.004Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:27:10.004Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:27:10.104Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:27:10.105Z||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-11-17T06:27:10.105Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:27:10.116Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:27:10.116Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:27:11.004Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:27:11.005Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:27:11.006Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:27:11.006Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:27:11.107Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-17T06:27:11.107Z||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-11-17T06:27:11.108Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:27:11.117Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:27:11.117Z||pool-103-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:27:12.007Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:27:12.008Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:27:12.010Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:27:12.010Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:27:12.110Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-17T06:27:12.111Z||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-11-17T06:27:12.111Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:27:12.121Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:27:12.121Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:27:12.576Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:27:12.577Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|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-11-17T06:27:12.577Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:27:12.595Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:27:12.596Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:27:12.596Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "policy-id",
  "timestamp": 1637130310648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/resourceInstances/vfwf8d34c2855e40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:27:12.596Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:27:13.011Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:27:13.012Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:27:13.015Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:27:13.015Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:27:13.115Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:27:13.116Z||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-11-17T06:27:13.116Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:27:13.126Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:27:13.126Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:27:14.016Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:27:14.017Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:27:14.019Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:27:14.020Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:27:14.119Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-17T06:27:14.120Z||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-11-17T06:27:14.120Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:27:14.130Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:27:14.130Z||pool-106-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:27:15.020Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:27:15.021Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:27:15.023Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:27:15.024Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:27:15.124Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:27:15.125Z||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-11-17T06:27:15.125Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:27:15.138Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:27:15.139Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:27:16.025Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:27:16.025Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:27:16.027Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:27:16.027Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:27:16.127Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:27:16.128Z||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-11-17T06:27:16.128Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:27:16.139Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:27:16.139Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:27:17.028Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "420cf463-f098-4a8b-977e-f99c4a5295f4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "126fbc6e-f957-4784-ad2f-7f6582cd4a4a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "aed57408-d7c3-4b08-a05e-b06d7d7a02b8",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "da8a2b03-f09f-4d14-a68c-90123682f0a3",
      "resourceInvariantUUID": "85710aa9-4f32-4a00-9cc2-ac087ae7438f",
      "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": "OTM3MTc5YjZhNjU4Nzc4NjFhZGY2NjJlN2M0YjYxMDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e5eca174-6673-4642-a536-80fe44885cc6"
    }
  ],
  "workloadContext": "Production"
}
2021-11-17T06:27:17.029Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-17T06:27:17.029Z|785be246-6e2f-42a7-b825-9e7cc9421ef6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 420cf463-f098-4a8b-977e-f99c4a5295f4 ASDC
2021-11-17T06:27:17.030Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:3ccc4edb-393e-441a-8801-c8eb0c6eaa5f
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:420cf463-f098-4a8b-977e-f99c4a5295f4
ServiceInvariantUUID:126fbc6e-f957-4784-ad2f-7f6582cd4a4a
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:e5eca174-6673-4642-a536-80fe44885cc6
ArtifactChecksum:OTM3MTc5YjZhNjU4Nzc4NjFhZGY2NjJlN2M0YjYxMDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:aed57408-d7c3-4b08-a05e-b06d7d7a02b8
ResourceInvariantUUID:85710aa9-4f32-4a00-9cc2-ac087ae7438f
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:da8a2b03-f09f-4d14-a68c-90123682f0a3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-11-17T06:27:17.030Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 420cf463-f098-4a8b-977e-f99c4a5295f4 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-11-17T06:27:17.055Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-17T06:27:17.056Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-17T06:27:17.056Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-17T06:27:17.056Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e5eca174-6673-4642-a536-80fe44885cc6 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-17T06:27:17.056Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-17T06:27:17.056Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-17T06:27:17.682Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-17T06:27:17.687Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar e5eca174-6673-4642-a536-80fe44885cc6 105641
2021-11-17T06:27:17.688Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-11-17T06:27:17.688Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-17T06:27:17.688Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T06:27:17.688Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:27:17.689Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:27:17.689Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130437688,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:27:17.790Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-17T06:27:17.790Z||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-11-17T06:27:17.790Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:27:17.799Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:27:17.800Z||pool-109-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-11-17T06:27:18.690Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-17T06:27:18.691Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-17T06:27:18.691Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: e5eca174-6673-4642-a536-80fe44885cc6, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-17T06:27:18.691Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-11-17T06:27:18.692Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-17T06:27:18.692Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-17T06:27:18.787Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17834537794574169863/Definitions/service-TestPnfMacro-template.yml
2021-11-17T06:27:19.299Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-17T06:27:19.300Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-17T06:27:19.300Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-17T06:27:19.300Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-11-17T06:27:19.300Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-17T06:27:19.300Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-17T06:27:19.300Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-17T06:27:19.300Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-17T06:27:19.300Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-17T06:27:19.300Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-17T06:27:19.300Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-17T06:27:19.300Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-17T06:27:19.300Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:27:19.300Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:27:19.300Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-11-17T06:27:19.300Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-17T06:27:19.300Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-17T06:27:19.301Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:27:19.301Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:27:19.301Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-11-17T06:27:19.301Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-17T06:27:19.301Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-17T06:27:19.301Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:27:19.301Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:27:19.301Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:27:19.301Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:27:19.301Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:27:19.301Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:27:19.301Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:27:19.301Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:27:19.301Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:27:19.301Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:27:19.301Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:420cf463-f098-4a8b-977e-f99c4a5295f4
Model Version:NULL
Model InvariantUuid:126fbc6e-f957-4784-ad2f-7f6582cd4a4a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-17T06:27:19.309Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: da8a2b03-f09f-4d14-a68c-90123682f0a3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T06:27:19.311Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||test-pnf 0
2021-11-17T06:27:19.311Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: da8a2b03-f09f-4d14-a68c-90123682f0a3
2021-11-17T06:27:19.311Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 420cf463-f098-4a8b-977e-f99c4a5295f4
2021-11-17T06:27:19.311Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 420cf463-f098-4a8b-977e-f99c4a5295f4
2021-11-17T06:27:19.311Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 da8a2b03-f09f-4d14-a68c-90123682f0a3 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T06:27:19.315Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2872b3e6, org.onap.sdc.toscaparser.api.parameters.Input@5aa585e8, org.onap.sdc.toscaparser.api.parameters.Input@3be254fc, org.onap.sdc.toscaparser.api.parameters.Input@4f6fe809, org.onap.sdc.toscaparser.api.parameters.Input@72bf9f81]
2021-11-17T06:27:19.315Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:27:19.316Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:27:19.316Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 420cf463-f098-4a8b-977e-f99c4a5295f4: test-pnf
2021-11-17T06:27:19.316Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||Processing PNF resource: da8a2b03-f09f-4d14-a68c-90123682f0a3
2021-11-17T06:27:19.316Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:27:19.316Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:27:19.316Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||Resource customization UUID: aed57408-d7c3-4b08-a05e-b06d7d7a02b8 is the same as notified resource customizationUUID: aed57408-d7c3-4b08-a05e-b06d7d7a02b8
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-11-17T06:27:19.345Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf da8a2b03-f09f-4d14-a68c-90123682f0a3 0 ASDC deployResourceStructure
2021-11-17T06:27:19.345Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-11-17T06:27:19.345Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-17T06:27:19.345Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T06:27:19.346Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:27:19.348Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:27:19.348Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130439345,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:27:19.448Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:27:19.449Z||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-11-17T06:27:19.449Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:27:19.460Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:27:19.460Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:27:20.349Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ccc4edb-393e-441a-8801-c8eb0c6eaa5f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:27:20.363Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ccc4edb-393e-441a-8801-c8eb0c6eaa5f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:27:20.364Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:27:20.365Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:27:20.365Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:27:20.365Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:27:50.365Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ccc4edb-393e-441a-8801-c8eb0c6eaa5f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:27:50.376Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ccc4edb-393e-441a-8801-c8eb0c6eaa5f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:27:50.377Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:27:50.378Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:27:50.378Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:27:50.378Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:28:12.576Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:28:12.577Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|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-11-17T06:28:12.577Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:28:12.598Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:28:12.600Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.600Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "clamp",
  "timestamp": 1637130312895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/resourceInstances/vfwf8d34c2855e40/artifacts/vfwf8d34c2855e40_modules.json",
  "status": "NOTIFIED"
}
2021-11-17T06:28:12.600Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:28:12.600Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.600Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637130313093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/resourceInstances/vfwf8d34c2855e40/artifacts/vfwf8d34c2855e40_modules.json",
  "status": "NOTIFIED"
}
2021-11-17T06:28:12.600Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:28:12.600Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.601Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "policy-id",
  "timestamp": 1637130310648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/resourceInstances/vfwf8d34c2855e40/artifacts/vfwf8d34c2855e40_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:28:12.601Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:28:12.601Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.601Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "clamp",
  "timestamp": 1637130312895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/resourceInstances/vfwf8d34c2855e40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:28:12.601Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:28:12.601Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.601Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637130313093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/resourceInstances/vfwf8d34c2855e40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-17T06:28:12.601Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:28:12.601Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.601Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "policy-id",
  "timestamp": 1637130310648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/resourceInstances/vfwf8d34c2855e40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-17T06:28:12.601Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:28:12.601Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.601Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "clamp",
  "timestamp": 1637130312895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/resourceInstances/vfwf8d34c2855e40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:28:12.602Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:28:12.602Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.602Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637130313093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/resourceInstances/vfwf8d34c2855e40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:28:12.602Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:28:12.602Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.602Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "policy-id",
  "timestamp": 1637130310648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/resourceInstances/vfwf8d34c2855e40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:28:12.602Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:28:12.602Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.602Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "dcae-sch",
  "timestamp": 1637130316387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/resourceInstances/vfwf8d34c2855e40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:28:12.602Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:28:12.602Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.602Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "clamp",
  "timestamp": 1637130312895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/resourceInstances/vfwf8d34c2855e40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:28:12.602Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:28:12.602Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.602Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637130313093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/resourceInstances/vfwf8d34c2855e40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-17T06:28:12.602Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:28:12.603Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.603Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "policy-id",
  "timestamp": 1637130310648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/resourceInstances/vfwf8d34c2855e40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:28:12.603Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:28:12.603Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.603Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "dcae-sch",
  "timestamp": 1637130316387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/resourceInstances/vfwf8d34c2855e40/artifacts/vfwf8d34c2855e40_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:28:12.603Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:28:12.603Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.603Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "clamp",
  "timestamp": 1637130312895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/artifacts/service-Vfw20211117062324-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:28:12.603Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:28:12.603Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.603Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637130313093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/artifacts/service-Vfw20211117062324-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:28:12.603Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:28:12.603Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.603Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "policy-id",
  "timestamp": 1637130310648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/artifacts/service-Vfw20211117062324-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:28:12.603Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:28:12.604Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.604Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "dcae-sch",
  "timestamp": 1637130316387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/resourceInstances/vfwf8d34c2855e40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:28:12.604Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:28:12.604Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.604Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "clamp",
  "timestamp": 1637130312895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/artifacts/service-Vfw20211117062324-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:28:12.604Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:28:12.604Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.604Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637130313093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/artifacts/service-Vfw20211117062324-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:28:12.604Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:28:12.604Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.604Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "policy-id",
  "timestamp": 1637130310648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/artifacts/service-Vfw20211117062324-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:28:12.604Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:28:12.604Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.604Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "dcae-sch",
  "timestamp": 1637130316387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/resourceInstances/vfwf8d34c2855e40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:28:12.604Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:28:12.604Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "policy-id",
  "timestamp": 1637130320809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/artifacts/service-Vfw20211117062324-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:28:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:28:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637130320881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/resourceInstances/vfwf8d34c2855e40/artifacts/vfwf8d34c2855e40_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:28:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:28:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "dcae-sch",
  "timestamp": 1637130316387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/resourceInstances/vfwf8d34c2855e40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:28:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:28:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "policy-id",
  "timestamp": 1637130321812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/artifacts/service-Vfw20211117062324-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:28:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:28:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "dcae-sch",
  "timestamp": 1637130316387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/artifacts/service-Vfw20211117062324-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:28:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:28:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637130322082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/resourceInstances/vfwf8d34c2855e40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:28:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:28:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "policy-id",
  "timestamp": 1637130322816,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-17T06:28:12.619Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5a872790-2f04-4924-a758-61680428a8ec
2021-11-17T06:28:12.619Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a872790-2f04-4924-a758-61680428a8ec 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-11-17T06:28:12.628Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.628Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "dcae-sch",
  "timestamp": 1637130316387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/artifacts/service-Vfw20211117062324-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:28:12.628Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:28:12.628Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.629Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637130323191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/resourceInstances/vfwf8d34c2855e40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:28:12.629Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:28:12.629Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.629Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637130322644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/resourceInstances/vfwf8d34c2855e40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:28:12.629Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:28:12.629Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.629Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637130324215,
  "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-11-17T06:28:12.634Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5a872790-2f04-4924-a758-61680428a8ec
2021-11-17T06:28:12.634Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a872790-2f04-4924-a758-61680428a8ec 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-11-17T06:28:12.640Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.641Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637130322644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/resourceInstances/vfwf8d34c2855e40/artifacts/vfwf8d34c2855e40_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:28:12.641Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:28:12.641Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.641Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637130325219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/resourceInstances/vfwf8d34c2855e40/artifacts/vfwf8d34c2855e40_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-17T06:28:12.641Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:28:12.641Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.641Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637130322644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/resourceInstances/vfwf8d34c2855e40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:28:12.641Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:28:12.641Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.641Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637130322644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/resourceInstances/vfwf8d34c2855e40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:28:12.641Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:28:12.641Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.641Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "aai-ml",
  "timestamp": 1637130326211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/resourceInstances/vfwf8d34c2855e40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:28:12.642Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:28:12.642Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.642Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637130322644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/resourceInstances/vfwf8d34c2855e40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:28:12.642Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:28:12.642Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.642Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "aai-ml",
  "timestamp": 1637130326211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/resourceInstances/vfwf8d34c2855e40/artifacts/vfwf8d34c2855e40_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:28:12.642Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:28:12.642Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.642Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637130322644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/artifacts/service-Vfw20211117062324-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:28:12.642Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:28:12.642Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.642Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "aai-ml",
  "timestamp": 1637130326211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/resourceInstances/vfwf8d34c2855e40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:28:12.642Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:28:12.642Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.642Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637130322644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/artifacts/service-Vfw20211117062324-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:28:12.642Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:28:12.642Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.642Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "aai-ml",
  "timestamp": 1637130326211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/resourceInstances/vfwf8d34c2855e40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:28:12.642Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:28:12.642Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.642Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "aai-ml",
  "timestamp": 1637130326211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/resourceInstances/vfwf8d34c2855e40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:28:12.642Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:28:12.642Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.642Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "aai-ml",
  "timestamp": 1637130326211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/artifacts/service-Vfw20211117062324-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:28:12.642Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:28:12.642Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.643Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "clamp",
  "timestamp": 1637130332043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/artifacts/service-Vfw20211117062324-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:28:12.643Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:28:12.643Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.643Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "aai-ml",
  "timestamp": 1637130326211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/artifacts/service-Vfw20211117062324-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:28:12.643Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:28:12.643Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.643Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "aai-ml",
  "timestamp": 1637130334007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/artifacts/service-Vfw20211117062324-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:28:12.643Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:28:12.643Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.643Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "clamp",
  "timestamp": 1637130335045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/artifacts/service-Vfw20211117062324-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:28:12.643Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:28:12.643Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.643Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "clamp",
  "timestamp": 1637130336049,
  "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-11-17T06:28:12.647Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5a872790-2f04-4924-a758-61680428a8ec
2021-11-17T06:28:12.648Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a872790-2f04-4924-a758-61680428a8ec 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-11-17T06:28:12.656Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.656Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "aai-ml",
  "timestamp": 1637130343884,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117062324/1.0/artifacts/service-Vfw20211117062324-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:28:12.656Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:28:12.656Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:28:12.656Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a872790-2f04-4924-a758-61680428a8ec",
  "consumerID": "aai-ml",
  "timestamp": 1637130344888,
  "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-11-17T06:28:12.660Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5a872790-2f04-4924-a758-61680428a8ec
2021-11-17T06:28:12.660Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a872790-2f04-4924-a758-61680428a8ec 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-11-17T06:28:20.378Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ccc4edb-393e-441a-8801-c8eb0c6eaa5f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:28:20.387Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ccc4edb-393e-441a-8801-c8eb0c6eaa5f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:28:20.388Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:28:20.388Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:28:20.388Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:28:20.388Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:28:50.388Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ccc4edb-393e-441a-8801-c8eb0c6eaa5f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:28:50.398Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ccc4edb-393e-441a-8801-c8eb0c6eaa5f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:28:50.400Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:28:50.401Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:28:50.401Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:28:50.401Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:29:12.576Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:29:12.577Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|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-11-17T06:29:12.577Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:29:12.601Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:29:12.601Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:29:12.601Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785be246-6e2f-42a7-b825-9e7cc9421ef6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130426981,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2021-11-17T06:29:12.602Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:29:12.602Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:29:12.602Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:29:12.602Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:29:12.602Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:29:12.602Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:29:12.602Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:29:12.602Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:29:12.602Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:29:12.602Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:29:12.602Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:29:12.602Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:29:12.602Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:29:12.602Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:29:12.602Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:29:12.602Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:29:20.401Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ccc4edb-393e-441a-8801-c8eb0c6eaa5f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:29:20.409Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ccc4edb-393e-441a-8801-c8eb0c6eaa5f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:29:20.410Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:29:20.410Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:29:20.410Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:29:20.410Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:29:50.410Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ccc4edb-393e-441a-8801-c8eb0c6eaa5f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:29:50.419Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ccc4edb-393e-441a-8801-c8eb0c6eaa5f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:29:50.421Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:29:50.421Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:29:50.421Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:29:50.421Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:30:12.576Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:30:12.577Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|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-11-17T06:30:12.577Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:30:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:30:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:30:12.605Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:30:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:30:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:30:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:30:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:30:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:30:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:30:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:30:12.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:30:12.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:30:12.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:30:12.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:30:12.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130437688,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:30:12.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:30:12.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:30:12.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130439345,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:30:12.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:30:20.422Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ccc4edb-393e-441a-8801-c8eb0c6eaa5f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:30:20.430Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ccc4edb-393e-441a-8801-c8eb0c6eaa5f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:30:20.432Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:30:20.432Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:30:20.432Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:30:20.432Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:30:50.432Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ccc4edb-393e-441a-8801-c8eb0c6eaa5f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:30:50.441Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ccc4edb-393e-441a-8801-c8eb0c6eaa5f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:30:50.443Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:30:50.444Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:30:50.444Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:30:50.444Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:31:12.576Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:31:12.576Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|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-11-17T06:31:12.577Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:31:13.102Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:31:13.105Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.105Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637130573091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/resourceInstances/pnf9793fda964de0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:31:13.105Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.106Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.106Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "dcae-sch",
  "timestamp": 1637130576387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/resourceInstances/pnf9793fda964de0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:31:13.106Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.106Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.106Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "policy-id",
  "timestamp": 1637130570648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/resourceInstances/pnf9793fda964de0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:31:13.106Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.106Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.106Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637130573091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/resourceInstances/pnf9793fda964de0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:31:13.107Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.107Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.107Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "dcae-sch",
  "timestamp": 1637130576387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/resourceInstances/pnf9793fda964de0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:31:13.107Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.107Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.107Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "policy-id",
  "timestamp": 1637130570648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/resourceInstances/pnf9793fda964de0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:31:13.107Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.107Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.107Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637130573091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/resourceInstances/pnf9793fda964de0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:31:13.107Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.108Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.108Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "dcae-sch",
  "timestamp": 1637130576387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/resourceInstances/pnf9793fda964de0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:31:13.108Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.108Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.108Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "policy-id",
  "timestamp": 1637130570648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/resourceInstances/pnf9793fda964de0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:31:13.108Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.108Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.108Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637130573091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/resourceInstances/pnf9793fda964de0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:31:13.108Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.108Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.109Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "dcae-sch",
  "timestamp": 1637130576387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/resourceInstances/pnf9793fda964de0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:31:13.109Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.109Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.109Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "policy-id",
  "timestamp": 1637130570648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/resourceInstances/pnf9793fda964de0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:31:13.109Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.109Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.109Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637130573091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/resourceInstances/pnf9793fda964de0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:31:13.109Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.109Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.110Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "dcae-sch",
  "timestamp": 1637130576387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/resourceInstances/pnf9793fda964de0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:31:13.110Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.110Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.110Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "policy-id",
  "timestamp": 1637130570648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/resourceInstances/pnf9793fda964de0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:31:13.110Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.110Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.110Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637130573091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/resourceInstances/pnf9793fda964de0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:31:13.111Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.111Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.111Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "dcae-sch",
  "timestamp": 1637130576387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/resourceInstances/pnf9793fda964de0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:31:13.111Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.111Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.111Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "policy-id",
  "timestamp": 1637130570648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/resourceInstances/pnf9793fda964de0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:31:13.111Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.111Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.111Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637130582644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/resourceInstances/pnf9793fda964de0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:31:13.111Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.111Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.111Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "clamp",
  "timestamp": 1637130582895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/resourceInstances/pnf9793fda964de0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:31:13.111Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.112Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.112Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "dcae-sch",
  "timestamp": 1637130576387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/artifacts/service-DemoPnfN8z4cd00f5hpsbs0nv4o-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:31:13.112Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.112Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.112Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637130573091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/artifacts/service-DemoPnfN8z4cd00f5hpsbs0nv4o-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:31:13.112Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.112Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.112Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "policy-id",
  "timestamp": 1637130570648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/artifacts/service-DemoPnfN8z4cd00f5hpsbs0nv4o-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:31:13.112Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.112Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.112Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637130582644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/resourceInstances/pnf9793fda964de0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:31:13.112Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.112Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.112Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "clamp",
  "timestamp": 1637130582895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/resourceInstances/pnf9793fda964de0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:31:13.112Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.112Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.112Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "dcae-sch",
  "timestamp": 1637130576387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/artifacts/service-DemoPnfN8z4cd00f5hpsbs0nv4o-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:31:13.112Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.112Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.112Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637130573091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/artifacts/service-DemoPnfN8z4cd00f5hpsbs0nv4o-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:31:13.112Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.113Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.113Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "policy-id",
  "timestamp": 1637130570648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/artifacts/service-DemoPnfN8z4cd00f5hpsbs0nv4o-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:31:13.113Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.113Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.113Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637130582644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/resourceInstances/pnf9793fda964de0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:31:13.113Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.113Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.113Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "clamp",
  "timestamp": 1637130582895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/resourceInstances/pnf9793fda964de0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:31:13.113Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.113Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.113Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "policy-id",
  "timestamp": 1637130585788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/artifacts/service-DemoPnfN8z4cd00f5hpsbs0nv4o-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:31:13.113Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:31:13.113Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.113Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637130582644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/resourceInstances/pnf9793fda964de0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:31:13.113Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.113Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.113Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "clamp",
  "timestamp": 1637130582895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/resourceInstances/pnf9793fda964de0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:31:13.113Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.113Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.113Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "policy-id",
  "timestamp": 1637130586792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/artifacts/service-DemoPnfN8z4cd00f5hpsbs0nv4o-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:31:13.113Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:31:13.114Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.114Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637130582644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/resourceInstances/pnf9793fda964de0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:31:13.114Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.114Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.114Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "clamp",
  "timestamp": 1637130582895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/resourceInstances/pnf9793fda964de0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:31:13.114Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.114Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.114Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "policy-id",
  "timestamp": 1637130587796,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-17T06:31:13.126Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9efcf616-d7fd-477f-800f-dd828a27c412
2021-11-17T06:31:13.126Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9efcf616-d7fd-477f-800f-dd828a27c412 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-11-17T06:31:13.133Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.133Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637130582644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/resourceInstances/pnf9793fda964de0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-11-17T06:31:13.133Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.133Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.133Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "clamp",
  "timestamp": 1637130582895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/resourceInstances/pnf9793fda964de0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:31:13.133Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.133Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.133Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637130582644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/artifacts/service-DemoPnfN8z4cd00f5hpsbs0nv4o-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:31:13.133Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.133Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.133Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "clamp",
  "timestamp": 1637130582895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/artifacts/service-DemoPnfN8z4cd00f5hpsbs0nv4o-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:31:13.133Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.134Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.134Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637130582644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/artifacts/service-DemoPnfN8z4cd00f5hpsbs0nv4o-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:31:13.134Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.134Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.134Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "clamp",
  "timestamp": 1637130582895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/artifacts/service-DemoPnfN8z4cd00f5hpsbs0nv4o-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:31:13.134Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.134Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.134Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637130591391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/resourceInstances/pnf9793fda964de0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:31:13.134Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:31:13.134Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.134Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637130592406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/resourceInstances/pnf9793fda964de0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-11-17T06:31:13.134Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:31:13.134Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.134Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637130593408,
  "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-11-17T06:31:13.138Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 9efcf616-d7fd-477f-800f-dd828a27c412
2021-11-17T06:31:13.138Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9efcf616-d7fd-477f-800f-dd828a27c412 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-11-17T06:31:13.145Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.146Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "aai-ml",
  "timestamp": 1637130596211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/resourceInstances/pnf9793fda964de0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:31:13.146Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.146Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.146Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "aai-ml",
  "timestamp": 1637130596211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/resourceInstances/pnf9793fda964de0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:31:13.146Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.146Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.146Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "aai-ml",
  "timestamp": 1637130596211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/resourceInstances/pnf9793fda964de0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:31:13.147Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.147Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.147Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "aai-ml",
  "timestamp": 1637130596211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/resourceInstances/pnf9793fda964de0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:31:13.147Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.147Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.147Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "aai-ml",
  "timestamp": 1637130596211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/resourceInstances/pnf9793fda964de0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:31:13.147Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.147Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.147Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "clamp",
  "timestamp": 1637130601085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/artifacts/service-DemoPnfN8z4cd00f5hpsbs0nv4o-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:31:13.148Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:31:13.148Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.148Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "aai-ml",
  "timestamp": 1637130596211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/resourceInstances/pnf9793fda964de0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:31:13.148Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.148Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.148Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "aai-ml",
  "timestamp": 1637130596211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/artifacts/service-DemoPnfN8z4cd00f5hpsbs0nv4o-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:31:13.148Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.148Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.148Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "clamp",
  "timestamp": 1637130603094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/artifacts/service-DemoPnfN8z4cd00f5hpsbs0nv4o-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:31:13.149Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:31:13.149Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.149Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "aai-ml",
  "timestamp": 1637130596211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/artifacts/service-DemoPnfN8z4cd00f5hpsbs0nv4o-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:31:13.149Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:31:13.149Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.149Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "clamp",
  "timestamp": 1637130604097,
  "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-11-17T06:31:13.153Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9efcf616-d7fd-477f-800f-dd828a27c412
2021-11-17T06:31:13.153Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9efcf616-d7fd-477f-800f-dd828a27c412 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-11-17T06:31:13.160Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.160Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "aai-ml",
  "timestamp": 1637130605184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/artifacts/service-DemoPnfN8z4cd00f5hpsbs0nv4o-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:31:13.160Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:31:13.160Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.160Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "aai-ml",
  "timestamp": 1637130609775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8z4cd00f5hpsbs0nv4o/1.0/artifacts/service-DemoPnfN8z4cd00f5hpsbs0nv4o-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:31:13.161Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:31:13.161Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:31:13.161Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9efcf616-d7fd-477f-800f-dd828a27c412",
  "consumerID": "aai-ml",
  "timestamp": 1637130610778,
  "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-11-17T06:31:13.165Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9efcf616-d7fd-477f-800f-dd828a27c412
2021-11-17T06:31:13.166Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9efcf616-d7fd-477f-800f-dd828a27c412 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-11-17T06:31:20.444Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ccc4edb-393e-441a-8801-c8eb0c6eaa5f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:31:20.455Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ccc4edb-393e-441a-8801-c8eb0c6eaa5f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:31:20.456Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:31:20.456Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:31:20.456Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:31:20.456Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:31:50.460Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ccc4edb-393e-441a-8801-c8eb0c6eaa5f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:31:50.469Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ccc4edb-393e-441a-8801-c8eb0c6eaa5f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:31:50.470Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:31:50.471Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:31:50.471Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:31:50.471Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:32:12.576Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:32:12.577Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|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-11-17T06:32:12.577Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:32:20.471Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2021-11-17T06:32:20.471Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ccc4edb-393e-441a-8801-c8eb0c6eaa5f 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-11-17T06:32:20.476Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ccc4edb-393e-441a-8801-c8eb0c6eaa5f and serviceModelVersionId: 420cf463-f098-4a8b-977e-f99c4a5295f4
2021-11-17T06:32:20.476Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 126fbc6e-f957-4784-ad2f-7f6582cd4a4a
2021-11-17T06:32:20.476Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/126fbc6e-f957-4784-ad2f-7f6582cd4a4a/model-vers/model-ver/420cf463-f098-4a8b-977e-f99c4a5295f4?depth=0
2021-11-17T06:32:20.479Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-11-17T06:32:20.500Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/126fbc6e-f957-4784-ad2f-7f6582cd4a4a/model-vers/model-ver/420cf463-f098-4a8b-977e-f99c4a5295f4?depth=0|INFO|500||Invoke
2021-11-17T06:32:20.501Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/126fbc6e-f957-4784-ad2f-7f6582cd4a4a/model-vers/model-ver/420cf463-f098-4a8b-977e-f99c4a5295f4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/126fbc6e-f957-4784-ad2f-7f6582cd4a4a/model-vers/model-ver/420cf463-f098-4a8b-977e-f99c4a5295f4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3ccc4edb-393e-441a-8801-c8eb0c6eaa5f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[aa91bd7a-ea8f-44bb-81d8-0522c0fb3052], X-ECOMP-RequestID=[3ccc4edb-393e-441a-8801-c8eb0c6eaa5f], X-TransactionId=[], X-ONAP-RequestID=[3ccc4edb-393e-441a-8801-c8eb0c6eaa5f], Content-Type=[application/merge-patch+json]}
2021-11-17T06:32:20.515Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/126fbc6e-f957-4784-ad2f-7f6582cd4a4a/model-vers/model-ver/420cf463-f098-4a8b-977e-f99c4a5295f4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-11-17T06:32:20.678Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/126fbc6e-f957-4784-ad2f-7f6582cd4a4a/model-vers/model-ver/420cf463-f098-4a8b-977e-f99c4a5295f4?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/126fbc6e-f957-4784-ad2f-7f6582cd4a4a/model-vers/model-ver/420cf463-f098-4a8b-977e-f99c4a5295f4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211117-06:32:20:523-89657], vertex-id=[229448], Content-Length=[0], Date=[Wed, 17 Nov 2021 06:32:20 GMT], Content-Type=[application/json]}
2021-11-17T06:32:20.678Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/126fbc6e-f957-4784-ad2f-7f6582cd4a4a/model-vers/model-ver/420cf463-f098-4a8b-977e-f99c4a5295f4?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-17T06:32:20.679Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/126fbc6e-f957-4784-ad2f-7f6582cd4a4a/model-vers/model-ver/420cf463-f098-4a8b-977e-f99c4a5295f4?depth=0|INFO|500||InvokeReturn
2021-11-17T06:32:20.679Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-17T06:32:20.679Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T06:32:20.683Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|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-11-17T06:32:20.684Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ccc4edb-393e-441a-8801-c8eb0c6eaa5f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2021-11-17T06:32:20.684Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-11-17T06:32:20.684Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:32:20.686Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:32:20.686Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130740684,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2021-11-17T06:32:20.786Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:32:20.787Z||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-11-17T06:32:20.787Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:32:20.798Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:32:20.799Z||pool-111-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:32:21.411Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:32:21.412Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:32:21.412Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccc4edb-393e-441a-8801-c8eb0c6eaa5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130740684,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2021-11-17T06:32:21.412Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||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-11-17T06:32:21.699Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-17T06:32:21.699Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"503f8cfb-ad52-422f-af70-fe7563455c5b","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"617d5af9-ece3-4212-8721-ada93f803eb0","serviceDescription":"service","serviceInvariantUUID":"b46c8084-accf-49fb-b48b-e2f29f1ee644","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6967b262-ef10-4af5-9bb1-40a072806a18","resourceInvariantUUID":"1aca02eb-aaf0-46ac-bcc6-6fccdcaa0852","resourceCustomizationUUID":"84e3a2f9-7579-4a5a-8943-6dd13556c66b","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":"NDM4NzUyZWNiY2RjOTE0MjA0NDM5N2FhYzczMWEyOWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad9b94ec-2a54-4617-ba5b-672ff4895e08","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":"512c5643-114e-4762-9976-b3e598deeb6a","artifactVersion":"2","generatedFromUUID":"181dfcb6-fa42-465f-bb7c-45e91d2ad35b"},{"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":"181dfcb6-fa42-465f-bb7c-45e91d2ad35b","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":"MWZhODJhOGI2NmQ3MWM1MTQ3YzdiZmFkYmVjOGRmMzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5bde5006-3236-458c-a402-0488148d51c5","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":"12212463-52dc-4b8c-bfc3-081045a81612","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":"f121ac21-c8eb-48aa-aff7-d27b369920c1","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":"91f97642-a00c-4fce-b6ee-7f5cc27a2587","artifactVersion":"2","generatedFromUUID":"12212463-52dc-4b8c-bfc3-081045a81612"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YTkzNDNhNjg5MmJhNWE5OGQ3YjJiODNhM2MxNmIxN2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4302d3fd-bc44-4606-9e0e-0161d7c782ea","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZjY3ZmE2OTMzNzcyMGM2OGI1ZmE3ZTg0MzMyMDhlNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb7a1694-5cd2-4be7-b581-c757d43a9091","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-17T06:32:21.700Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:32:21.700Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:32:21.702Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:32:21.702Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:32:21.802Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:32:21.803Z||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-11-17T06:32:21.803Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:32:21.813Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:32:21.813Z||pool-112-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:32:22.703Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:32:22.704Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:32:22.705Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:32:22.705Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-11-17T06:32:22.805Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:32:22.806Z||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-11-17T06:32:22.806Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:32:22.816Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:32:22.816Z||pool-113-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:32:23.705Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:32:23.706Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:32:23.709Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:32:23.709Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-11-17T06:32:23.809Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:32:23.809Z||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-11-17T06:32:23.810Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:32:23.820Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:32:23.821Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:32:24.709Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:32:24.710Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:32:24.712Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:32:24.712Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-17T06:32:24.812Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:32:24.813Z||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-11-17T06:32:24.813Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:32:24.824Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:32:24.824Z||pool-115-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:32:25.712Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:32:25.713Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:32:25.714Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:32:25.714Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-17T06:32:25.815Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:32:25.815Z||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-11-17T06:32:25.815Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:32:25.826Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:32:25.826Z||pool-116-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:32:26.715Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:32:26.716Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:32:26.718Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:32:26.718Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:32:26.819Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-17T06:32:26.819Z||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-11-17T06:32:26.819Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:32:26.829Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:32:26.829Z||pool-117-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:32:27.719Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:32:27.720Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:32:27.722Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:32:27.722Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-11-17T06:32:27.822Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:32:27.823Z||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-11-17T06:32:27.823Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:32:27.832Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:32:27.832Z||pool-118-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:32:28.723Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:32:28.723Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:32:28.725Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:32:28.725Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:32:28.826Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:32:28.826Z||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-11-17T06:32:28.827Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:32:28.838Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:32:28.839Z||pool-119-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:32:29.725Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:32:29.726Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:32:29.729Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:32:29.729Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:32:29.829Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:32:29.830Z||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-11-17T06:32:29.830Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:32:29.840Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:32:29.840Z||pool-120-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:32:30.730Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "617d5af9-ece3-4212-8721-ada93f803eb0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b46c8084-accf-49fb-b48b-e2f29f1ee644",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "84e3a2f9-7579-4a5a-8943-6dd13556c66b",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6967b262-ef10-4af5-9bb1-40a072806a18",
      "resourceInvariantUUID": "1aca02eb-aaf0-46ac-bcc6-6fccdcaa0852",
      "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": "512c5643-114e-4762-9976-b3e598deeb6a",
          "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": "181dfcb6-fa42-465f-bb7c-45e91d2ad35b",
          "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": "MWZhODJhOGI2NmQ3MWM1MTQ3YzdiZmFkYmVjOGRmMzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5bde5006-3236-458c-a402-0488148d51c5",
          "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": "12212463-52dc-4b8c-bfc3-081045a81612",
          "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": "91f97642-a00c-4fce-b6ee-7f5cc27a2587",
            "generatedFromUUID": "12212463-52dc-4b8c-bfc3-081045a81612"
          },
          "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": "91f97642-a00c-4fce-b6ee-7f5cc27a2587",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZjY3ZmE2OTMzNzcyMGM2OGI1ZmE3ZTg0MzMyMDhlNDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eb7a1694-5cd2-4be7-b581-c757d43a9091"
    }
  ],
  "workloadContext": "Production"
}
2021-11-17T06:32:30.730Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-17T06:32:30.730Z|3ccc4edb-393e-441a-8801-c8eb0c6eaa5f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 617d5af9-ece3-4212-8721-ada93f803eb0 ASDC
2021-11-17T06:32:30.731Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:503f8cfb-ad52-422f-af70-fe7563455c5b
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:617d5af9-ece3-4212-8721-ada93f803eb0
ServiceInvariantUUID:b46c8084-accf-49fb-b48b-e2f29f1ee644
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:eb7a1694-5cd2-4be7-b581-c757d43a9091
ArtifactChecksum:ZjY3ZmE2OTMzNzcyMGM2OGI1ZmE3ZTg0MzMyMDhlNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:84e3a2f9-7579-4a5a-8943-6dd13556c66b
ResourceInvariantUUID:1aca02eb-aaf0-46ac-bcc6-6fccdcaa0852
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:6967b262-ef10-4af5-9bb1-40a072806a18
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:512c5643-114e-4762-9976-b3e598deeb6a
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:181dfcb6-fa42-465f-bb7c-45e91d2ad35b
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:5bde5006-3236-458c-a402-0488148d51c5
ArtifactChecksum:MWZhODJhOGI2NmQ3MWM1MTQ3YzdiZmFkYmVjOGRmMzM=
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:12212463-52dc-4b8c-bfc3-081045a81612
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:91f97642-a00c-4fce-b6ee-7f5cc27a2587
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:91f97642-a00c-4fce-b6ee-7f5cc27a2587
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-17T06:32:30.731Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 617d5af9-ece3-4212-8721-ada93f803eb0 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-11-17T06:32:30.764Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-17T06:32:30.765Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-17T06:32:30.765Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-17T06:32:30.765Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: eb7a1694-5cd2-4be7-b581-c757d43a9091 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-17T06:32:30.765Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-17T06:32:30.765Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-17T06:32:30.889Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-17T06:32:30.891Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar eb7a1694-5cd2-4be7-b581-c757d43a9091 68932
2021-11-17T06:32:30.891Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-11-17T06:32:30.891Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-17T06:32:30.891Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T06:32:30.891Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:32:30.893Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:32:30.893Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130750891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:32:30.993Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:32:30.994Z||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-11-17T06:32:30.994Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:32:31.003Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:32:31.004Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:32:31.893Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-17T06:32:31.894Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-17T06:32:31.895Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: eb7a1694-5cd2-4be7-b581-c757d43a9091, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-17T06:32:31.895Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-11-17T06:32:31.895Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-17T06:32:31.895Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-17T06:32:31.977Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9791782132283784008/Definitions/service-BasicCnf-template.yml
2021-11-17T06:32:32.721Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-17T06:32:32.721Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-17T06:32:32.721Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-17T06:32:32.721Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-11-17T06:32:32.721Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-17T06:32:32.721Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-17T06:32:32.722Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-17T06:32:32.722Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-17T06:32:32.722Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-17T06:32:32.722Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:32:32.722Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:32:32.722Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-17T06:32:32.722Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-17T06:32:32.722Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-17T06:32:32.722Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:32:32.722Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:32:32.722Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-17T06:32:32.722Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-17T06:32:32.722Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-17T06:32:32.722Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:32:32.722Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:32:32.722Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:32:32.722Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-17T06:32:32.723Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-11-17T06:32:32.723Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria
2021-11-17T06:32:32.723Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-17T06:32:32.723Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:32:32.723Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-17T06:32:32.723Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:32:32.723Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-17T06:32:32.723Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T06:32:32.723Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:32:32.723Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-17T06:32:32.723Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T06:32:32.723Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:32:32.723Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-17T06:32:32.723Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T06:32:32.723Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:32:32.724Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-17T06:32:32.724Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-11-17T06:32:32.724Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=a6c0a615-eefb-48b9-9c33-afca70fb22b5
2021-11-17T06:32:32.724Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:32:32.724Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:32:32.724Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:32:32.724Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:32:32.724Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:32:32.724Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:32:32.724Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:32:32.724Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:32:32.724Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:617d5af9-ece3-4212-8721-ada93f803eb0
Model Version:NULL
Model InvariantUuid:b46c8084-accf-49fb-b48b-e2f29f1ee644
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:ad18ad39-2bd3-4969-b43b-737358057c1b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1aca02eb-aaf0-46ac-bcc6-6fccdcaa0852
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:84e3a2f9-7579-4a5a-8943-6dd13556c66b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:68c93eee-f508-483d-bd3a-3d5f0194019c
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:66ae35cc-db48-4035-8fab-7f31427cd7ba
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a6c0a615-eefb-48b9-9c33-afca70fb22b5
ModelInvariantUuid:c6bb81c1-f4a9-492a-9095-42358d294626
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:42340875-d42c-48b5-8e9e-56d046ff8678
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:2cdc469c-a978-4c87-bc5b-f1b6d5ee0105
ModelInvariantUuid:5e7436f4-0de0-413e-bf56-887dae3e2015
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:5314a865-a49b-42e1-ab2d-cc991c0ea799
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-17T06:32:32.730Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 6967b262-ef10-4af5-9bb1-40a072806a18
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T06:32:32.733Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||basic_cnf 0
2021-11-17T06:32:32.733Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6967b262-ef10-4af5-9bb1-40a072806a18
2021-11-17T06:32:32.733Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 512c5643-114e-4762-9976-b3e598deeb6a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-11-17T06:32:32.733Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-17T06:32:32.733Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-11-17T06:32:32.881Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-17T06:32:32.881Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 512c5643-114e-4762-9976-b3e598deeb6a 12
2021-11-17T06:32:32.882Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-11-17T06:32:32.882Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-11-17T06:32:32.882Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T06:32:32.882Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:32:32.884Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:32:32.884Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130752882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:32:32.984Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:32:32.985Z||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-11-17T06:32:32.985Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:32:32.998Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:32:32.999Z||pool-122-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:32:33.884Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 181dfcb6-fa42-465f-bb7c-45e91d2ad35b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-11-17T06:32:33.885Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-17T06:32:33.886Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-11-17T06:32:34.075Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-17T06:32:34.075Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 181dfcb6-fa42-465f-bb7c-45e91d2ad35b 2688
2021-11-17T06:32:34.076Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-11-17T06:32:34.076Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-11-17T06:32:34.076Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T06:32:34.076Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:32:34.077Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:32:34.077Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130754076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:32:34.178Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:32:34.178Z||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-11-17T06:32:34.178Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:32:34.189Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:32:34.189Z||pool-123-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:32:35.079Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5bde5006-3236-458c-a402-0488148d51c5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-11-17T06:32:35.079Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-17T06:32:35.080Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-11-17T06:32:35.273Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-17T06:32:35.274Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 5bde5006-3236-458c-a402-0488148d51c5 828
2021-11-17T06:32:35.274Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-11-17T06:32:35.274Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-11-17T06:32:35.275Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T06:32:35.275Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:32:35.277Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:32:35.277Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130755274,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:32:35.377Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:32:35.378Z||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-11-17T06:32:35.378Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:32:35.386Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:32:35.387Z||pool-124-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:32:36.277Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "68c93eee-f508-483d-bd3a-3d5f0194019c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "66ae35cc-db48-4035-8fab-7f31427cd7ba",
    "vfModuleModelCustomizationUUID": "78d71593-7fe4-4785-84a0-db2bcefc135c",
    "isBase": true,
    "artifacts": [
      "181dfcb6-fa42-465f-bb7c-45e91d2ad35b",
      "12212463-52dc-4b8c-bfc3-081045a81612",
      "91f97642-a00c-4fce-b6ee-7f5cc27a2587"
    ],
    "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-11-17T06:32:36.282Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:66ae35cc-db48-4035-8fab-7f31427cd7ba
VfModuleModelInvariantUUID:68c93eee-f508-483d-bd3a-3d5f0194019c
VfModuleModelDescription:NULL
Artifacts UUID List:{
181dfcb6-fa42-465f-bb7c-45e91d2ad35b
,
12212463-52dc-4b8c-bfc3-081045a81612
,
91f97642-a00c-4fce-b6ee-7f5cc27a2587

}
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-11-17T06:32:36.284Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "68c93eee-f508-483d-bd3a-3d5f0194019c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "66ae35cc-db48-4035-8fab-7f31427cd7ba",
    "vfModuleModelCustomizationUUID": "78d71593-7fe4-4785-84a0-db2bcefc135c",
    "isBase": true,
    "artifacts": [
      "181dfcb6-fa42-465f-bb7c-45e91d2ad35b",
      "12212463-52dc-4b8c-bfc3-081045a81612",
      "91f97642-a00c-4fce-b6ee-7f5cc27a2587"
    ],
    "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-11-17T06:32:36.284Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:66ae35cc-db48-4035-8fab-7f31427cd7ba
VfModuleModelInvariantUUID:68c93eee-f508-483d-bd3a-3d5f0194019c
VfModuleModelDescription:NULL
Artifacts UUID List:{
181dfcb6-fa42-465f-bb7c-45e91d2ad35b
,
12212463-52dc-4b8c-bfc3-081045a81612
,
91f97642-a00c-4fce-b6ee-7f5cc27a2587

}
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-11-17T06:32:36.285Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 12212463-52dc-4b8c-bfc3-081045a81612 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-11-17T06:32:36.285Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-17T06:32:36.285Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-11-17T06:32:36.480Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-17T06:32:36.480Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 12212463-52dc-4b8c-bfc3-081045a81612 1164
2021-11-17T06:32:36.480Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-11-17T06:32:36.480Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-11-17T06:32:36.480Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T06:32:36.481Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:32:36.482Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:32:36.482Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130756480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:32:36.582Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:32:36.583Z||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-11-17T06:32:36.583Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:32:36.594Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:32:36.594Z||pool-125-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:32:37.482Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 91f97642-a00c-4fce-b6ee-7f5cc27a2587 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-11-17T06:32:37.483Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-17T06:32:37.483Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-11-17T06:32:37.688Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-17T06:32:37.688Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 91f97642-a00c-4fce-b6ee-7f5cc27a2587 200
2021-11-17T06:32:37.689Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-11-17T06:32:37.689Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-11-17T06:32:37.689Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T06:32:37.689Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:32:37.691Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:32:37.691Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130757688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:32:37.791Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:32:37.792Z||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-11-17T06:32:37.792Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:32:37.803Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:32:37.803Z||pool-126-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:32:38.691Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 617d5af9-ece3-4212-8721-ada93f803eb0
2021-11-17T06:32:38.692Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 6967b262-ef10-4af5-9bb1-40a072806a18 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2021-11-17T06:32:38.702Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T06:32:38.709Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f382449, org.onap.sdc.toscaparser.api.parameters.Input@2ec6994c, org.onap.sdc.toscaparser.api.parameters.Input@6aca05e7, org.onap.sdc.toscaparser.api.parameters.Input@4f75fd43, org.onap.sdc.toscaparser.api.parameters.Input@41619288]
2021-11-17T06:32:38.710Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:32:38.710Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:32:38.710Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-11-17T06:32:38.710Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 84e3a2f9-7579-4a5a-8943-6dd13556c66b
2021-11-17T06:32:38.710Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 84e3a2f9-7579-4a5a-8943-6dd13556c66b matches Tosca VF Customization UUID: 84e3a2f9-7579-4a5a-8943-6dd13556c66b
2021-11-17T06:32:38.710Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 84e3a2f9-7579-4a5a-8943-6dd13556c66b  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-17T06:32:38.712Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:32:38.712Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:32:38.713Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 84e3a2f9-7579-4a5a-8943-6dd13556c66b: {\"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-11-17T06:32:38.713Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1d7da36
2021-11-17T06:32:38.713Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:32:38.713Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-17T06:32:38.713Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 78d71593-7fe4-4785-84a0-db2bcefc135c
2021-11-17T06:32:38.713Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 78d71593-7fe4-4785-84a0-db2bcefc135c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-17T06:32:38.715Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:32:38.716Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-17T06:32:38.716Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T06:32:38.716Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:32:38.716Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-17T06:32:38.716Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T06:32:38.716Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:32:38.716Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-17T06:32:38.716Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-11-17T06:32:38.716Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=a6c0a615-eefb-48b9-9c33-afca70fb22b5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-17T06:32:38.718Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:32:38.718Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-17T06:32:38.718Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T06:32:38.718Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:32:38.718Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-17T06:32:38.718Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=84e3a2f9-7579-4a5a-8943-6dd13556c66b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T06:32:38.719Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:32:38.719Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:32:38.719Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 617d5af9-ece3-4212-8721-ada93f803eb0: basic_cnf
2021-11-17T06:32:38.719Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:32:38.719Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:32:38.719Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:32:38.720Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:32:38.720Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:32:38.720Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:32:38.720Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:32:38.720Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:32:38.720Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:32:38.720Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:32:38.720Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-17T06:32:38.779Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 6967b262-ef10-4af5-9bb1-40a072806a18 1 ASDC deployResourceStructure
2021-11-17T06:32:38.780Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-11-17T06:32:38.780Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-11-17T06:32:38.780Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-11-17T06:32:38.781Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:32:38.782Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:32:38.783Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130758780,
  "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-11-17T06:32:38.883Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:32:38.883Z||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-11-17T06:32:38.883Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:32:38.894Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:32:38.894Z||pool-127-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:32:39.783Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-11-17T06:32:39.784Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-11-17T06:32:39.784Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-11-17T06:32:39.784Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:32:39.785Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:32:39.785Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130759783,
  "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-11-17T06:32:39.886Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-17T06:32:39.887Z||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-11-17T06:32:39.887Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:32:39.897Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:32:39.897Z||pool-128-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:32:40.786Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-11-17T06:32:40.786Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-11-17T06:32:40.787Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T06:32:40.787Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:32:40.788Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:32:40.788Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130760786,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-17T06:32:40.889Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-17T06:32:40.890Z||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-11-17T06:32:40.890Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:32:40.900Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:32:40.900Z||pool-129-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:32:41.789Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-11-17T06:32:41.790Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-11-17T06:32:41.790Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T06:32:41.790Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:32:41.792Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:32:41.792Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130761789,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-11-17T06:32:41.893Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:32:41.893Z||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-11-17T06:32:41.894Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:32:41.904Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:32:41.904Z||pool-130-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:32:42.794Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-11-17T06:32:42.794Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-11-17T06:32:42.794Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T06:32:42.795Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:32:42.797Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:32:42.797Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130762793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-11-17T06:32:42.897Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:32:42.898Z||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-11-17T06:32:42.898Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:32:42.913Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:32:42.913Z||pool-131-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:32:43.798Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-11-17T06:32:43.798Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-17T06:32:43.798Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T06:32:43.798Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:32:43.800Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:32:43.800Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130763798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:32:43.900Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:32:43.901Z||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-11-17T06:32:43.901Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:32:43.913Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:32:43.913Z||pool-132-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:32:44.801Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 503f8cfb-ad52-422f-af70-fe7563455c5b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:32:44.808Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 503f8cfb-ad52-422f-af70-fe7563455c5b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:32:44.809Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:32:44.810Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:32:44.810Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:32:44.810Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:33:12.576Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:33:12.576Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|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-11-17T06:33:12.577Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:33:13.198Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:33:13.199Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:33:13.199Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:33:13.199Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:33:13.199Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:33:13.199Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-11-17T06:33:13.199Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:33:13.199Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:33:13.199Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-11-17T06:33:13.200Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:33:13.200Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:33:13.200Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-17T06:33:13.200Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:33:13.200Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:33:13.200Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-17T06:33:13.200Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:33:13.200Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:33:13.200Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:33:13.200Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:33:13.200Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:33:13.200Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-11-17T06:33:13.200Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:33:13.200Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:33:13.200Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:33:13.200Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:33:13.200Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:33:13.201Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:33:13.201Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:33:13.201Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:33:13.201Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130750891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:33:13.201Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:33:13.201Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:33:13.201Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130752882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:33:13.201Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:33:13.201Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:33:13.201Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130754076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:33:13.201Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:33:13.201Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:33:13.201Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130755274,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:33:13.201Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:33:13.201Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:33:13.201Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130756480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:33:13.201Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:33:13.202Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:33:13.202Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130757688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:33:13.202Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:33:13.202Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:33:13.202Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130758780,
  "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-11-17T06:33:13.202Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:33:13.202Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:33:13.202Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130759783,
  "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-11-17T06:33:13.202Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:33:13.202Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:33:13.202Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130760786,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-17T06:33:13.202Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:33:13.202Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:33:13.202Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130761789,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-11-17T06:33:13.202Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:33:13.202Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:33:13.202Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130762793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-11-17T06:33:13.202Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:33:13.202Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T06:33:13.203Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130763798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:33:13.203Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:33:14.810Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 503f8cfb-ad52-422f-af70-fe7563455c5b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:33:14.819Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 503f8cfb-ad52-422f-af70-fe7563455c5b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:33:14.820Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:33:14.821Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:33:14.821Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:33:14.821Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:33:44.821Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 503f8cfb-ad52-422f-af70-fe7563455c5b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:33:44.831Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 503f8cfb-ad52-422f-af70-fe7563455c5b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:33:44.833Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:33:44.833Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:33:44.833Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:33:44.833Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:34:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:34:12.577Z||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-11-17T06:34:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:34:14.834Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 503f8cfb-ad52-422f-af70-fe7563455c5b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:34:14.843Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 503f8cfb-ad52-422f-af70-fe7563455c5b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:34:14.845Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:34:14.846Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:34:14.846Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:34:14.846Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:34:22.134Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:34:44.846Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 503f8cfb-ad52-422f-af70-fe7563455c5b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:34:44.856Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 503f8cfb-ad52-422f-af70-fe7563455c5b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:34:44.858Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:34:44.859Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:34:44.859Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:34:44.859Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:35:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:35:12.577Z||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-11-17T06:35:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:35:14.859Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 503f8cfb-ad52-422f-af70-fe7563455c5b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:35:14.869Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 503f8cfb-ad52-422f-af70-fe7563455c5b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:35:14.871Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:35:14.872Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:35:14.872Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:35:14.872Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:35:22.130Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:35:44.872Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 503f8cfb-ad52-422f-af70-fe7563455c5b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:35:44.882Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 503f8cfb-ad52-422f-af70-fe7563455c5b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:35:44.884Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:35:44.885Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:35:44.885Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:35:44.885Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:36:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:36:12.577Z||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-11-17T06:36:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:36:13.206Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:36:13.207Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.207Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637130942644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/resourceInstances/vfw2ec3a96a80e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:36:13.207Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:36:13.207Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.207Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "clamp",
  "timestamp": 1637130942895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/resourceInstances/vfw2ec3a96a80e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:36:13.207Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:36:13.207Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.207Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637130942644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/resourceInstances/vfw2ec3a96a80e50/artifacts/vfw2ec3a96a80e50_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:36:13.207Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:36:13.207Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.207Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "clamp",
  "timestamp": 1637130942895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/resourceInstances/vfw2ec3a96a80e50/artifacts/vfw2ec3a96a80e50_modules.json",
  "status": "NOTIFIED"
}
2021-11-17T06:36:13.207Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:36:13.207Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.207Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "policy-id",
  "timestamp": 1637130950648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/resourceInstances/vfw2ec3a96a80e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:36:13.207Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:36:13.207Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.207Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "clamp",
  "timestamp": 1637130942895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/resourceInstances/vfw2ec3a96a80e50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:36:13.207Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:36:13.208Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.208Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637130942644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/resourceInstances/vfw2ec3a96a80e50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:36:13.208Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:36:13.208Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.208Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "policy-id",
  "timestamp": 1637130950648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/resourceInstances/vfw2ec3a96a80e50/artifacts/vfw2ec3a96a80e50_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:36:13.208Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:36:13.208Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.208Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "clamp",
  "timestamp": 1637130942895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/resourceInstances/vfw2ec3a96a80e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:36:13.208Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:36:13.208Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.208Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637130942644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/resourceInstances/vfw2ec3a96a80e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:36:13.208Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:36:13.208Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.208Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "policy-id",
  "timestamp": 1637130950648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/resourceInstances/vfw2ec3a96a80e50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-17T06:36:13.208Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:36:13.208Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.208Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "clamp",
  "timestamp": 1637130942895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/resourceInstances/vfw2ec3a96a80e50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:36:13.208Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:36:13.208Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.208Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637130942644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/resourceInstances/vfw2ec3a96a80e50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:36:13.208Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:36:13.208Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.208Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637130953091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/resourceInstances/vfw2ec3a96a80e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:36:13.208Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:36:13.208Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.208Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "policy-id",
  "timestamp": 1637130950648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/resourceInstances/vfw2ec3a96a80e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:36:13.209Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:36:13.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.209Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "clamp",
  "timestamp": 1637130942895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/artifacts/service-Vfw20211117063345-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:36:13.209Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:36:13.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.209Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637130942644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/artifacts/service-Vfw20211117063345-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:36:13.209Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:36:13.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.209Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637130953091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/resourceInstances/vfw2ec3a96a80e50/artifacts/vfw2ec3a96a80e50_modules.json",
  "status": "NOTIFIED"
}
2021-11-17T06:36:13.209Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:36:13.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.209Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "policy-id",
  "timestamp": 1637130950648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/resourceInstances/vfw2ec3a96a80e50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:36:13.209Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:36:13.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.209Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "clamp",
  "timestamp": 1637130942895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/artifacts/service-Vfw20211117063345-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:36:13.209Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:36:13.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.209Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637130942644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/artifacts/service-Vfw20211117063345-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:36:13.209Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:36:13.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.209Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637130953091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/resourceInstances/vfw2ec3a96a80e50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-17T06:36:13.210Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:36:13.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "policy-id",
  "timestamp": 1637130950648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/artifacts/service-Vfw20211117063345-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:36:13.210Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:36:13.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637130953091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/resourceInstances/vfw2ec3a96a80e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:36:13.210Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:36:13.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "aai-ml",
  "timestamp": 1637130956211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/resourceInstances/vfw2ec3a96a80e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:36:13.210Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:36:13.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "dcae-sch",
  "timestamp": 1637130956387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/resourceInstances/vfw2ec3a96a80e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:36:13.210Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:36:13.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "policy-id",
  "timestamp": 1637130950648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/artifacts/service-Vfw20211117063345-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:36:13.210Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:36:13.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637130953091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/resourceInstances/vfw2ec3a96a80e50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-17T06:36:13.210Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:36:13.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "aai-ml",
  "timestamp": 1637130956211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/resourceInstances/vfw2ec3a96a80e50/artifacts/vfw2ec3a96a80e50_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:36:13.210Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:36:13.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "dcae-sch",
  "timestamp": 1637130956387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/resourceInstances/vfw2ec3a96a80e50/artifacts/vfw2ec3a96a80e50_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:36:13.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:36:13.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "policy-id",
  "timestamp": 1637130958580,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/artifacts/service-Vfw20211117063345-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:36:13.211Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:36:13.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637130953091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/artifacts/service-Vfw20211117063345-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:36:13.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:36:13.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "aai-ml",
  "timestamp": 1637130956211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/resourceInstances/vfw2ec3a96a80e50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:36:13.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:36:13.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "dcae-sch",
  "timestamp": 1637130956387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/resourceInstances/vfw2ec3a96a80e50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:36:13.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:36:13.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "policy-id",
  "timestamp": 1637130959583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/artifacts/service-Vfw20211117063345-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:36:13.211Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:36:13.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637130953091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/artifacts/service-Vfw20211117063345-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:36:13.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:36:13.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "aai-ml",
  "timestamp": 1637130956211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/resourceInstances/vfw2ec3a96a80e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:36:13.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:36:13.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "dcae-sch",
  "timestamp": 1637130956387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/resourceInstances/vfw2ec3a96a80e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:36:13.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:36:13.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "policy-id",
  "timestamp": 1637130960586,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-17T06:36:13.225Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5a569014-a528-4e69-b952-03b35dae8218
2021-11-17T06:36:13.226Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a569014-a528-4e69-b952-03b35dae8218 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-11-17T06:36:13.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "aai-ml",
  "timestamp": 1637130956211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/resourceInstances/vfw2ec3a96a80e50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:36:13.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:36:13.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637130960894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/resourceInstances/vfw2ec3a96a80e50/artifacts/vfw2ec3a96a80e50_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:36:13.233Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:36:13.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "dcae-sch",
  "timestamp": 1637130956387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/resourceInstances/vfw2ec3a96a80e50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:36:13.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:36:13.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "aai-ml",
  "timestamp": 1637130956211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/artifacts/service-Vfw20211117063345-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:36:13.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:36:13.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "dcae-sch",
  "timestamp": 1637130956387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/artifacts/service-Vfw20211117063345-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:36:13.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:36:13.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637130962081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/resourceInstances/vfw2ec3a96a80e50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:36:13.234Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:36:13.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "aai-ml",
  "timestamp": 1637130956211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/artifacts/service-Vfw20211117063345-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:36:13.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:36:13.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "dcae-sch",
  "timestamp": 1637130956387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/artifacts/service-Vfw20211117063345-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:36:13.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:36:13.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637130963373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/resourceInstances/vfw2ec3a96a80e50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:36:13.235Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:36:13.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "aai-ml",
  "timestamp": 1637130964179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/artifacts/service-Vfw20211117063345-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:36:13.235Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:36:13.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637130964397,
  "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-11-17T06:36:13.240Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5a569014-a528-4e69-b952-03b35dae8218
2021-11-17T06:36:13.240Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a569014-a528-4e69-b952-03b35dae8218 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-11-17T06:36:13.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637130965401,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/resourceInstances/vfw2ec3a96a80e50/artifacts/vfw2ec3a96a80e50_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-17T06:36:13.247Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:36:13.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "clamp",
  "timestamp": 1637130969144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/artifacts/service-Vfw20211117063345-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:36:13.247Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:36:13.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "clamp",
  "timestamp": 1637130971154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/artifacts/service-Vfw20211117063345-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:36:13.248Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:36:13.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:36:13.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "clamp",
  "timestamp": 1637130972160,
  "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-11-17T06:36:13.252Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5a569014-a528-4e69-b952-03b35dae8218
2021-11-17T06:36:13.252Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a569014-a528-4e69-b952-03b35dae8218 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-11-17T06:36:14.885Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 503f8cfb-ad52-422f-af70-fe7563455c5b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:36:14.893Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 503f8cfb-ad52-422f-af70-fe7563455c5b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:36:14.895Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:36:14.895Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:36:14.895Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:36:14.895Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:36:44.895Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 503f8cfb-ad52-422f-af70-fe7563455c5b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:36:44.904Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 503f8cfb-ad52-422f-af70-fe7563455c5b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:36:44.905Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:36:44.906Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:36:44.906Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:36:44.906Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:37:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:37:12.577Z||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-11-17T06:37:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:37:13.203Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:37:13.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:37:13.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "aai-ml",
  "timestamp": 1637130974800,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211117063345/1.0/artifacts/service-Vfw20211117063345-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:37:13.203Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:37:13.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:37:13.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a569014-a528-4e69-b952-03b35dae8218",
  "consumerID": "aai-ml",
  "timestamp": 1637130975803,
  "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-11-17T06:37:13.210Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5a569014-a528-4e69-b952-03b35dae8218
2021-11-17T06:37:13.210Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a569014-a528-4e69-b952-03b35dae8218 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-11-17T06:37:14.906Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 503f8cfb-ad52-422f-af70-fe7563455c5b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:37:14.913Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 503f8cfb-ad52-422f-af70-fe7563455c5b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:37:14.915Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:37:14.915Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:37:14.915Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:37:14.915Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:37:44.916Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2021-11-17T06:37:44.916Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 503f8cfb-ad52-422f-af70-fe7563455c5b 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-11-17T06:37:44.920Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 503f8cfb-ad52-422f-af70-fe7563455c5b and serviceModelVersionId: 617d5af9-ece3-4212-8721-ada93f803eb0
2021-11-17T06:37:44.920Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b46c8084-accf-49fb-b48b-e2f29f1ee644
2021-11-17T06:37:44.921Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b46c8084-accf-49fb-b48b-e2f29f1ee644/model-vers/model-ver/617d5af9-ece3-4212-8721-ada93f803eb0?depth=0
2021-11-17T06:37:44.928Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-11-17T06:37:44.950Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b46c8084-accf-49fb-b48b-e2f29f1ee644/model-vers/model-ver/617d5af9-ece3-4212-8721-ada93f803eb0?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-11-17T06:37:44.950Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b46c8084-accf-49fb-b48b-e2f29f1ee644/model-vers/model-ver/617d5af9-ece3-4212-8721-ada93f803eb0?depth=0|INFO|500||Invoke
2021-11-17T06:37:44.973Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b46c8084-accf-49fb-b48b-e2f29f1ee644/model-vers/model-ver/617d5af9-ece3-4212-8721-ada93f803eb0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-11-17T06:37:45.276Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b46c8084-accf-49fb-b48b-e2f29f1ee644/model-vers/model-ver/617d5af9-ece3-4212-8721-ada93f803eb0?depth=0|INFO|500||InvokeReturn
2021-11-17T06:37:45.277Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b46c8084-accf-49fb-b48b-e2f29f1ee644/model-vers/model-ver/617d5af9-ece3-4212-8721-ada93f803eb0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211117-06:37:44:980-89055], vertex-id=[274672], Content-Length=[0], Date=[Wed, 17 Nov 2021 06:37:44 GMT], Content-Type=[application/json]}
2021-11-17T06:37:45.277Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-11-17T06:37:45.277Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-17T06:37:45.277Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T06:37:45.282Z|503f8cfb-ad52-422f-af70-fe7563455c5b|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-11-17T06:37:45.282Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 503f8cfb-ad52-422f-af70-fe7563455c5b and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2021-11-17T06:37:45.282Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-11-17T06:37:45.283Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:37:45.284Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:37:45.284Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637131065282,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2021-11-17T06:37:45.385Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:37:45.386Z||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-11-17T06:37:45.386Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:37:45.401Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:37:45.401Z||pool-133-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-11-17T06:37:46.296Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-17T06:37:46.296Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"08e97951-f309-458b-b83b-945a3b763f3a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"358f60f7-2051-4017-bb08-c3f8d0c15b04","serviceDescription":"service","serviceInvariantUUID":"716efefb-fc3f-42a9-8466-c50c759397fc","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"769c4e5a-7a57-44d4-8205-4fd018af59b1","resourceInvariantUUID":"10b75742-ad96-4d1d-9f1e-57449a5782a0","resourceCustomizationUUID":"f5d276ee-7276-430d-b670-660aad68f356","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":"NzY2YTQ3MDRlZjc3NDAwZDIwZTI2M2MwZTc3NTEwYTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"da064aa8-6a94-4afe-8a3d-9154258c194f","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":"OGUzYTUyODQ3ZDQ5Y2Y2OGIxOTJjNzYyMjVlYWZjMjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b797c579-7227-4337-bd67-38c262e1f823","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":"079711a2-8c15-478f-9f4f-a06d2c2c4356","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":"0f212523-9368-41a2-b6c6-d2560adcb340","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":"85052c1a-f2a6-4362-b271-5cb55904d172","artifactVersion":"2","generatedFromUUID":"079711a2-8c15-478f-9f4f-a06d2c2c4356"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OWRmYmFjNTVkZjRiZGYzNDU2ZTJiNTgxOTk1MjQ3Y2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"096b94d5-63da-4704-8f2f-f44c71798cc3","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjBmNWZiMDQ0MTAwNjYzMTFhYjZhZTM0YzllYjgwZDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0d3061d7-e553-4f45-987d-0fd6b4f4c85e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-17T06:37:46.296Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:37:46.297Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:37:46.298Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:37:46.298Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:37:46.399Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:37:46.400Z||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-11-17T06:37:46.401Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:37:46.412Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:37:46.412Z||pool-134-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:37:47.299Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:37:47.299Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:37:47.301Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:37:47.301Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-17T06:37:47.401Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:37:47.402Z||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-11-17T06:37:47.402Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:37:47.416Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:37:47.416Z||pool-135-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-17T06:37:48.301Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:37:48.302Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:37:48.304Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:37:48.304Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-17T06:37:48.405Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-17T06:37:48.405Z||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-11-17T06:37:48.406Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:37:48.416Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:37:48.416Z||pool-136-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:37:49.305Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:37:49.306Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:37:49.307Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:37:49.307Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:37:49.407Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:37:49.408Z||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-11-17T06:37:49.408Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:37:49.421Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:37:49.421Z||pool-137-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:37:50.307Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:37:50.308Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:37:50.311Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:37:50.311Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-17T06:37:50.411Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:37:50.412Z||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-11-17T06:37:50.412Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:37:50.423Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:37:50.424Z||pool-138-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:37:51.311Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:37:51.312Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:37:51.314Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:37:51.314Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:37:51.414Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:37:51.415Z||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-11-17T06:37:51.415Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:37:51.427Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:37:51.427Z||pool-139-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:37:52.315Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:37:52.316Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:37:52.317Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:37:52.317Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:37:52.418Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:37:52.418Z||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-11-17T06:37:52.418Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:37:52.431Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:37:52.431Z||pool-140-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:37:53.319Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "358f60f7-2051-4017-bb08-c3f8d0c15b04",
  "serviceDescription": "service",
  "serviceInvariantUUID": "716efefb-fc3f-42a9-8466-c50c759397fc",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "f5d276ee-7276-430d-b670-660aad68f356",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "769c4e5a-7a57-44d4-8205-4fd018af59b1",
      "resourceInvariantUUID": "10b75742-ad96-4d1d-9f1e-57449a5782a0",
      "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": "OGUzYTUyODQ3ZDQ5Y2Y2OGIxOTJjNzYyMjVlYWZjMjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b797c579-7227-4337-bd67-38c262e1f823",
          "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": "079711a2-8c15-478f-9f4f-a06d2c2c4356",
          "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": "85052c1a-f2a6-4362-b271-5cb55904d172",
            "generatedFromUUID": "079711a2-8c15-478f-9f4f-a06d2c2c4356"
          },
          "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": "85052c1a-f2a6-4362-b271-5cb55904d172",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YjBmNWZiMDQ0MTAwNjYzMTFhYjZhZTM0YzllYjgwZDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0d3061d7-e553-4f45-987d-0fd6b4f4c85e"
    }
  ],
  "workloadContext": "Production"
}
2021-11-17T06:37:53.319Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-17T06:37:53.319Z|503f8cfb-ad52-422f-af70-fe7563455c5b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 358f60f7-2051-4017-bb08-c3f8d0c15b04 ASDC
2021-11-17T06:37:53.319Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:08e97951-f309-458b-b83b-945a3b763f3a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:358f60f7-2051-4017-bb08-c3f8d0c15b04
ServiceInvariantUUID:716efefb-fc3f-42a9-8466-c50c759397fc
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:0d3061d7-e553-4f45-987d-0fd6b4f4c85e
ArtifactChecksum:YjBmNWZiMDQ0MTAwNjYzMTFhYjZhZTM0YzllYjgwZDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:f5d276ee-7276-430d-b670-660aad68f356
ResourceInvariantUUID:10b75742-ad96-4d1d-9f1e-57449a5782a0
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:769c4e5a-7a57-44d4-8205-4fd018af59b1
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:b797c579-7227-4337-bd67-38c262e1f823
ArtifactChecksum:OGUzYTUyODQ3ZDQ5Y2Y2OGIxOTJjNzYyMjVlYWZjMjg=
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:079711a2-8c15-478f-9f4f-a06d2c2c4356
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:85052c1a-f2a6-4362-b271-5cb55904d172
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:85052c1a-f2a6-4362-b271-5cb55904d172
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-17T06:37:53.320Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 358f60f7-2051-4017-bb08-c3f8d0c15b04 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-11-17T06:37:53.351Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-17T06:37:53.351Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-17T06:37:53.352Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-17T06:37:53.352Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0d3061d7-e553-4f45-987d-0fd6b4f4c85e from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-17T06:37:53.352Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-17T06:37:53.352Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-17T06:37:53.697Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-17T06:37:53.702Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 0d3061d7-e553-4f45-987d-0fd6b4f4c85e 71036
2021-11-17T06:37:53.703Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-11-17T06:37:53.703Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-17T06:37:53.703Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T06:37:53.703Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:37:53.705Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:37:53.705Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637131073702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:37:53.806Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:37:53.806Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-17T06:37:53.807Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:37:53.818Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:37:53.818Z||pool-141-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:37:54.706Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-17T06:37:54.707Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-17T06:37:54.708Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 0d3061d7-e553-4f45-987d-0fd6b4f4c85e, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-11-17T06:37:54.708Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-11-17T06:37:54.708Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-11-17T06:37:54.709Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-11-17T06:37:55.211Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18045373334066235121/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-11-17T06:37:56.027Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-17T06:37:56.027Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-17T06:37:56.027Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-17T06:37:56.027Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-17T06:37:56.027Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-17T06:37:56.027Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||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-11-17T06:37:56.027Z|08e97951-f309-458b-b83b-945a3b763f3a|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-BasicVm-csar.csar
2021-11-17T06:37:56.027Z|08e97951-f309-458b-b83b-945a3b763f3a|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-BasicVm-csar.csar
2021-11-17T06:37:56.027Z|08e97951-f309-458b-b83b-945a3b763f3a|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-BasicVm-csar.csar
2021-11-17T06:37:56.028Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-17T06:37:56.028Z|08e97951-f309-458b-b83b-945a3b763f3a|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-BasicVm-csar.csar
2021-11-17T06:37:56.028Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-17T06:37:56.028Z|08e97951-f309-458b-b83b-945a3b763f3a|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-BasicVm-csar.csar
2021-11-17T06:37:56.028Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-17T06:37:56.028Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:37:56.028Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:37:56.028Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-17T06:37:56.028Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-17T06:37:56.028Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-17T06:37:56.028Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:37:56.028Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:37:56.028Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-17T06:37:56.028Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-17T06:37:56.028Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-17T06:37:56.028Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:37:56.028Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:37:56.029Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:37:56.029Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-17T06:37:56.029Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-11-17T06:37:56.029Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-11-17T06:37:56.029Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-11-17T06:37:56.029Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-17T06:37:56.029Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-17T06:37:56.029Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:37:56.029Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-17T06:37:56.029Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:37:56.029Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-17T06:37:56.029Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T06:37:56.029Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:37:56.030Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-17T06:37:56.030Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T06:37:56.030Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:37:56.030Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-17T06:37:56.030Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T06:37:56.030Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:37:56.030Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-17T06:37:56.030Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-17T06:37:56.030Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-17T06:37:56.030Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ef24c6eb-4202-4fb6-bf27-1f9ab12d6dd3
2021-11-17T06:37:56.030Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:37:56.030Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:37:56.030Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:37:56.030Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:37:56.030Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:37:56.030Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:37:56.030Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:37:56.030Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:37:56.031Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:358f60f7-2051-4017-bb08-c3f8d0c15b04
Model Version:NULL
Model InvariantUuid:716efefb-fc3f-42a9-8466-c50c759397fc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:fb2e8613-5ae3-4aa9-afda-7aa6113505a0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:10b75742-ad96-4d1d-9f1e-57449a5782a0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f5d276ee-7276-430d-b670-660aad68f356
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:aad34aa1-9c9b-4b8f-8d4b-41c0fe12db35
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:17e0080c-93fe-489d-bd40-1322b04f49f6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ef24c6eb-4202-4fb6-bf27-1f9ab12d6dd3
ModelInvariantUuid:4fb09477-aa74-4537-9d77-9ec93bf90038
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:6fbd3571-7531-490e-a0af-bfd1b991ff30
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:bf34546a-18a5-47bc-bd8d-c4844b38b34c
ModelInvariantUuid:c7110339-d5ef-4af6-b4cd-ab6334adb125
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:d87d7cb9-48d1-4cb3-84ac-556e36373c22
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-17T06:37:56.035Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 769c4e5a-7a57-44d4-8205-4fd018af59b1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T06:37:56.037Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||basic_vm 0
2021-11-17T06:37:56.037Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 769c4e5a-7a57-44d4-8205-4fd018af59b1
2021-11-17T06:37:56.037Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b797c579-7227-4337-bd67-38c262e1f823 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-17T06:37:56.037Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-17T06:37:56.037Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||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-11-17T06:37:56.176Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-17T06:37:56.176Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json b797c579-7227-4337-bd67-38c262e1f823 787
2021-11-17T06:37:56.177Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||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-11-17T06:37:56.177Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||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-11-17T06:37:56.177Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T06:37:56.177Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:37:56.179Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:37:56.180Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637131076177,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:37:56.280Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:37:56.280Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-17T06:37:56.281Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:37:56.292Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:37:56.293Z||pool-142-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:37:57.180Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "aad34aa1-9c9b-4b8f-8d4b-41c0fe12db35",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "17e0080c-93fe-489d-bd40-1322b04f49f6",
    "vfModuleModelCustomizationUUID": "6b85de0b-08e8-4834-a061-fbdcc95a3588",
    "isBase": true,
    "artifacts": [
      "079711a2-8c15-478f-9f4f-a06d2c2c4356",
      "85052c1a-f2a6-4362-b271-5cb55904d172"
    ],
    "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-11-17T06:37:57.185Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:17e0080c-93fe-489d-bd40-1322b04f49f6
VfModuleModelInvariantUUID:aad34aa1-9c9b-4b8f-8d4b-41c0fe12db35
VfModuleModelDescription:NULL
Artifacts UUID List:{
079711a2-8c15-478f-9f4f-a06d2c2c4356
,
85052c1a-f2a6-4362-b271-5cb55904d172

}
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-11-17T06:37:57.188Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "aad34aa1-9c9b-4b8f-8d4b-41c0fe12db35",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "17e0080c-93fe-489d-bd40-1322b04f49f6",
    "vfModuleModelCustomizationUUID": "6b85de0b-08e8-4834-a061-fbdcc95a3588",
    "isBase": true,
    "artifacts": [
      "079711a2-8c15-478f-9f4f-a06d2c2c4356",
      "85052c1a-f2a6-4362-b271-5cb55904d172"
    ],
    "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-11-17T06:37:57.189Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:17e0080c-93fe-489d-bd40-1322b04f49f6
VfModuleModelInvariantUUID:aad34aa1-9c9b-4b8f-8d4b-41c0fe12db35
VfModuleModelDescription:NULL
Artifacts UUID List:{
079711a2-8c15-478f-9f4f-a06d2c2c4356
,
85052c1a-f2a6-4362-b271-5cb55904d172

}
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-11-17T06:37:57.189Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 079711a2-8c15-478f-9f4f-a06d2c2c4356 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-17T06:37:57.189Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-17T06:37:57.189Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||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-11-17T06:37:57.480Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-17T06:37:57.481Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 079711a2-8c15-478f-9f4f-a06d2c2c4356 5033
2021-11-17T06:37:57.481Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||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-11-17T06:37:57.482Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||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-11-17T06:37:57.482Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T06:37:57.482Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:37:57.484Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:37:57.484Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637131077481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:37:57.584Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:37:57.585Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-17T06:37:57.585Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:37:57.595Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:37:57.595Z||pool-143-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:37:58.485Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 85052c1a-f2a6-4362-b271-5cb55904d172 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-17T06:37:58.485Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-17T06:37:58.486Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||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-11-17T06:37:58.682Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-17T06:37:58.683Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 85052c1a-f2a6-4362-b271-5cb55904d172 903
2021-11-17T06:37:58.683Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||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-11-17T06:37:58.683Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||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-11-17T06:37:58.683Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T06:37:58.683Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:37:58.684Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:37:58.684Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637131078683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:37:58.785Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-17T06:37:58.785Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-17T06:37:58.786Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:37:58.798Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:37:58.799Z||pool-144-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-17T06:37:59.684Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 358f60f7-2051-4017-bb08-c3f8d0c15b04
2021-11-17T06:37:59.685Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 769c4e5a-7a57-44d4-8205-4fd018af59b1 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T06:37:59.695Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@68e67caf, org.onap.sdc.toscaparser.api.parameters.Input@33c0a4f8, org.onap.sdc.toscaparser.api.parameters.Input@169376cd, org.onap.sdc.toscaparser.api.parameters.Input@3a01e19c, org.onap.sdc.toscaparser.api.parameters.Input@61d9e177]
2021-11-17T06:37:59.696Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:37:59.696Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:37:59.696Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-11-17T06:37:59.696Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= f5d276ee-7276-430d-b670-660aad68f356
2021-11-17T06:37:59.696Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f5d276ee-7276-430d-b670-660aad68f356 matches Tosca VF Customization UUID: f5d276ee-7276-430d-b670-660aad68f356
2021-11-17T06:37:59.696Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: f5d276ee-7276-430d-b670-660aad68f356  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-17T06:37:59.698Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:37:59.698Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:37:59.699Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id f5d276ee-7276-430d-b670-660aad68f356: {\"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-11-17T06:37:59.699Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6f18582b
2021-11-17T06:37:59.699Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:37:59.700Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-17T06:37:59.700Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6b85de0b-08e8-4834-a061-fbdcc95a3588
2021-11-17T06:37:59.700Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6b85de0b-08e8-4834-a061-fbdcc95a3588
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-17T06:37:59.702Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:37:59.702Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-17T06:37:59.702Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T06:37:59.703Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:37:59.703Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-17T06:37:59.703Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T06:37:59.703Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:37:59.704Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-17T06:37:59.704Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-17T06:37:59.704Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-17T06:37:59.704Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ef24c6eb-4202-4fb6-bf27-1f9ab12d6dd3
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-17T06:37:59.707Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:37:59.707Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-17T06:37:59.707Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T06:37:59.707Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:37:59.708Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-17T06:37:59.708Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=f5d276ee-7276-430d-b670-660aad68f356
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T06:37:59.709Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:37:59.709Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:37:59.709Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 358f60f7-2051-4017-bb08-c3f8d0c15b04: basic_vm
2021-11-17T06:37:59.709Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:37:59.710Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:37:59.710Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:37:59.710Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:37:59.710Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:37:59.710Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:37:59.710Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:37:59.710Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:37:59.710Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-17T06:37:59.710Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:37:59.710Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-17T06:37:59.780Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 769c4e5a-7a57-44d4-8205-4fd018af59b1 1 ASDC deployResourceStructure
2021-11-17T06:37:59.780Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||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-11-17T06:37:59.780Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||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-11-17T06:37:59.781Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T06:37:59.781Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:37:59.782Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:37:59.782Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637131079780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-17T06:37:59.883Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-17T06:37:59.883Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-17T06:37:59.884Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:37:59.894Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:37:59.894Z||pool-145-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:38:00.783Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||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-11-17T06:38:00.784Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||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-11-17T06:38:00.784Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T06:38:00.784Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:38:00.786Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:38:00.787Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637131080783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-17T06:38:00.887Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:38:00.887Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-17T06:38:00.887Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:38:00.898Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:38:00.898Z||pool-146-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:38:01.788Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||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-11-17T06:38:01.788Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||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-11-17T06:38:01.788Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T06:38:01.789Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:38:01.790Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:38:01.790Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637131081787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-17T06:38:01.890Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-17T06:38:01.891Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-17T06:38:01.891Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:38:01.900Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:38:01.901Z||pool-147-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:38:02.792Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-11-17T06:38:02.792Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-17T06:38:02.792Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T06:38:02.792Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:38:02.794Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:38:02.794Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637131082791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:38:02.895Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-17T06:38:02.895Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-17T06:38:02.895Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:38:02.908Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:38:02.908Z||pool-148-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:38:03.795Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08e97951-f309-458b-b83b-945a3b763f3a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:38:03.807Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08e97951-f309-458b-b83b-945a3b763f3a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:38:03.809Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:38:03.810Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:38:03.810Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:38:03.810Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:38:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:38:12.577Z||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-11-17T06:38:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:38:13.199Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:38:13.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:38:13.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "503f8cfb-ad52-422f-af70-fe7563455c5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637131065282,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2021-11-17T06:38:13.201Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:38:13.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:38:13.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:38:13.201Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:38:13.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:38:13.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-17T06:38:13.202Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:38:13.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:38:13.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-17T06:38:13.202Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:38:13.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:38:13.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:38:13.202Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:38:13.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:38:13.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-17T06:38:13.202Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:38:13.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:38:13.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:38:13.203Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:38:13.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:38:13.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637130110596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:38:13.203Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:38:13.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:38:13.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637131073702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:38:13.203Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:38:13.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:38:13.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637131076177,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:38:13.203Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:38:13.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:38:13.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637131077481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:38:13.204Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:38:13.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:38:13.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637131078683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:38:13.204Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:38:13.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:38:13.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637131079780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-17T06:38:13.204Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:38:13.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:38:13.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637131080783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-17T06:38:13.204Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:38:13.205Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:38:13.205Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637131081787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-17T06:38:13.205Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:38:13.205Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T06:38:13.205Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08e97951-f309-458b-b83b-945a3b763f3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637131082791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:38:13.205Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:38:33.810Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08e97951-f309-458b-b83b-945a3b763f3a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:38:33.821Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08e97951-f309-458b-b83b-945a3b763f3a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:38:33.823Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:38:33.823Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:38:33.823Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:38:33.823Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:39:03.823Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08e97951-f309-458b-b83b-945a3b763f3a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:39:03.834Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08e97951-f309-458b-b83b-945a3b763f3a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:39:03.837Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:39:03.837Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:39:03.837Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:39:03.837Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:39:12.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:39:12.577Z||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-11-17T06:39:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:39:22.126Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:39:29.189Z||http-nio-8085-exec-8|||||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-11-17T06:39:33.837Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08e97951-f309-458b-b83b-945a3b763f3a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:39:33.845Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08e97951-f309-458b-b83b-945a3b763f3a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:39:33.847Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:39:33.847Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:39:33.847Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:39:33.847Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:40:03.847Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08e97951-f309-458b-b83b-945a3b763f3a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-17T06:40:03.859Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08e97951-f309-458b-b83b-945a3b763f3a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-17T06:40:03.861Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:40:03.861Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:40:03.861Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:40:03.861Z|08e97951-f309-458b-b83b-945a3b763f3a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:40:12.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:40:12.577Z||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-11-17T06:40:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:40:13.205Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-17T06:40:13.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "aai-ml",
  "timestamp": 1637131166211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/resourceInstances/pnf7a0de9d6141e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:40:13.208Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "policy-id",
  "timestamp": 1637131170648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/resourceInstances/pnf7a0de9d6141e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:40:13.208Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637131173093,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/resourceInstances/pnf7a0de9d6141e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:40:13.208Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "aai-ml",
  "timestamp": 1637131166211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/resourceInstances/pnf7a0de9d6141e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:40:13.209Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "policy-id",
  "timestamp": 1637131170648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/resourceInstances/pnf7a0de9d6141e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:40:13.209Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637131173093,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/resourceInstances/pnf7a0de9d6141e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:40:13.209Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "aai-ml",
  "timestamp": 1637131166211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/resourceInstances/pnf7a0de9d6141e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:40:13.209Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "policy-id",
  "timestamp": 1637131170648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/resourceInstances/pnf7a0de9d6141e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:40:13.210Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637131173093,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/resourceInstances/pnf7a0de9d6141e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:40:13.210Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "aai-ml",
  "timestamp": 1637131166211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/resourceInstances/pnf7a0de9d6141e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:40:13.210Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "policy-id",
  "timestamp": 1637131170648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/resourceInstances/pnf7a0de9d6141e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:40:13.210Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637131173093,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/resourceInstances/pnf7a0de9d6141e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:40:13.211Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "dcae-sch",
  "timestamp": 1637131176387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/resourceInstances/pnf7a0de9d6141e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:40:13.211Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "aai-ml",
  "timestamp": 1637131166211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/resourceInstances/pnf7a0de9d6141e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:40:13.211Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "policy-id",
  "timestamp": 1637131170648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/resourceInstances/pnf7a0de9d6141e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:40:13.212Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637131173093,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/resourceInstances/pnf7a0de9d6141e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:40:13.212Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "dcae-sch",
  "timestamp": 1637131176387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/resourceInstances/pnf7a0de9d6141e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:40:13.212Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "aai-ml",
  "timestamp": 1637131166211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/resourceInstances/pnf7a0de9d6141e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:40:13.212Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.213Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "policy-id",
  "timestamp": 1637131170648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/resourceInstances/pnf7a0de9d6141e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:40:13.213Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.213Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637131173093,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/resourceInstances/pnf7a0de9d6141e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:40:13.213Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.213Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "dcae-sch",
  "timestamp": 1637131176387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/resourceInstances/pnf7a0de9d6141e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:40:13.213Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.213Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "aai-ml",
  "timestamp": 1637131166211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/artifacts/service-DemoPnfC8ogf8bb1fn5fh1x2m8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:40:13.213Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "policy-id",
  "timestamp": 1637131170648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/artifacts/service-DemoPnfC8ogf8bb1fn5fh1x2m8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:40:13.214Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637131173093,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/artifacts/service-DemoPnfC8ogf8bb1fn5fh1x2m8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:40:13.214Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "dcae-sch",
  "timestamp": 1637131176387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/resourceInstances/pnf7a0de9d6141e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:40:13.214Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "aai-ml",
  "timestamp": 1637131166211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/artifacts/service-DemoPnfC8ogf8bb1fn5fh1x2m8u-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:40:13.214Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "policy-id",
  "timestamp": 1637131170648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/artifacts/service-DemoPnfC8ogf8bb1fn5fh1x2m8u-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:40:13.215Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637131173093,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/artifacts/service-DemoPnfC8ogf8bb1fn5fh1x2m8u-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:40:13.215Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "dcae-sch",
  "timestamp": 1637131176387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/resourceInstances/pnf7a0de9d6141e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:40:13.215Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "aai-ml",
  "timestamp": 1637131181397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/artifacts/service-DemoPnfC8ogf8bb1fn5fh1x2m8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:40:13.215Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:40:13.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "policy-id",
  "timestamp": 1637131181389,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/artifacts/service-DemoPnfC8ogf8bb1fn5fh1x2m8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:40:13.215Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:40:13.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "dcae-sch",
  "timestamp": 1637131176387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/resourceInstances/pnf7a0de9d6141e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:40:13.217Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "policy-id",
  "timestamp": 1637131182392,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/artifacts/service-DemoPnfC8ogf8bb1fn5fh1x2m8u-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:40:13.217Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:40:13.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "dcae-sch",
  "timestamp": 1637131176387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/artifacts/service-DemoPnfC8ogf8bb1fn5fh1x2m8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:40:13.218Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637131182644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/resourceInstances/pnf7a0de9d6141e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:40:13.218Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "policy-id",
  "timestamp": 1637131183395,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-17T06:40:13.232Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 88801df1-9ce7-458b-9458-5652034485f3
2021-11-17T06:40:13.232Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88801df1-9ce7-458b-9458-5652034485f3 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-11-17T06:40:13.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "clamp",
  "timestamp": 1637131182895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/resourceInstances/pnf7a0de9d6141e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:40:13.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "dcae-sch",
  "timestamp": 1637131176387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/artifacts/service-DemoPnfC8ogf8bb1fn5fh1x2m8u-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:40:13.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637131182644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/resourceInstances/pnf7a0de9d6141e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:40:13.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "clamp",
  "timestamp": 1637131182895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/resourceInstances/pnf7a0de9d6141e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:40:13.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637131182644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/resourceInstances/pnf7a0de9d6141e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:40:13.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "clamp",
  "timestamp": 1637131182895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/resourceInstances/pnf7a0de9d6141e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:40:13.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637131182644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/resourceInstances/pnf7a0de9d6141e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:40:13.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "aai-ml",
  "timestamp": 1637131186378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/artifacts/service-DemoPnfC8ogf8bb1fn5fh1x2m8u-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:40:13.240Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:40:13.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "clamp",
  "timestamp": 1637131182895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/resourceInstances/pnf7a0de9d6141e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:40:13.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637131182644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/resourceInstances/pnf7a0de9d6141e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:40:13.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "aai-ml",
  "timestamp": 1637131187381,
  "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-11-17T06:40:13.245Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 88801df1-9ce7-458b-9458-5652034485f3
2021-11-17T06:40:13.245Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88801df1-9ce7-458b-9458-5652034485f3 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-11-17T06:40:13.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "clamp",
  "timestamp": 1637131182895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/resourceInstances/pnf7a0de9d6141e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:40:13.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637131182644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/resourceInstances/pnf7a0de9d6141e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-11-17T06:40:13.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "clamp",
  "timestamp": 1637131182895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/resourceInstances/pnf7a0de9d6141e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:40:13.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637131182644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/artifacts/service-DemoPnfC8ogf8bb1fn5fh1x2m8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:40:13.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "clamp",
  "timestamp": 1637131182895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/artifacts/service-DemoPnfC8ogf8bb1fn5fh1x2m8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:40:13.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637131182644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/artifacts/service-DemoPnfC8ogf8bb1fn5fh1x2m8u-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-17T06:40:13.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "clamp",
  "timestamp": 1637131182895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/artifacts/service-DemoPnfC8ogf8bb1fn5fh1x2m8u-csar.csar",
  "status": "NOTIFIED"
}
2021-11-17T06:40:13.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-17T06:40:13.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637131191374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/resourceInstances/pnf7a0de9d6141e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:40:13.253Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:40:13.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637131192388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/resourceInstances/pnf7a0de9d6141e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-11-17T06:40:13.253Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:40:13.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637131193390,
  "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-11-17T06:40:13.257Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 88801df1-9ce7-458b-9458-5652034485f3
2021-11-17T06:40:13.258Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88801df1-9ce7-458b-9458-5652034485f3 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-11-17T06:40:13.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "clamp",
  "timestamp": 1637131199182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/artifacts/service-DemoPnfC8ogf8bb1fn5fh1x2m8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-17T06:40:13.264Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:40:13.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "clamp",
  "timestamp": 1637131201190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC8ogf8bb1fn5fh1x2m8u/1.0/artifacts/service-DemoPnfC8ogf8bb1fn5fh1x2m8u-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-17T06:40:13.265Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T06:40:13.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T06:40:13.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88801df1-9ce7-458b-9458-5652034485f3",
  "consumerID": "clamp",
  "timestamp": 1637131202194,
  "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-11-17T06:40:13.269Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 88801df1-9ce7-458b-9458-5652034485f3
2021-11-17T06:40:13.269Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88801df1-9ce7-458b-9458-5652034485f3 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 (?, ?, ?, ?, ?)