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-21T09:45:06.580Z||main|||||INFO|500||The following profiles are active: basic
2021-11-21T09:45:20.439Z||main|||||INFO|500||Starting service [Tomcat]
2021-11-21T09:45:20.441Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-11-21T09:45:20.567Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-11-21T09:45:25.397Z||main|||||INFO|500||catdb-pool - Starting...
2021-11-21T09:45:25.941Z||main|||||INFO|500||catdb-pool - Start completed.
2021-11-21T09:45:26.567Z||main|||||INFO|500||reqdb-pool - Starting...
2021-11-21T09:45:26.574Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-11-21T09:45:26.735Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-11-21T09:45:27.043Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-11-21T09:45:27.865Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-11-21T09:45:31.479Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-21T09:45:33.792Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-21T09:45:33.859Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-11-21T09:45:34.496Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-21T09:45:34.684Z||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-21T09:45:35.946Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-21T09:45:37.046Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-11-21T09:45:37.065Z||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$$20cf312a.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-21T09:45:37.066Z||main|||||WARN|500||The sdc end point is not alive
2021-11-21T09:45:40.214Z||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-21T09:45:42.935Z||main|||||WARN|500||---
2021-11-21T09:45:42.936Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-11-21T09:45:42.936Z||main|||||WARN|500||---
2021-11-21T09:45:43.337Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-11-21T09:45:48.242Z||main|||||INFO|500||Started Application in 46.916 seconds (JVM running for 53.755)
2021-11-21T09:45:48.265Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-21T09:45:48.278Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-21T09:45:48.295Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-21T09:45:48.322Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-21T09:45:48.369Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 55a73747-73ab-4524-903a-eae9c6ebbd12 url= /sdc/v1/artifactTypes
2021-11-21T09:45:48.370Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-21T09:45:48.661Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-21T09:45:48.692Z||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-21T09:45:48.715Z||scheduling-1|||||DEBUG|500||create keys
2021-11-21T09:45:48.722Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-11-21T09:45:49.086Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T09:45:49.106Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 03ee048a-5b06-4cfc-a42e-f41aa0ccb213 url= /sdc/v1/registerForDistribution
2021-11-21T09:45:49.451Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 03ee048a-5b06-4cfc-a42e-f41aa0ccb213 url= /sdc/v1/registerForDistribution
2021-11-21T09:45:49.452Z||scheduling-1|||||INFO|500||start DistributionClient
2021-11-21T09:45:49.460Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:45:49.464Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:45:49.469Z||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-21T09:45:49.469Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:45:49.470Z||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-21T09:45:49.470Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-11-21T09:45:49.470Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:46:00.122Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T09:46:00.186Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T09:46:49.459Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:46:49.461Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:46:49.462Z||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-21T09:46:49.463Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:46:49.463Z||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-21T09:46:49.463Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:46:59.011Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T09:46:59.021Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T09:47:49.460Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:47:49.463Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:47:49.463Z||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-21T09:47:49.463Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:47:49.463Z||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-21T09:47:49.463Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:47:59.029Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T09:47:59.041Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T09:48:49.459Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:48:49.461Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:48:49.463Z||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-21T09:48:49.463Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:48:49.463Z||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-21T09:48:49.464Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:48:59.029Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T09:48:59.036Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T09:49:49.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:49:49.461Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:49:49.463Z||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-21T09:49:49.463Z||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-21T09:49:49.463Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:49:49.463Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:49:59.012Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T09:49:59.017Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T09:50:49.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:50:49.461Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:50:49.462Z||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-21T09:50:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:50:49.465Z||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-21T09:50:49.466Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:50:59.020Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T09:50:59.021Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T09:51:49.461Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:51:49.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:51:49.463Z||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-21T09:51:49.464Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:51:49.463Z||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-21T09:51:49.464Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:51:59.012Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T09:51:59.015Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T09:52:49.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:52:49.461Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:52:49.462Z||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-21T09:52:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:52:49.464Z||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-21T09:52:49.464Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:52:59.039Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T09:52:59.039Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T09:53:49.461Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:53:49.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:53:49.463Z||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-21T09:53:49.463Z||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-21T09:53:49.463Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:53:49.463Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:53:59.013Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T09:53:59.013Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T09:54:49.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:54:49.461Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:54:49.461Z||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-21T09:54:49.461Z||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-21T09:54:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:54:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:54:59.008Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T09:54:59.010Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T09:55:36.341Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-11-21T09:55:49.461Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:55:49.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:55:49.462Z||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-21T09:55:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:55:49.462Z||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-21T09:55:49.463Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:55:59.007Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T09:55:59.020Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T09:56:49.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:56:49.461Z||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-21T09:56:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:56:49.462Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:56:49.462Z||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-21T09:56:49.463Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:56:59.010Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T09:56:59.023Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T09:57:49.460Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:57:49.462Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:57:49.463Z||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-21T09:57:49.464Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:57:49.463Z||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-21T09:57:49.464Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:57:59.035Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T09:57:59.038Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T09:58:49.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:58:49.461Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:58:49.462Z||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-21T09:58:49.462Z||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-21T09:58:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:58:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:58:59.007Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T09:58:59.009Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T09:59:49.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:59:49.461Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:59:49.461Z||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-21T09:59:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:59:49.462Z||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-21T09:59:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:59:59.006Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T09:59:59.016Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:00:49.461Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:00:49.460Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:00:49.462Z||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-21T10:00:49.462Z||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-21T10:00:49.463Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:00:49.463Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:00:59.008Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:00:59.019Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:01:49.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:01:49.461Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:01:49.461Z||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-21T10:01:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:01:49.462Z||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-21T10:01:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:01:59.018Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:01:59.024Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:02:49.460Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:02:49.462Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:02:49.462Z||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-21T10:02:49.463Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:02:49.463Z||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-21T10:02:49.464Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:02:59.014Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:02:59.014Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:03:49.459Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:03:49.460Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:03:49.461Z||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-21T10:03:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:03:49.461Z||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-21T10:03:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:03:59.012Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:03:59.014Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:04:49.459Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:04:49.461Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:04:49.462Z||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-21T10:04:49.462Z||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-21T10:04:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:04:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:04:59.020Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:04:59.021Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:05:49.459Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:05:49.460Z||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-21T10:05:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:05:49.461Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:05:49.462Z||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-21T10:05:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:05:59.005Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:05:59.005Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:06:49.459Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:06:49.461Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:06:49.461Z||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-21T10:06:49.461Z||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-21T10:06:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:06:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:06:59.024Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:06:59.028Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:07:49.459Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:07:49.461Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:07:49.462Z||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-21T10:07:49.462Z||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-21T10:07:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:07:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:07:59.009Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:07:59.009Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:08:49.459Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:08:49.460Z||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-21T10:08:49.461Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:08:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:08:49.461Z||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-21T10:08:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:08:59.008Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:08:59.010Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:09:49.460Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:09:49.461Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:09:49.462Z||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-21T10:09:49.463Z||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-21T10:09:49.463Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:09:49.463Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:09:59.009Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:09:59.012Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:10:49.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:10:49.460Z||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-21T10:10:49.460Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:10:49.461Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:10:49.461Z||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-21T10:10:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:10:59.004Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:10:59.022Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:11:49.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:11:49.461Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:11:49.461Z||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-21T10:11:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:11:49.461Z||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-21T10:11:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:11:59.006Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:11:59.007Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:12:49.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:12:49.460Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:12:49.461Z||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-21T10:12:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:12:49.462Z||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-21T10:12:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:12:59.014Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:12:59.026Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:13:49.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:13:49.460Z||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-21T10:13:49.460Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:13:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:13:49.461Z||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-21T10:13:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:13:59.022Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:13:59.022Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:14:49.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:14:49.460Z||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-21T10:14:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:14:49.461Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:14:49.461Z||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-21T10:14:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:14:59.006Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:14:59.008Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:15:49.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:15:49.460Z||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-21T10:15:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:15:49.461Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:15:49.461Z||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-21T10:15:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:15:59.004Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:15:59.004Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:16:49.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:16:49.460Z||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-21T10:16:49.461Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:16:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:16:49.461Z||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-21T10:16:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:16:59.010Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:16:59.009Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:17:49.460Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:17:49.460Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:17:49.462Z||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-21T10:17:49.462Z||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-21T10:17:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:17:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:17:59.005Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:17:59.009Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:18:49.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:18:49.461Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:18:49.461Z||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-21T10:18:49.461Z||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-21T10:18:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:18:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:18:59.020Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:18:59.021Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:19:49.460Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:19:49.461Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:19:49.462Z||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-21T10:19:49.462Z||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-21T10:19:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:19:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:19:59.027Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:19:59.051Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:20:49.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:20:49.460Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:20:49.461Z||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-21T10:20:49.460Z||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-21T10:20:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:20:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:20:59.078Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:20:59.087Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:21:49.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:21:49.460Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:21:49.461Z||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-21T10:21:49.461Z||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-21T10:21:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:21:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:21:59.018Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:21:59.028Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:22:49.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:22:49.461Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:22:49.462Z||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-21T10:22:49.462Z||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-21T10:22:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:22:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:22:59.018Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:22:59.042Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:23:49.458Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:23:49.460Z||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-21T10:23:49.460Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:23:49.460Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:23:49.461Z||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-21T10:23:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:23:59.002Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:23:59.005Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:24:49.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:24:49.461Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:24:49.461Z||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-21T10:24:49.461Z||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-21T10:24:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:24:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:24:59.006Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:24:59.012Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:25:49.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:25:49.461Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:25:49.462Z||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-21T10:25:49.462Z||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-21T10:25:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:25:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:25:59.011Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:25:59.013Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:26:49.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:26:49.461Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:26:49.461Z||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-21T10:26:49.461Z||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-21T10:26:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:26:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:26:59.007Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:26:59.014Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:27:49.460Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:27:49.461Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:27:49.464Z||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-21T10:27:49.464Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:27:49.464Z||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-21T10:27:49.465Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:27:59.011Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:27:59.011Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:28:49.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:28:49.461Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:28:49.462Z||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-21T10:28:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:28:49.462Z||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-21T10:28:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:28:59.012Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:28:59.015Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:29:49.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:29:49.461Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:29:49.462Z||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-21T10:29:49.462Z||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-21T10:29:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:29:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:29:59.004Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:29:59.008Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:30:49.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:30:49.460Z||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-21T10:30:49.461Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:30:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:30:49.461Z||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-21T10:30:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:30:59.003Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:30:59.004Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:31:49.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:31:49.461Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:31:49.462Z||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-21T10:31:49.462Z||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-21T10:31:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:31:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:31:59.010Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:31:59.015Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:32:49.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:32:49.460Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:32:49.461Z||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-21T10:32:49.461Z||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-21T10:32:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:32:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:32:59.003Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:32:59.006Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:33:49.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:33:49.460Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:33:49.461Z||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-21T10:33:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:33:49.461Z||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-21T10:33:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:33:59.014Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:33:59.020Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:34:49.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:34:49.461Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:34:49.461Z||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-21T10:34:49.461Z||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-21T10:34:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:34:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:34:59.017Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:34:59.033Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:35:49.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:35:49.460Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:35:49.461Z||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-21T10:35:49.461Z||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-21T10:35:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:35:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:35:59.038Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:35:59.044Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:36:49.460Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:36:49.461Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:36:49.468Z||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-21T10:36:49.467Z||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-21T10:36:49.468Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:36:49.468Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:36:59.022Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:36:59.030Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:37:49.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:37:49.461Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:37:49.461Z||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-21T10:37:49.461Z||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-21T10:37:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:37:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:37:59.018Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:37:59.022Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:38:49.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:38:49.461Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:38:49.461Z||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-21T10:38:49.461Z||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-21T10:38:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:38:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:38:59.038Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:38:59.053Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:39:49.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:39:49.460Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:39:49.461Z||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-21T10:39:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:39:49.462Z||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-21T10:39:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:39:59.004Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:39:59.004Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:40:49.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:40:49.460Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:40:49.461Z||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-21T10:40:49.461Z||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-21T10:40:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:40:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:40:50.142Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:40:50.145Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:40:50.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"15235a02-4422-4043-9723-fe93c3e14516","serviceName":"vFW 2021-11-21 10-37-57","serviceVersion":"1.0","serviceUUID":"e0f057ff-0691-4b42-80a4-79471bef2ae6","serviceDescription":"catalog service description","serviceInvariantUUID":"404ec254-df99-4717-9d8f-aaed377a3211","resources":[{"resourceInstanceName":"vFW d5368a06-f673 0","resourceName":"vFW d5368a06-f673","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2aac522b-e66f-4729-a0cb-82cc69801e27","resourceInvariantUUID":"e86246f9-cf37-40a8-92df-b1ea8e6e341a","resourceCustomizationUUID":"87a446cc-4bf5-4177-9ebe-655aed3c1828","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vf-license-model.xml","artifactChecksum":"YTAzMThjOGM1MTY2Yjk1MjQzMjAxZTY0ZDk5MjVjMjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c8ee43e2-3e30-4351-a4f6-3e33fe5d73bc","artifactVersion":"1"},{"artifactName":"vfwd5368a06f6730_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json","artifactChecksum":"ZjkyMzFhN2VhZWU4OWEyODFiYjNiNTk5ZjhkY2IwMWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2f9a5a1a-9cc3-4962-be98-fed217cf8c63","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c1bc713d-f2c5-4e72-887e-c79c6d0cc2ac","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vendor-license-model.xml","artifactChecksum":"ZGU4MjMyMjYzMmVkYzYwN2VkOTNmNWUwZDJmMTg5Mzk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"45d36d8f-d69f-490d-8fb2-b229141852e7","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c8f4d5af-0f6c-45a5-82fd-2183065c32e5","artifactVersion":"2","generatedFromUUID":"c1bc713d-f2c5-4e72-887e-c79c6d0cc2ac"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211121103757-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-template.yml","artifactChecksum":"ZDI0ZTQ0NjMxZTYwYjI0ODhkN2EzMmYyYWMzNGI4NTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"04c28de9-4d52-46d5-ab11-cf810102d8c0","artifactVersion":"1"},{"artifactName":"service-Vfw20211121103757-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar","artifactChecksum":"Y2Q1NGMyODZhMjE4YzIzYTc0M2FkYjBjMjZlMjlmN2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aa093478-e860-4c0e-9650-9e7b4170e50d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-21T10:40:50.150Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "cds",
  "timestamp": 1637491209367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.164Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T10:40:50.179Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:40:50.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "policy-id",
  "timestamp": 1637491211856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637491216063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.184Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "cds",
  "timestamp": 1637491209367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.184Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "policy-id",
  "timestamp": 1637491211856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.185Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637491216063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json",
  "status": "NOTIFIED"
}
2021-11-21T10:40:50.185Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "cds",
  "timestamp": 1637491209367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.185Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "policy-id",
  "timestamp": 1637491211856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-21T10:40:50.186Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637491216063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-21T10:40:50.186Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "dcae-sch",
  "timestamp": 1637491218077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.187Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "aai-ml",
  "timestamp": 1637491218380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.187Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "cds",
  "timestamp": 1637491209367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.187Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "policy-id",
  "timestamp": 1637491211856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637491216063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "dcae-sch",
  "timestamp": 1637491218077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.189Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "aai-ml",
  "timestamp": 1637491218380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.189Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "cds",
  "timestamp": 1637491209367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.190Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "policy-id",
  "timestamp": 1637491211856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.190Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637491216063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-21T10:40:50.191Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "dcae-sch",
  "timestamp": 1637491218077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.191Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "aai-ml",
  "timestamp": 1637491218380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.191Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "cds",
  "timestamp": 1637491209367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "policy-id",
  "timestamp": 1637491211856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637491216063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "dcae-sch",
  "timestamp": 1637491218077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "aai-ml",
  "timestamp": 1637491218380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "cds",
  "timestamp": 1637491209367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T10:40:50.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "policy-id",
  "timestamp": 1637491211856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T10:40:50.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637491216063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T10:40:50.195Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "dcae-sch",
  "timestamp": 1637491218077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.195Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "aai-ml",
  "timestamp": 1637491218380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.195Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.196Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "dcae-sch",
  "timestamp": 1637491218077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.196Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.196Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.196Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "cds",
  "timestamp": 1637491223984,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:40:50.197Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:40:50.197Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.197Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "policy-id",
  "timestamp": 1637491224000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:40:50.198Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:40:50.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "aai-ml",
  "timestamp": 1637491218380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637491224272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:40:50.198Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:40:50.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "dcae-sch",
  "timestamp": 1637491218077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.199Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "cds",
  "timestamp": 1637491225006,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2021-11-21T10:40:50.209Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:40:50.209Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491249459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-21T10:40:50.310Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-11-21T10:40:50.319Z||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-21T10:40:50.319Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:40:50.337Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:40:50.338Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-21T10:40:50.419Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 15235a02-4422-4043-9723-fe93c3e14516
2021-11-21T10:40:50.441Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15235a02-4422-4043-9723-fe93c3e14516 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-21T10:40:50.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.468Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "policy-id",
  "timestamp": 1637491225009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T10:40:50.468Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:40:50.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "aai-ml",
  "timestamp": 1637491218380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T10:40:50.469Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637491225569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:40:50.470Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:40:50.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "policy-id",
  "timestamp": 1637491226015,
  "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-21T10:40:50.485Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 15235a02-4422-4043-9723-fe93c3e14516
2021-11-21T10:40:50.485Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15235a02-4422-4043-9723-fe93c3e14516 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-21T10:40:50.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "aai-ml",
  "timestamp": 1637491226197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:40:50.494Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:40:50.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637491225583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.495Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637491226953,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:40:50.495Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:40:50.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637491226365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637491225583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637491226365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637491225583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.498Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637491228531,
  "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-21T10:40:50.504Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 15235a02-4422-4043-9723-fe93c3e14516
2021-11-21T10:40:50.504Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15235a02-4422-4043-9723-fe93c3e14516 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-21T10:40:50.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637491226365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.514Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637491225583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637491229537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-21T10:40:50.516Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:40:50.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637491226365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637491225583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637491226365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637491225583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637491226365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637491225583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637491226365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T10:40:50.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637491234186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:40:50.521Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:40:50.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "clamp",
  "timestamp": 1637491233573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.521Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "clamp",
  "timestamp": 1637491233573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json",
  "status": "NOTIFIED"
}
2021-11-21T10:40:50.522Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.522Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.522Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "clamp",
  "timestamp": 1637491233573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.522Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "clamp",
  "timestamp": 1637491233573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.523Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "clamp",
  "timestamp": 1637491233573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.524Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.524Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.524Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "clamp",
  "timestamp": 1637491233573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.524Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637491239842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T10:40:50.525Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:40:50.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "clamp",
  "timestamp": 1637491233573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T10:40:50.526Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:40:50.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637491240847,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-21T10:40:50.531Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 15235a02-4422-4043-9723-fe93c3e14516
2021-11-21T10:40:50.531Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15235a02-4422-4043-9723-fe93c3e14516 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-21T10:40:50.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "aai-ml",
  "timestamp": 1637491244484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T10:40:50.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:40:50.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "aai-ml",
  "timestamp": 1637491245490,
  "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-21T10:40:50.547Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 15235a02-4422-4043-9723-fe93c3e14516
2021-11-21T10:40:50.547Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15235a02-4422-4043-9723-fe93c3e14516 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-21T10:40:50.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.556Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "clamp",
  "timestamp": 1637491248680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:40:50.557Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:40:51.219Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T10:40:51.222Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:40:51.224Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:40:51.224Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491249459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json",
  "status": "NOTIFIED"
}
2021-11-21T10:40:51.324Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:40:51.325Z||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-21T10:40:51.326Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:40:51.337Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:40:51.338Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-21T10:40:52.225Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T10:40:52.225Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:40:52.228Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:40:52.228Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491249459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-21T10:40:52.329Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-21T10:40:52.331Z||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-21T10:40:52.331Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:40:52.345Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:40:52.345Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:40:53.228Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T10:40:53.229Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:40:53.231Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:40:53.231Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491249459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:53.331Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:40:53.333Z||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-21T10:40:53.333Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:40:53.345Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:40:53.346Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:40:54.232Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T10:40:54.233Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:40:54.235Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:40:54.235Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491249459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-21T10:40:54.335Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:40:54.336Z||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-21T10:40:54.336Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:40:54.350Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:40:54.350Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:40:55.235Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T10:40:55.236Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:40:55.238Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:40:55.239Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491249459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:40:55.339Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:40:55.340Z||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-21T10:40:55.340Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:40:55.351Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:40:55.352Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:40:56.239Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T10:40:56.240Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:40:56.242Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:40:56.242Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491249459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T10:40:56.343Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:40:56.344Z||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-21T10:40:56.344Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:40:56.354Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:40:56.355Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:40:57.244Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "serviceName": "vFW 2021-11-21 10-37-57",
  "serviceVersion": "1.0",
  "serviceUUID": "e0f057ff-0691-4b42-80a4-79471bef2ae6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "404ec254-df99-4717-9d8f-aaed377a3211",
  "resources": [
    {
      "resourceInstanceName": "vFW d5368a06-f673 0",
      "resourceCustomizationUUID": "87a446cc-4bf5-4177-9ebe-655aed3c1828",
      "resourceName": "vFW d5368a06-f673",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2aac522b-e66f-4729-a0cb-82cc69801e27",
      "resourceInvariantUUID": "e86246f9-cf37-40a8-92df-b1ea8e6e341a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd5368a06f6730_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json",
          "artifactChecksum": "ZjkyMzFhN2VhZWU4OWEyODFiYjNiNTk5ZjhkY2IwMWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2f9a5a1a-9cc3-4962-be98-fed217cf8c63",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c1bc713d-f2c5-4e72-887e-c79c6d0cc2ac",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "c8f4d5af-0f6c-45a5-82fd-2183065c32e5",
            "generatedFromUUID": "c1bc713d-f2c5-4e72-887e-c79c6d0cc2ac"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "c8f4d5af-0f6c-45a5-82fd-2183065c32e5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20211121103757-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
      "artifactChecksum": "Y2Q1NGMyODZhMjE4YzIzYTc0M2FkYjBjMjZlMjlmN2Q\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aa093478-e860-4c0e-9650-9e7b4170e50d"
    }
  ],
  "workloadContext": "Production"
}
2021-11-21T10:40:57.245Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-21T10:40:57.246Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e0f057ff-0691-4b42-80a4-79471bef2ae6 ASDC
2021-11-21T10:40:57.366Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:15235a02-4422-4043-9723-fe93c3e14516
ServiceName:vFW 2021-11-21 10-37-57
ServiceVersion:1.0
ServiceUUID:e0f057ff-0691-4b42-80a4-79471bef2ae6
ServiceInvariantUUID:404ec254-df99-4717-9d8f-aaed377a3211
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211121103757-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar
ArtifactUUID:aa093478-e860-4c0e-9650-9e7b4170e50d
ArtifactChecksum:Y2Q1NGMyODZhMjE4YzIzYTc0M2FkYjBjMjZlMjlmN2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d5368a06-f673 0
ResourceCustomizationUUID:87a446cc-4bf5-4177-9ebe-655aed3c1828
ResourceInvariantUUID:e86246f9-cf37-40a8-92df-b1ea8e6e341a
ResourceName:vFW d5368a06-f673
ResourceType:VF
ResourceUUID:2aac522b-e66f-4729-a0cb-82cc69801e27
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd5368a06f6730_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json
ArtifactUUID:2f9a5a1a-9cc3-4962-be98-fed217cf8c63
ArtifactChecksum:ZjkyMzFhN2VhZWU4OWEyODFiYjNiNTk5ZjhkY2IwMWI=
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/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml
ArtifactUUID:c1bc713d-f2c5-4e72-887e-c79c6d0cc2ac
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/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env
ArtifactUUID:c8f4d5af-0f6c-45a5-82fd-2183065c32e5
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/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env
ArtifactUUID:c8f4d5af-0f6c-45a5-82fd-2183065c32e5
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-21T10:40:57.367Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e0f057ff-0691-4b42-80a4-79471bef2ae6 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-21T10:40:57.418Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-21T10:40:57.419Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-21T10:40:57.420Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-21T10:40:57.420Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: aa093478-e860-4c0e-9650-9e7b4170e50d from URL: /sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar
2021-11-21T10:40:57.421Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-21T10:40:57.422Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar
2021-11-21T10:40:57.682Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-21T10:40:57.701Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar aa093478-e860-4c0e-9650-9e7b4170e50d 98976
2021-11-21T10:40:57.703Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar ASDC sendASDCNotification
2021-11-21T10:40:57.703Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar
2021-11-21T10:40:57.704Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T10:40:57.705Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:40:57.707Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:40:57.708Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491257701,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:40:57.808Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:40:57.810Z||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-21T10:40:57.810Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:40:57.843Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:40:57.843Z||pool-10-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:40:58.708Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-21T10:40:58.710Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-21T10:40:58.711Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: aa093478-e860-4c0e-9650-9e7b4170e50d, URL: /sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar to file: /app/ASDC/1/service-Vfw20211121103757-csar.csar
2021-11-21T10:40:58.711Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211121103757-csar.csar
2021-11-21T10:40:58.969Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211121103757-csar.csar
2021-11-21T10:40:58.969Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211121103757-csar.csar
2021-11-21T10:41:00.260Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17920885652253103923/Definitions/service-Vfw20211121103757-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-21T10:41:03.008Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-21T10:41:03.013Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-11-21T10:41:03.014Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211121103757-csar.csar
2021-11-21T10:41:03.041Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-21T10:41:03.042Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||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-Vfw20211121103757-csar.csar
2021-11-21T10:41:03.042Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||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-Vfw20211121103757-csar.csar
2021-11-21T10:41:03.042Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211121103757-csar.csar
2021-11-21T10:41:03.043Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211121103757-csar.csar
2021-11-21T10:41:03.043Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211121103757-csar.csar
2021-11-21T10:41:03.043Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||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-Vfw20211121103757-csar.csar
2021-11-21T10:41:03.043Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d5368a06-f673 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-Vfw20211121103757-csar.csar
2021-11-21T10:41:03.043Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211121103757-csar.csar
2021-11-21T10:41:03.044Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211121103757-csar.csar
2021-11-21T10:41:03.044Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211121103757-csar.csar
2021-11-21T10:41:03.044Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211121103757-csar.csar
2021-11-21T10:41:03.044Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211121103757-csar.csar
2021-11-21T10:41:03.044Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211121103757-csar.csar
2021-11-21T10:41:03.045Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-11-21T10:41:03.053Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:41:03.055Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-21 10-37-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:41:03.060Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vFW d5368a06-f673 0 is matching search criteria
2021-11-21T10:41:03.060Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-11-21T10:41:03.062Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d5368a06-f673 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-21T10:41:03.064Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:41:03.065Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-21 10-37-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:41:03.065Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vFW d5368a06-f673 0 is matching search criteria
2021-11-21T10:41:03.065Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-11-21T10:41:03.066Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d5368a06-f673 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-21T10:41:03.066Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:41:03.066Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-21 10-37-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:41:03.070Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:41:03.071Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vFW d5368a06-f673 0 is not matching search criteria
2021-11-21T10:41:03.071Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-21T10:41:03.071Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-21T10:41:03.072Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-21T10:41:03.072Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-21T10:41:03.072Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-21T10:41:03.073Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-21T10:41:03.073Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-21T10:41:03.073Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-21T10:41:03.073Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-21T10:41:03.074Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-21T10:41:03.074Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-21T10:41:03.074Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-21T10:41:03.074Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-21T10:41:03.075Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-21T10:41:03.075Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-21T10:41:03.075Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-21T10:41:03.076Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:41:03.076Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-21 10-37-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-21T10:41:03.077Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:41:03.077Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vFW d5368a06-f673 0 is matching search criteria
2021-11-21T10:41:03.078Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d5368a06-f673 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T10:41:03.078Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:41:03.079Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vFW d5368a06-f673 0 is matching search criteria
2021-11-21T10:41:03.079Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d5368a06-f673 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T10:41:03.079Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:41:03.080Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vFW d5368a06-f673 0 is matching search criteria
2021-11-21T10:41:03.080Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d5368a06-f673 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T10:41:03.080Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:41:03.081Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vFW d5368a06-f673 0 is not matching search criteria
2021-11-21T10:41:03.081Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-21T10:41:03.081Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-21T10:41:03.082Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-21T10:41:03.082Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-21T10:41:03.082Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-21T10:41:03.082Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-21T10:41:03.083Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-21T10:41:03.083Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-21T10:41:03.083Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-21T10:41:03.083Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-21T10:41:03.084Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-21T10:41:03.084Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d263826a-f95a-4a45-9e90-8856e8d30f81
2021-11-21T10:41:03.085Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:41:03.085Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vFW d5368a06-f673 0 is not matching search criteria
2021-11-21T10:41:03.085Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-21T10:41:03.085Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-21T10:41:03.086Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-21T10:41:03.086Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-21T10:41:03.086Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-21T10:41:03.086Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-21T10:41:03.086Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-21T10:41:03.087Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-21T10:41:03.087Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-21T10:41:03.087Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-21T10:41:03.087Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-21T10:41:03.088Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-21T10:41:03.088Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=89c15d8d-ace7-4305-850b-c89de37e0782
2021-11-21T10:41:03.088Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:41:03.089Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vFW d5368a06-f673 0 is not matching search criteria
2021-11-21T10:41:03.089Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-21T10:41:03.089Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-21T10:41:03.089Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-21T10:41:03.090Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-21T10:41:03.090Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-21T10:41:03.090Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-21T10:41:03.091Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-21T10:41:03.091Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-21T10:41:03.091Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-21T10:41:03.091Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-21T10:41:03.092Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-21T10:41:03.092Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-21T10:41:03.092Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=52200acc-989e-422c-aaa3-b55acdd29095
2021-11-21T10:41:03.092Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:41:03.093Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-21 10-37-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:41:03.093Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:41:03.093Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-21 10-37-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:41:03.094Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:41:03.094Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-21 10-37-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:41:03.094Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:41:03.094Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-21 10-37-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:41:03.094Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-11-21 10-37-57
Description:catalog service description
Model UUID:e0f057ff-0691-4b42-80a4-79471bef2ae6
Model Version:NULL
Model InvariantUuid:404ec254-df99-4717-9d8f-aaed377a3211
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d5368a06-f673
Model UUID:928a6fec-dc89-420e-b576-e988edb60edd
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e86246f9-cf37-40a8-92df-b1ea8e6e341a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:87a446cc-4bf5-4177-9ebe-655aed3c1828
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:013aee6e-8cfc-47ef-8147-471689b242c1
ModelName:VfwD5368a06F673..base_vfw..module-0
ModelUuid:d673bff0-7793-4390-8d38-fd82d8e5795d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d263826a-f95a-4a45-9e90-8856e8d30f81
ModelInvariantUuid:740e382d-6a2b-4249-b58b-896754908248
ModelName:vFW d5368a06-f673-nodes.vfwCvfc
ModelUuid:4de254c3-46e0-4b7f-9fc2-749718aa102c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3dbb93f1-fb13-4913-bf3a-8937709ddbbe
ModelInvariantUuid:f9051638-b462-4148-85d9-6e97206064e8
ModelName:VfwD5368a06F673.compute.nodes.heat.vfw
ModelUuid:1cf018c1-6bca-4ab5-9bf8-ebe9c726a933
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:89c15d8d-ace7-4305-850b-c89de37e0782
ModelInvariantUuid:d991b676-b6ba-47fd-a484-79eacac6d3e2
ModelName:vFW d5368a06-f673-nodes.vsnCvfc
ModelUuid:8eb93e23-c5c1-4cb8-8365-9f24d06ece19
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a7b542aa-b713-498f-9426-e234de67e1d7
ModelInvariantUuid:56f89ba0-7671-47ff-8d4f-884beb1a47ed
ModelName:VfwD5368a06F673.compute.nodes.heat.vsn
ModelUuid:1cc4492e-f5a5-43da-be3e-ef63e5b207b9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:52200acc-989e-422c-aaa3-b55acdd29095
ModelInvariantUuid:0fa6071b-e539-41e4-865a-1b3195a200c1
ModelName:vFW d5368a06-f673-nodes.vpgCvfc
ModelUuid:3a1773d9-ee16-4a7a-92a0-d57be64367a9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:f5b81c74-85bf-4793-a07c-94f2bc7901d0
ModelInvariantUuid:45ee39b5-4a3b-4aeb-bbc9-a9b6738c97a4
ModelName:VfwD5368a06F673.compute.nodes.heat.vpg
ModelUuid:1eb09372-880a-4e3b-9469-8f38d3b87e0e
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-21T10:41:03.106Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 2aac522b-e66f-4729-a0cb-82cc69801e27
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-21T10:41:03.208Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||vFW d5368a06-f673 0
2021-11-21T10:41:03.217Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2aac522b-e66f-4729-a0cb-82cc69801e27
2021-11-21T10:41:03.218Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2f9a5a1a-9cc3-4962-be98-fed217cf8c63 from URL: /sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json
2021-11-21T10:41:03.218Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-21T10:41:03.218Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json
2021-11-21T10:41:03.958Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-21T10:41:03.959Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json 2f9a5a1a-9cc3-4962-be98-fed217cf8c63 785
2021-11-21T10:41:03.960Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json ASDC sendASDCNotification
2021-11-21T10:41:03.960Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json
2021-11-21T10:41:03.960Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T10:41:03.961Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:41:03.981Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:41:03.981Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491263960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:41:04.064Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms
2021-11-21T10:41:04.065Z||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-21T10:41:04.065Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:41:04.084Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:41:04.085Z||pool-11-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:41:04.996Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD5368a06F673..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "013aee6e-8cfc-47ef-8147-471689b242c1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d673bff0-7793-4390-8d38-fd82d8e5795d",
    "vfModuleModelCustomizationUUID": "5bb954e8-16dc-486b-a2fd-4719097ff308",
    "isBase": true,
    "artifacts": [
      "c1bc713d-f2c5-4e72-887e-c79c6d0cc2ac",
      "c8f4d5af-0f6c-45a5-82fd-2183065c32e5"
    ],
    "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-21T10:41:05.017Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD5368a06F673..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d673bff0-7793-4390-8d38-fd82d8e5795d
VfModuleModelInvariantUUID:013aee6e-8cfc-47ef-8147-471689b242c1
VfModuleModelDescription:NULL
Artifacts UUID List:{
c1bc713d-f2c5-4e72-887e-c79c6d0cc2ac
,
c8f4d5af-0f6c-45a5-82fd-2183065c32e5

}
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-21T10:41:05.020Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD5368a06F673..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "013aee6e-8cfc-47ef-8147-471689b242c1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d673bff0-7793-4390-8d38-fd82d8e5795d",
    "vfModuleModelCustomizationUUID": "5bb954e8-16dc-486b-a2fd-4719097ff308",
    "isBase": true,
    "artifacts": [
      "c1bc713d-f2c5-4e72-887e-c79c6d0cc2ac",
      "c8f4d5af-0f6c-45a5-82fd-2183065c32e5"
    ],
    "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-21T10:41:05.020Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD5368a06F673..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d673bff0-7793-4390-8d38-fd82d8e5795d
VfModuleModelInvariantUUID:013aee6e-8cfc-47ef-8147-471689b242c1
VfModuleModelDescription:NULL
Artifacts UUID List:{
c1bc713d-f2c5-4e72-887e-c79c6d0cc2ac
,
c8f4d5af-0f6c-45a5-82fd-2183065c32e5

}
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-21T10:41:05.020Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c1bc713d-f2c5-4e72-887e-c79c6d0cc2ac from URL: /sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml
2021-11-21T10:41:05.020Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-21T10:41:05.021Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml
2021-11-21T10:41:05.250Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-21T10:41:05.251Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml c1bc713d-f2c5-4e72-887e-c79c6d0cc2ac 20368
2021-11-21T10:41:05.251Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-21T10:41:05.251Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml
2021-11-21T10:41:05.251Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T10:41:05.252Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:41:05.254Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:41:05.254Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491265251,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:41:05.354Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:41:05.356Z||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-21T10:41:05.356Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:41:05.366Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:41:05.367Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:41:06.255Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c8f4d5af-0f6c-45a5-82fd-2183065c32e5 from URL: /sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env
2021-11-21T10:41:06.255Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-21T10:41:06.256Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env
2021-11-21T10:41:06.653Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-21T10:41:06.654Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env c8f4d5af-0f6c-45a5-82fd-2183065c32e5 2098
2021-11-21T10:41:06.654Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-21T10:41:06.655Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env
2021-11-21T10:41:06.655Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T10:41:06.655Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:41:06.658Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:41:06.658Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491266654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:41:06.758Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:41:06.760Z||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-21T10:41:06.760Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:41:06.780Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:41:06.780Z||pool-13-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:41:07.659Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: e0f057ff-0691-4b42-80a4-79471bef2ae6
2021-11-21T10:41:07.660Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d5368a06-f673 0 2aac522b-e66f-4729-a0cb-82cc69801e27 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-21T10:41:07.701Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@17673549, org.onap.sdc.toscaparser.api.parameters.Input@31999f0c, org.onap.sdc.toscaparser.api.parameters.Input@41601f14, org.onap.sdc.toscaparser.api.parameters.Input@450375fc, org.onap.sdc.toscaparser.api.parameters.Input@6be0dd68]
2021-11-21T10:41:07.705Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:41:07.706Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-21 10-37-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:41:07.706Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-11-21T10:41:07.706Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 87a446cc-4bf5-4177-9ebe-655aed3c1828
2021-11-21T10:41:07.706Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 87a446cc-4bf5-4177-9ebe-655aed3c1828 matches Tosca VF Customization UUID: 87a446cc-4bf5-4177-9ebe-655aed3c1828
2021-11-21T10:41:07.707Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 87a446cc-4bf5-4177-9ebe-655aed3c1828  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-21T10:41:07.714Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:41:07.714Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-21 10-37-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:41:07.715Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 87a446cc-4bf5-4177-9ebe-655aed3c1828: {\"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-21T10:41:07.715Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2bf27a9f
2021-11-21T10:41:07.716Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:41:07.716Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-21 10-37-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-21T10:41:07.717Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5bb954e8-16dc-486b-a2fd-4719097ff308
2021-11-21T10:41:07.718Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5bb954e8-16dc-486b-a2fd-4719097ff308
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-21T10:41:07.724Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:41:07.724Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vFW d5368a06-f673 0 is matching search criteria
2021-11-21T10:41:07.724Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d5368a06-f673 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T10:41:07.725Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:41:07.725Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vFW d5368a06-f673 0 is matching search criteria
2021-11-21T10:41:07.726Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d5368a06-f673 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T10:41:07.726Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:41:07.726Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vFW d5368a06-f673 0 is not matching search criteria
2021-11-21T10:41:07.727Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-21T10:41:07.727Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-21T10:41:07.727Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-21T10:41:07.727Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-21T10:41:07.728Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-21T10:41:07.728Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-21T10:41:07.728Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-21T10:41:07.728Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-21T10:41:07.728Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-21T10:41:07.729Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-21T10:41:07.729Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-21T10:41:07.729Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d263826a-f95a-4a45-9e90-8856e8d30f81
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-21T10:41:07.735Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:41:07.735Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vFW d5368a06-f673 0 is matching search criteria
2021-11-21T10:41:07.735Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d5368a06-f673 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T10:41:07.736Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:41:07.736Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vFW d5368a06-f673 0 is not matching search criteria
2021-11-21T10:41:07.736Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-21T10:41:07.737Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-21T10:41:07.737Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-21T10:41:07.737Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-21T10:41:07.737Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-21T10:41:07.738Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-21T10:41:07.738Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-21T10:41:07.738Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-21T10:41:07.738Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-21T10:41:07.738Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-21T10:41:07.739Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-21T10:41:07.739Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-21T10:41:07.739Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=89c15d8d-ace7-4305-850b-c89de37e0782
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-21T10:41:07.741Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:41:07.741Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vFW d5368a06-f673 0 is matching search criteria
2021-11-21T10:41:07.741Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d5368a06-f673 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T10:41:07.744Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:41:07.744Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vFW d5368a06-f673 0 is not matching search criteria
2021-11-21T10:41:07.744Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-21T10:41:07.744Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-21T10:41:07.745Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-21T10:41:07.745Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-21T10:41:07.745Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-21T10:41:07.745Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-21T10:41:07.746Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-21T10:41:07.746Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-21T10:41:07.746Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-21T10:41:07.746Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-21T10:41:07.746Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-21T10:41:07.747Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-21T10:41:07.747Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=52200acc-989e-422c-aaa3-b55acdd29095
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-21T10:41:07.749Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:41:07.749Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vFW d5368a06-f673 0 is matching search criteria
2021-11-21T10:41:07.749Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d5368a06-f673 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T10:41:07.749Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:41:07.750Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vFW d5368a06-f673 0 is matching search criteria
2021-11-21T10:41:07.750Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d5368a06-f673 0] matching following query criteria: sdcType=VF, customizationUUID=87a446cc-4bf5-4177-9ebe-655aed3c1828
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-21T10:41:07.752Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:41:07.752Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-21 10-37-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:41:07.753Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid e0f057ff-0691-4b42-80a4-79471bef2ae6: vFW d5368a06-f673
2021-11-21T10:41:07.753Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:41:07.753Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-21 10-37-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:41:07.754Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:41:07.754Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-21 10-37-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:41:07.754Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:41:07.754Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-21 10-37-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:41:07.755Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:41:07.755Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-21 10-37-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:41:07.755Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:41:07.755Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-21 10-37-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:41:07.756Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2021-11-21 10-37-57 
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-21T10:41:08.011Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d5368a06-f673 2aac522b-e66f-4729-a0cb-82cc69801e27 1 ASDC deployResourceStructure
2021-11-21T10:41:08.012Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json ASDC sendASDCNotification
2021-11-21T10:41:08.012Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json
2021-11-21T10:41:08.012Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-21T10:41:08.012Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:41:08.014Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:41:08.014Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491268011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-21T10:41:08.122Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2021-11-21T10:41:08.124Z||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-21T10:41:08.124Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:41:08.137Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:41:08.138Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-11-21T10:41:09.014Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-21T10:41:09.015Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml
2021-11-21T10:41:09.016Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-21T10:41:09.016Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:41:09.018Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:41:09.018Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491269014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-11-21T10:41:09.118Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:41:09.119Z||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-21T10:41:09.120Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:41:09.131Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:41:09.132Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:41:10.019Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-21T10:41:10.020Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env
2021-11-21T10:41:10.020Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-21T10:41:10.020Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:41:10.022Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:41:10.023Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491270019,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-11-21T10:41:10.122Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-21T10:41:10.123Z||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-21T10:41:10.123Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:41:10.133Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:41:10.134Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:41:11.024Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar ASDC sendASDCNotification
2021-11-21T10:41:11.024Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar
2021-11-21T10:41:11.024Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-21T10:41:11.024Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:41:11.026Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:41:11.026Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491271024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T10:41:11.127Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:41:11.128Z||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-21T10:41:11.128Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:41:11.139Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:41:11.140Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-21T10:41:12.027Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15235a02-4422-4043-9723-fe93c3e14516
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T10:41:12.054Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15235a02-4422-4043-9723-fe93c3e14516
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T10:41:12.060Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-21T10:41:12.060Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-21T10:41:12.061Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-21T10:41:12.061Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-21T10:41:12.061Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T10:41:12.061Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T10:41:12.061Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T10:41:12.062Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T10:41:12.062Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T10:41:12.062Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-21T10:41:12.069Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-21T10:41:42.070Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 15235a02-4422-4043-9723-fe93c3e14516 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-21T10:41:42.081Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 15235a02-4422-4043-9723-fe93c3e14516 and serviceModelVersionId: e0f057ff-0691-4b42-80a4-79471bef2ae6
2021-11-21T10:41:42.081Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 404ec254-df99-4717-9d8f-aaed377a3211
2021-11-21T10:41:49.461Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:41:49.463Z||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-21T10:41:49.463Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:41:49.590Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:41:49.591Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:41:49.591Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491249459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:41:49.593Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:41:57.655Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/404ec254-df99-4717-9d8f-aaed377a3211/model-vers/model-ver/e0f057ff-0691-4b42-80a4-79471bef2ae6?depth=0
2021-11-21T10:41:57.772Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-11-21T10:41:58.281Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/404ec254-df99-4717-9d8f-aaed377a3211/model-vers/model-ver/e0f057ff-0691-4b42-80a4-79471bef2ae6?depth=0|INFO|500||Invoke
2021-11-21T10:41:58.289Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/404ec254-df99-4717-9d8f-aaed377a3211/model-vers/model-ver/e0f057ff-0691-4b42-80a4-79471bef2ae6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/404ec254-df99-4717-9d8f-aaed377a3211/model-vers/model-ver/e0f057ff-0691-4b42-80a4-79471bef2ae6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[15235a02-4422-4043-9723-fe93c3e14516], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5ffcb8f5-c00a-4b30-9314-d58d67860ede], X-ECOMP-RequestID=[15235a02-4422-4043-9723-fe93c3e14516], X-TransactionId=[], X-ONAP-RequestID=[15235a02-4422-4043-9723-fe93c3e14516], Content-Type=[application/merge-patch+json]}
2021-11-21T10:41:58.410Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/404ec254-df99-4717-9d8f-aaed377a3211/model-vers/model-ver/e0f057ff-0691-4b42-80a4-79471bef2ae6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-21T10:41:58.949Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/404ec254-df99-4717-9d8f-aaed377a3211/model-vers/model-ver/e0f057ff-0691-4b42-80a4-79471bef2ae6?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/404ec254-df99-4717-9d8f-aaed377a3211/model-vers/model-ver/e0f057ff-0691-4b42-80a4-79471bef2ae6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211121-10:41:58:425-66611], vertex-id=[237744], Content-Length=[0], Date=[Sun, 21 Nov 2021 10:41:58 GMT], Content-Type=[application/json]}
2021-11-21T10:41:58.951Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/404ec254-df99-4717-9d8f-aaed377a3211/model-vers/model-ver/e0f057ff-0691-4b42-80a4-79471bef2ae6?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-21T10:41:58.952Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/404ec254-df99-4717-9d8f-aaed377a3211/model-vers/model-ver/e0f057ff-0691-4b42-80a4-79471bef2ae6?depth=0|INFO|500||InvokeReturn
2021-11-21T10:41:58.957Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-21T10:41:58.958Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-21T10:41:58.963Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-21T10:41:58.964Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 15235a02-4422-4043-9723-fe93c3e14516 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-21T10:41:58.965Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-21T10:41:58.966Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:41:58.968Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:41:58.968Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491318965,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-21T10:41:59.068Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:41:59.069Z||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-21T10:41:59.069Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:41:59.080Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:41:59.080Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-21T10:41:59.984Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:41:59.985Z|15235a02-4422-4043-9723-fe93c3e14516|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-21T10:41:59.985Z|15235a02-4422-4043-9723-fe93c3e14516|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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:42:09.519Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:42:49.459Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:42:49.461Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:42:49.462Z||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-21T10:42:49.462Z|15235a02-4422-4043-9723-fe93c3e14516|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-21T10:42:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:42:49.462Z|15235a02-4422-4043-9723-fe93c3e14516|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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:42:49.493Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:42:49.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:42:49.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "clamp",
  "timestamp": 1637491250383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T10:42:49.498Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:42:49.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:42:49.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491249459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json",
  "status": "NOTIFIED"
}
2021-11-21T10:42:49.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:42:49.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:42:49.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "clamp",
  "timestamp": 1637491251388,
  "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-21T10:42:49.514Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 15235a02-4422-4043-9723-fe93c3e14516
2021-11-21T10:42:49.514Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15235a02-4422-4043-9723-fe93c3e14516 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-21T10:42:49.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:42:49.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491249459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-21T10:42:49.527Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:42:49.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:42:49.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491249459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:42:49.529Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:42:49.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:42:49.529Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491249459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-21T10:42:49.529Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:42:49.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:42:49.529Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491249459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:42:49.529Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:42:49.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:42:49.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491249459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T10:42:49.530Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:42:49.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:42:49.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491257701,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:42:49.530Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:42:49.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:42:49.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491263960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:42:49.531Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:42:49.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:42:49.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491265251,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:42:49.531Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:42:49.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:42:49.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491266654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:42:49.532Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:42:49.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:42:49.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491268011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-21T10:42:49.532Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:42:49.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:42:49.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491269014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-11-21T10:42:49.533Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:42:49.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:42:49.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491270019,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-11-21T10:42:49.533Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:42:49.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:42:49.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491271024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T10:42:49.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:42:59.013Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:43:49.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:43:49.461Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:43:49.462Z||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-21T10:43:49.462Z||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-21T10:43:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:43:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:43:49.990Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:43:49.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-21T10:43:49.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491318965,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-21T10:43:49.993Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:43:59.008Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:44:49.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:44:49.461Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:44:49.461Z||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-21T10:44:49.461Z||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-21T10:44:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:44:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:44:59.013Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:44:59.017Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:45:49.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:45:49.460Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:45:49.462Z||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-21T10:45:49.462Z||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-21T10:45:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:45:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:45:50.087Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:45:50.090Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:45:50.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637491536063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"91673ef1-0f89-46d3-be0a-679694879572","serviceName":"basic_onboard_PxZHgn","serviceVersion":"1.0","serviceUUID":"05f27d98-6cde-4b06-9fe4-157d195e46d1","serviceDescription":"service","serviceInvariantUUID":"39cbaac0-ddd3-4f98-bed4-7182597b6eb4","resources":[{"resourceInstanceName":"basic_onboard_PxZHgn 0","resourceName":"basic_onboard_PxZHgn","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e0ebebff-7847-4a78-8173-154efdf1699a","resourceInvariantUUID":"7375a719-d4e3-4a04-8b9c-8f6d94220a6b","resourceCustomizationUUID":"fb4bfc63-7ece-4d9e-8f23-cccd46a82c14","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vf-license-model.xml","artifactChecksum":"NmI1NzM5Y2UxNDZkYmU3ZTNlZGQ1ODAxYmVjYjk1MmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"73af951d-15c5-4f88-8758-20120a881451","artifactVersion":"1"},{"artifactName":"basic_onboard_pxzhgn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json","artifactChecksum":"NWRkOTk4OTk0ZjRmMDcwZGYwMjI1NjExY2VhZmVhMDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"21f51e84-3ca5-442b-9ea0-f177198231ce","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"27f73e14-74e0-4fc9-ac10-53df6fc4fbf4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ee816373-cee0-482f-bdd3-4c4f8426a5a0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"59de714f-ecdb-48ba-b2cb-2392a1fab838","artifactVersion":"2","generatedFromUUID":"27f73e14-74e0-4fc9-ac10-53df6fc4fbf4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPxzhgn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-template.yml","artifactChecksum":"ODlhMjhmN2E2YzNhYTY5Mjg3NTBiMjhiY2NiNDM1M2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"05e2a92e-d41c-492a-afca-86e0317db7b4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPxzhgn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar","artifactChecksum":"MGY4ZTVmYjJiMzg0M2QwMTc1N2RiMWM5ZmUzMzJiZDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"22bbade7-f83f-4123-ae01-8c1ab2d73379","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-21T10:45:50.094Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:45:50.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "dcae-sch",
  "timestamp": 1637491538079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:45:50.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "clamp",
  "timestamp": 1637491533573,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:45:50.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "cds",
  "timestamp": 1637491539366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.096Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:45:50.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "policy-id",
  "timestamp": 1637491531856,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:45:50.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "clamp",
  "timestamp": 1637491533573,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json",
  "status": "NOTIFIED"
}
2021-11-21T10:45:50.097Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T10:45:50.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:45:50.098Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:45:50.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637491536063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json",
  "status": "NOTIFIED"
}
2021-11-21T10:45:50.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:45:50.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "dcae-sch",
  "timestamp": 1637491538079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:45:50.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "cds",
  "timestamp": 1637491539366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:45:50.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "policy-id",
  "timestamp": 1637491531856,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:45:50.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637491536063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-21T10:45:50.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:45:50.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "clamp",
  "timestamp": 1637491533573,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:45:50.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "dcae-sch",
  "timestamp": 1637491538079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:45:50.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "cds",
  "timestamp": 1637491539366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.103Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:45:50.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:45:50.103Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491549459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "policy-id",
  "timestamp": 1637491531856,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-21T10:45:50.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:45:50.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "clamp",
  "timestamp": 1637491533573,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:45:50.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637491536063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:45:50.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "dcae-sch",
  "timestamp": 1637491538079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:45:50.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "cds",
  "timestamp": 1637491539366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:45:50.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "policy-id",
  "timestamp": 1637491531856,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:45:50.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "clamp",
  "timestamp": 1637491533573,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:45:50.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637491536063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-21T10:45:50.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:45:50.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "cds",
  "timestamp": 1637491539366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:45:50.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "dcae-sch",
  "timestamp": 1637491538079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:45:50.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "policy-id",
  "timestamp": 1637491531856,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:45:50.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "clamp",
  "timestamp": 1637491533573,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:45:50.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637491536063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:45:50.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "cds",
  "timestamp": 1637491539366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:45:50.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "dcae-sch",
  "timestamp": 1637491538079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:45:50.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "policy-id",
  "timestamp": 1637491531856,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:45:50.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637491536063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T10:45:50.117Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:45:50.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "clamp",
  "timestamp": 1637491533573,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T10:45:50.117Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:45:50.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "dcae-sch",
  "timestamp": 1637491538079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.118Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:45:50.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "cds",
  "timestamp": 1637491539366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T10:45:50.119Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:45:50.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "policy-id",
  "timestamp": 1637491531856,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T10:45:50.119Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:45:50.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637491545584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.120Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:45:50.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637491545584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.121Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:45:50.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "cds",
  "timestamp": 1637491547670,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:45:50.121Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:45:50.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637491547918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:45:50.122Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:45:50.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "policy-id",
  "timestamp": 1637491547924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:45:50.122Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:45:50.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637491545584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:45:50.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "cds",
  "timestamp": 1637491548679,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-21T10:45:50.145Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 91673ef1-0f89-46d3-be0a-679694879572
2021-11-21T10:45:50.146Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91673ef1-0f89-46d3-be0a-679694879572 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-21T10:45:50.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "policy-id",
  "timestamp": 1637491548928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T10:45:50.163Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:45:50.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "aai-ml",
  "timestamp": 1637491548381,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:45:50.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637491549151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:45:50.165Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:45:50.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637491545584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.165Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:45:50.203Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:45:50.204Z||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-21T10:45:50.204Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:45:50.214Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:45:50.214Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-21T10:45:51.104Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T10:45:51.105Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:45:51.107Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:45:51.107Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491549459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json",
  "status": "NOTIFIED"
}
2021-11-21T10:45:51.207Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:45:51.208Z||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-21T10:45:51.208Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:45:51.218Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:45:51.219Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:45:52.108Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T10:45:52.109Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:45:52.111Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:45:52.111Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491549459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-21T10:45:52.211Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:45:52.212Z||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-21T10:45:52.212Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:45:52.222Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:45:52.222Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:45:53.111Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T10:45:53.113Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:45:53.115Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:45:53.116Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491549459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:45:53.216Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:45:53.217Z||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-21T10:45:53.217Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:45:53.229Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:45:53.229Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:45:54.116Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T10:45:54.117Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:45:54.120Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:45:54.121Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491549459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-21T10:45:54.223Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-11-21T10:45:54.224Z||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-21T10:45:54.225Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:45:54.236Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:45:54.237Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-21T10:45:55.122Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T10:45:55.123Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:45:55.126Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:45:55.126Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491549459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:45:55.226Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:45:55.227Z||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-21T10:45:55.227Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:45:55.238Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:45:55.239Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-21T10:45:56.127Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T10:45:56.129Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:45:56.131Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:45:56.132Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491549459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T10:45:56.232Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:45:56.233Z||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-21T10:45:56.233Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:45:56.244Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:45:56.245Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:45:57.133Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "serviceName": "basic_onboard_PxZHgn",
  "serviceVersion": "1.0",
  "serviceUUID": "05f27d98-6cde-4b06-9fe4-157d195e46d1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "39cbaac0-ddd3-4f98-bed4-7182597b6eb4",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_PxZHgn 0",
      "resourceCustomizationUUID": "fb4bfc63-7ece-4d9e-8f23-cccd46a82c14",
      "resourceName": "basic_onboard_PxZHgn",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e0ebebff-7847-4a78-8173-154efdf1699a",
      "resourceInvariantUUID": "7375a719-d4e3-4a04-8b9c-8f6d94220a6b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_pxzhgn0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json",
          "artifactChecksum": "NWRkOTk4OTk0ZjRmMDcwZGYwMjI1NjExY2VhZmVhMDA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "21f51e84-3ca5-442b-9ea0-f177198231ce",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "27f73e14-74e0-4fc9-ac10-53df6fc4fbf4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "59de714f-ecdb-48ba-b2cb-2392a1fab838",
            "generatedFromUUID": "27f73e14-74e0-4fc9-ac10-53df6fc4fbf4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "59de714f-ecdb-48ba-b2cb-2392a1fab838",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardPxzhgn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
      "artifactChecksum": "MGY4ZTVmYjJiMzg0M2QwMTc1N2RiMWM5ZmUzMzJiZDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "22bbade7-f83f-4123-ae01-8c1ab2d73379"
    }
  ],
  "workloadContext": "Production"
}
2021-11-21T10:45:57.134Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-21T10:45:57.134Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 05f27d98-6cde-4b06-9fe4-157d195e46d1 ASDC
2021-11-21T10:45:57.135Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:91673ef1-0f89-46d3-be0a-679694879572
ServiceName:basic_onboard_PxZHgn
ServiceVersion:1.0
ServiceUUID:05f27d98-6cde-4b06-9fe4-157d195e46d1
ServiceInvariantUUID:39cbaac0-ddd3-4f98-bed4-7182597b6eb4
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardPxzhgn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar
ArtifactUUID:22bbade7-f83f-4123-ae01-8c1ab2d73379
ArtifactChecksum:MGY4ZTVmYjJiMzg0M2QwMTc1N2RiMWM5ZmUzMzJiZDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_PxZHgn 0
ResourceCustomizationUUID:fb4bfc63-7ece-4d9e-8f23-cccd46a82c14
ResourceInvariantUUID:7375a719-d4e3-4a04-8b9c-8f6d94220a6b
ResourceName:basic_onboard_PxZHgn
ResourceType:VF
ResourceUUID:e0ebebff-7847-4a78-8173-154efdf1699a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_pxzhgn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json
ArtifactUUID:21f51e84-3ca5-442b-9ea0-f177198231ce
ArtifactChecksum:NWRkOTk4OTk0ZjRmMDcwZGYwMjI1NjExY2VhZmVhMDA=
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/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:27f73e14-74e0-4fc9-ac10-53df6fc4fbf4
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/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env
ArtifactUUID:59de714f-ecdb-48ba-b2cb-2392a1fab838
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/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env
ArtifactUUID:59de714f-ecdb-48ba-b2cb-2392a1fab838
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-21T10:45:57.136Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 05f27d98-6cde-4b06-9fe4-157d195e46d1 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-21T10:45:57.170Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-21T10:45:57.172Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-21T10:45:57.172Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-21T10:45:57.172Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 22bbade7-f83f-4123-ae01-8c1ab2d73379 from URL: /sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar
2021-11-21T10:45:57.172Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-21T10:45:57.173Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar
2021-11-21T10:45:57.299Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-21T10:45:57.303Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar 22bbade7-f83f-4123-ae01-8c1ab2d73379 71557
2021-11-21T10:45:57.303Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar ASDC sendASDCNotification
2021-11-21T10:45:57.303Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar
2021-11-21T10:45:57.303Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T10:45:57.304Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:45:57.306Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:45:57.306Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491557303,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:45:57.406Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:45:57.407Z||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-21T10:45:57.407Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:45:57.421Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:45:57.421Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:45:58.307Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-21T10:45:58.308Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-21T10:45:58.309Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 22bbade7-f83f-4123-ae01-8c1ab2d73379, URL: /sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar to file: /app/ASDC/1/service-BasicOnboardPxzhgn-csar.csar
2021-11-21T10:45:58.309Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPxzhgn-csar.csar
2021-11-21T10:45:58.309Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPxzhgn-csar.csar
2021-11-21T10:45:58.310Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPxzhgn-csar.csar
2021-11-21T10:45:58.646Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14738021634202144924/Definitions/service-BasicOnboardPxzhgn-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-21T10:45:59.905Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-21T10:45:59.906Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-21T10:45:59.906Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPxzhgn-csar.csar
2021-11-21T10:45:59.906Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-21T10:45:59.906Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_PxZHgn 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-BasicOnboardPxzhgn-csar.csar
2021-11-21T10:45:59.906Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||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-BasicOnboardPxzhgn-csar.csar
2021-11-21T10:45:59.907Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPxzhgn-csar.csar
2021-11-21T10:45:59.907Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPxzhgn-csar.csar
2021-11-21T10:45:59.907Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPxzhgn-csar.csar
2021-11-21T10:45:59.907Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardPxzhgn-csar.csar
2021-11-21T10:45:59.907Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPxzhgn-csar.csar
2021-11-21T10:45:59.907Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPxzhgn-csar.csar
2021-11-21T10:45:59.907Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardPxzhgn-csar.csar
2021-11-21T10:45:59.907Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-21T10:45:59.907Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:45:59.908Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PxZHgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:45:59.908Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_PxZHgn 0 is matching search criteria
2021-11-21T10:45:59.908Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-21T10:45:59.908Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_PxZHgn 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-21T10:45:59.909Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:45:59.909Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PxZHgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:45:59.909Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_PxZHgn 0 is matching search criteria
2021-11-21T10:45:59.909Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-21T10:45:59.909Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_PxZHgn 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-21T10:45:59.909Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:45:59.910Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PxZHgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:45:59.910Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:45:59.910Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_PxZHgn 0 is not matching search criteria
2021-11-21T10:45:59.910Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-21T10:45:59.910Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-21T10:45:59.910Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-21T10:45:59.911Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-21T10:45:59.911Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-21T10:45:59.911Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:45:59.911Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PxZHgn is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-21T10:45:59.911Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:45:59.911Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_PxZHgn 0 is matching search criteria
2021-11-21T10:45:59.911Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_PxZHgn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T10:45:59.912Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:45:59.912Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_PxZHgn 0 is matching search criteria
2021-11-21T10:45:59.912Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_PxZHgn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T10:45:59.912Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:45:59.912Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_PxZHgn 0 is matching search criteria
2021-11-21T10:45:59.913Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_PxZHgn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T10:45:59.913Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:45:59.913Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_PxZHgn 0 is not matching search criteria
2021-11-21T10:45:59.913Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-21T10:45:59.913Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-21T10:45:59.913Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c7627113-cf45-4fe4-96c3-247f7ecf5960
2021-11-21T10:45:59.914Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:45:59.914Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PxZHgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:45:59.914Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:45:59.914Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PxZHgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:45:59.914Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:45:59.914Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PxZHgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:45:59.914Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:45:59.915Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PxZHgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:45:59.915Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_PxZHgn
Description:service
Model UUID:05f27d98-6cde-4b06-9fe4-157d195e46d1
Model Version:NULL
Model InvariantUuid:39cbaac0-ddd3-4f98-bed4-7182597b6eb4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_PxZHgn
Model UUID:22bac715-e650-456f-97da-114ef8237088
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7375a719-d4e3-4a04-8b9c-8f6d94220a6b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fb4bfc63-7ece-4d9e-8f23-cccd46a82c14
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c9758905-66c4-4172-8a21-57114d68d329
ModelName:BasicOnboardPxzhgn..base_ubuntu18..module-0
ModelUuid:c35a2ac4-55ea-4ca8-9c44-fca73e1f3bd8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c7627113-cf45-4fe4-96c3-247f7ecf5960
ModelInvariantUuid:53cdbfe3-a7df-4d80-b045-b2f03d563533
ModelName:basic_onboard_PxZHgn-nodes.ubuntu18Cvfc
ModelUuid:d17f3c1e-1a82-4803-a83e-72cf93a99df6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:537ee9a3-4ca9-4111-9ec8-0e82794ace61
ModelInvariantUuid:8fbadb92-a601-4003-91fe-9599d68490fc
ModelName:BasicOnboardPxzhgn.compute.nodes.heat.ubuntu18
ModelUuid:d0bacb17-2ed9-44c5-bdd0-a4f165800664
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-21T10:45:59.921Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: e0ebebff-7847-4a78-8173-154efdf1699a
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-21T10:45:59.926Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||basic_onboard_PxZHgn 0
2021-11-21T10:45:59.926Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e0ebebff-7847-4a78-8173-154efdf1699a
2021-11-21T10:45:59.926Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 21f51e84-3ca5-442b-9ea0-f177198231ce from URL: /sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json
2021-11-21T10:45:59.926Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-21T10:45:59.927Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json
2021-11-21T10:46:00.166Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-21T10:46:00.167Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json 21f51e84-3ca5-442b-9ea0-f177198231ce 798
2021-11-21T10:46:00.167Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json ASDC sendASDCNotification
2021-11-21T10:46:00.167Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json
2021-11-21T10:46:00.168Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T10:46:00.168Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:46:00.170Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:46:00.170Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491560167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:46:00.270Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:46:00.271Z||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-21T10:46:00.271Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:46:00.282Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:46:00.283Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-21T10:46:01.171Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardPxzhgn..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "c9758905-66c4-4172-8a21-57114d68d329",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c35a2ac4-55ea-4ca8-9c44-fca73e1f3bd8",
    "vfModuleModelCustomizationUUID": "ee59f412-a66d-4fc0-9a44-af7bf04a6927",
    "isBase": true,
    "artifacts": [
      "27f73e14-74e0-4fc9-ac10-53df6fc4fbf4",
      "59de714f-ecdb-48ba-b2cb-2392a1fab838"
    ],
    "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-21T10:46:01.177Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPxzhgn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c35a2ac4-55ea-4ca8-9c44-fca73e1f3bd8
VfModuleModelInvariantUUID:c9758905-66c4-4172-8a21-57114d68d329
VfModuleModelDescription:NULL
Artifacts UUID List:{
27f73e14-74e0-4fc9-ac10-53df6fc4fbf4
,
59de714f-ecdb-48ba-b2cb-2392a1fab838

}
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-21T10:46:01.179Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardPxzhgn..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "c9758905-66c4-4172-8a21-57114d68d329",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c35a2ac4-55ea-4ca8-9c44-fca73e1f3bd8",
    "vfModuleModelCustomizationUUID": "ee59f412-a66d-4fc0-9a44-af7bf04a6927",
    "isBase": true,
    "artifacts": [
      "27f73e14-74e0-4fc9-ac10-53df6fc4fbf4",
      "59de714f-ecdb-48ba-b2cb-2392a1fab838"
    ],
    "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-21T10:46:01.179Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPxzhgn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c35a2ac4-55ea-4ca8-9c44-fca73e1f3bd8
VfModuleModelInvariantUUID:c9758905-66c4-4172-8a21-57114d68d329
VfModuleModelDescription:NULL
Artifacts UUID List:{
27f73e14-74e0-4fc9-ac10-53df6fc4fbf4
,
59de714f-ecdb-48ba-b2cb-2392a1fab838

}
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-21T10:46:01.179Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 27f73e14-74e0-4fc9-ac10-53df6fc4fbf4 from URL: /sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml
2021-11-21T10:46:01.179Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-21T10:46:01.180Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml
2021-11-21T10:46:01.479Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-21T10:46:01.480Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml 27f73e14-74e0-4fc9-ac10-53df6fc4fbf4 5033
2021-11-21T10:46:01.480Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-21T10:46:01.480Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml
2021-11-21T10:46:01.481Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T10:46:01.481Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:46:01.483Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:46:01.483Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491561480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:46:01.583Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:46:01.584Z||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-21T10:46:01.584Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:46:01.595Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:46:01.595Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-21T10:46:02.484Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 59de714f-ecdb-48ba-b2cb-2392a1fab838 from URL: /sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env
2021-11-21T10:46:02.484Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-21T10:46:02.484Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env
2021-11-21T10:46:02.869Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-21T10:46:02.870Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env 59de714f-ecdb-48ba-b2cb-2392a1fab838 909
2021-11-21T10:46:02.870Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-21T10:46:02.870Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env
2021-11-21T10:46:02.871Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T10:46:02.871Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:46:02.873Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:46:02.874Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491562870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:46:02.973Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-21T10:46:02.974Z||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-21T10:46:02.974Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:46:02.985Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:46:02.986Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-21T10:46:03.874Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 05f27d98-6cde-4b06-9fe4-157d195e46d1
2021-11-21T10:46:03.874Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_PxZHgn 0 e0ebebff-7847-4a78-8173-154efdf1699a ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-21T10:46:03.887Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5e3594b4, org.onap.sdc.toscaparser.api.parameters.Input@3873212e, org.onap.sdc.toscaparser.api.parameters.Input@119e72c5, org.onap.sdc.toscaparser.api.parameters.Input@19164597, org.onap.sdc.toscaparser.api.parameters.Input@6bf4e235]
2021-11-21T10:46:03.888Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:46:03.889Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PxZHgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:46:03.889Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-11-21T10:46:03.889Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= fb4bfc63-7ece-4d9e-8f23-cccd46a82c14
2021-11-21T10:46:03.889Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fb4bfc63-7ece-4d9e-8f23-cccd46a82c14 matches Tosca VF Customization UUID: fb4bfc63-7ece-4d9e-8f23-cccd46a82c14
2021-11-21T10:46:03.889Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: fb4bfc63-7ece-4d9e-8f23-cccd46a82c14  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-21T10:46:03.891Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:46:03.892Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PxZHgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:46:03.892Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id fb4bfc63-7ece-4d9e-8f23-cccd46a82c14: {\"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-21T10:46:03.892Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3d44d9c
2021-11-21T10:46:03.892Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:46:03.893Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PxZHgn is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-21T10:46:03.893Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ee59f412-a66d-4fc0-9a44-af7bf04a6927
2021-11-21T10:46:03.893Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ee59f412-a66d-4fc0-9a44-af7bf04a6927
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-21T10:46:03.895Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:46:03.895Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_PxZHgn 0 is matching search criteria
2021-11-21T10:46:03.895Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_PxZHgn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T10:46:03.896Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:46:03.896Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_PxZHgn 0 is matching search criteria
2021-11-21T10:46:03.896Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_PxZHgn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T10:46:03.896Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:46:03.896Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_PxZHgn 0 is not matching search criteria
2021-11-21T10:46:03.896Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-21T10:46:03.897Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-21T10:46:03.897Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c7627113-cf45-4fe4-96c3-247f7ecf5960
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-21T10:46:03.899Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:46:03.899Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_PxZHgn 0 is matching search criteria
2021-11-21T10:46:03.899Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_PxZHgn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T10:46:03.899Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:46:03.900Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_PxZHgn 0 is matching search criteria
2021-11-21T10:46:03.900Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_PxZHgn 0] matching following query criteria: sdcType=VF, customizationUUID=fb4bfc63-7ece-4d9e-8f23-cccd46a82c14
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-21T10:46:03.901Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:46:03.901Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PxZHgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:46:03.902Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 05f27d98-6cde-4b06-9fe4-157d195e46d1: basic_onboard_PxZHgn
2021-11-21T10:46:03.902Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:46:03.902Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PxZHgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:46:03.902Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:46:03.902Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PxZHgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:46:03.902Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:46:03.902Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PxZHgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:46:03.903Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:46:03.903Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PxZHgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:46:03.903Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:46:03.903Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PxZHgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:46:03.903Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_PxZHgn 
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-21T10:46:03.990Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_PxZHgn e0ebebff-7847-4a78-8173-154efdf1699a 1 ASDC deployResourceStructure
2021-11-21T10:46:03.990Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json ASDC sendASDCNotification
2021-11-21T10:46:03.990Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json
2021-11-21T10:46:03.990Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-21T10:46:03.991Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:46:03.993Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:46:03.994Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491563990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-21T10:46:04.095Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-21T10:46:04.096Z||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-21T10:46:04.097Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:46:04.108Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:46:04.108Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:46:04.999Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-21T10:46:05.001Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml
2021-11-21T10:46:05.001Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-21T10:46:05.001Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:46:05.006Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:46:05.006Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491564999,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-21T10:46:05.106Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:46:05.108Z||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-21T10:46:05.108Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:46:05.123Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:46:05.124Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:46:06.007Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-21T10:46:06.008Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env
2021-11-21T10:46:06.008Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-21T10:46:06.009Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:46:06.011Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:46:06.011Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491566007,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-21T10:46:06.111Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:46:06.112Z||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-21T10:46:06.112Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:46:06.123Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:46:06.123Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:46:07.012Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar ASDC sendASDCNotification
2021-11-21T10:46:07.012Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar
2021-11-21T10:46:07.013Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-21T10:46:07.013Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:46:07.015Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:46:07.015Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491567012,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T10:46:07.115Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:46:07.116Z||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-21T10:46:07.116Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:46:07.126Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:46:07.127Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-21T10:46:08.016Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91673ef1-0f89-46d3-be0a-679694879572
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T10:46:08.029Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91673ef1-0f89-46d3-be0a-679694879572
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T10:46:08.031Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-21T10:46:08.031Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-21T10:46:08.031Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-21T10:46:38.032Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91673ef1-0f89-46d3-be0a-679694879572
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T10:46:38.044Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91673ef1-0f89-46d3-be0a-679694879572
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T10:46:38.046Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-21T10:46:38.046Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-21T10:46:38.047Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-21T10:46:49.461Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:46:49.463Z||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-21T10:46:49.463Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:46:49.485Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:46:49.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:46:49.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "policy-id",
  "timestamp": 1637491549931,
  "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-21T10:46:49.496Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 91673ef1-0f89-46d3-be0a-679694879572
2021-11-21T10:46:49.496Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91673ef1-0f89-46d3-be0a-679694879572 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-21T10:47:08.047Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91673ef1-0f89-46d3-be0a-679694879572
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T10:47:08.070Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91673ef1-0f89-46d3-be0a-679694879572
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T10:47:08.073Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-21T10:47:08.073Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-21T10:47:08.073Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-21T10:47:38.074Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91673ef1-0f89-46d3-be0a-679694879572
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T10:47:38.092Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91673ef1-0f89-46d3-be0a-679694879572
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T10:47:38.095Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-21T10:47:38.096Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-21T10:47:38.096Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-21T10:47:49.461Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:47:49.462Z||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-21T10:47:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:47:49.486Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:47:49.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:47:49.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "aai-ml",
  "timestamp": 1637491548381,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:47:49.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:48:08.096Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91673ef1-0f89-46d3-be0a-679694879572
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T10:48:08.108Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91673ef1-0f89-46d3-be0a-679694879572
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T10:48:08.113Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-21T10:48:08.113Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-21T10:48:08.113Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-21T10:48:38.114Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91673ef1-0f89-46d3-be0a-679694879572
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T10:48:38.127Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91673ef1-0f89-46d3-be0a-679694879572
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T10:48:38.130Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-21T10:48:38.130Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-21T10:48:38.131Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-21T10:48:49.461Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:48:49.462Z||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-21T10:48:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:48:49.989Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:48:49.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:49.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491549459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:48:49.994Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:48:49.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:49.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637491545584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:48:49.994Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:48:49.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:49.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637491550610,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:48:49.994Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:48:49.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:49.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "aai-ml",
  "timestamp": 1637491548381,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:48:49.995Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:48:49.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:49.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491549459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json",
  "status": "NOTIFIED"
}
2021-11-21T10:48:49.996Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:48:49.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:49.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637491545584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:48:49.996Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:48:49.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:49.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637491551633,
  "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-21T10:48:50.003Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 91673ef1-0f89-46d3-be0a-679694879572
2021-11-21T10:48:50.003Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91673ef1-0f89-46d3-be0a-679694879572 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-21T10:48:50.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "aai-ml",
  "timestamp": 1637491548381,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:48:50.015Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:48:50.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491549459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-21T10:48:50.015Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:48:50.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637491545584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:48:50.015Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:48:50.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637491552638,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-21T10:48:50.016Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:48:50.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "aai-ml",
  "timestamp": 1637491548381,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:48:50.016Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:48:50.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491549459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:48:50.016Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:48:50.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "aai-ml",
  "timestamp": 1637491548381,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:48:50.017Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:48:50.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491549459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-21T10:48:50.017Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:48:50.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "aai-ml",
  "timestamp": 1637491548381,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T10:48:50.017Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:48:50.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491549459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:48:50.018Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:48:50.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "clamp",
  "timestamp": 1637491555420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:48:50.018Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:48:50.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491549459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T10:48:50.018Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:48:50.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "aai-ml",
  "timestamp": 1637491556188,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:48:50.019Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:48:50.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637491556366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:48:50.019Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:48:50.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491557303,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:48:50.019Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:48:50.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "clamp",
  "timestamp": 1637491557430,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T10:48:50.020Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:48:50.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637491556366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:48:50.020Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:48:50.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "clamp",
  "timestamp": 1637491558434,
  "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-21T10:48:50.025Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 91673ef1-0f89-46d3-be0a-679694879572
2021-11-21T10:48:50.025Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91673ef1-0f89-46d3-be0a-679694879572 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-21T10:48:50.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637491556366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:48:50.035Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:48:50.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637491556366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:48:50.035Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:48:50.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491560167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:48:50.036Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:48:50.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637491556366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:48:50.036Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:48:50.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491561480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:48:50.036Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:48:50.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637491556366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:48:50.037Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:48:50.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491562870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:48:50.037Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:48:50.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637491556366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T10:48:50.037Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:48:50.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491563990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-21T10:48:50.038Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:48:50.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637491564465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:48:50.038Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:48:50.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491564999,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-21T10:48:50.038Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:48:50.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "aai-ml",
  "timestamp": 1637491565957,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T10:48:50.039Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:48:50.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491566007,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-21T10:48:50.039Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:48:50.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637491566945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T10:48:50.039Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:48:50.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "aai-ml",
  "timestamp": 1637491566961,
  "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-21T10:48:50.044Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 91673ef1-0f89-46d3-be0a-679694879572
2021-11-21T10:48:50.044Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91673ef1-0f89-46d3-be0a-679694879572 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-21T10:48:50.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491567012,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T10:48:50.051Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:48:50.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637491567950,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-21T10:48:50.055Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 91673ef1-0f89-46d3-be0a-679694879572
2021-11-21T10:48:50.055Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91673ef1-0f89-46d3-be0a-679694879572 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-21T10:49:08.132Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91673ef1-0f89-46d3-be0a-679694879572
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T10:49:08.149Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91673ef1-0f89-46d3-be0a-679694879572
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T10:49:08.154Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-21T10:49:08.154Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-21T10:49:08.154Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-21T10:49:08.154Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-21T10:49:08.154Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T10:49:08.155Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T10:49:08.155Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T10:49:08.155Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T10:49:08.155Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T10:49:08.155Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T10:49:08.155Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-21T10:49:08.160Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-21T10:49:38.161Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 91673ef1-0f89-46d3-be0a-679694879572 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-21T10:49:38.170Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 91673ef1-0f89-46d3-be0a-679694879572 and serviceModelVersionId: 05f27d98-6cde-4b06-9fe4-157d195e46d1
2021-11-21T10:49:38.171Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 39cbaac0-ddd3-4f98-bed4-7182597b6eb4
2021-11-21T10:49:38.173Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/39cbaac0-ddd3-4f98-bed4-7182597b6eb4/model-vers/model-ver/05f27d98-6cde-4b06-9fe4-157d195e46d1?depth=0
2021-11-21T10:49:38.182Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-11-21T10:49:38.250Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39cbaac0-ddd3-4f98-bed4-7182597b6eb4/model-vers/model-ver/05f27d98-6cde-4b06-9fe4-157d195e46d1?depth=0|INFO|500||Invoke
2021-11-21T10:49:38.250Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39cbaac0-ddd3-4f98-bed4-7182597b6eb4/model-vers/model-ver/05f27d98-6cde-4b06-9fe4-157d195e46d1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39cbaac0-ddd3-4f98-bed4-7182597b6eb4/model-vers/model-ver/05f27d98-6cde-4b06-9fe4-157d195e46d1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[91673ef1-0f89-46d3-be0a-679694879572], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f0773190-b8ea-4b02-bfb6-fd2d03d36109], X-ECOMP-RequestID=[91673ef1-0f89-46d3-be0a-679694879572], X-TransactionId=[], X-ONAP-RequestID=[91673ef1-0f89-46d3-be0a-679694879572], Content-Type=[application/merge-patch+json]}
2021-11-21T10:49:38.292Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39cbaac0-ddd3-4f98-bed4-7182597b6eb4/model-vers/model-ver/05f27d98-6cde-4b06-9fe4-157d195e46d1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-21T10:49:38.520Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39cbaac0-ddd3-4f98-bed4-7182597b6eb4/model-vers/model-ver/05f27d98-6cde-4b06-9fe4-157d195e46d1?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/39cbaac0-ddd3-4f98-bed4-7182597b6eb4/model-vers/model-ver/05f27d98-6cde-4b06-9fe4-157d195e46d1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211121-10:49:38:301-45372], vertex-id=[196816], Content-Length=[0], Date=[Sun, 21 Nov 2021 10:49:38 GMT], Content-Type=[application/json]}
2021-11-21T10:49:38.521Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39cbaac0-ddd3-4f98-bed4-7182597b6eb4/model-vers/model-ver/05f27d98-6cde-4b06-9fe4-157d195e46d1?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-21T10:49:38.521Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39cbaac0-ddd3-4f98-bed4-7182597b6eb4/model-vers/model-ver/05f27d98-6cde-4b06-9fe4-157d195e46d1?depth=0|INFO|500||InvokeReturn
2021-11-21T10:49:38.523Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-21T10:49:38.523Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-21T10:49:38.528Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-21T10:49:38.528Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 91673ef1-0f89-46d3-be0a-679694879572 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-21T10:49:38.529Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-21T10:49:38.529Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:49:38.532Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:49:38.532Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491778528,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-21T10:49:38.632Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:49:38.634Z||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-21T10:49:38.634Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:49:38.657Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:49:38.658Z||pool-34-thread-1|||||INFO|500||cambria reply ok (25 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-21T10:49:39.545Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:49:39.546Z|91673ef1-0f89-46d3-be0a-679694879572|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-21T10:49:39.546Z|91673ef1-0f89-46d3-be0a-679694879572|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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:49:49.461Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:49:49.463Z||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-21T10:49:49.463Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:49:50.094Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:49:50.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:49:50.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637491778528,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-21T10:49:50.097Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:49:50.778Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:49:50.779Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:49:50.779Z|91673ef1-0f89-46d3-be0a-679694879572|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-21T10:49:50.779Z|91673ef1-0f89-46d3-be0a-679694879572|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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:50:00.326Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:50:00.327Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:50:00.328Z|91673ef1-0f89-46d3-be0a-679694879572|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-21T10:50:00.328Z|91673ef1-0f89-46d3-be0a-679694879572|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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:50:09.868Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:50:09.870Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:50:09.872Z|91673ef1-0f89-46d3-be0a-679694879572|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-21T10:50:09.872Z|91673ef1-0f89-46d3-be0a-679694879572|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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:50:19.409Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:50:49.458Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:50:49.460Z|91673ef1-0f89-46d3-be0a-679694879572|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-21T10:50:49.460Z|91673ef1-0f89-46d3-be0a-679694879572|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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:50:49.460Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:50:49.461Z|15235a02-4422-4043-9723-fe93c3e14516|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-21T10:50:49.465Z|15235a02-4422-4043-9723-fe93c3e14516|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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:50:59.007Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:50:59.012Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:51:49.459Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:51:49.461Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:51:49.461Z||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-21T10:51:49.461Z|91673ef1-0f89-46d3-be0a-679694879572|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-21T10:51:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:51:49.461Z|91673ef1-0f89-46d3-be0a-679694879572|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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:51:59.002Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:51:59.005Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:52:49.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:52:49.461Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:52:49.461Z||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-21T10:52:49.461Z||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-21T10:52:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:52:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:52:59.001Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:52:59.001Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:53:49.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:53:49.461Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:53:49.461Z||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-21T10:53:49.461Z||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-21T10:53:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:53:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:53:59.008Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:53:59.008Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:54:49.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:54:49.460Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:54:49.461Z||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-21T10:54:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:54:49.461Z||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-21T10:54:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:54:59.008Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:54:59.020Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:55:49.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:55:49.461Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:55:49.461Z||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-21T10:55:49.461Z||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-21T10:55:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:55:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:55:50.090Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:55:50.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.092Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:55:50.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac","serviceName":"vFW 2021-11-21 10-53-14","serviceVersion":"1.0","serviceUUID":"88dee6c3-1d27-4b0f-89d7-85aa2eb66630","serviceDescription":"catalog service description","serviceInvariantUUID":"3b54f7bb-cafa-4f98-a926-267182eb0ce3","resources":[{"resourceInstanceName":"vFW 5d2cd66d-7435 0","resourceName":"vFW 5d2cd66d-7435","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d108998a-1803-4d74-8d6d-902fbc54ba8e","resourceInvariantUUID":"9e90a381-a328-4b3b-bec2-739b9ec68454","resourceCustomizationUUID":"0ba8cdae-0d20-4f64-89c0-e5995d6bdade","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vf-license-model.xml","artifactChecksum":"ZjZlMWQ2MTg1NWQyYTI1OTY5ZTRmMjk4YmI2YTMwN2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8891035c-47d5-49f3-a6ad-835fae35665d","artifactVersion":"1"},{"artifactName":"vfw5d2cd66d74350_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json","artifactChecksum":"NjQ1N2ZiM2YwOGQyMWI3YjUyNTk4MjM0YzUzMjczODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c2b0a41c-1700-49d4-bddf-3dd211c20179","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"27696920-5b58-407e-9ad8-b24c58587d54","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vendor-license-model.xml","artifactChecksum":"MzNkZGFiNGIyYWJkMWYwYzhlZDhhYTE4NzRmNTQ3OGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"55c9f4bc-a410-4ff8-8437-d768cc91cc7b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0268166a-17bb-4146-8772-657475ee42f3","artifactVersion":"2","generatedFromUUID":"27696920-5b58-407e-9ad8-b24c58587d54"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211121105314-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-template.yml","artifactChecksum":"ZGI1ZDBjMDgyM2FlYWJkMWQxNmZiNTZlMmQ2NTExNWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb95c32c-4dec-4062-b3f6-4b767082f1b0","artifactVersion":"1"},{"artifactName":"service-Vfw20211121105314-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar","artifactChecksum":"ZDMwODI5YjlhM2VlOWJjY2YwOGYzZGFjYjc5OWM0MTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9b0c2ac5-9ff2-4c7c-a162-57d57782dab0","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-21T10:55:50.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637492105590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "clamp",
  "timestamp": 1637492103573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "cds",
  "timestamp": 1637492109366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "policy-id",
  "timestamp": 1637492111856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637492105590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "cds",
  "timestamp": 1637492109366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "clamp",
  "timestamp": 1637492103573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json",
  "status": "NOTIFIED"
}
2021-11-21T10:55:50.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "policy-id",
  "timestamp": 1637492111856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637492105590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.101Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T10:55:50.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "cds",
  "timestamp": 1637492109366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.101Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:55:50.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "clamp",
  "timestamp": 1637492103573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "policy-id",
  "timestamp": 1637492111856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-21T10:55:50.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637492105590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "cds",
  "timestamp": 1637492109366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "clamp",
  "timestamp": 1637492103573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "policy-id",
  "timestamp": 1637492111856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637492105590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.105Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:55:50.105Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637492149458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "cds",
  "timestamp": 1637492109366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "clamp",
  "timestamp": 1637492103573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "policy-id",
  "timestamp": 1637492111856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637492116062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637492105590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "clamp",
  "timestamp": 1637492103573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.108Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "cds",
  "timestamp": 1637492109366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "policy-id",
  "timestamp": 1637492111856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637492116062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json",
  "status": "NOTIFIED"
}
2021-11-21T10:55:50.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637492105590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "clamp",
  "timestamp": 1637492103573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T10:55:50.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "cds",
  "timestamp": 1637492109366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T10:55:50.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "policy-id",
  "timestamp": 1637492111856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T10:55:50.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637492116062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-21T10:55:50.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "dcae-sch",
  "timestamp": 1637492118077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "aai-ml",
  "timestamp": 1637492118380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "cds",
  "timestamp": 1637492119534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:55:50.114Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:55:50.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637492116062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "dcae-sch",
  "timestamp": 1637492118077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "policy-id",
  "timestamp": 1637492119725,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:55:50.115Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:55:50.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "aai-ml",
  "timestamp": 1637492118380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "cds",
  "timestamp": 1637492120541,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-21T10:55:50.134Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac
2021-11-21T10:55:50.134Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-21T10:55:50.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637492116062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-21T10:55:50.144Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "dcae-sch",
  "timestamp": 1637492118077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "policy-id",
  "timestamp": 1637492120729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T10:55:50.145Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:55:50.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "aai-ml",
  "timestamp": 1637492118380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.146Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637492116062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.147Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "dcae-sch",
  "timestamp": 1637492118077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.147Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "policy-id",
  "timestamp": 1637492121732,
  "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-21T10:55:50.155Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac
2021-11-21T10:55:50.155Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac 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-21T10:55:50.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "aai-ml",
  "timestamp": 1637492118380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.167Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "dcae-sch",
  "timestamp": 1637492118077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.168Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637492116062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T10:55:50.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "aai-ml",
  "timestamp": 1637492118380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.172Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "dcae-sch",
  "timestamp": 1637492118077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "aai-ml",
  "timestamp": 1637492118380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637492124255,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:55:50.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:55:50.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "clamp",
  "timestamp": 1637492124531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:55:50.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:55:50.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "dcae-sch",
  "timestamp": 1637492118077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "aai-ml",
  "timestamp": 1637492118380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T10:55:50.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637492125550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:55:50.176Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:55:50.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "aai-ml",
  "timestamp": 1637492126309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:55:50.177Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:55:50.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637492126858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:55:50.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:55:50.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.184Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637492126365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.185Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.185Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "clamp",
  "timestamp": 1637492127535,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T10:55:50.186Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:55:50.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637492127877,
  "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-21T10:55:50.198Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac
2021-11-21T10:55:50.198Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac 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-21T10:55:50.205Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:55:50.206Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.206Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637492126365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.207Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.207Z||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-21T10:55:50.207Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.207Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:55:50.207Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "clamp",
  "timestamp": 1637492128539,
  "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-21T10:55:50.212Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac
2021-11-21T10:55:50.212Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac 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-21T10:55:50.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.221Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637492128881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-21T10:55:50.221Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:55:50.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.221Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637492126365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.222Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.222Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637492126365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.222Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.222Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637492126365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.223Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.223Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637492126365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.223Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:55:50.223Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.224Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637492126365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T10:55:50.224Z||pool-35-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-11-21T10:55:50.224Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:55:50.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.224Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637492134155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:55:50.224Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:55:50.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.225Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "aai-ml",
  "timestamp": 1637492137474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T10:55:50.225Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:55:50.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.225Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637492137587,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T10:55:50.225Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:55:50.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.226Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "aai-ml",
  "timestamp": 1637492138478,
  "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-21T10:55:50.230Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac
2021-11-21T10:55:50.230Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac 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-21T10:55:50.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637492138592,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-21T10:55:50.242Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac
2021-11-21T10:55:50.242Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-21T10:55:51.105Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T10:55:51.106Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:55:51.109Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:55:51.109Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637492149458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json",
  "status": "NOTIFIED"
}
2021-11-21T10:55:51.210Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-21T10:55:51.211Z||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-21T10:55:51.211Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:55:51.222Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:55:51.222Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:55:52.110Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T10:55:52.111Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:55:52.113Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:55:52.113Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637492149458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-21T10:55:52.213Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:55:52.214Z||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-21T10:55:52.215Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:55:52.224Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:55:52.225Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:55:53.114Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T10:55:53.115Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:55:53.117Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:55:53.117Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637492149458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:53.217Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:55:53.218Z||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-21T10:55:53.218Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:55:53.229Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:55:53.229Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-21T10:55:54.117Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T10:55:54.118Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:55:54.138Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:55:54.139Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637492149458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-21T10:55:54.220Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2021-11-21T10:55:54.221Z||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-21T10:55:54.221Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:55:54.232Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:55:54.234Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:55:55.139Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T10:55:55.141Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:55:55.143Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:55:55.143Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637492149458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:55:55.243Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-21T10:55:55.245Z||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-21T10:55:55.245Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:55:55.256Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:55:55.256Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:55:56.144Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T10:55:56.146Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:55:56.148Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:55:56.148Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637492149458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T10:55:56.249Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:55:56.250Z||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-21T10:55:56.250Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:55:56.259Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:55:56.260Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-21T10:55:57.150Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "serviceName": "vFW 2021-11-21 10-53-14",
  "serviceVersion": "1.0",
  "serviceUUID": "88dee6c3-1d27-4b0f-89d7-85aa2eb66630",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "3b54f7bb-cafa-4f98-a926-267182eb0ce3",
  "resources": [
    {
      "resourceInstanceName": "vFW 5d2cd66d-7435 0",
      "resourceCustomizationUUID": "0ba8cdae-0d20-4f64-89c0-e5995d6bdade",
      "resourceName": "vFW 5d2cd66d-7435",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d108998a-1803-4d74-8d6d-902fbc54ba8e",
      "resourceInvariantUUID": "9e90a381-a328-4b3b-bec2-739b9ec68454",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw5d2cd66d74350_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json",
          "artifactChecksum": "NjQ1N2ZiM2YwOGQyMWI3YjUyNTk4MjM0YzUzMjczODc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c2b0a41c-1700-49d4-bddf-3dd211c20179",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "27696920-5b58-407e-9ad8-b24c58587d54",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0268166a-17bb-4146-8772-657475ee42f3",
            "generatedFromUUID": "27696920-5b58-407e-9ad8-b24c58587d54"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0268166a-17bb-4146-8772-657475ee42f3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20211121105314-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
      "artifactChecksum": "ZDMwODI5YjlhM2VlOWJjY2YwOGYzZGFjYjc5OWM0MTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9b0c2ac5-9ff2-4c7c-a162-57d57782dab0"
    }
  ],
  "workloadContext": "Production"
}
2021-11-21T10:55:57.150Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-21T10:55:57.151Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 88dee6c3-1d27-4b0f-89d7-85aa2eb66630 ASDC
2021-11-21T10:55:57.151Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac
ServiceName:vFW 2021-11-21 10-53-14
ServiceVersion:1.0
ServiceUUID:88dee6c3-1d27-4b0f-89d7-85aa2eb66630
ServiceInvariantUUID:3b54f7bb-cafa-4f98-a926-267182eb0ce3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211121105314-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar
ArtifactUUID:9b0c2ac5-9ff2-4c7c-a162-57d57782dab0
ArtifactChecksum:ZDMwODI5YjlhM2VlOWJjY2YwOGYzZGFjYjc5OWM0MTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 5d2cd66d-7435 0
ResourceCustomizationUUID:0ba8cdae-0d20-4f64-89c0-e5995d6bdade
ResourceInvariantUUID:9e90a381-a328-4b3b-bec2-739b9ec68454
ResourceName:vFW 5d2cd66d-7435
ResourceType:VF
ResourceUUID:d108998a-1803-4d74-8d6d-902fbc54ba8e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw5d2cd66d74350_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json
ArtifactUUID:c2b0a41c-1700-49d4-bddf-3dd211c20179
ArtifactChecksum:NjQ1N2ZiM2YwOGQyMWI3YjUyNTk4MjM0YzUzMjczODc=
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/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml
ArtifactUUID:27696920-5b58-407e-9ad8-b24c58587d54
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/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env
ArtifactUUID:0268166a-17bb-4146-8772-657475ee42f3
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/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env
ArtifactUUID:0268166a-17bb-4146-8772-657475ee42f3
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-21T10:55:57.151Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 88dee6c3-1d27-4b0f-89d7-85aa2eb66630 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-21T10:55:57.184Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-21T10:55:57.185Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-11-21T10:55:57.185Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-11-21T10:55:57.186Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9b0c2ac5-9ff2-4c7c-a162-57d57782dab0 from URL: /sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar
2021-11-21T10:55:57.186Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-11-21T10:55:57.186Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar
2021-11-21T10:55:57.309Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-11-21T10:55:57.314Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar 9b0c2ac5-9ff2-4c7c-a162-57d57782dab0 98931
2021-11-21T10:55:57.315Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar ASDC sendASDCNotification
2021-11-21T10:55:57.315Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar
2021-11-21T10:55:57.315Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T10:55:57.316Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:55:57.318Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:55:57.318Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637492157315,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:55:57.425Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2021-11-21T10:55:57.425Z||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-21T10:55:57.426Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:55:57.437Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:55:57.437Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:55:58.319Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-21T10:55:58.321Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-11-21T10:55:58.321Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 9b0c2ac5-9ff2-4c7c-a162-57d57782dab0, URL: /sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar to file: /app/ASDC/1/service-Vfw20211121105314-csar.csar
2021-11-21T10:55:58.322Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211121105314-csar.csar
2021-11-21T10:55:58.323Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211121105314-csar.csar
2021-11-21T10:55:58.323Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211121105314-csar.csar
2021-11-21T10:55:58.677Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9077978926948391508/Definitions/service-Vfw20211121105314-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_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
2021-11-21T10:56:00.748Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-21T10:56:00.749Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-11-21T10:56:00.749Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211121105314-csar.csar
2021-11-21T10:56:00.749Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-21T10:56:00.749Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||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-Vfw20211121105314-csar.csar
2021-11-21T10:56:00.750Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||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-Vfw20211121105314-csar.csar
2021-11-21T10:56:00.750Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211121105314-csar.csar
2021-11-21T10:56:00.750Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211121105314-csar.csar
2021-11-21T10:56:00.750Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211121105314-csar.csar
2021-11-21T10:56:00.750Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||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-Vfw20211121105314-csar.csar
2021-11-21T10:56:00.750Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 5d2cd66d-7435 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-Vfw20211121105314-csar.csar
2021-11-21T10:56:00.751Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211121105314-csar.csar
2021-11-21T10:56:00.751Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211121105314-csar.csar
2021-11-21T10:56:00.751Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211121105314-csar.csar
2021-11-21T10:56:00.751Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211121105314-csar.csar
2021-11-21T10:56:00.751Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211121105314-csar.csar
2021-11-21T10:56:00.751Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211121105314-csar.csar
2021-11-21T10:56:00.752Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-11-21T10:56:00.752Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:56:00.752Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-21 10-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:56:00.753Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vFW 5d2cd66d-7435 0 is matching search criteria
2021-11-21T10:56:00.753Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-11-21T10:56:00.753Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 5d2cd66d-7435 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-21T10:56:00.753Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:56:00.754Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-21 10-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:56:00.754Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vFW 5d2cd66d-7435 0 is matching search criteria
2021-11-21T10:56:00.754Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-11-21T10:56:00.754Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 5d2cd66d-7435 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-21T10:56:00.755Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:56:00.755Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-21 10-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:56:00.755Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:56:00.755Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vFW 5d2cd66d-7435 0 is not matching search criteria
2021-11-21T10:56:00.756Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-21T10:56:00.756Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-21T10:56:00.756Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-21T10:56:00.756Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-21T10:56:00.756Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-21T10:56:00.757Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-21T10:56:00.757Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-21T10:56:00.757Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-21T10:56:00.757Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-21T10:56:00.758Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-21T10:56:00.758Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-21T10:56:00.758Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-21T10:56:00.758Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-21T10:56:00.758Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-21T10:56:00.759Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-21T10:56:00.759Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-21T10:56:00.759Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:56:00.759Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-21 10-53-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-21T10:56:00.760Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:56:00.760Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vFW 5d2cd66d-7435 0 is matching search criteria
2021-11-21T10:56:00.760Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 5d2cd66d-7435 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T10:56:00.760Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:56:00.761Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vFW 5d2cd66d-7435 0 is matching search criteria
2021-11-21T10:56:00.761Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 5d2cd66d-7435 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T10:56:00.761Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:56:00.761Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vFW 5d2cd66d-7435 0 is matching search criteria
2021-11-21T10:56:00.761Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 5d2cd66d-7435 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T10:56:00.762Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:56:00.762Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vFW 5d2cd66d-7435 0 is not matching search criteria
2021-11-21T10:56:00.762Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-21T10:56:00.762Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-21T10:56:00.762Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-21T10:56:00.763Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-21T10:56:00.763Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-21T10:56:00.763Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-21T10:56:00.763Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-21T10:56:00.763Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-21T10:56:00.764Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-21T10:56:00.764Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-21T10:56:00.764Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-21T10:56:00.764Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=57066dd7-4cf2-4a37-892f-cda702397ed9
2021-11-21T10:56:00.765Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:56:00.765Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vFW 5d2cd66d-7435 0 is not matching search criteria
2021-11-21T10:56:00.771Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-21T10:56:00.771Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-21T10:56:00.771Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-21T10:56:00.772Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-21T10:56:00.772Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-21T10:56:00.772Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-21T10:56:00.772Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-21T10:56:00.772Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-21T10:56:00.772Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-21T10:56:00.773Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-21T10:56:00.773Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-21T10:56:00.773Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-21T10:56:00.773Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d43a7c14-6c69-454f-8e0a-c2728c1b7734
2021-11-21T10:56:00.774Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:56:00.774Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vFW 5d2cd66d-7435 0 is not matching search criteria
2021-11-21T10:56:00.774Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-21T10:56:00.774Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-21T10:56:00.774Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-21T10:56:00.774Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-21T10:56:00.774Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-21T10:56:00.775Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-21T10:56:00.775Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-21T10:56:00.775Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-21T10:56:00.775Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-21T10:56:00.775Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-21T10:56:00.775Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-21T10:56:00.775Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-21T10:56:00.776Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b372c283-a9e7-4413-8de0-8da673d614b9
2021-11-21T10:56:00.776Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:56:00.776Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-21 10-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:56:00.776Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:56:00.776Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-21 10-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:56:00.776Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:56:00.777Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-21 10-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:56:00.777Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:56:00.777Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-21 10-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:56:00.777Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-11-21 10-53-14
Description:catalog service description
Model UUID:88dee6c3-1d27-4b0f-89d7-85aa2eb66630
Model Version:NULL
Model InvariantUuid:3b54f7bb-cafa-4f98-a926-267182eb0ce3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 5d2cd66d-7435
Model UUID:a19cbc60-8ece-4025-8bc2-39b6c4327f19
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9e90a381-a328-4b3b-bec2-739b9ec68454
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0ba8cdae-0d20-4f64-89c0-e5995d6bdade
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c86a2b9f-d36a-4676-b625-7629719c1fff
ModelName:Vfw5d2cd66d7435..base_vfw..module-0
ModelUuid:1d443e6d-0b49-4760-951b-dd8b08bb7cda
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:57066dd7-4cf2-4a37-892f-cda702397ed9
ModelInvariantUuid:d5ae8e9d-67a3-4db1-a737-ffc88cc82115
ModelName:vFW 5d2cd66d-7435-nodes.vfwCvfc
ModelUuid:2e01fd77-4a6b-4d1e-88cf-10088bef7ca1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:6fd125e2-8cb8-4373-9a11-22e39e19cc8e
ModelInvariantUuid:62d9d40d-feab-40fc-927b-5cf98c8b2363
ModelName:Vfw5d2cd66d7435.compute.nodes.heat.vfw
ModelUuid:6c1913a6-1304-42e7-8998-f73906825c41
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d43a7c14-6c69-454f-8e0a-c2728c1b7734
ModelInvariantUuid:7c41dadb-e01c-4bb4-a903-8a947a0a8811
ModelName:vFW 5d2cd66d-7435-nodes.vsnCvfc
ModelUuid:7a5fb474-ad00-4b49-b39b-ba1895b48b1b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:1e032386-5b53-47ca-991c-00bc61364bfa
ModelInvariantUuid:fc3c1c5b-b07a-4144-9f9a-b7e37d624dc1
ModelName:Vfw5d2cd66d7435.compute.nodes.heat.vsn
ModelUuid:99adfa82-b2f5-48cd-9ce5-30b995e19460
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b372c283-a9e7-4413-8de0-8da673d614b9
ModelInvariantUuid:99bb1ac0-4b6e-41b7-aea7-4d3fc96173aa
ModelName:vFW 5d2cd66d-7435-nodes.vpgCvfc
ModelUuid:66ec7052-06e6-400b-be5b-7fd5a4a9de62
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:15784b09-a973-4ef6-be33-f4f604c27deb
ModelInvariantUuid:da0a058b-9197-4b9c-8065-0b28e8662edc
ModelName:Vfw5d2cd66d7435.compute.nodes.heat.vpg
ModelUuid:02a60926-6fc8-4701-af53-04d133c0208a
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-21T10:56:00.784Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: d108998a-1803-4d74-8d6d-902fbc54ba8e
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-21T10:56:00.788Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||vFW 5d2cd66d-7435 0
2021-11-21T10:56:00.789Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d108998a-1803-4d74-8d6d-902fbc54ba8e
2021-11-21T10:56:00.789Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c2b0a41c-1700-49d4-bddf-3dd211c20179 from URL: /sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json
2021-11-21T10:56:00.789Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-11-21T10:56:00.789Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json
2021-11-21T10:56:01.129Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-11-21T10:56:01.130Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json c2b0a41c-1700-49d4-bddf-3dd211c20179 785
2021-11-21T10:56:01.130Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json ASDC sendASDCNotification
2021-11-21T10:56:01.130Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json
2021-11-21T10:56:01.131Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T10:56:01.131Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:56:01.134Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:56:01.134Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637492161130,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:56:01.234Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:56:01.235Z||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-21T10:56:01.235Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:56:01.247Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:56:01.247Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:56:02.135Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw5d2cd66d7435..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c86a2b9f-d36a-4676-b625-7629719c1fff",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1d443e6d-0b49-4760-951b-dd8b08bb7cda",
    "vfModuleModelCustomizationUUID": "ae8650b7-f99f-495d-a0a4-7d3afe5cd216",
    "isBase": true,
    "artifacts": [
      "27696920-5b58-407e-9ad8-b24c58587d54",
      "0268166a-17bb-4146-8772-657475ee42f3"
    ],
    "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-21T10:56:02.141Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw5d2cd66d7435..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1d443e6d-0b49-4760-951b-dd8b08bb7cda
VfModuleModelInvariantUUID:c86a2b9f-d36a-4676-b625-7629719c1fff
VfModuleModelDescription:NULL
Artifacts UUID List:{
27696920-5b58-407e-9ad8-b24c58587d54
,
0268166a-17bb-4146-8772-657475ee42f3

}
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-21T10:56:02.143Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw5d2cd66d7435..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c86a2b9f-d36a-4676-b625-7629719c1fff",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1d443e6d-0b49-4760-951b-dd8b08bb7cda",
    "vfModuleModelCustomizationUUID": "ae8650b7-f99f-495d-a0a4-7d3afe5cd216",
    "isBase": true,
    "artifacts": [
      "27696920-5b58-407e-9ad8-b24c58587d54",
      "0268166a-17bb-4146-8772-657475ee42f3"
    ],
    "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-21T10:56:02.143Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw5d2cd66d7435..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1d443e6d-0b49-4760-951b-dd8b08bb7cda
VfModuleModelInvariantUUID:c86a2b9f-d36a-4676-b625-7629719c1fff
VfModuleModelDescription:NULL
Artifacts UUID List:{
27696920-5b58-407e-9ad8-b24c58587d54
,
0268166a-17bb-4146-8772-657475ee42f3

}
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-21T10:56:02.143Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 27696920-5b58-407e-9ad8-b24c58587d54 from URL: /sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml
2021-11-21T10:56:02.143Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-11-21T10:56:02.143Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml
2021-11-21T10:56:02.849Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-11-21T10:56:02.850Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml 27696920-5b58-407e-9ad8-b24c58587d54 20368
2021-11-21T10:56:02.850Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-21T10:56:02.850Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml
2021-11-21T10:56:02.851Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T10:56:02.851Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:56:02.853Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:56:02.853Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637492162850,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:56:02.953Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:56:02.954Z||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-21T10:56:02.954Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:56:02.970Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:56:02.971Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:56:03.854Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0268166a-17bb-4146-8772-657475ee42f3 from URL: /sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env
2021-11-21T10:56:03.855Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-11-21T10:56:03.855Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env
2021-11-21T10:56:04.256Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-11-21T10:56:04.256Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env 0268166a-17bb-4146-8772-657475ee42f3 2098
2021-11-21T10:56:04.256Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-21T10:56:04.257Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env
2021-11-21T10:56:04.257Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T10:56:04.257Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:56:04.259Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:56:04.259Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637492164256,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:56:04.359Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:56:04.360Z||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-21T10:56:04.360Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:56:04.378Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:56:04.378Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:56:05.261Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 88dee6c3-1d27-4b0f-89d7-85aa2eb66630
2021-11-21T10:56:05.262Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 5d2cd66d-7435 0 d108998a-1803-4d74-8d6d-902fbc54ba8e ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-21T10:56:05.288Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6099739a, org.onap.sdc.toscaparser.api.parameters.Input@2cb782cb, org.onap.sdc.toscaparser.api.parameters.Input@1b25b5ed, org.onap.sdc.toscaparser.api.parameters.Input@458f6a17, org.onap.sdc.toscaparser.api.parameters.Input@6e21d49f]
2021-11-21T10:56:05.292Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:56:05.292Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-21 10-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:56:05.293Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-11-21T10:56:05.293Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 0ba8cdae-0d20-4f64-89c0-e5995d6bdade
2021-11-21T10:56:05.293Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0ba8cdae-0d20-4f64-89c0-e5995d6bdade matches Tosca VF Customization UUID: 0ba8cdae-0d20-4f64-89c0-e5995d6bdade
2021-11-21T10:56:05.293Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 0ba8cdae-0d20-4f64-89c0-e5995d6bdade  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-21T10:56:05.295Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:56:05.296Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-21 10-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:56:05.297Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 0ba8cdae-0d20-4f64-89c0-e5995d6bdade: {\"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-21T10:56:05.297Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@764dee78
2021-11-21T10:56:05.297Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:56:05.297Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-21 10-53-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-21T10:56:05.298Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ae8650b7-f99f-495d-a0a4-7d3afe5cd216
2021-11-21T10:56:05.298Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ae8650b7-f99f-495d-a0a4-7d3afe5cd216
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-21T10:56:05.300Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:56:05.300Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vFW 5d2cd66d-7435 0 is matching search criteria
2021-11-21T10:56:05.300Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 5d2cd66d-7435 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T10:56:05.301Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:56:05.301Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vFW 5d2cd66d-7435 0 is matching search criteria
2021-11-21T10:56:05.301Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 5d2cd66d-7435 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T10:56:05.302Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:56:05.302Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vFW 5d2cd66d-7435 0 is not matching search criteria
2021-11-21T10:56:05.302Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-21T10:56:05.302Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-21T10:56:05.302Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-21T10:56:05.303Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-21T10:56:05.303Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-21T10:56:05.303Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-21T10:56:05.304Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-21T10:56:05.304Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-21T10:56:05.304Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-21T10:56:05.304Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-21T10:56:05.305Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-21T10:56:05.305Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=57066dd7-4cf2-4a37-892f-cda702397ed9
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-21T10:56:05.307Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:56:05.307Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vFW 5d2cd66d-7435 0 is matching search criteria
2021-11-21T10:56:05.308Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 5d2cd66d-7435 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T10:56:05.308Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:56:05.308Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vFW 5d2cd66d-7435 0 is not matching search criteria
2021-11-21T10:56:05.309Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-21T10:56:05.309Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-21T10:56:05.309Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-21T10:56:05.309Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-21T10:56:05.309Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-21T10:56:05.310Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-21T10:56:05.310Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-21T10:56:05.310Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-21T10:56:05.310Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-21T10:56:05.310Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-21T10:56:05.311Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-21T10:56:05.311Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-21T10:56:05.311Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d43a7c14-6c69-454f-8e0a-c2728c1b7734
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-21T10:56:05.316Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:56:05.316Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vFW 5d2cd66d-7435 0 is matching search criteria
2021-11-21T10:56:05.317Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 5d2cd66d-7435 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T10:56:05.317Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:56:05.317Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vFW 5d2cd66d-7435 0 is not matching search criteria
2021-11-21T10:56:05.317Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-21T10:56:05.318Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-21T10:56:05.318Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-21T10:56:05.318Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-21T10:56:05.318Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-21T10:56:05.319Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-21T10:56:05.319Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-21T10:56:05.319Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-21T10:56:05.319Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-21T10:56:05.319Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-21T10:56:05.320Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-21T10:56:05.320Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-21T10:56:05.320Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b372c283-a9e7-4413-8de0-8da673d614b9
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-21T10:56:05.322Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:56:05.322Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vFW 5d2cd66d-7435 0 is matching search criteria
2021-11-21T10:56:05.322Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 5d2cd66d-7435 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T10:56:05.323Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:56:05.323Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vFW 5d2cd66d-7435 0 is matching search criteria
2021-11-21T10:56:05.323Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 5d2cd66d-7435 0] matching following query criteria: sdcType=VF, customizationUUID=0ba8cdae-0d20-4f64-89c0-e5995d6bdade
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-21T10:56:05.325Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:56:05.325Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-21 10-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:56:05.325Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 88dee6c3-1d27-4b0f-89d7-85aa2eb66630: vFW 5d2cd66d-7435
2021-11-21T10:56:05.326Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:56:05.326Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-21 10-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:56:05.326Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:56:05.326Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-21 10-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:56:05.327Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:56:05.327Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-21 10-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:56:05.327Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:56:05.327Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-21 10-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:56:05.327Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T10:56:05.328Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-21 10-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:56:05.328Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2021-11-21 10-53-14 
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-21T10:56:05.515Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 5d2cd66d-7435 d108998a-1803-4d74-8d6d-902fbc54ba8e 1 ASDC deployResourceStructure
2021-11-21T10:56:05.516Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json ASDC sendASDCNotification
2021-11-21T10:56:05.516Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json
2021-11-21T10:56:05.516Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-21T10:56:05.516Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:56:05.519Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:56:05.520Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637492165516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-21T10:56:05.620Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-21T10:56:05.621Z||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-21T10:56:05.622Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:56:05.693Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:56:05.694Z||pool-46-thread-1|||||INFO|500||cambria reply ok (73 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:56:06.521Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-21T10:56:06.522Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml
2021-11-21T10:56:06.522Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-21T10:56:06.522Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:56:06.524Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:56:06.524Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637492166521,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-11-21T10:56:06.624Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-21T10:56:06.625Z||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-21T10:56:06.625Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:56:06.635Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:56:06.636Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:56:07.525Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-21T10:56:07.526Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env
2021-11-21T10:56:07.526Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-21T10:56:07.526Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:56:07.528Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:56:07.528Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637492167525,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-11-21T10:56:07.628Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:56:07.629Z||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-21T10:56:07.629Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:56:07.647Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:56:07.648Z||pool-48-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:56:08.529Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar ASDC sendASDCNotification
2021-11-21T10:56:08.529Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar
2021-11-21T10:56:08.529Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-21T10:56:08.530Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:56:08.531Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:56:08.531Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637492168529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T10:56:08.632Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:56:08.633Z||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-21T10:56:08.633Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:56:08.644Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:56:08.645Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:56:09.532Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T10:56:09.547Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T10:56:09.550Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-21T10:56:09.550Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-21T10:56:09.550Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-21T10:56:09.551Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-21T10:56:09.551Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T10:56:09.551Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T10:56:09.551Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T10:56:09.551Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T10:56:09.551Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T10:56:09.551Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T10:56:09.551Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-21T10:56:09.556Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-21T10:56:39.557Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac 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-21T10:56:39.569Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac and serviceModelVersionId: 88dee6c3-1d27-4b0f-89d7-85aa2eb66630
2021-11-21T10:56:39.569Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3b54f7bb-cafa-4f98-a926-267182eb0ce3
2021-11-21T10:56:39.570Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3b54f7bb-cafa-4f98-a926-267182eb0ce3/model-vers/model-ver/88dee6c3-1d27-4b0f-89d7-85aa2eb66630?depth=0
2021-11-21T10:56:39.577Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-11-21T10:56:39.637Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b54f7bb-cafa-4f98-a926-267182eb0ce3/model-vers/model-ver/88dee6c3-1d27-4b0f-89d7-85aa2eb66630?depth=0|INFO|500||Invoke
2021-11-21T10:56:39.638Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b54f7bb-cafa-4f98-a926-267182eb0ce3/model-vers/model-ver/88dee6c3-1d27-4b0f-89d7-85aa2eb66630?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b54f7bb-cafa-4f98-a926-267182eb0ce3/model-vers/model-ver/88dee6c3-1d27-4b0f-89d7-85aa2eb66630?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c1b65bfe-c914-4ebc-916e-783bd1a8306e], X-ECOMP-RequestID=[8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac], X-TransactionId=[], X-ONAP-RequestID=[8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac], Content-Type=[application/merge-patch+json]}
2021-11-21T10:56:39.663Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b54f7bb-cafa-4f98-a926-267182eb0ce3/model-vers/model-ver/88dee6c3-1d27-4b0f-89d7-85aa2eb66630?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-21T10:56:40.174Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b54f7bb-cafa-4f98-a926-267182eb0ce3/model-vers/model-ver/88dee6c3-1d27-4b0f-89d7-85aa2eb66630?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/3b54f7bb-cafa-4f98-a926-267182eb0ce3/model-vers/model-ver/88dee6c3-1d27-4b0f-89d7-85aa2eb66630?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211121-10:56:39:671-24371], vertex-id=[225304], Content-Length=[0], Date=[Sun, 21 Nov 2021 10:56:39 GMT], Content-Type=[application/json]}
2021-11-21T10:56:40.174Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b54f7bb-cafa-4f98-a926-267182eb0ce3/model-vers/model-ver/88dee6c3-1d27-4b0f-89d7-85aa2eb66630?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-21T10:56:40.175Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b54f7bb-cafa-4f98-a926-267182eb0ce3/model-vers/model-ver/88dee6c3-1d27-4b0f-89d7-85aa2eb66630?depth=0|INFO|500||InvokeReturn
2021-11-21T10:56:40.175Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-21T10:56:40.176Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||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-21T10:56:40.183Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-21T10:56:40.183Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-21T10:56:40.183Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-21T10:56:40.183Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:56:40.186Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:56:40.186Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637492200183,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-21T10:56:40.287Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-11-21T10:56:40.289Z||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-21T10:56:40.289Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:56:40.300Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:56:40.301Z||pool-50-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-21T10:56:49.458Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:56:49.460Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|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-21T10:56:49.461Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:56:49.461Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:56:49.462Z||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-21T10:56:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:56:49.581Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:56:49.582Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-21T10:56:49.582Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637492149458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:56:49.584Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:56:59.034Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:57:49.459Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:57:49.461Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:57:49.462Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|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-21T10:57:49.462Z||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-21T10:57:49.462Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:57:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:57:49.991Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:57:49.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T10:57:49.993Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637492149458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json",
  "status": "NOTIFIED"
}
2021-11-21T10:57:49.995Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:57:49.996Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T10:57:49.996Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637492149458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-21T10:57:49.996Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:57:49.996Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T10:57:49.996Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637492149458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:57:49.997Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:57:49.997Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T10:57:49.997Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637492149458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-21T10:57:49.997Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:57:49.997Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T10:57:49.997Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637492149458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T10:57:49.998Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:57:49.998Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T10:57:49.998Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637492149458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T10:57:49.998Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-21T10:57:49.999Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T10:57:49.999Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637492157315,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:57:49.999Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:57:49.999Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T10:57:49.999Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637492161130,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:57:50.000Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:57:50.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T10:57:50.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637492162850,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:57:50.001Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:57:50.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T10:57:50.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637492164256,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-21T10:57:50.001Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:57:50.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T10:57:50.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637492165516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-21T10:57:50.002Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:57:50.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T10:57:50.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637492166521,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-11-21T10:57:50.002Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:57:50.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T10:57:50.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637492167525,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-11-21T10:57:50.003Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:57:50.003Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T10:57:50.003Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637492168529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T10:57:50.004Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:57:50.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T10:57:50.004Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637492200183,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-21T10:57:50.004Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:57:59.010Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:58:49.459Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:58:49.460Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:58:49.461Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|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-21T10:58:49.461Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:58:49.461Z||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-21T10:58:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:58:59.006Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:58:59.006Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:59:49.459Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:59:49.461Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:59:49.461Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|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-21T10:59:49.461Z||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-21T10:59:49.461Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:59:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:59:59.004Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T10:59:59.004Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:00:49.459Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:00:49.461Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:00:49.461Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|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-21T11:00:49.462Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:00:49.461Z|15235a02-4422-4043-9723-fe93c3e14516|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-21T11:00:49.464Z|15235a02-4422-4043-9723-fe93c3e14516|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:00:59.003Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:00:59.003Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:01:49.459Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:01:49.462Z|15235a02-4422-4043-9723-fe93c3e14516|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-21T11:01:49.462Z|15235a02-4422-4043-9723-fe93c3e14516|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:01:49.463Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:01:49.463Z||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-21T11:01:49.463Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:01:59.007Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:01:59.018Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:02:49.459Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:02:49.460Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:02:49.461Z|15235a02-4422-4043-9723-fe93c3e14516|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-21T11:02:49.461Z||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-21T11:02:49.461Z|15235a02-4422-4043-9723-fe93c3e14516|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:02:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:02:59.012Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:02:59.011Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:03:49.461Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:03:49.460Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:03:49.465Z||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-21T11:03:49.465Z|15235a02-4422-4043-9723-fe93c3e14516|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-21T11:03:49.465Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:03:49.465Z|15235a02-4422-4043-9723-fe93c3e14516|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:03:59.013Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:03:59.014Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:04:49.460Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:04:49.461Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:04:49.462Z|91673ef1-0f89-46d3-be0a-679694879572|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-21T11:04:49.462Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|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-21T11:04:49.462Z|91673ef1-0f89-46d3-be0a-679694879572|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:04:49.463Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:04:59.013Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:04:59.017Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:05:49.461Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:05:49.459Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:05:49.462Z||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-21T11:05:49.462Z|91673ef1-0f89-46d3-be0a-679694879572|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-21T11:05:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:05:49.462Z|91673ef1-0f89-46d3-be0a-679694879572|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:05:59.007Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:05:59.008Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:06:49.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:06:49.461Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:06:49.461Z||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-21T11:06:49.461Z||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-21T11:06:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:06:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:06:59.009Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:06:59.010Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:07:49.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:07:49.461Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:07:49.462Z||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-21T11:07:49.462Z||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-21T11:07:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:07:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:07:50.093Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:07:50.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:07:50.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2feb754e-5390-4e3b-93ce-f870c6d8d88b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637492856062,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:07:50.096Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:07:50.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:07:50.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"2feb754e-5390-4e3b-93ce-f870c6d8d88b","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"204f69db-99e6-4573-8503-29fba7c48c91","serviceDescription":"service","serviceInvariantUUID":"d5a8481e-a84a-41a3-abc1-50e243132f65","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"ded4f4a4-c762-40dc-a545-5ad1f0031a7a","resourceInvariantUUID":"5a0e1eb9-ce5d-403b-ba14-c9ed86d3c156","resourceCustomizationUUID":"3baa15a6-3098-4119-a718-cefdafe7cd18","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":"MzNlNTJhM2ZhOWMwNmI4NTc2ZWZlY2E4MzE2MzAyYjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da02095e-ee6b-42f0-a3cc-dcc98be50a86","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YWJkYzdkZWNkZGZkMzI4ZjljNGFkZDZlNTcyMDM5MmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"73b1f88d-c070-46df-a3ca-2f0cf34a5abb","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-21T11:07:50.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:07:50.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:07:50.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2feb754e-5390-4e3b-93ce-f870c6d8d88b",
  "consumerID": "clamp",
  "timestamp": 1637492853573,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:07:50.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:07:50.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:07:50.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2feb754e-5390-4e3b-93ce-f870c6d8d88b",
  "consumerID": "dcae-sch",
  "timestamp": 1637492858074,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:07:50.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:07:50.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:07:50.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2feb754e-5390-4e3b-93ce-f870c6d8d88b",
  "consumerID": "cds",
  "timestamp": 1637492859366,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:07:50.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:07:50.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:07:50.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2feb754e-5390-4e3b-93ce-f870c6d8d88b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637492856062,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:07:50.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:07:50.102Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:07:50.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:07:50.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2feb754e-5390-4e3b-93ce-f870c6d8d88b",
  "consumerID": "clamp",
  "timestamp": 1637492853573,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:07:50.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:07:50.102Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:07:50.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:07:50.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2feb754e-5390-4e3b-93ce-f870c6d8d88b",
  "consumerID": "dcae-sch",
  "timestamp": 1637492858074,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:07:50.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:07:50.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:07:50.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2feb754e-5390-4e3b-93ce-f870c6d8d88b",
  "consumerID": "cds",
  "timestamp": 1637492859366,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:07:50.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:07:50.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:07:50.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2feb754e-5390-4e3b-93ce-f870c6d8d88b",
  "consumerID": "cds",
  "timestamp": 1637492866050,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:07:50.105Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:07:50.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:07:50.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2feb754e-5390-4e3b-93ce-f870c6d8d88b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637492865583,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:07:50.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:07:50.109Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:07:50.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:07:50.110Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2feb754e-5390-4e3b-93ce-f870c6d8d88b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637492869458,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:07:50.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2feb754e-5390-4e3b-93ce-f870c6d8d88b",
  "consumerID": "cds",
  "timestamp": 1637492867063,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-21T11:07:50.138Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2feb754e-5390-4e3b-93ce-f870c6d8d88b
2021-11-21T11:07:50.138Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2feb754e-5390-4e3b-93ce-f870c6d8d88b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-21T11:07:50.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:07:50.149Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2feb754e-5390-4e3b-93ce-f870c6d8d88b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637492865583,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:07:50.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:07:50.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:07:50.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2feb754e-5390-4e3b-93ce-f870c6d8d88b",
  "consumerID": "aai-ml",
  "timestamp": 1637492868379,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:07:50.151Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:07:50.208Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-11-21T11:07:50.209Z||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-21T11:07:50.209Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:07:50.220Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:07:50.220Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:07:51.111Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:07:51.111Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:07:51.114Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:07:51.115Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2feb754e-5390-4e3b-93ce-f870c6d8d88b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637492869458,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:07:51.215Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-21T11:07:51.215Z||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-21T11:07:51.215Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:07:51.226Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:07:51.227Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:07:52.116Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "2feb754e-5390-4e3b-93ce-f870c6d8d88b",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "204f69db-99e6-4573-8503-29fba7c48c91",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d5a8481e-a84a-41a3-abc1-50e243132f65",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3baa15a6-3098-4119-a718-cefdafe7cd18",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "ded4f4a4-c762-40dc-a545-5ad1f0031a7a",
      "resourceInvariantUUID": "5a0e1eb9-ce5d-403b-ba14-c9ed86d3c156",
      "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": "YWJkYzdkZWNkZGZkMzI4ZjljNGFkZDZlNTcyMDM5MmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "73b1f88d-c070-46df-a3ca-2f0cf34a5abb"
    }
  ],
  "workloadContext": "Production"
}
2021-11-21T11:07:52.116Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-21T11:07:52.116Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 204f69db-99e6-4573-8503-29fba7c48c91 ASDC
2021-11-21T11:07:52.118Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:2feb754e-5390-4e3b-93ce-f870c6d8d88b
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:204f69db-99e6-4573-8503-29fba7c48c91
ServiceInvariantUUID:d5a8481e-a84a-41a3-abc1-50e243132f65
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:73b1f88d-c070-46df-a3ca-2f0cf34a5abb
ArtifactChecksum:YWJkYzdkZWNkZGZkMzI4ZjljNGFkZDZlNTcyMDM5MmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3baa15a6-3098-4119-a718-cefdafe7cd18
ResourceInvariantUUID:5a0e1eb9-ce5d-403b-ba14-c9ed86d3c156
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:ded4f4a4-c762-40dc-a545-5ad1f0031a7a
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-11-21T11:07:52.118Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 204f69db-99e6-4573-8503-29fba7c48c91 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-21T11:07:52.150Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-21T11:07:52.152Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-21T11:07:52.152Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-21T11:07:52.152Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 73b1f88d-c070-46df-a3ca-2f0cf34a5abb from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-21T11:07:52.153Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-21T11:07:52.153Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|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-21T11:07:52.512Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-21T11:07:52.515Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 73b1f88d-c070-46df-a3ca-2f0cf34a5abb 52491
2021-11-21T11:07:52.515Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|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-21T11:07:52.515Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|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-21T11:07:52.516Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T11:07:52.516Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:07:52.518Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:07:52.518Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2feb754e-5390-4e3b-93ce-f870c6d8d88b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637492872515,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:07:52.619Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:07:52.620Z||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-21T11:07:52.620Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:07:52.634Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:07:52.634Z||pool-53-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:07:53.520Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-21T11:07:53.522Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-21T11:07:53.522Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 73b1f88d-c070-46df-a3ca-2f0cf34a5abb, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-21T11:07:53.523Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-11-21T11:07:53.523Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-21T11:07:53.523Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-21T11:07:53.710Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12091067913015653017/Definitions/service-BasicNetwork-template.yml
2021-11-21T11:07:54.208Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-21T11:07:54.209Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-21T11:07:54.209Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-21T11:07:54.209Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-11-21T11:07:54.209Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|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-21T11:07:54.209Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|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-21T11:07:54.210Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|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-21T11:07:54.210Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|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-21T11:07:54.210Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|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-21T11:07:54.210Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|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-21T11:07:54.210Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|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-21T11:07:54.210Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|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-21T11:07:54.210Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-21T11:07:54.210Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:07:54.210Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|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-21T11:07:54.211Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-21T11:07:54.211Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-21T11:07:54.211Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-21T11:07:54.211Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:07:54.211Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|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-21T11:07:54.212Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-21T11:07:54.212Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-21T11:07:54.212Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-21T11:07:54.212Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:07:54.212Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|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-21T11:07:54.212Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:07:54.212Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|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-21T11:07:54.213Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:07:54.213Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|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-21T11:07:54.213Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:07:54.213Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|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-21T11:07:54.213Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:07:54.213Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|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-21T11:07:54.214Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:204f69db-99e6-4573-8503-29fba7c48c91
Model Version:NULL
Model InvariantUuid:d5a8481e-a84a-41a3-abc1-50e243132f65
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:5a0e1eb9-ce5d-403b-ba14-c9ed86d3c156
Model UUID:b7590495-21ef-4a13-80cb-3c07778f4154
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:3baa15a6-3098-4119-a718-cefdafe7cd18
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-21T11:07:54.220Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: ded4f4a4-c762-40dc-a545-5ad1f0031a7a
2021-11-21T11:07:54.221Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||INFO|500||No resources found for Service: 204f69db-99e6-4573-8503-29fba7c48c91
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-21T11:07:54.228Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||INFO|500||
2021-11-21T11:07:54.229Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-11-21T11:07:54.230Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 204f69db-99e6-4573-8503-29fba7c48c91
2021-11-21T11:07:54.230Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 204f69db-99e6-4573-8503-29fba7c48c91
2021-11-21T11:07:54.230Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-11-21T11:07:54.230Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|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-21T11:07:54.236Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@65c3fb86, org.onap.sdc.toscaparser.api.parameters.Input@1181c0bd, org.onap.sdc.toscaparser.api.parameters.Input@2b3645d3, org.onap.sdc.toscaparser.api.parameters.Input@40d329ab, org.onap.sdc.toscaparser.api.parameters.Input@3ab6f5fc]
2021-11-21T11:07:54.237Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:07:54.237Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|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-21T11:07:54.238Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:07:54.238Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|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-21T11:07:54.238Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 204f69db-99e6-4573-8503-29fba7c48c91: Generic NeutronNet
2021-11-21T11:07:54.238Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:07:54.238Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|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-21T11:07:54.239Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:07:54.239Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|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-21T11:07:54.271Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:07:54.271Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|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-21T11:07:54.271Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:07:54.272Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|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-21T11:07:54.272Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:07:54.272Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|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-21T11:07:54.272Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|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-21T11:07:54.321Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-11-21T11:07:54.322Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|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-21T11:07:54.322Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|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-21T11:07:54.322Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-21T11:07:54.322Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:07:54.324Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:07:54.324Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2feb754e-5390-4e3b-93ce-f870c6d8d88b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637492874322,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T11:07:54.424Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:07:54.425Z||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-21T11:07:54.425Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:07:54.436Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:07:54.436Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:07:55.325Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2feb754e-5390-4e3b-93ce-f870c6d8d88b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T11:07:55.336Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2feb754e-5390-4e3b-93ce-f870c6d8d88b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T11:07:55.338Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-21T11:07:55.338Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-21T11:07:55.338Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-21T11:08:25.339Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2feb754e-5390-4e3b-93ce-f870c6d8d88b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T11:08:25.352Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2feb754e-5390-4e3b-93ce-f870c6d8d88b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T11:08:25.359Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-21T11:08:25.359Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-21T11:08:25.359Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-21T11:08:49.461Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:08:49.465Z||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-21T11:08:49.465Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:08:49.590Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:08:49.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:08:49.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2feb754e-5390-4e3b-93ce-f870c6d8d88b",
  "consumerID": "aai-ml",
  "timestamp": 1637492868379,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:08:49.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:08:55.360Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2feb754e-5390-4e3b-93ce-f870c6d8d88b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T11:08:55.372Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2feb754e-5390-4e3b-93ce-f870c6d8d88b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T11:08:55.376Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-21T11:08:55.376Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-21T11:08:55.376Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-21T11:09:25.377Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2feb754e-5390-4e3b-93ce-f870c6d8d88b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T11:09:25.394Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2feb754e-5390-4e3b-93ce-f870c6d8d88b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T11:09:25.397Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-21T11:09:25.397Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-21T11:09:25.397Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-21T11:09:49.461Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:09:49.462Z||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-21T11:09:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:09:49.497Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:09:49.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:09:49.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2feb754e-5390-4e3b-93ce-f870c6d8d88b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637492869458,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:09:49.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:09:49.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:09:49.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2feb754e-5390-4e3b-93ce-f870c6d8d88b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637492869458,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:09:49.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:09:49.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:09:49.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2feb754e-5390-4e3b-93ce-f870c6d8d88b",
  "consumerID": "aai-ml",
  "timestamp": 1637492871562,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:09:49.500Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:09:49.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:09:49.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2feb754e-5390-4e3b-93ce-f870c6d8d88b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637492872515,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:09:49.500Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:09:49.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:09:49.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2feb754e-5390-4e3b-93ce-f870c6d8d88b",
  "consumerID": "policy-id",
  "timestamp": 1637492871856,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:09:49.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:09:49.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:09:49.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2feb754e-5390-4e3b-93ce-f870c6d8d88b",
  "consumerID": "clamp",
  "timestamp": 1637492872666,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:09:49.501Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:09:49.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:09:49.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2feb754e-5390-4e3b-93ce-f870c6d8d88b",
  "consumerID": "policy-id",
  "timestamp": 1637492871856,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:09:49.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:09:49.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:09:49.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2feb754e-5390-4e3b-93ce-f870c6d8d88b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637492874322,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T11:09:49.501Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:09:49.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:09:49.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2feb754e-5390-4e3b-93ce-f870c6d8d88b",
  "consumerID": "clamp",
  "timestamp": 1637492874681,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T11:09:49.502Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:09:49.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:09:49.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2feb754e-5390-4e3b-93ce-f870c6d8d88b",
  "consumerID": "policy-id",
  "timestamp": 1637492874690,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:09:49.502Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:09:49.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:09:49.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2feb754e-5390-4e3b-93ce-f870c6d8d88b",
  "consumerID": "clamp",
  "timestamp": 1637492875685,
  "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-21T11:09:49.509Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2feb754e-5390-4e3b-93ce-f870c6d8d88b
2021-11-21T11:09:49.509Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2feb754e-5390-4e3b-93ce-f870c6d8d88b 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-21T11:09:49.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:09:49.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2feb754e-5390-4e3b-93ce-f870c6d8d88b",
  "consumerID": "policy-id",
  "timestamp": 1637492875695,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T11:09:49.521Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:09:49.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:09:49.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2feb754e-5390-4e3b-93ce-f870c6d8d88b",
  "consumerID": "aai-ml",
  "timestamp": 1637492875770,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T11:09:49.521Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:09:49.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:09:49.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2feb754e-5390-4e3b-93ce-f870c6d8d88b",
  "consumerID": "policy-id",
  "timestamp": 1637492876698,
  "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-21T11:09:49.526Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2feb754e-5390-4e3b-93ce-f870c6d8d88b
2021-11-21T11:09:49.526Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2feb754e-5390-4e3b-93ce-f870c6d8d88b 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-21T11:09:49.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:09:49.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2feb754e-5390-4e3b-93ce-f870c6d8d88b",
  "consumerID": "aai-ml",
  "timestamp": 1637492876774,
  "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-21T11:09:49.538Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2feb754e-5390-4e3b-93ce-f870c6d8d88b
2021-11-21T11:09:49.538Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2feb754e-5390-4e3b-93ce-f870c6d8d88b 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-21T11:09:49.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:09:49.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2feb754e-5390-4e3b-93ce-f870c6d8d88b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637492876366,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:09:49.546Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:09:49.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:09:49.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2feb754e-5390-4e3b-93ce-f870c6d8d88b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637492876366,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:09:49.546Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:09:49.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:09:49.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2feb754e-5390-4e3b-93ce-f870c6d8d88b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637492879418,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:09:49.547Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:09:49.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:09:49.547Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2feb754e-5390-4e3b-93ce-f870c6d8d88b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637492881032,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T11:09:49.547Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:09:49.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:09:49.547Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2feb754e-5390-4e3b-93ce-f870c6d8d88b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637492882036,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-21T11:09:49.554Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2feb754e-5390-4e3b-93ce-f870c6d8d88b
2021-11-21T11:09:49.554Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2feb754e-5390-4e3b-93ce-f870c6d8d88b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-21T11:09:55.397Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2feb754e-5390-4e3b-93ce-f870c6d8d88b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T11:09:55.410Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2feb754e-5390-4e3b-93ce-f870c6d8d88b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T11:09:55.413Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-21T11:09:55.413Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-21T11:09:55.413Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-21T11:09:55.413Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-21T11:09:55.414Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:09:55.414Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:09:55.414Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:09:55.414Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:09:55.414Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:09:55.414Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:09:55.414Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-21T11:09:55.419Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-21T11:10:25.420Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2feb754e-5390-4e3b-93ce-f870c6d8d88b 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-21T11:10:25.434Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2feb754e-5390-4e3b-93ce-f870c6d8d88b and serviceModelVersionId: 204f69db-99e6-4573-8503-29fba7c48c91
2021-11-21T11:10:25.434Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d5a8481e-a84a-41a3-abc1-50e243132f65
2021-11-21T11:10:25.436Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d5a8481e-a84a-41a3-abc1-50e243132f65/model-vers/model-ver/204f69db-99e6-4573-8503-29fba7c48c91?depth=0
2021-11-21T11:10:25.446Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-11-21T11:10:25.519Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|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/d5a8481e-a84a-41a3-abc1-50e243132f65/model-vers/model-ver/204f69db-99e6-4573-8503-29fba7c48c91?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-21T11:10:25.522Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5a8481e-a84a-41a3-abc1-50e243132f65/model-vers/model-ver/204f69db-99e6-4573-8503-29fba7c48c91?depth=0|INFO|500||Invoke
2021-11-21T11:10:25.550Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5a8481e-a84a-41a3-abc1-50e243132f65/model-vers/model-ver/204f69db-99e6-4573-8503-29fba7c48c91?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-21T11:10:25.952Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5a8481e-a84a-41a3-abc1-50e243132f65/model-vers/model-ver/204f69db-99e6-4573-8503-29fba7c48c91?depth=0|INFO|500||InvokeReturn
2021-11-21T11:10:25.953Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|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/d5a8481e-a84a-41a3-abc1-50e243132f65/model-vers/model-ver/204f69db-99e6-4573-8503-29fba7c48c91?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211121-11:10:25:557-34974], vertex-id=[196776], Content-Length=[0], Date=[Sun, 21 Nov 2021 11:10:25 GMT], Content-Type=[application/json]}
2021-11-21T11:10:25.953Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-11-21T11:10:25.953Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-21T11:10:25.954Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|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-21T11:10:25.960Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|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-21T11:10:25.961Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2feb754e-5390-4e3b-93ce-f870c6d8d88b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-21T11:10:25.961Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-21T11:10:25.962Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:10:25.966Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:10:25.966Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2feb754e-5390-4e3b-93ce-f870c6d8d88b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493025961,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-21T11:10:26.066Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:10:26.068Z||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-21T11:10:26.068Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:10:26.091Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:10:26.091Z||pool-55-thread-1|||||INFO|500||cambria reply ok (24 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-21T11:10:26.983Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:10:26.984Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|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-21T11:10:26.984Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:10:31.750Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:10:31.751Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:10:31.751Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"efd16c0c-6aa7-4ca4-a785-31ee341ebbac","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"37e90fdc-680f-4c00-9374-2a9cdf35b053","serviceDescription":"service","serviceInvariantUUID":"a5147a80-233c-4c1c-a282-9ef14ac62952","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bb9a21a0-4e22-4900-acf1-2be6b48b12a2","resourceInvariantUUID":"c559e671-b74f-420a-8f37-7049fcd8da1f","resourceCustomizationUUID":"091cfdda-43d1-4e12-a963-b4a5055829b8","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":"Mjk0MjUwM2FkMzc1MTc3MWE5YTM5ODQ5YTVhOWI3MDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"53d33c88-a980-49e7-95ab-0b4282787512","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":"MWE3ZjMyMGQ5ZjdhNGJkMmNlZjJlMDZiODRjYTI3NDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1bc9e789-a08c-4e1a-94b3-4f23338e5f06","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":"79ba290e-ca33-4422-9a35-fc30fc1e9b92","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":"976a285f-1dc4-4f00-b396-74649f8f8eda","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":"a2c940ee-47ce-4023-9458-a2a2d7e8deaa","artifactVersion":"2","generatedFromUUID":"79ba290e-ca33-4422-9a35-fc30fc1e9b92"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NDVhZTA0NmExYTFmN2QxNTc2NTliMmViNmQwNzU4OGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"466635c8-d7f1-4bbd-b1dc-7e37f97a2e69","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MDY0OTQ5MGZjZGFhMWZjN2M4ODc3MDdiYmVmNTliOWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9d0f8cf9-c11c-4210-bbcc-aeb8346d2ef1","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-21T11:10:31.755Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:10:31.755Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:10:31.758Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:10:31.758Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:31.858Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-21T11:10:31.859Z||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-21T11:10:31.860Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:10:31.868Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:10:31.869Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:10:32.759Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:10:32.760Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:10:32.764Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:10:32.764Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-21T11:10:32.864Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:10:32.865Z||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-21T11:10:32.865Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:10:32.927Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:10:32.927Z||pool-57-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":1,"count":1}
2021-11-21T11:10:33.764Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:10:33.765Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:10:33.768Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:10:33.768Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-21T11:10:33.868Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:10:33.869Z||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-21T11:10:33.869Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:10:33.880Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:10:33.880Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:10:34.769Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:10:34.771Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:10:34.773Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:10:34.774Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:34.874Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:10:34.875Z||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-21T11:10:34.875Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:10:34.887Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:10:34.887Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:10:35.774Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:10:35.775Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:10:35.778Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:10:35.778Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-21T11:10:35.879Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:10:35.880Z||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-21T11:10:35.880Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:10:35.892Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:10:35.893Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:10:36.778Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:10:36.779Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:10:36.781Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:10:36.781Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:36.881Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:10:36.883Z||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-21T11:10:36.883Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:10:36.892Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:10:36.892Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:10:37.781Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:10:37.782Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:10:37.784Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:10:37.784Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:10:37.884Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:10:37.885Z||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-21T11:10:37.885Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:10:37.897Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:10:37.898Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:10:38.785Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "37e90fdc-680f-4c00-9374-2a9cdf35b053",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a5147a80-233c-4c1c-a282-9ef14ac62952",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "091cfdda-43d1-4e12-a963-b4a5055829b8",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bb9a21a0-4e22-4900-acf1-2be6b48b12a2",
      "resourceInvariantUUID": "c559e671-b74f-420a-8f37-7049fcd8da1f",
      "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": "MWE3ZjMyMGQ5ZjdhNGJkMmNlZjJlMDZiODRjYTI3NDU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1bc9e789-a08c-4e1a-94b3-4f23338e5f06",
          "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": "79ba290e-ca33-4422-9a35-fc30fc1e9b92",
          "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": "a2c940ee-47ce-4023-9458-a2a2d7e8deaa",
            "generatedFromUUID": "79ba290e-ca33-4422-9a35-fc30fc1e9b92"
          },
          "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": "a2c940ee-47ce-4023-9458-a2a2d7e8deaa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MDY0OTQ5MGZjZGFhMWZjN2M4ODc3MDdiYmVmNTliOWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9d0f8cf9-c11c-4210-bbcc-aeb8346d2ef1"
    }
  ],
  "workloadContext": "Production"
}
2021-11-21T11:10:38.786Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-21T11:10:38.786Z|2feb754e-5390-4e3b-93ce-f870c6d8d88b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 37e90fdc-680f-4c00-9374-2a9cdf35b053 ASDC
2021-11-21T11:10:38.787Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:efd16c0c-6aa7-4ca4-a785-31ee341ebbac
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:37e90fdc-680f-4c00-9374-2a9cdf35b053
ServiceInvariantUUID:a5147a80-233c-4c1c-a282-9ef14ac62952
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:9d0f8cf9-c11c-4210-bbcc-aeb8346d2ef1
ArtifactChecksum:MDY0OTQ5MGZjZGFhMWZjN2M4ODc3MDdiYmVmNTliOWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:091cfdda-43d1-4e12-a963-b4a5055829b8
ResourceInvariantUUID:c559e671-b74f-420a-8f37-7049fcd8da1f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:bb9a21a0-4e22-4900-acf1-2be6b48b12a2
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:1bc9e789-a08c-4e1a-94b3-4f23338e5f06
ArtifactChecksum:MWE3ZjMyMGQ5ZjdhNGJkMmNlZjJlMDZiODRjYTI3NDU=
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:79ba290e-ca33-4422-9a35-fc30fc1e9b92
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:a2c940ee-47ce-4023-9458-a2a2d7e8deaa
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:a2c940ee-47ce-4023-9458-a2a2d7e8deaa
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-21T11:10:38.787Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 37e90fdc-680f-4c00-9374-2a9cdf35b053 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-21T11:10:38.822Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-21T11:10:38.823Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-21T11:10:38.823Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-21T11:10:38.823Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9d0f8cf9-c11c-4210-bbcc-aeb8346d2ef1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-21T11:10:38.823Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-21T11:10:38.823Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:39.319Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-21T11:10:39.322Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 9d0f8cf9-c11c-4210-bbcc-aeb8346d2ef1 71037
2021-11-21T11:10:39.323Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:39.323Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:39.323Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T11:10:39.323Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:10:39.325Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:10:39.325Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493039323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:10:39.425Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:10:39.426Z||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-21T11:10:39.426Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:10:39.441Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:10:39.442Z||pool-63-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-11-21T11:10:40.325Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-21T11:10:40.326Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-21T11:10:40.327Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 9d0f8cf9-c11c-4210-bbcc-aeb8346d2ef1, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-11-21T11:10:40.328Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-11-21T11:10:40.328Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-11-21T11:10:40.329Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-11-21T11:10:41.318Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10129444188123271626/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-21T11:10:42.521Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-21T11:10:42.521Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-21T11:10:42.521Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-21T11:10:42.522Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-21T11:10:42.522Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:42.522Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:42.522Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:42.522Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:42.522Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:42.522Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:42.522Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:42.522Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:42.522Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:42.523Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-21T11:10:42.523Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:10:42.523Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:42.523Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-21T11:10:42.523Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-21T11:10:42.523Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-21T11:10:42.524Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:10:42.524Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:42.524Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-21T11:10:42.524Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-21T11:10:42.524Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-21T11:10:42.524Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:10:42.524Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:42.525Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:10:42.525Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-21T11:10:42.525Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-11-21T11:10:42.525Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-11-21T11:10:42.525Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-11-21T11:10:42.525Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-21T11:10:42.525Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-21T11:10:42.526Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:10:42.526Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:42.526Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:10:42.526Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-21T11:10:42.526Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T11:10:42.526Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:10:42.527Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-21T11:10:42.527Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T11:10:42.527Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:10:42.527Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-21T11:10:42.527Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T11:10:42.527Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:10:42.527Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-21T11:10:42.527Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-21T11:10:42.528Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-21T11:10:42.528Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=76564400-7e6a-4f3c-8617-100c75a1fc2f
2021-11-21T11:10:42.528Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:10:42.528Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:42.528Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:10:42.528Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:42.528Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:10:42.529Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:42.529Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:10:42.529Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:42.529Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:37e90fdc-680f-4c00-9374-2a9cdf35b053
Model Version:NULL
Model InvariantUuid:a5147a80-233c-4c1c-a282-9ef14ac62952
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:bed9a0a7-c68b-494f-aee0-e7f1f10c49c4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c559e671-b74f-420a-8f37-7049fcd8da1f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:091cfdda-43d1-4e12-a963-b4a5055829b8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:319a3cc9-c1f6-4c17-9882-1939f075be61
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:33f2f7d3-0277-46a7-a265-338d81fc985e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:76564400-7e6a-4f3c-8617-100c75a1fc2f
ModelInvariantUuid:cbfaa655-3faf-4645-a8e0-e0fcc4bd7511
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:45e6ba88-39ae-438b-b392-83bde0157694
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:d08bf889-6966-4589-9541-351943b7c517
ModelInvariantUuid:16b59b0e-11de-4cf5-8b4b-d8d44fea15ef
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:995df85d-4b4d-4267-80e7-24b1f3a69a3e
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-21T11:10:42.535Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: bb9a21a0-4e22-4900-acf1-2be6b48b12a2
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-21T11:10:42.538Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||basic_vm 0
2021-11-21T11:10:42.539Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bb9a21a0-4e22-4900-acf1-2be6b48b12a2
2021-11-21T11:10:42.539Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1bc9e789-a08c-4e1a-94b3-4f23338e5f06 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-21T11:10:42.539Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-21T11:10:42.539Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:43.321Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-21T11:10:43.321Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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 1bc9e789-a08c-4e1a-94b3-4f23338e5f06 787
2021-11-21T11:10:43.322Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:43.322Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:43.322Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T11:10:43.323Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:10:43.325Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:10:43.326Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493043322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:10:43.425Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-21T11:10:43.426Z||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-21T11:10:43.427Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:10:43.437Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:10:43.438Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:10:44.329Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "319a3cc9-c1f6-4c17-9882-1939f075be61",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "33f2f7d3-0277-46a7-a265-338d81fc985e",
    "vfModuleModelCustomizationUUID": "373b7878-da31-4dff-864c-4b9c9deccee2",
    "isBase": true,
    "artifacts": [
      "79ba290e-ca33-4422-9a35-fc30fc1e9b92",
      "a2c940ee-47ce-4023-9458-a2a2d7e8deaa"
    ],
    "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-21T11:10:44.336Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:33f2f7d3-0277-46a7-a265-338d81fc985e
VfModuleModelInvariantUUID:319a3cc9-c1f6-4c17-9882-1939f075be61
VfModuleModelDescription:NULL
Artifacts UUID List:{
79ba290e-ca33-4422-9a35-fc30fc1e9b92
,
a2c940ee-47ce-4023-9458-a2a2d7e8deaa

}
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-21T11:10:44.346Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "319a3cc9-c1f6-4c17-9882-1939f075be61",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "33f2f7d3-0277-46a7-a265-338d81fc985e",
    "vfModuleModelCustomizationUUID": "373b7878-da31-4dff-864c-4b9c9deccee2",
    "isBase": true,
    "artifacts": [
      "79ba290e-ca33-4422-9a35-fc30fc1e9b92",
      "a2c940ee-47ce-4023-9458-a2a2d7e8deaa"
    ],
    "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-21T11:10:44.346Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:33f2f7d3-0277-46a7-a265-338d81fc985e
VfModuleModelInvariantUUID:319a3cc9-c1f6-4c17-9882-1939f075be61
VfModuleModelDescription:NULL
Artifacts UUID List:{
79ba290e-ca33-4422-9a35-fc30fc1e9b92
,
a2c940ee-47ce-4023-9458-a2a2d7e8deaa

}
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-21T11:10:44.347Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 79ba290e-ca33-4422-9a35-fc30fc1e9b92 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-21T11:10:44.347Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-21T11:10:44.347Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:44.579Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-21T11:10:44.586Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 79ba290e-ca33-4422-9a35-fc30fc1e9b92 5033
2021-11-21T11:10:44.593Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:44.594Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:44.594Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T11:10:44.596Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:10:44.605Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:10:44.605Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493044593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:10:44.704Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-11-21T11:10:44.705Z||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-21T11:10:44.705Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:10:44.715Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:10:44.715Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:10:45.606Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a2c940ee-47ce-4023-9458-a2a2d7e8deaa from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-21T11:10:45.607Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-21T11:10:45.607Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:45.756Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-21T11:10:45.756Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env a2c940ee-47ce-4023-9458-a2a2d7e8deaa 903
2021-11-21T11:10:45.757Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:45.757Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:45.757Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T11:10:45.758Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:10:45.760Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:10:45.760Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493045757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:10:45.860Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:10:45.861Z||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-21T11:10:45.861Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:10:45.870Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:10:45.871Z||pool-66-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:10:46.761Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 37e90fdc-680f-4c00-9374-2a9cdf35b053
2021-11-21T11:10:46.763Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 bb9a21a0-4e22-4900-acf1-2be6b48b12a2 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-21T11:10:46.783Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@42c5df89, org.onap.sdc.toscaparser.api.parameters.Input@2069ddc2, org.onap.sdc.toscaparser.api.parameters.Input@5c94f56d, org.onap.sdc.toscaparser.api.parameters.Input@2b24cb24, org.onap.sdc.toscaparser.api.parameters.Input@47f1605e]
2021-11-21T11:10:46.787Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:10:46.787Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:46.788Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-11-21T11:10:46.788Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 091cfdda-43d1-4e12-a963-b4a5055829b8
2021-11-21T11:10:46.789Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 091cfdda-43d1-4e12-a963-b4a5055829b8 matches Tosca VF Customization UUID: 091cfdda-43d1-4e12-a963-b4a5055829b8
2021-11-21T11:10:46.789Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 091cfdda-43d1-4e12-a963-b4a5055829b8  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-21T11:10:46.794Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:10:46.794Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:46.795Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 091cfdda-43d1-4e12-a963-b4a5055829b8: {\"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-21T11:10:46.796Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5f2c19e8
2021-11-21T11:10:46.796Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:10:46.797Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:46.797Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 373b7878-da31-4dff-864c-4b9c9deccee2
2021-11-21T11:10:46.797Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 373b7878-da31-4dff-864c-4b9c9deccee2
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-21T11:10:46.800Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:10:46.800Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-21T11:10:46.801Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T11:10:46.801Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:10:46.801Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-21T11:10:46.802Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T11:10:46.802Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:10:46.802Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-21T11:10:46.802Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-21T11:10:46.803Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-21T11:10:46.803Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=76564400-7e6a-4f3c-8617-100c75a1fc2f
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-21T11:10:46.805Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:10:46.805Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-21T11:10:46.806Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T11:10:46.807Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:10:46.808Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-21T11:10:46.808Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=091cfdda-43d1-4e12-a963-b4a5055829b8
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-21T11:10:46.810Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:10:46.810Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:46.811Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 37e90fdc-680f-4c00-9374-2a9cdf35b053: basic_vm
2021-11-21T11:10:46.811Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:10:46.812Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:46.812Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:10:46.812Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:46.813Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:10:46.813Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:46.813Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:10:46.814Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:46.815Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:10:46.815Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:46.816Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:46.937Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm bb9a21a0-4e22-4900-acf1-2be6b48b12a2 1 ASDC deployResourceStructure
2021-11-21T11:10:46.938Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:46.938Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:46.939Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-21T11:10:46.939Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:10:46.941Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:10:46.942Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493046938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-21T11:10:47.042Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:10:47.043Z||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-21T11:10:47.043Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:10:47.054Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:10:47.055Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:10:47.943Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:47.944Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:47.945Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-21T11:10:47.946Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:10:47.948Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:10:47.948Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493047943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-21T11:10:48.048Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:10:48.049Z||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-21T11:10:48.049Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:10:48.060Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:10:48.061Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-21T11:10:48.950Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:48.951Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:48.952Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-21T11:10:48.952Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:10:48.955Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:10:48.955Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493048950,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-21T11:10:49.055Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:10:49.057Z||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-21T11:10:49.057Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:10:49.069Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:10:49.070Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-21T11:10:49.461Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:10:49.461Z||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-21T11:10:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:10:49.485Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:10:49.486Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.486Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "cds",
  "timestamp": 1637492964366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:49.488Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.488Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.488Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637492966367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:49.488Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.488Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.489Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637492965583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:49.489Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.489Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.489Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "policy-id",
  "timestamp": 1637492971856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:49.489Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.489Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.489Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "clamp",
  "timestamp": 1637492973573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:49.489Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.489Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.489Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "cds",
  "timestamp": 1637492964366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:49.490Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.490Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.490Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637492965583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:49.490Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.490Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.490Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637492966367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:49.490Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.490Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.490Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "policy-id",
  "timestamp": 1637492971856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:49.490Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.490Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "clamp",
  "timestamp": 1637492973573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-21T11:10:49.491Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "cds",
  "timestamp": 1637492964366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:49.491Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637492965583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:49.491Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637492966367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:49.492Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "policy-id",
  "timestamp": 1637492971856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-21T11:10:49.492Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "clamp",
  "timestamp": 1637492973573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:49.492Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637492976063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:49.492Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "cds",
  "timestamp": 1637492964366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:49.493Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637492965583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:49.493Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637492966367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:49.493Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "policy-id",
  "timestamp": 1637492971856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:49.494Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "clamp",
  "timestamp": 1637492973573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:49.494Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637492976063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-21T11:10:49.494Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "cds",
  "timestamp": 1637492964366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:49.494Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637492965583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:49.495Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637492966367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:49.495Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "policy-id",
  "timestamp": 1637492971856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:49.495Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "clamp",
  "timestamp": 1637492973573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:49.496Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.496Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637492976063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-21T11:10:49.496Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.496Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "dcae-sch",
  "timestamp": 1637492978084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:49.496Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.496Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "cds",
  "timestamp": 1637492964366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:49.497Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637492965583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:49.497Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637492966367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:49.497Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "policy-id",
  "timestamp": 1637492971856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:49.497Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "clamp",
  "timestamp": 1637492973573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:49.498Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637492976063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:49.498Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "dcae-sch",
  "timestamp": 1637492978084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:49.498Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "cds",
  "timestamp": 1637492964366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:10:49.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637492965583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:49.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "policy-id",
  "timestamp": 1637492971856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:10:49.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637492966367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:10:49.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "clamp",
  "timestamp": 1637492973573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:10:49.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637492976063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-21T11:10:49.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "dcae-sch",
  "timestamp": 1637492978084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:49.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "cds",
  "timestamp": 1637492981567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:10:49.501Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:10:49.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "policy-id",
  "timestamp": 1637492981588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:10:49.501Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:10:49.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637492981714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:10:49.501Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:10:49.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637492976063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:49.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "dcae-sch",
  "timestamp": 1637492978084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:49.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "cds",
  "timestamp": 1637492982575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-21T11:10:49.508Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of efd16c0c-6aa7-4ca4-a785-31ee341ebbac
2021-11-21T11:10:49.509Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId efd16c0c-6aa7-4ca4-a785-31ee341ebbac and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-21T11:10:49.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "policy-id",
  "timestamp": 1637492982592,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T11:10:49.516Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:10:49.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637492976063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:10:49.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "dcae-sch",
  "timestamp": 1637492978084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:49.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "policy-id",
  "timestamp": 1637492983596,
  "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-21T11:10:49.521Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of efd16c0c-6aa7-4ca4-a785-31ee341ebbac
2021-11-21T11:10:49.521Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId efd16c0c-6aa7-4ca4-a785-31ee341ebbac 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-21T11:10:49.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "dcae-sch",
  "timestamp": 1637492978084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:49.528Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637492984117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T11:10:49.528Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:10:49.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.529Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637492984553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:10:49.529Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:10:49.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.529Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "dcae-sch",
  "timestamp": 1637492978084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:49.529Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.529Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637492985122,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-21T11:10:49.533Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of efd16c0c-6aa7-4ca4-a785-31ee341ebbac
2021-11-21T11:10:49.533Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId efd16c0c-6aa7-4ca4-a785-31ee341ebbac and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-21T11:10:49.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637492985862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:10:49.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:10:49.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637492987215,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:10:49.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:10:49.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637492988233,
  "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-21T11:10:49.544Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of efd16c0c-6aa7-4ca4-a785-31ee341ebbac
2021-11-21T11:10:49.544Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId efd16c0c-6aa7-4ca4-a785-31ee341ebbac 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-21T11:10:49.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "aai-ml",
  "timestamp": 1637492988380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:49.550Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "cds",
  "timestamp": 1637492983578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:49.551Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637492985584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:10:49.551Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:10:49.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:10:49.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637492989236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-21T11:10:49.551Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:10:49.956Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:49.957Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:10:49.957Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-21T11:10:49.957Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:10:49.960Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:10:49.960Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493049956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T11:10:50.060Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:10:50.061Z||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-21T11:10:50.061Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:10:50.072Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:10:50.072Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-21T11:10:50.961Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efd16c0c-6aa7-4ca4-a785-31ee341ebbac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T11:10:50.973Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efd16c0c-6aa7-4ca4-a785-31ee341ebbac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T11:10:50.977Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-21T11:10:50.977Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-21T11:10:50.977Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-21T11:11:20.978Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efd16c0c-6aa7-4ca4-a785-31ee341ebbac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T11:11:20.989Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efd16c0c-6aa7-4ca4-a785-31ee341ebbac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T11:11:20.992Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-21T11:11:20.992Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-21T11:11:20.992Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-21T11:11:49.462Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:11:49.469Z||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-21T11:11:49.469Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:11:49.493Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:11:49.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:11:49.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "aai-ml",
  "timestamp": 1637492988380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:11:49.497Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:11:50.992Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efd16c0c-6aa7-4ca4-a785-31ee341ebbac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T11:11:51.009Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efd16c0c-6aa7-4ca4-a785-31ee341ebbac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T11:11:51.012Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-21T11:11:51.012Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-21T11:11:51.012Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-21T11:12:21.013Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efd16c0c-6aa7-4ca4-a785-31ee341ebbac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T11:12:21.034Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efd16c0c-6aa7-4ca4-a785-31ee341ebbac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T11:12:21.036Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-21T11:12:21.036Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-21T11:12:21.037Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-21T11:12:49.461Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:12:49.463Z||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-21T11:12:49.463Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:12:49.487Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:12:49.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "cds",
  "timestamp": 1637492983578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637492985584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "aai-ml",
  "timestamp": 1637492988380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "clamp",
  "timestamp": 1637492990699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:12:49.504Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:12:49.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "cds",
  "timestamp": 1637492983578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637492985584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "aai-ml",
  "timestamp": 1637492988380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "clamp",
  "timestamp": 1637492991719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T11:12:49.506Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:12:49.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "cds",
  "timestamp": 1637492983578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637492985584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "policy-id",
  "timestamp": 1637492991856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "aai-ml",
  "timestamp": 1637492988380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "clamp",
  "timestamp": 1637492992723,
  "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-21T11:12:49.514Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of efd16c0c-6aa7-4ca4-a785-31ee341ebbac
2021-11-21T11:12:49.514Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId efd16c0c-6aa7-4ca4-a785-31ee341ebbac 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-21T11:12:49.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "cds",
  "timestamp": 1637492983578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.526Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637492985584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.527Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "policy-id",
  "timestamp": 1637492991856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.527Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "aai-ml",
  "timestamp": 1637492988380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.527Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "cds",
  "timestamp": 1637492983578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.528Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637492985584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.528Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "policy-id",
  "timestamp": 1637492991856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-21T11:12:49.528Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "aai-ml",
  "timestamp": 1637492988380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:12:49.528Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.529Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "cds",
  "timestamp": 1637492983578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.529Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.529Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637492985584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.529Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.529Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "policy-id",
  "timestamp": 1637492991856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.529Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.529Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "aai-ml",
  "timestamp": 1637492995708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:12:49.530Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:12:49.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "cds",
  "timestamp": 1637492983578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:12:49.530Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637492985584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.530Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "policy-id",
  "timestamp": 1637492991856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.530Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637492996062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.531Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637492996365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.531Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "policy-id",
  "timestamp": 1637492991856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.531Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "cds",
  "timestamp": 1637492997570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:12:49.532Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:12:49.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637492996062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-21T11:12:49.532Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637492996365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.532Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "policy-id",
  "timestamp": 1637492991856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.532Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637492996062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-21T11:12:49.533Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "dcae-sch",
  "timestamp": 1637492998079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.533Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637492996365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.533Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "policy-id",
  "timestamp": 1637492991856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:12:49.534Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637492996062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.534Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "dcae-sch",
  "timestamp": 1637492998079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.534Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "cds",
  "timestamp": 1637492999951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-21T11:12:49.545Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fc2113dd-36a4-4cbb-ae26-b33d2e0f442f
2021-11-21T11:12:49.545Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc2113dd-36a4-4cbb-ae26-b33d2e0f442f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-21T11:12:49.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637492996365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.552Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637492996062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-21T11:12:49.552Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "dcae-sch",
  "timestamp": 1637492998079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.552Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637492996365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.553Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "policy-id",
  "timestamp": 1637493000974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:12:49.553Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:12:49.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "cds",
  "timestamp": 1637493000960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.553Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637492996062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.554Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "dcae-sch",
  "timestamp": 1637492998079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.554Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637492996365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.554Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "policy-id",
  "timestamp": 1637493001978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T11:12:49.555Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:12:49.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "cds",
  "timestamp": 1637493000960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.555Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637492996062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.555Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "dcae-sch",
  "timestamp": 1637492998079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.556Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.556Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "policy-id",
  "timestamp": 1637493002980,
  "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-21T11:12:49.560Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fc2113dd-36a4-4cbb-ae26-b33d2e0f442f
2021-11-21T11:12:49.560Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc2113dd-36a4-4cbb-ae26-b33d2e0f442f 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-21T11:12:49.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637492996365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "cds",
  "timestamp": 1637493000960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637492996062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:12:49.568Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "dcae-sch",
  "timestamp": 1637492998079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.568Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637492996365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:12:49.568Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "clamp",
  "timestamp": 1637493003573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "cds",
  "timestamp": 1637493000960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "dcae-sch",
  "timestamp": 1637492998079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637493004959,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:12:49.570Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:12:49.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "clamp",
  "timestamp": 1637493003573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-21T11:12:49.570Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637493005254,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:12:49.570Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:12:49.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "cds",
  "timestamp": 1637493000960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.570Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "dcae-sch",
  "timestamp": 1637492998079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "clamp",
  "timestamp": 1637493003573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637493006256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:12:49.571Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:12:49.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637493005586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "cds",
  "timestamp": 1637493000960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "dcae-sch",
  "timestamp": 1637492998079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "aai-ml",
  "timestamp": 1637493006851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T11:12:49.572Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:12:49.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "clamp",
  "timestamp": 1637493003573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637493005586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637493007459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T11:12:49.573Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:12:49.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "cds",
  "timestamp": 1637493000960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.574Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.574Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637493007651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:12:49.574Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:12:49.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.574Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "dcae-sch",
  "timestamp": 1637492998079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.574Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.574Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "aai-ml",
  "timestamp": 1637493007856,
  "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-21T11:12:49.578Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of efd16c0c-6aa7-4ca4-a785-31ee341ebbac
2021-11-21T11:12:49.578Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId efd16c0c-6aa7-4ca4-a785-31ee341ebbac 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-21T11:12:49.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.587Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "clamp",
  "timestamp": 1637493003573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.587Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.587Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637493005586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.587Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.587Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637493008463,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-21T11:12:49.591Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fc2113dd-36a4-4cbb-ae26-b33d2e0f442f
2021-11-21T11:12:49.591Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc2113dd-36a4-4cbb-ae26-b33d2e0f442f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-21T11:12:49.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "cds",
  "timestamp": 1637493000960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637493008665,
  "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-21T11:12:49.601Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fc2113dd-36a4-4cbb-ae26-b33d2e0f442f
2021-11-21T11:12:49.601Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc2113dd-36a4-4cbb-ae26-b33d2e0f442f 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-21T11:12:49.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "dcae-sch",
  "timestamp": 1637492998079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "clamp",
  "timestamp": 1637493003573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637493005586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637492996365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "cds",
  "timestamp": 1637493000960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:12:49.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637493009668,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-21T11:12:49.611Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:12:49.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "dcae-sch",
  "timestamp": 1637492998079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "clamp",
  "timestamp": 1637493003573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637493005586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637492996365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637492996062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "dcae-sch",
  "timestamp": 1637492998079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "clamp",
  "timestamp": 1637493003573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:12:49.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "cds",
  "timestamp": 1637493011253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:12:49.613Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:12:49.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637493005586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637492996365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.614Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637492996062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-11-21T11:12:49.614Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "dcae-sch",
  "timestamp": 1637492998079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.614Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "cds",
  "timestamp": 1637493012260,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-21T11:12:49.631Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e
2021-11-21T11:12:49.631Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-21T11:12:49.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.639Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637493005586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.639Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.639Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637492996365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.639Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.639Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "policy-id",
  "timestamp": 1637493011856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.639Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637492996062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-11-21T11:12:49.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "dcae-sch",
  "timestamp": 1637492998079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637493005586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637492996365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.641Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "policy-id",
  "timestamp": 1637493011856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.641Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637492996062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-21T11:12:49.641Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "dcae-sch",
  "timestamp": 1637492998079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.641Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637493005586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.642Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637492996365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.642Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "policy-id",
  "timestamp": 1637493011856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.642Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637492996062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-21T11:12:49.642Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "dcae-sch",
  "timestamp": 1637492998079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637492996365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "policy-id",
  "timestamp": 1637493011856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637492996062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637492996365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "policy-id",
  "timestamp": 1637493011856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-21T11:12:49.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637492996062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-11-21T11:12:49.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637492996365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:12:49.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "policy-id",
  "timestamp": 1637493011856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637492996062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "aai-ml",
  "timestamp": 1637493018380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "policy-id",
  "timestamp": 1637493011856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637492996062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:12:49.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637493018881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:12:49.646Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:12:49.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "aai-ml",
  "timestamp": 1637493018380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "policy-id",
  "timestamp": 1637493011856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637493019967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:12:49.647Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:12:49.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "aai-ml",
  "timestamp": 1637493018380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "policy-id",
  "timestamp": 1637493011856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:12:49.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637493021024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T11:12:49.648Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:12:49.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637493021111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:12:49.648Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:12:49.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "aai-ml",
  "timestamp": 1637493018380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "policy-id",
  "timestamp": 1637493021722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:12:49.649Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:12:49.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637493022028,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-21T11:12:49.654Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e
2021-11-21T11:12:49.654Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-21T11:12:49.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "aai-ml",
  "timestamp": 1637493018380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637493022647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:12:49.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:12:49.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "policy-id",
  "timestamp": 1637493022726,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T11:12:49.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:12:49.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "aai-ml",
  "timestamp": 1637493018380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "clamp",
  "timestamp": 1637493023707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:12:49.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:12:49.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "policy-id",
  "timestamp": 1637493023729,
  "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-21T11:12:49.668Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e
2021-11-21T11:12:49.669Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e 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-21T11:12:49.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637493023868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:12:49.675Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:12:49.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "aai-ml",
  "timestamp": 1637493018380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.675Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.676Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637493024916,
  "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-21T11:12:49.679Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e
2021-11-21T11:12:49.679Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e 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-21T11:12:49.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "aai-ml",
  "timestamp": 1637493018380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:12:49.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637493025920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-21T11:12:49.685Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:12:49.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2feb754e-5390-4e3b-93ce-f870c6d8d88b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493025961,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-21T11:12:49.686Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:12:49.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "clamp",
  "timestamp": 1637493026713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T11:12:49.686Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:12:49.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "aai-ml",
  "timestamp": 1637493026763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:12:49.686Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:12:49.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "clamp",
  "timestamp": 1637493027717,
  "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-21T11:12:49.690Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fc2113dd-36a4-4cbb-ae26-b33d2e0f442f
2021-11-21T11:12:49.690Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc2113dd-36a4-4cbb-ae26-b33d2e0f442f 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-21T11:12:49.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "clamp",
  "timestamp": 1637493003573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "clamp",
  "timestamp": 1637493003573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "clamp",
  "timestamp": 1637493003573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "clamp",
  "timestamp": 1637493003573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-21T11:12:49.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "clamp",
  "timestamp": 1637493003573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-21T11:12:49.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "aai-ml",
  "timestamp": 1637493033732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T11:12:49.702Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:12:49.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "clamp",
  "timestamp": 1637493003573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-21T11:12:49.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "aai-ml",
  "timestamp": 1637493034739,
  "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-21T11:12:49.708Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fc2113dd-36a4-4cbb-ae26-b33d2e0f442f
2021-11-21T11:12:49.708Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc2113dd-36a4-4cbb-ae26-b33d2e0f442f 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-21T11:12:49.720Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.720Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "clamp",
  "timestamp": 1637493003573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.720Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.720Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.721Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.721Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.721Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "clamp",
  "timestamp": 1637493003573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.721Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-21T11:12:49.722Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "clamp",
  "timestamp": 1637493003573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:12:49.722Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:12:49.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493039323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:12:49.724Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:12:49.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493043322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:12:49.724Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:12:49.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493044593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:12:49.725Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:12:49.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493045757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:12:49.726Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:12:49.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493046938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-21T11:12:49.726Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:12:49.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "clamp",
  "timestamp": 1637493047711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:12:49.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:12:49.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493047943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-21T11:12:49.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:12:49.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "aai-ml",
  "timestamp": 1637493048379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:12:49.728Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:12:49.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:12:49.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493048950,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-21T11:12:49.728Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:12:51.037Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efd16c0c-6aa7-4ca4-a785-31ee341ebbac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T11:12:51.048Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efd16c0c-6aa7-4ca4-a785-31ee341ebbac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T11:12:51.051Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-21T11:12:51.052Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-21T11:12:51.052Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-21T11:12:51.052Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-21T11:12:51.052Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:12:51.052Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:12:51.052Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:12:51.053Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:12:51.053Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:12:51.053Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:12:51.053Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-21T11:12:51.058Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-21T11:13:21.058Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: efd16c0c-6aa7-4ca4-a785-31ee341ebbac 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-21T11:13:21.065Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: efd16c0c-6aa7-4ca4-a785-31ee341ebbac and serviceModelVersionId: 37e90fdc-680f-4c00-9374-2a9cdf35b053
2021-11-21T11:13:21.065Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a5147a80-233c-4c1c-a282-9ef14ac62952
2021-11-21T11:13:21.067Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a5147a80-233c-4c1c-a282-9ef14ac62952/model-vers/model-ver/37e90fdc-680f-4c00-9374-2a9cdf35b053?depth=0
2021-11-21T11:13:21.076Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-11-21T11:13:21.135Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5147a80-233c-4c1c-a282-9ef14ac62952/model-vers/model-ver/37e90fdc-680f-4c00-9374-2a9cdf35b053?depth=0|INFO|500||Invoke
2021-11-21T11:13:21.135Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5147a80-233c-4c1c-a282-9ef14ac62952/model-vers/model-ver/37e90fdc-680f-4c00-9374-2a9cdf35b053?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5147a80-233c-4c1c-a282-9ef14ac62952/model-vers/model-ver/37e90fdc-680f-4c00-9374-2a9cdf35b053?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[efd16c0c-6aa7-4ca4-a785-31ee341ebbac], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[190d04cf-195a-4e0b-afea-2a6e7a110207], X-ECOMP-RequestID=[efd16c0c-6aa7-4ca4-a785-31ee341ebbac], X-TransactionId=[], X-ONAP-RequestID=[efd16c0c-6aa7-4ca4-a785-31ee341ebbac], Content-Type=[application/merge-patch+json]}
2021-11-21T11:13:21.162Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5147a80-233c-4c1c-a282-9ef14ac62952/model-vers/model-ver/37e90fdc-680f-4c00-9374-2a9cdf35b053?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-21T11:13:21.615Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5147a80-233c-4c1c-a282-9ef14ac62952/model-vers/model-ver/37e90fdc-680f-4c00-9374-2a9cdf35b053?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/a5147a80-233c-4c1c-a282-9ef14ac62952/model-vers/model-ver/37e90fdc-680f-4c00-9374-2a9cdf35b053?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211121-11:13:21:169-59759], vertex-id=[221368], Content-Length=[0], Date=[Sun, 21 Nov 2021 11:13:21 GMT], Content-Type=[application/json]}
2021-11-21T11:13:21.616Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5147a80-233c-4c1c-a282-9ef14ac62952/model-vers/model-ver/37e90fdc-680f-4c00-9374-2a9cdf35b053?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-21T11:13:21.617Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5147a80-233c-4c1c-a282-9ef14ac62952/model-vers/model-ver/37e90fdc-680f-4c00-9374-2a9cdf35b053?depth=0|INFO|500||InvokeReturn
2021-11-21T11:13:21.617Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-21T11:13:21.618Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:13:21.625Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|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-21T11:13:21.626Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID efd16c0c-6aa7-4ca4-a785-31ee341ebbac and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-21T11:13:21.626Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-21T11:13:21.627Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:13:21.630Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:13:21.630Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493201626,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-21T11:13:21.730Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:13:21.731Z||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-21T11:13:21.731Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:13:21.747Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:13:21.747Z||pool-71-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-21T11:13:22.644Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:13:22.644Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"fc2113dd-36a4-4cbb-ae26-b33d2e0f442f","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"8ee22f7c-9ea3-4eaf-a405-f7f40da2198f","serviceDescription":"service","serviceInvariantUUID":"86fc382b-fefb-417e-b73a-bd0aa73cab76","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"33036a82-d8f8-412e-bd0c-b1c407b086a8","resourceInvariantUUID":"5a97758c-b548-4ea8-be6b-2ed0a2c326f2","resourceCustomizationUUID":"b9dbcda5-a730-4f69-a5db-ca07fe7b875e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"ZjM1MTZhYTAyNzY4YmY1MjE2ZmYxZDUxMGQ2ZDJiNjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8036e276-0877-4ccb-aa17-48ea16e50887","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"OWJiMWEwOTEwMTZhM2M4ZGQzMDhlMGE0M2FmZmVkYTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f6cf14f4-a4f6-4e0f-9c6a-616cebc16e69","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1020f3d1-d041-4592-a063-dbb700ec083b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ccdc3c9b-e7b1-4e19-86d3-bd040a05fad4","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0503d236-deaa-4354-88ba-632fd6e1a6d6","artifactVersion":"2","generatedFromUUID":"1020f3d1-d041-4592-a063-dbb700ec083b"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"ZDhjYTU1YWJmN2VhM2YxNjgwZDlkMDM4OTNmYWRiMWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f46290ce-579d-4e5a-8c86-c1789bc6217e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"NmM3NmNlZTk1MDFiYmI1ZTdmMTBhYzQ5NjQzNmM2Njk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7f2145e8-73fb-40f2-a73c-bb12d6e2f1bb","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MGNhYzI1MDAyMGY4Y2IxMTBiNTA3ZDQwOGMzMjkzNjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6ee685a4-8ca5-49e2-9921-b19ff106a44c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-21T11:13:22.645Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:13:22.646Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:13:22.648Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:13:22.648Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:13:22.748Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-21T11:13:22.749Z||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-21T11:13:22.750Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:13:22.761Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:13:22.761Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:13:23.649Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:13:23.651Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:13:23.653Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:13:23.653Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-21T11:13:23.753Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-21T11:13:23.754Z||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-21T11:13:23.755Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:13:23.774Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:13:23.775Z||pool-73-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:13:24.655Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:13:24.656Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:13:24.659Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:13:24.659Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-21T11:13:24.761Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-11-21T11:13:24.762Z||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-21T11:13:24.762Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:13:24.775Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:13:24.775Z||pool-74-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:13:25.660Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:13:25.660Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:13:25.663Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:13:25.663Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:13:25.763Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:13:25.764Z||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-21T11:13:25.764Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:13:25.777Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:13:25.777Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:13:26.667Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:13:26.668Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:13:26.671Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:13:26.671Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-21T11:13:26.771Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-21T11:13:26.772Z||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-21T11:13:26.773Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:13:26.788Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:13:26.789Z||pool-76-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:13:27.672Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:13:27.673Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:13:27.675Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:13:27.675Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:13:27.775Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-21T11:13:27.777Z||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-21T11:13:27.777Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:13:27.789Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:13:27.790Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:13:28.676Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:13:28.679Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:13:28.682Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:13:28.682Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:13:28.782Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-21T11:13:28.783Z||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-21T11:13:28.783Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:13:28.796Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:13:28.797Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:13:29.683Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:13:29.684Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:13:29.687Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:13:29.687Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:13:29.787Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:13:29.788Z||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-21T11:13:29.788Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:13:29.798Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:13:29.799Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:13:30.689Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8ee22f7c-9ea3-4eaf-a405-f7f40da2198f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "86fc382b-fefb-417e-b73a-bd0aa73cab76",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "b9dbcda5-a730-4f69-a5db-ca07fe7b875e",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "33036a82-d8f8-412e-bd0c-b1c407b086a8",
      "resourceInvariantUUID": "5a97758c-b548-4ea8-be6b-2ed0a2c326f2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "OWJiMWEwOTEwMTZhM2M4ZGQzMDhlMGE0M2FmZmVkYTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f6cf14f4-a4f6-4e0f-9c6a-616cebc16e69",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1020f3d1-d041-4592-a063-dbb700ec083b",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0503d236-deaa-4354-88ba-632fd6e1a6d6",
            "generatedFromUUID": "1020f3d1-d041-4592-a063-dbb700ec083b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0503d236-deaa-4354-88ba-632fd6e1a6d6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MGNhYzI1MDAyMGY4Y2IxMTBiNTA3ZDQwOGMzMjkzNjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6ee685a4-8ca5-49e2-9921-b19ff106a44c"
    }
  ],
  "workloadContext": "Production"
}
2021-11-21T11:13:30.690Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-21T11:13:30.690Z|efd16c0c-6aa7-4ca4-a785-31ee341ebbac|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8ee22f7c-9ea3-4eaf-a405-f7f40da2198f ASDC
2021-11-21T11:13:30.692Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:fc2113dd-36a4-4cbb-ae26-b33d2e0f442f
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:8ee22f7c-9ea3-4eaf-a405-f7f40da2198f
ServiceInvariantUUID:86fc382b-fefb-417e-b73a-bd0aa73cab76
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:6ee685a4-8ca5-49e2-9921-b19ff106a44c
ArtifactChecksum:MGNhYzI1MDAyMGY4Y2IxMTBiNTA3ZDQwOGMzMjkzNjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:b9dbcda5-a730-4f69-a5db-ca07fe7b875e
ResourceInvariantUUID:5a97758c-b548-4ea8-be6b-2ed0a2c326f2
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:33036a82-d8f8-412e-bd0c-b1c407b086a8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:f6cf14f4-a4f6-4e0f-9c6a-616cebc16e69
ArtifactChecksum:OWJiMWEwOTEwMTZhM2M4ZGQzMDhlMGE0M2FmZmVkYTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:1020f3d1-d041-4592-a063-dbb700ec083b
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:0503d236-deaa-4354-88ba-632fd6e1a6d6
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:0503d236-deaa-4354-88ba-632fd6e1a6d6
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-21T11:13:30.692Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8ee22f7c-9ea3-4eaf-a405-f7f40da2198f 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-21T11:13:30.731Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-21T11:13:30.732Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-21T11:13:30.732Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-21T11:13:30.733Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6ee685a4-8ca5-49e2-9921-b19ff106a44c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-21T11:13:30.733Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-21T11:13:30.733Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-21T11:13:31.187Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-21T11:13:31.191Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 6ee685a4-8ca5-49e2-9921-b19ff106a44c 78785
2021-11-21T11:13:31.192Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-11-21T11:13:31.192Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-21T11:13:31.192Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T11:13:31.192Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:13:31.194Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:13:31.195Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493211192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:13:31.297Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-11-21T11:13:31.298Z||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-21T11:13:31.298Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:13:31.310Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:13:31.310Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:13:32.195Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-21T11:13:32.197Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-21T11:13:32.197Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 6ee685a4-8ca5-49e2-9921-b19ff106a44c, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-21T11:13:32.198Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-11-21T11:13:32.199Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-21T11:13:32.199Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-21T11:13:32.406Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6145099643641224011/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-11-21T11:13:33.606Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-21T11:13:33.606Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-21T11:13:33.607Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-21T11:13:33.607Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-21T11:13:33.607Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-21T11:13:33.607Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|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-BasicVmMacro-csar.csar
2021-11-21T11:13:33.607Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|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-BasicVmMacro-csar.csar
2021-11-21T11:13:33.608Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|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-BasicVmMacro-csar.csar
2021-11-21T11:13:33.608Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|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-BasicVmMacro-csar.csar
2021-11-21T11:13:33.608Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|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-BasicVmMacro-csar.csar
2021-11-21T11:13:33.608Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|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-BasicVmMacro-csar.csar
2021-11-21T11:13:33.608Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|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-BasicVmMacro-csar.csar
2021-11-21T11:13:33.608Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|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-BasicVmMacro-csar.csar
2021-11-21T11:13:33.609Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-21T11:13:33.609Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:13:33.609Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:13:33.609Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-21T11:13:33.610Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-21T11:13:33.610Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-21T11:13:33.610Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:13:33.610Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:13:33.611Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-21T11:13:33.611Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-21T11:13:33.611Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-21T11:13:33.611Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:13:33.611Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:13:33.612Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:13:33.612Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-11-21T11:13:33.612Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-11-21T11:13:33.612Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-11-21T11:13:33.612Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-11-21T11:13:33.613Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-21T11:13:33.613Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-21T11:13:33.613Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:13:33.613Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-21T11:13:33.613Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:13:33.614Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-21T11:13:33.614Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T11:13:33.614Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:13:33.614Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-21T11:13:33.614Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T11:13:33.615Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:13:33.615Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-21T11:13:33.615Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T11:13:33.615Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:13:33.616Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-11-21T11:13:33.616Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-21T11:13:33.616Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-21T11:13:33.616Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4e5d6b00-50dc-4b71-a94b-2f2247f0f790
2021-11-21T11:13:33.616Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:13:33.617Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:13:33.617Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:13:33.617Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:13:33.617Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:13:33.617Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:13:33.618Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:13:33.618Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:13:33.618Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:8ee22f7c-9ea3-4eaf-a405-f7f40da2198f
Model Version:NULL
Model InvariantUuid:86fc382b-fefb-417e-b73a-bd0aa73cab76
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:57c2245e-cead-4827-aaf1-c6a8fd3eb106
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5a97758c-b548-4ea8-be6b-2ed0a2c326f2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b9dbcda5-a730-4f69-a5db-ca07fe7b875e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e44c0694-dc1f-431c-80f9-bec79cb84613
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:d5fb1632-94c6-4f48-af30-445fa9ee55b1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4e5d6b00-50dc-4b71-a94b-2f2247f0f790
ModelInvariantUuid:006d0a3a-afda-466e-819c-4c4be3ed0a93
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:3873962d-1376-42c5-b319-f31c9174dab2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:d74be121-f542-4127-ba51-357eced94f5c
ModelInvariantUuid:49419eab-dd80-4bc8-908f-2b5db4277bb8
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:79defd72-9b0b-4203-b9b4-1431716bfc11
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-21T11:13:33.625Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 33036a82-d8f8-412e-bd0c-b1c407b086a8
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-21T11:13:33.629Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||basic_vm_macro 0
2021-11-21T11:13:33.630Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 33036a82-d8f8-412e-bd0c-b1c407b086a8
2021-11-21T11:13:33.630Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f6cf14f4-a4f6-4e0f-9c6a-616cebc16e69 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-11-21T11:13:33.630Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-21T11:13:33.630Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-11-21T11:13:33.677Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-21T11:13:33.678Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json f6cf14f4-a4f6-4e0f-9c6a-616cebc16e69 792
2021-11-21T11:13:33.679Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-11-21T11:13:33.679Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-11-21T11:13:33.679Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T11:13:33.679Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:13:33.682Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:13:33.682Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493213679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:13:33.782Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:13:33.784Z||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-21T11:13:33.784Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:13:33.795Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:13:33.796Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-21T11:13:34.683Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e44c0694-dc1f-431c-80f9-bec79cb84613",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d5fb1632-94c6-4f48-af30-445fa9ee55b1",
    "vfModuleModelCustomizationUUID": "ae82c3f3-2612-4c43-b3bf-92bf66b969d5",
    "isBase": true,
    "artifacts": [
      "1020f3d1-d041-4592-a063-dbb700ec083b",
      "0503d236-deaa-4354-88ba-632fd6e1a6d6"
    ],
    "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-21T11:13:34.688Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d5fb1632-94c6-4f48-af30-445fa9ee55b1
VfModuleModelInvariantUUID:e44c0694-dc1f-431c-80f9-bec79cb84613
VfModuleModelDescription:NULL
Artifacts UUID List:{
1020f3d1-d041-4592-a063-dbb700ec083b
,
0503d236-deaa-4354-88ba-632fd6e1a6d6

}
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-21T11:13:34.690Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e44c0694-dc1f-431c-80f9-bec79cb84613",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d5fb1632-94c6-4f48-af30-445fa9ee55b1",
    "vfModuleModelCustomizationUUID": "ae82c3f3-2612-4c43-b3bf-92bf66b969d5",
    "isBase": true,
    "artifacts": [
      "1020f3d1-d041-4592-a063-dbb700ec083b",
      "0503d236-deaa-4354-88ba-632fd6e1a6d6"
    ],
    "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-21T11:13:34.690Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d5fb1632-94c6-4f48-af30-445fa9ee55b1
VfModuleModelInvariantUUID:e44c0694-dc1f-431c-80f9-bec79cb84613
VfModuleModelDescription:NULL
Artifacts UUID List:{
1020f3d1-d041-4592-a063-dbb700ec083b
,
0503d236-deaa-4354-88ba-632fd6e1a6d6

}
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-21T11:13:34.690Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1020f3d1-d041-4592-a063-dbb700ec083b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-11-21T11:13:34.690Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-21T11:13:34.690Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-11-21T11:13:34.748Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-21T11:13:34.748Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 1020f3d1-d041-4592-a063-dbb700ec083b 5033
2021-11-21T11:13:34.749Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-11-21T11:13:34.749Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-11-21T11:13:34.749Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T11:13:34.749Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:13:34.751Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:13:34.751Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493214749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:13:34.851Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:13:34.852Z||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-21T11:13:34.852Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:13:34.865Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:13:34.866Z||pool-82-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:13:35.752Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0503d236-deaa-4354-88ba-632fd6e1a6d6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-11-21T11:13:35.753Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-21T11:13:35.753Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-11-21T11:13:35.965Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-21T11:13:35.966Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 0503d236-deaa-4354-88ba-632fd6e1a6d6 903
2021-11-21T11:13:35.966Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-11-21T11:13:35.966Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-11-21T11:13:35.966Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T11:13:35.966Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:13:35.968Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:13:35.968Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493215966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:13:36.068Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-21T11:13:36.069Z||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-21T11:13:36.069Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:13:36.078Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:13:36.079Z||pool-83-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:13:36.970Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 8ee22f7c-9ea3-4eaf-a405-f7f40da2198f
2021-11-21T11:13:36.971Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 33036a82-d8f8-412e-bd0c-b1c407b086a8 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-21T11:13:36.983Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@25fca71, org.onap.sdc.toscaparser.api.parameters.Input@5f5916b9, org.onap.sdc.toscaparser.api.parameters.Input@8e9ca22, org.onap.sdc.toscaparser.api.parameters.Input@798a073c, org.onap.sdc.toscaparser.api.parameters.Input@57a463e]
2021-11-21T11:13:36.985Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:13:36.985Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:13:36.986Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-11-21T11:13:36.986Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= b9dbcda5-a730-4f69-a5db-ca07fe7b875e
2021-11-21T11:13:36.986Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b9dbcda5-a730-4f69-a5db-ca07fe7b875e matches Tosca VF Customization UUID: b9dbcda5-a730-4f69-a5db-ca07fe7b875e
2021-11-21T11:13:36.986Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: b9dbcda5-a730-4f69-a5db-ca07fe7b875e  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-21T11:13:36.989Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:13:36.989Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:13:36.989Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id b9dbcda5-a730-4f69-a5db-ca07fe7b875e: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2021-11-21T11:13:36.990Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7d654a1a
2021-11-21T11:13:36.990Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:13:36.990Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-21T11:13:36.990Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ae82c3f3-2612-4c43-b3bf-92bf66b969d5
2021-11-21T11:13:36.991Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ae82c3f3-2612-4c43-b3bf-92bf66b969d5
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-21T11:13:36.993Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:13:36.993Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-21T11:13:36.993Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T11:13:36.994Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:13:36.994Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-21T11:13:36.994Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T11:13:36.994Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:13:36.995Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-11-21T11:13:36.995Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-21T11:13:36.995Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-21T11:13:36.995Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4e5d6b00-50dc-4b71-a94b-2f2247f0f790
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-21T11:13:36.998Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:13:36.998Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-21T11:13:36.998Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T11:13:36.999Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:13:36.999Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-21T11:13:36.999Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b9dbcda5-a730-4f69-a5db-ca07fe7b875e
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-21T11:13:37.001Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:13:37.001Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:13:37.001Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 8ee22f7c-9ea3-4eaf-a405-f7f40da2198f: basic_vm_macro
2021-11-21T11:13:37.001Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:13:37.002Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:13:37.002Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:13:37.002Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:13:37.002Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:13:37.003Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:13:37.003Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:13:37.003Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:13:37.003Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:13:37.004Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:13:37.004Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||Saving Service: basic_vm_macro 
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-21T11:13:37.085Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 33036a82-d8f8-412e-bd0c-b1c407b086a8 1 ASDC deployResourceStructure
2021-11-21T11:13:37.086Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-11-21T11:13:37.087Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-11-21T11:13:37.087Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-21T11:13:37.087Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:13:37.089Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:13:37.089Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493217086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-21T11:13:37.189Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:13:37.190Z||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-21T11:13:37.190Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:13:37.208Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:13:37.209Z||pool-84-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-11-21T11:13:38.090Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-11-21T11:13:38.091Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-11-21T11:13:38.091Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-21T11:13:38.091Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:13:38.093Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:13:38.093Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493218090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-21T11:13:38.193Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:13:38.194Z||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-21T11:13:38.195Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:13:38.209Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:13:38.209Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:13:39.094Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-11-21T11:13:39.094Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-11-21T11:13:39.095Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-21T11:13:39.095Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:13:39.097Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:13:39.097Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493219094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-21T11:13:39.197Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:13:39.198Z||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-21T11:13:39.198Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:13:39.210Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:13:39.210Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:13:40.097Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-11-21T11:13:40.098Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-21T11:13:40.098Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-21T11:13:40.099Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:13:40.101Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:13:40.101Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493220097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T11:13:40.201Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:13:40.202Z||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-21T11:13:40.202Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:13:40.215Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:13:40.215Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-21T11:13:41.102Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc2113dd-36a4-4cbb-ae26-b33d2e0f442f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T11:13:41.114Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc2113dd-36a4-4cbb-ae26-b33d2e0f442f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T11:13:41.117Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-21T11:13:41.117Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-21T11:13:41.117Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-21T11:13:41.118Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-21T11:13:41.118Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:13:41.118Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:13:41.118Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:13:41.118Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:13:41.118Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:13:41.119Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:13:41.119Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-21T11:13:41.123Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-21T11:13:49.461Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:13:49.462Z||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-21T11:13:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:13:49.488Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:13:49.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T11:13:49.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "clamp",
  "timestamp": 1637493049718,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T11:13:49.490Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:13:49.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T11:13:49.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "aai-ml",
  "timestamp": 1637493048379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:13:49.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:13:49.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T11:13:49.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493049956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T11:13:49.490Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:13:49.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T11:13:49.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "clamp",
  "timestamp": 1637493050721,
  "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-21T11:13:49.498Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e
2021-11-21T11:13:49.498Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e 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-21T11:13:49.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T11:13:49.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "aai-ml",
  "timestamp": 1637493048379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:13:49.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:13:49.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T11:13:49.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "aai-ml",
  "timestamp": 1637493048379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:13:49.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:13:49.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T11:13:49.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "aai-ml",
  "timestamp": 1637493048379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:13:49.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:13:49.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T11:13:49.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "aai-ml",
  "timestamp": 1637493048379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:13:49.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:13:49.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T11:13:49.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "aai-ml",
  "timestamp": 1637493048379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:13:49.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:13:49.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T11:13:49.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "aai-ml",
  "timestamp": 1637493048379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:13:49.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:13:49.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T11:13:49.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "aai-ml",
  "timestamp": 1637493048379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:13:49.510Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:13:49.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T11:13:49.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "aai-ml",
  "timestamp": 1637493058094,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:13:49.510Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:13:49.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T11:13:49.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "aai-ml",
  "timestamp": 1637493067665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T11:13:49.510Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:13:49.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T11:13:49.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "aai-ml",
  "timestamp": 1637493068669,
  "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-21T11:13:49.514Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e
2021-11-21T11:13:49.514Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e 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-21T11:14:11.124Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fc2113dd-36a4-4cbb-ae26-b33d2e0f442f 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-21T11:14:11.135Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fc2113dd-36a4-4cbb-ae26-b33d2e0f442f and serviceModelVersionId: 8ee22f7c-9ea3-4eaf-a405-f7f40da2198f
2021-11-21T11:14:11.136Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 86fc382b-fefb-417e-b73a-bd0aa73cab76
2021-11-21T11:14:11.138Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/86fc382b-fefb-417e-b73a-bd0aa73cab76/model-vers/model-ver/8ee22f7c-9ea3-4eaf-a405-f7f40da2198f?depth=0
2021-11-21T11:14:11.146Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-11-21T11:14:11.199Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|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/86fc382b-fefb-417e-b73a-bd0aa73cab76/model-vers/model-ver/8ee22f7c-9ea3-4eaf-a405-f7f40da2198f?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-21T11:14:11.201Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86fc382b-fefb-417e-b73a-bd0aa73cab76/model-vers/model-ver/8ee22f7c-9ea3-4eaf-a405-f7f40da2198f?depth=0|INFO|500||Invoke
2021-11-21T11:14:11.229Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86fc382b-fefb-417e-b73a-bd0aa73cab76/model-vers/model-ver/8ee22f7c-9ea3-4eaf-a405-f7f40da2198f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-21T11:14:11.352Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86fc382b-fefb-417e-b73a-bd0aa73cab76/model-vers/model-ver/8ee22f7c-9ea3-4eaf-a405-f7f40da2198f?depth=0|INFO|500||InvokeReturn
2021-11-21T11:14:11.352Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|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/86fc382b-fefb-417e-b73a-bd0aa73cab76/model-vers/model-ver/8ee22f7c-9ea3-4eaf-a405-f7f40da2198f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211121-11:14:11:236-33228], vertex-id=[290992], Content-Length=[0], Date=[Sun, 21 Nov 2021 11:14:11 GMT], Content-Type=[application/json]}
2021-11-21T11:14:11.353Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-11-21T11:14:11.353Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-21T11:14:11.353Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|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-21T11:14:11.359Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|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-21T11:14:11.360Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fc2113dd-36a4-4cbb-ae26-b33d2e0f442f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-21T11:14:11.360Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-21T11:14:11.361Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:14:11.377Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:14:11.377Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493251360,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-21T11:14:11.464Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2021-11-21T11:14:11.465Z||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-21T11:14:11.465Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:14:11.481Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:14:11.482Z||pool-88-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-21T11:14:12.390Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:14:12.391Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"86e361d9-ceb4-4e0e-b18e-155971f6d1b5","serviceDescription":"service","serviceInvariantUUID":"2dd9fadc-22ce-49b4-bad2-c2d0d04ff9e7","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4f16017e-adf0-49a4-a82c-b052e0677d12","resourceInvariantUUID":"a1211294-9282-4b62-adc3-11a869b4da91","resourceCustomizationUUID":"117e5981-2899-4709-988d-42da5aab3f2c","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":"OTUyNmM4ZTNmNjdmNDM3ZmI4MjE5N2QyYTRlNTJhYmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cd3e710d-6bdb-4089-8fe6-92fee6d217a3","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":"3c1e8ef1-c502-4d48-8a19-66907e974526","artifactVersion":"2","generatedFromUUID":"ebc6615d-5e86-46ae-a577-b49915bb7348"},{"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":"ebc6615d-5e86-46ae-a577-b49915bb7348","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":"ZTE1MDUwMjM1OGYyMzhiYmZiNDkxMWRjMTc4ZTdjM2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3c09a7f7-f812-45c2-ba2e-fde1349e85c6","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":"4e70a7f2-b577-48a5-8e07-b9533b6f4844","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":"7a78c7ed-1e5f-4350-b7dc-e87a584b22ea","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":"156414c3-1b07-41bb-84d4-a05eb3d7fcfa","artifactVersion":"2","generatedFromUUID":"4e70a7f2-b577-48a5-8e07-b9533b6f4844"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZGU5ZjRhYmNlMzY5OTVmOGMxN2EzZmIyMTIxMzRlOGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2ba02499-4737-42b9-a415-afc5129d0856","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"Y2Q1ZGYxZDA2Mjk5ZDVkMGZlNDg3NjcyOGFlZTZiNjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8e7d7aae-b6c9-422b-a201-75202bd7554a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-21T11:14:12.391Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:14:12.392Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:14:12.394Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:14:12.394Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:14:12.494Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:14:12.495Z||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-21T11:14:12.495Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:14:12.520Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:14:12.521Z||pool-89-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:14:13.395Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:14:13.396Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:14:13.398Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:14:13.399Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-11-21T11:14:13.498Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-21T11:14:13.500Z||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-21T11:14:13.500Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:14:13.509Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:14:13.510Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:14:14.399Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:14:14.400Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:14:14.402Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:14:14.402Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-11-21T11:14:14.502Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:14:14.503Z||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-21T11:14:14.503Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:14:14.515Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:14:14.515Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:14:15.402Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:14:15.403Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:14:15.405Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:14:15.405Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-21T11:14:15.506Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-21T11:14:15.506Z||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-21T11:14:15.507Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:14:15.517Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:14:15.517Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:14:16.406Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:14:16.406Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:14:16.408Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:14:16.409Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-21T11:14:16.508Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-21T11:14:16.509Z||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-21T11:14:16.510Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:14:16.521Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:14:16.522Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:14:17.409Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:14:17.410Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:14:17.413Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:14:17.413Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:14:17.513Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:14:17.514Z||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-21T11:14:17.514Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:14:17.525Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:14:17.525Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:14:18.415Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:14:18.415Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:14:18.417Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:14:18.417Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-11-21T11:14:18.517Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-21T11:14:18.518Z||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-21T11:14:18.518Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:14:18.538Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:14:18.538Z||pool-95-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:14:19.418Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:14:19.419Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:14:19.421Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:14:19.421Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:14:19.522Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-21T11:14:19.523Z||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-21T11:14:19.523Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:14:19.532Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:14:19.533Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:14:20.422Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:14:20.423Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:14:20.424Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:14:20.425Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:14:20.525Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:14:20.525Z||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-21T11:14:20.525Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:14:20.544Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:14:20.545Z||pool-97-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:14:21.427Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "86e361d9-ceb4-4e0e-b18e-155971f6d1b5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2dd9fadc-22ce-49b4-bad2-c2d0d04ff9e7",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "117e5981-2899-4709-988d-42da5aab3f2c",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4f16017e-adf0-49a4-a82c-b052e0677d12",
      "resourceInvariantUUID": "a1211294-9282-4b62-adc3-11a869b4da91",
      "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": "3c1e8ef1-c502-4d48-8a19-66907e974526",
          "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": "ebc6615d-5e86-46ae-a577-b49915bb7348",
          "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": "ZTE1MDUwMjM1OGYyMzhiYmZiNDkxMWRjMTc4ZTdjM2U\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3c09a7f7-f812-45c2-ba2e-fde1349e85c6",
          "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": "4e70a7f2-b577-48a5-8e07-b9533b6f4844",
          "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": "156414c3-1b07-41bb-84d4-a05eb3d7fcfa",
            "generatedFromUUID": "4e70a7f2-b577-48a5-8e07-b9533b6f4844"
          },
          "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": "156414c3-1b07-41bb-84d4-a05eb3d7fcfa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "Y2Q1ZGYxZDA2Mjk5ZDVkMGZlNDg3NjcyOGFlZTZiNjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8e7d7aae-b6c9-422b-a201-75202bd7554a"
    }
  ],
  "workloadContext": "Production"
}
2021-11-21T11:14:21.428Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-21T11:14:21.428Z|fc2113dd-36a4-4cbb-ae26-b33d2e0f442f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 86e361d9-ceb4-4e0e-b18e-155971f6d1b5 ASDC
2021-11-21T11:14:21.428Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:86e361d9-ceb4-4e0e-b18e-155971f6d1b5
ServiceInvariantUUID:2dd9fadc-22ce-49b4-bad2-c2d0d04ff9e7
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:8e7d7aae-b6c9-422b-a201-75202bd7554a
ArtifactChecksum:Y2Q1ZGYxZDA2Mjk5ZDVkMGZlNDg3NjcyOGFlZTZiNjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:117e5981-2899-4709-988d-42da5aab3f2c
ResourceInvariantUUID:a1211294-9282-4b62-adc3-11a869b4da91
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:4f16017e-adf0-49a4-a82c-b052e0677d12
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:3c1e8ef1-c502-4d48-8a19-66907e974526
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:ebc6615d-5e86-46ae-a577-b49915bb7348
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:3c09a7f7-f812-45c2-ba2e-fde1349e85c6
ArtifactChecksum:ZTE1MDUwMjM1OGYyMzhiYmZiNDkxMWRjMTc4ZTdjM2U=
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:4e70a7f2-b577-48a5-8e07-b9533b6f4844
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:156414c3-1b07-41bb-84d4-a05eb3d7fcfa
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:156414c3-1b07-41bb-84d4-a05eb3d7fcfa
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-21T11:14:21.428Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 86e361d9-ceb4-4e0e-b18e-155971f6d1b5 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-21T11:14:21.463Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-21T11:14:21.464Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-21T11:14:21.465Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-21T11:14:21.465Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8e7d7aae-b6c9-422b-a201-75202bd7554a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-21T11:14:21.465Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-21T11:14:21.465Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:22.678Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-21T11:14:22.681Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 8e7d7aae-b6c9-422b-a201-75202bd7554a 68930
2021-11-21T11:14:22.682Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:22.682Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:22.682Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T11:14:22.682Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:14:22.684Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:14:22.684Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493262682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:14:22.784Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:14:22.785Z||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-21T11:14:22.785Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:14:22.796Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:14:22.797Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:14:23.684Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-21T11:14:23.686Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-21T11:14:23.686Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 8e7d7aae-b6c9-422b-a201-75202bd7554a, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-21T11:14:23.686Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-11-21T11:14:23.687Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-21T11:14:23.687Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-21T11:14:23.863Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14105557313151841502/Definitions/service-BasicCnf-template.yml
2021-11-21T11:14:24.999Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-21T11:14:24.999Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-21T11:14:24.999Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-21T11:14:24.999Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-11-21T11:14:24.999Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:25.000Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:25.000Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:25.000Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:25.000Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-21T11:14:25.000Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:14:25.000Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:25.000Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-21T11:14:25.001Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-21T11:14:25.001Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-21T11:14:25.001Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:14:25.001Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:25.001Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-21T11:14:25.001Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-21T11:14:25.001Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-21T11:14:25.002Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:14:25.002Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:25.002Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:14:25.002Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-21T11:14:25.002Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-11-21T11:14:25.002Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria
2021-11-21T11:14:25.002Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-21T11:14:25.003Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:14:25.003Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:25.003Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:14:25.003Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-21T11:14:25.003Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T11:14:25.003Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:14:25.004Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-21T11:14:25.004Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T11:14:25.004Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:14:25.004Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-21T11:14:25.004Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T11:14:25.004Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:14:25.004Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-21T11:14:25.004Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-11-21T11:14:25.005Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d91d3c38-bce2-47ea-8200-71e6ee197120
2021-11-21T11:14:25.005Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:14:25.005Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:25.005Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:14:25.005Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:25.005Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:14:25.005Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:25.006Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:14:25.006Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:25.006Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:86e361d9-ceb4-4e0e-b18e-155971f6d1b5
Model Version:NULL
Model InvariantUuid:2dd9fadc-22ce-49b4-bad2-c2d0d04ff9e7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:19a5ab6c-47fe-4ef6-80eb-63158a4f5c1f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a1211294-9282-4b62-adc3-11a869b4da91
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:117e5981-2899-4709-988d-42da5aab3f2c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:453157c4-8b1b-433f-9c73-7ed86fe0023f
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:9e1c4c1a-40a7-4e87-b45d-b9773eae09ec
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d91d3c38-bce2-47ea-8200-71e6ee197120
ModelInvariantUuid:3d686478-d57a-4d04-bef4-20e6b91733d8
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:9ae0f2e8-8832-442d-bad8-add07663dba4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:6fbc0def-2bee-426a-bb68-729d5c912428
ModelInvariantUuid:b3387d99-b73d-4667-9fa2-236677d4e252
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:79eaf0f5-68bb-4b6b-9802-27a113cace62
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-21T11:14:25.012Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 4f16017e-adf0-49a4-a82c-b052e0677d12
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-21T11:14:25.015Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||basic_cnf 0
2021-11-21T11:14:25.015Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4f16017e-adf0-49a4-a82c-b052e0677d12
2021-11-21T11:14:25.015Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3c1e8ef1-c502-4d48-8a19-66907e974526 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-11-21T11:14:25.016Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-21T11:14:25.016Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:25.154Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-21T11:14:25.154Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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 3c1e8ef1-c502-4d48-8a19-66907e974526 12
2021-11-21T11:14:25.155Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:25.155Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:25.155Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T11:14:25.155Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:14:25.157Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:14:25.157Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493265155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:14:25.257Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-21T11:14:25.257Z||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-21T11:14:25.257Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:14:25.268Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:14:25.268Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:14:26.158Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ebc6615d-5e86-46ae-a577-b49915bb7348 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-11-21T11:14:26.158Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-21T11:14:26.158Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:26.452Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-21T11:14:26.452Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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 ebc6615d-5e86-46ae-a577-b49915bb7348 2688
2021-11-21T11:14:26.453Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:26.453Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:26.453Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T11:14:26.453Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:14:26.455Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:14:26.455Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493266453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:14:26.555Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:14:26.556Z||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-21T11:14:26.556Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:14:26.592Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:14:26.592Z||pool-100-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:14:27.457Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3c09a7f7-f812-45c2-ba2e-fde1349e85c6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-11-21T11:14:27.457Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-21T11:14:27.457Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:27.811Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-21T11:14:27.812Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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 3c09a7f7-f812-45c2-ba2e-fde1349e85c6 828
2021-11-21T11:14:27.812Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:27.812Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:27.812Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T11:14:27.812Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:14:27.814Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:14:27.814Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493267812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:14:27.914Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:14:27.915Z||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-21T11:14:27.915Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:14:27.925Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:14:27.926Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-11-21T11:14:28.815Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "453157c4-8b1b-433f-9c73-7ed86fe0023f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9e1c4c1a-40a7-4e87-b45d-b9773eae09ec",
    "vfModuleModelCustomizationUUID": "3a06a0c9-19d4-49eb-b404-4a8df6332138",
    "isBase": true,
    "artifacts": [
      "4e70a7f2-b577-48a5-8e07-b9533b6f4844",
      "ebc6615d-5e86-46ae-a577-b49915bb7348",
      "156414c3-1b07-41bb-84d4-a05eb3d7fcfa"
    ],
    "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-21T11:14:28.819Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9e1c4c1a-40a7-4e87-b45d-b9773eae09ec
VfModuleModelInvariantUUID:453157c4-8b1b-433f-9c73-7ed86fe0023f
VfModuleModelDescription:NULL
Artifacts UUID List:{
4e70a7f2-b577-48a5-8e07-b9533b6f4844
,
ebc6615d-5e86-46ae-a577-b49915bb7348
,
156414c3-1b07-41bb-84d4-a05eb3d7fcfa

}
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-21T11:14:28.821Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "453157c4-8b1b-433f-9c73-7ed86fe0023f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9e1c4c1a-40a7-4e87-b45d-b9773eae09ec",
    "vfModuleModelCustomizationUUID": "3a06a0c9-19d4-49eb-b404-4a8df6332138",
    "isBase": true,
    "artifacts": [
      "4e70a7f2-b577-48a5-8e07-b9533b6f4844",
      "ebc6615d-5e86-46ae-a577-b49915bb7348",
      "156414c3-1b07-41bb-84d4-a05eb3d7fcfa"
    ],
    "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-21T11:14:28.821Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9e1c4c1a-40a7-4e87-b45d-b9773eae09ec
VfModuleModelInvariantUUID:453157c4-8b1b-433f-9c73-7ed86fe0023f
VfModuleModelDescription:NULL
Artifacts UUID List:{
4e70a7f2-b577-48a5-8e07-b9533b6f4844
,
ebc6615d-5e86-46ae-a577-b49915bb7348
,
156414c3-1b07-41bb-84d4-a05eb3d7fcfa

}
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-21T11:14:28.821Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4e70a7f2-b577-48a5-8e07-b9533b6f4844 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-11-21T11:14:28.822Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-21T11:14:28.822Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:29.147Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-21T11:14:29.147Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 4e70a7f2-b577-48a5-8e07-b9533b6f4844 1164
2021-11-21T11:14:29.148Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:29.148Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:29.148Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T11:14:29.149Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:14:29.150Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:14:29.150Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493269148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:14:29.251Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:14:29.251Z||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-21T11:14:29.252Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:14:29.262Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:14:29.263Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:14:30.151Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 156414c3-1b07-41bb-84d4-a05eb3d7fcfa from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-11-21T11:14:30.152Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-21T11:14:30.152Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:30.447Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-21T11:14:30.447Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 156414c3-1b07-41bb-84d4-a05eb3d7fcfa 200
2021-11-21T11:14:30.448Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:30.448Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:30.448Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T11:14:30.448Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:14:30.450Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:14:30.450Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493270448,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:14:30.550Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:14:30.551Z||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-21T11:14:30.551Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:14:30.560Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:14:30.561Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:14:31.451Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 86e361d9-ceb4-4e0e-b18e-155971f6d1b5
2021-11-21T11:14:31.453Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 4f16017e-adf0-49a4-a82c-b052e0677d12 ASDC
2021-11-21T11:14:31.465Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select 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-21T11:14:31.475Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2cacf831, org.onap.sdc.toscaparser.api.parameters.Input@1da67825, org.onap.sdc.toscaparser.api.parameters.Input@60ba9788, org.onap.sdc.toscaparser.api.parameters.Input@7b3fed96, org.onap.sdc.toscaparser.api.parameters.Input@3019ffb0]
2021-11-21T11:14:31.477Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:14:31.478Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:31.478Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-11-21T11:14:31.478Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 117e5981-2899-4709-988d-42da5aab3f2c
2021-11-21T11:14:31.479Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 117e5981-2899-4709-988d-42da5aab3f2c matches Tosca VF Customization UUID: 117e5981-2899-4709-988d-42da5aab3f2c
2021-11-21T11:14:31.479Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 117e5981-2899-4709-988d-42da5aab3f2c  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-21T11:14:31.481Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:14:31.482Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:31.482Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 117e5981-2899-4709-988d-42da5aab3f2c: {\"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-21T11:14:31.483Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2e3507c4
2021-11-21T11:14:31.483Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:14:31.483Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:31.484Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3a06a0c9-19d4-49eb-b404-4a8df6332138
2021-11-21T11:14:31.484Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3a06a0c9-19d4-49eb-b404-4a8df6332138
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-21T11:14:31.487Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:14:31.487Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-21T11:14:31.487Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T11:14:31.488Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:14:31.488Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-21T11:14:31.488Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T11:14:31.489Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:14:31.489Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-21T11:14:31.489Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-11-21T11:14:31.490Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d91d3c38-bce2-47ea-8200-71e6ee197120
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-21T11:14:31.492Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:14:31.493Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-21T11:14:31.493Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T11:14:31.493Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:14:31.493Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-21T11:14:31.494Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=117e5981-2899-4709-988d-42da5aab3f2c
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-21T11:14:31.495Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:14:31.495Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:31.496Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 86e361d9-ceb4-4e0e-b18e-155971f6d1b5: basic_cnf
2021-11-21T11:14:31.496Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:14:31.497Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:31.497Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:14:31.497Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:31.497Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:14:31.498Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:31.498Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:14:31.498Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:31.499Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:14:31.499Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:31.499Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:31.578Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 4f16017e-adf0-49a4-a82c-b052e0677d12 1 ASDC deployResourceStructure
2021-11-21T11:14:31.579Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:31.579Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:31.579Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-11-21T11:14:31.580Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:14:31.582Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:14:31.582Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493271579,
  "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-21T11:14:31.682Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:14:31.682Z||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-21T11:14:31.683Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:14:31.693Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:14:31.694Z||pool-104-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:14:32.582Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:32.583Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:32.583Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-11-21T11:14:32.583Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:14:32.586Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:14:32.586Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493272582,
  "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-21T11:14:32.686Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:14:32.687Z||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-21T11:14:32.687Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:14:32.697Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:14:32.698Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:14:33.586Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:33.587Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:33.587Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-21T11:14:33.587Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:14:33.589Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:14:33.589Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493273586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-21T11:14:33.689Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:14:33.690Z||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-21T11:14:33.690Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:14:33.704Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:14:33.704Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:14:34.590Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:34.591Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:34.591Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-21T11:14:34.591Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:14:34.593Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:14:34.593Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493274590,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-11-21T11:14:34.694Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-21T11:14:34.694Z||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-21T11:14:34.695Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:14:34.712Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:14:34.712Z||pool-107-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-11-21T11:14:35.594Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:35.595Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:35.595Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-21T11:14:35.596Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:14:35.598Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:14:35.598Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493275594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-11-21T11:14:35.698Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-21T11:14:35.699Z||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-21T11:14:35.699Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:14:35.712Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:14:35.712Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:14:36.600Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:36.600Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:14:36.600Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-21T11:14:36.601Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:14:36.605Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:14:36.605Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493276599,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T11:14:36.705Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-21T11:14:36.705Z||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-21T11:14:36.706Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:14:36.719Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:14:36.719Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:14:37.606Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T11:14:37.616Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T11:14:37.618Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-21T11:14:37.619Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-21T11:14:37.619Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-21T11:14:37.619Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-21T11:14:37.619Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:14:37.619Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:14:37.619Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:14:37.620Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:14:37.620Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:14:37.620Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:14:37.620Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-21T11:14:37.624Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-21T11:14:49.461Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:14:49.462Z||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-21T11:14:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:14:49.486Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:14:49.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T11:14:49.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd16c0c-6aa7-4ca4-a785-31ee341ebbac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493201626,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-21T11:14:49.489Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:14:49.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T11:14:49.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:14:49.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:14:49.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T11:14:49.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-21T11:14:49.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:14:49.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T11:14:49.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-21T11:14:49.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:14:49.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T11:14:49.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:14:49.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:14:49.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T11:14:49.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-21T11:14:49.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:14:49.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T11:14:49.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:14:49.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:14:49.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T11:14:49.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:14:49.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:14:49.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T11:14:49.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:14:49.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:14:49.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T11:14:49.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493211192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:14:49.493Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:14:49.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T11:14:49.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493213679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:14:49.493Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:14:49.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T11:14:49.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493214749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:14:49.494Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:14:49.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T11:14:49.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493215966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:14:49.494Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:14:49.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T11:14:49.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493217086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-21T11:14:49.495Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:14:49.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T11:14:49.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493218090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-21T11:14:49.495Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:14:49.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T11:14:49.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493219094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-21T11:14:49.496Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:14:49.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T11:14:49.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493220097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T11:14:49.496Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:15:07.624Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e 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-21T11:15:07.631Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e and serviceModelVersionId: 86e361d9-ceb4-4e0e-b18e-155971f6d1b5
2021-11-21T11:15:07.631Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2dd9fadc-22ce-49b4-bad2-c2d0d04ff9e7
2021-11-21T11:15:07.632Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2dd9fadc-22ce-49b4-bad2-c2d0d04ff9e7/model-vers/model-ver/86e361d9-ceb4-4e0e-b18e-155971f6d1b5?depth=0
2021-11-21T11:15:07.636Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-11-21T11:15:07.681Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2dd9fadc-22ce-49b4-bad2-c2d0d04ff9e7/model-vers/model-ver/86e361d9-ceb4-4e0e-b18e-155971f6d1b5?depth=0|INFO|500||Invoke
2021-11-21T11:15:07.682Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2dd9fadc-22ce-49b4-bad2-c2d0d04ff9e7/model-vers/model-ver/86e361d9-ceb4-4e0e-b18e-155971f6d1b5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2dd9fadc-22ce-49b4-bad2-c2d0d04ff9e7/model-vers/model-ver/86e361d9-ceb4-4e0e-b18e-155971f6d1b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ff9334b6-747e-458a-9e47-d675d68e548f], X-ECOMP-RequestID=[3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e], X-TransactionId=[], X-ONAP-RequestID=[3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e], Content-Type=[application/merge-patch+json]}
2021-11-21T11:15:07.701Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2dd9fadc-22ce-49b4-bad2-c2d0d04ff9e7/model-vers/model-ver/86e361d9-ceb4-4e0e-b18e-155971f6d1b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-21T11:15:08.151Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2dd9fadc-22ce-49b4-bad2-c2d0d04ff9e7/model-vers/model-ver/86e361d9-ceb4-4e0e-b18e-155971f6d1b5?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/2dd9fadc-22ce-49b4-bad2-c2d0d04ff9e7/model-vers/model-ver/86e361d9-ceb4-4e0e-b18e-155971f6d1b5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211121-11:15:07:707-50543], vertex-id=[241848], Content-Length=[0], Date=[Sun, 21 Nov 2021 11:15:07 GMT], Content-Type=[application/json]}
2021-11-21T11:15:08.152Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2dd9fadc-22ce-49b4-bad2-c2d0d04ff9e7/model-vers/model-ver/86e361d9-ceb4-4e0e-b18e-155971f6d1b5?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-21T11:15:08.153Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2dd9fadc-22ce-49b4-bad2-c2d0d04ff9e7/model-vers/model-ver/86e361d9-ceb4-4e0e-b18e-155971f6d1b5?depth=0|INFO|500||InvokeReturn
2021-11-21T11:15:08.153Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-21T11:15:08.153Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:15:08.157Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:15:08.158Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-21T11:15:08.158Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-21T11:15:08.158Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:15:08.160Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:15:08.160Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493308158,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-21T11:15:08.261Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-21T11:15:08.262Z||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-21T11:15:08.262Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:15:08.273Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:15:08.274Z||pool-110-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-21T11:15:09.173Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:15:09.174Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:15:09.174Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:15:19.716Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:15:19.717Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:15:19.718Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:15:19.718Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:15:29.291Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:15:29.293Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:15:29.293Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:15:29.293Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:15:38.835Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:15:38.836Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:15:38.837Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:15:38.837Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:15:48.393Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:15:48.395Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:15:48.396Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:15:48.396Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:15:49.461Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:15:49.462Z||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-21T11:15:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:15:49.493Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:15:49.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T11:15:49.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc2113dd-36a4-4cbb-ae26-b33d2e0f442f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493251360,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-21T11:15:49.496Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:15:49.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T11:15:49.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:15:49.496Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:15:49.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T11:15:49.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-11-21T11:15:49.497Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:15:49.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T11:15:49.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-11-21T11:15:49.497Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:15:49.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T11:15:49.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-21T11:15:49.497Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:15:49.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T11:15:49.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-21T11:15:49.497Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:15:49.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T11:15:49.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:15:49.498Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:15:49.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T11:15:49.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-11-21T11:15:49.498Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:15:49.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T11:15:49.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:15:49.498Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:15:49.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T11:15:49.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493026983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:15:49.498Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:15:49.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T11:15:49.499Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493262682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:15:49.499Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:15:49.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T11:15:49.499Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493265155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:15:49.499Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:15:49.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T11:15:49.499Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493266453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:15:49.499Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:15:49.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T11:15:49.499Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493267812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:15:49.500Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:15:49.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T11:15:49.500Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493269148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:15:49.500Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:15:49.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T11:15:49.500Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493270448,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:15:49.500Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:15:49.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T11:15:49.500Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493271579,
  "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-21T11:15:49.500Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:15:49.501Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T11:15:49.501Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493272582,
  "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-21T11:15:49.501Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:15:49.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T11:15:49.502Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493273586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-21T11:15:49.502Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:15:49.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T11:15:49.502Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493274590,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-11-21T11:15:49.502Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:15:49.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T11:15:49.502Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493275594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-11-21T11:15:49.503Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:15:49.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T11:15:49.503Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493276599,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T11:15:49.503Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:15:57.985Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:15:57.986Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:15:57.986Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:15:57.986Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:16:07.546Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:16:07.548Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:16:07.548Z||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-21T11:16:07.548Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:16:17.091Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:16:49.459Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:16:49.460Z||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-21T11:16:49.460Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:16:49.461Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:16:49.461Z||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-21T11:16:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:16:49.985Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:16:49.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T11:16:49.986Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493308158,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-21T11:16:49.988Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:16:59.001Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:17:49.459Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:17:49.461Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:17:49.462Z||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-21T11:17:49.462Z||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-21T11:17:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:17:49.463Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:17:50.024Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:17:50.029Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T11:17:50.029Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637493456062,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:17:50.031Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:17:50.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T11:17:50.031Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "cds",
  "timestamp": 1637493459366,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:17:50.032Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:17:50.032Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T11:17:50.033Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "dcae-sch",
  "timestamp": 1637493458075,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-11-21T11:17:50.033Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:17:50.033Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T11:17:50.033Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637493456062,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:17:50.033Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:17:50.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T11:17:50.034Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "cds",
  "timestamp": 1637493459366,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:17:50.034Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:17:50.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T11:17:50.034Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "dcae-sch",
  "timestamp": 1637493458075,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:17:50.035Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:17:50.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T11:17:50.035Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637493465583,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:17:50.035Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:17:50.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T11:17:50.036Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637493456062,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-21T11:17:50.036Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:17:50.036Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T11:17:50.036Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "cds",
  "timestamp": 1637493459366,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:17:50.036Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:17:50.037Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T11:17:50.037Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "dcae-sch",
  "timestamp": 1637493458075,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:17:50.037Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:17:50.037Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T11:17:50.037Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637493465583,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:17:50.037Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:17:50.038Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T11:17:50.038Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637493456062,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-21T11:17:50.038Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:17:50.038Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T11:17:50.038Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "cds",
  "timestamp": 1637493459366,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:17:50.039Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:17:50.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T11:17:50.039Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "dcae-sch",
  "timestamp": 1637493458075,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:17:50.039Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:17:50.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T11:17:50.040Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637493465583,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:17:50.040Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:17:50.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T11:17:50.040Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "cds",
  "timestamp": 1637493459366,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:17:50.041Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:17:50.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T11:17:50.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "dcae-sch",
  "timestamp": 1637493458075,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:17:50.041Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:17:50.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T11:17:50.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637493456062,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:17:50.042Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:17:50.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T11:17:50.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "aai-ml",
  "timestamp": 1637493468380,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:17:50.042Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:17:50.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-21T11:17:50.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637493465583,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:17:50.043Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:17:50.090Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:17:50.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T11:17:50.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"9a9da60f-c194-48d0-81d2-f8a0c55f6596","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"5a77ab57-2d51-4680-9b83-ec2861a8d0d6","serviceDescription":"service","serviceInvariantUUID":"be6d88db-7322-48f3-a225-07623a39f3c2","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9425ba3a-d098-4420-9fbf-459ae92cdc85","resourceInvariantUUID":"ba99edbb-6c05-41c1-b885-6914c206f4b4","resourceCustomizationUUID":"d2d57297-3107-4545-9124-cbfe05f1840e","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":"5433f2fd-a3a4-4284-9f1c-e82a472e47b8","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":"ZWU5ZThlYzAzMWVmY2E2YmE5ODk4MDNmYjY2Mjg5NmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aca55d75-04f4-4cc8-91df-798b25797eb3","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":"Y2JmZDIyOTY5ZDQ1MjE3NDdiMWZiZWI5ODA2NDIyYTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a91b8ce3-fec0-41c8-a04c-9cd85c3114e4","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":"fdb414b1-4b65-45fd-a3ee-55e97e43a2e3","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":"19b34522-4409-43f9-b4f2-87cfd72b48b7","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":"859ee69a-b69e-40f2-956b-3fc3f9fab4f8","artifactVersion":"2","generatedFromUUID":"fdb414b1-4b65-45fd-a3ee-55e97e43a2e3"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZGU1OWE0YTZlM2FlOTIwZDQyZTI2ODQ0Y2Q2MGY0ZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7551bd2b-7ae8-4aeb-9297-70c2cb6a3de1","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"YTkzODg1YjY3NDIxOWI5MGI2M2U0ODg2ODNhYTgyOTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"86c434c1-3346-43b8-a289-7d9ca3011c6e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-21T11:17:50.094Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:17:50.095Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:17:50.099Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:17:50.099Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493469459,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:17:50.199Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:17:50.201Z||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-21T11:17:50.201Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:17:50.216Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:17:50.216Z||pool-111-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:17:51.100Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:17:51.101Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:17:51.104Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:17:51.104Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493469459,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:17:51.204Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:17:51.205Z||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-21T11:17:51.205Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:17:51.226Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:17:51.227Z||pool-112-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:17:52.105Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:17:52.105Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:17:52.107Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:17:52.107Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493469459,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-21T11:17:52.207Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-21T11:17:52.208Z||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-21T11:17:52.208Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:17:52.219Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:17:52.219Z||pool-113-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:17:53.108Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:17:53.109Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:17:53.111Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:17:53.111Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493469459,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-21T11:17:53.211Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:17:53.212Z||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-21T11:17:53.212Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:17:53.245Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:17:53.245Z||pool-114-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:17:54.112Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:17:54.113Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:17:54.115Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:17:54.115Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493469459,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:17:54.215Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:17:54.216Z||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-21T11:17:54.216Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:17:54.228Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:17:54.228Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:17:55.115Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:17:55.116Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:17:55.118Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:17:55.119Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493469459,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-21T11:17:55.219Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:17:55.220Z||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-21T11:17:55.220Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:17:55.236Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:17:55.236Z||pool-116-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:17:56.119Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:17:56.120Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:17:56.122Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:17:56.122Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493469459,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:17:56.222Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:17:56.223Z||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-21T11:17:56.223Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:17:56.234Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:17:56.234Z||pool-117-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-21T11:17:57.122Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:17:57.123Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:17:57.125Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:17:57.125Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493469459,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:17:57.225Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:17:57.226Z||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-21T11:17:57.226Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:17:57.252Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:17:57.252Z||pool-118-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2021-11-21T11:17:58.126Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "5a77ab57-2d51-4680-9b83-ec2861a8d0d6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "be6d88db-7322-48f3-a225-07623a39f3c2",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "d2d57297-3107-4545-9124-cbfe05f1840e",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9425ba3a-d098-4420-9fbf-459ae92cdc85",
      "resourceInvariantUUID": "ba99edbb-6c05-41c1-b885-6914c206f4b4",
      "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": "Y2JmZDIyOTY5ZDQ1MjE3NDdiMWZiZWI5ODA2NDIyYTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a91b8ce3-fec0-41c8-a04c-9cd85c3114e4",
          "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": "fdb414b1-4b65-45fd-a3ee-55e97e43a2e3",
          "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": "859ee69a-b69e-40f2-956b-3fc3f9fab4f8",
            "generatedFromUUID": "fdb414b1-4b65-45fd-a3ee-55e97e43a2e3"
          },
          "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": "859ee69a-b69e-40f2-956b-3fc3f9fab4f8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "YTkzODg1YjY3NDIxOWI5MGI2M2U0ODg2ODNhYTgyOTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "86c434c1-3346-43b8-a289-7d9ca3011c6e"
    }
  ],
  "workloadContext": "Production"
}
2021-11-21T11:17:58.127Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-21T11:17:58.127Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5a77ab57-2d51-4680-9b83-ec2861a8d0d6 ASDC
2021-11-21T11:17:58.129Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:9a9da60f-c194-48d0-81d2-f8a0c55f6596
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:5a77ab57-2d51-4680-9b83-ec2861a8d0d6
ServiceInvariantUUID:be6d88db-7322-48f3-a225-07623a39f3c2
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:86c434c1-3346-43b8-a289-7d9ca3011c6e
ArtifactChecksum:YTkzODg1YjY3NDIxOWI5MGI2M2U0ODg2ODNhYTgyOTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:d2d57297-3107-4545-9124-cbfe05f1840e
ResourceInvariantUUID:ba99edbb-6c05-41c1-b885-6914c206f4b4
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:9425ba3a-d098-4420-9fbf-459ae92cdc85
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:a91b8ce3-fec0-41c8-a04c-9cd85c3114e4
ArtifactChecksum:Y2JmZDIyOTY5ZDQ1MjE3NDdiMWZiZWI5ODA2NDIyYTg=
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:fdb414b1-4b65-45fd-a3ee-55e97e43a2e3
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:859ee69a-b69e-40f2-956b-3fc3f9fab4f8
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:859ee69a-b69e-40f2-956b-3fc3f9fab4f8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-21T11:17:58.130Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5a77ab57-2d51-4680-9b83-ec2861a8d0d6 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-21T11:17:58.186Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-21T11:17:58.188Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-21T11:17:58.188Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-21T11:17:58.189Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 86c434c1-3346-43b8-a289-7d9ca3011c6e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-21T11:17:58.189Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-21T11:17:58.189Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-21T11:17:58.302Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-21T11:17:58.305Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 86c434c1-3346-43b8-a289-7d9ca3011c6e 73643
2021-11-21T11:17:58.305Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-11-21T11:17:58.306Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-21T11:17:58.306Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T11:17:58.306Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:17:58.308Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:17:58.308Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493478305,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:17:58.408Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:17:58.409Z||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-21T11:17:58.409Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:17:58.421Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:17:58.421Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:17:59.308Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-21T11:17:59.313Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-21T11:17:59.314Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 86c434c1-3346-43b8-a289-7d9ca3011c6e, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-21T11:17:59.315Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-11-21T11:17:59.315Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-21T11:17:59.316Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-21T11:17:59.499Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4390501270024755753/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-21T11:18:00.758Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-21T11:18:00.758Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-21T11:18:00.759Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-21T11:18:00.759Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-21T11:18:00.759Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-21T11:18:00.759Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-21T11:18:00.759Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-21T11:18:00.759Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-21T11:18:00.759Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-21T11:18:00.759Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-21T11:18:00.759Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-21T11:18:00.759Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-21T11:18:00.759Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-21T11:18:00.759Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-21T11:18:00.760Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:18:00.760Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:18:00.760Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-21T11:18:00.760Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-21T11:18:00.760Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-21T11:18:00.761Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:18:00.761Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:18:00.761Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-21T11:18:00.761Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-21T11:18:00.761Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-21T11:18:00.761Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:18:00.761Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:18:00.762Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:18:00.762Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-11-21T11:18:00.762Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-21T11:18:00.762Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-21T11:18:00.762Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-21T11:18:00.762Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-21T11:18:00.762Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-21T11:18:00.763Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:18:00.763Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-21T11:18:00.763Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:18:00.763Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-21T11:18:00.763Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T11:18:00.763Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:18:00.764Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-21T11:18:00.764Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T11:18:00.764Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:18:00.764Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-21T11:18:00.764Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T11:18:00.764Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:18:00.765Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-11-21T11:18:00.765Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-21T11:18:00.765Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-21T11:18:00.765Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=140da779-d915-42a5-bb7d-4918ea38f985
2021-11-21T11:18:00.765Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:18:00.765Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:18:00.765Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:18:00.765Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:18:00.766Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:18:00.766Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:18:00.766Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:18:00.766Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:18:00.766Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:5a77ab57-2d51-4680-9b83-ec2861a8d0d6
Model Version:NULL
Model InvariantUuid:be6d88db-7322-48f3-a225-07623a39f3c2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:34656215-76d2-42e2-8a41-c2af7805dd93
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ba99edbb-6c05-41c1-b885-6914c206f4b4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d2d57297-3107-4545-9124-cbfe05f1840e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4aa3ff3d-c8e8-43c2-a488-8a995d38c777
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:26a45fe6-b0d6-4ee9-bc2b-ef2f40d3c048
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:140da779-d915-42a5-bb7d-4918ea38f985
ModelInvariantUuid:e3da2918-f095-40bd-8d1e-59bb6356be0b
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:1c82224d-e095-4145-8b33-e97eab493f3d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:f02753ad-aef3-417e-9592-90720f33d57f
ModelInvariantUuid:f4fb4ffd-096d-40a9-9f9c-8aeb8af28744
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:f07c275f-cb88-4eb5-a6e5-2ebaad349870
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-21T11:18:00.774Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 9425ba3a-d098-4420-9fbf-459ae92cdc85
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-21T11:18:00.778Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||basicclamp 0
2021-11-21T11:18:00.778Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9425ba3a-d098-4420-9fbf-459ae92cdc85
2021-11-21T11:18:00.778Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a91b8ce3-fec0-41c8-a04c-9cd85c3114e4 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-11-21T11:18:00.779Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-21T11:18:00.779Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-11-21T11:18:00.975Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-21T11:18:00.976Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json a91b8ce3-fec0-41c8-a04c-9cd85c3114e4 790
2021-11-21T11:18:00.976Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-11-21T11:18:00.976Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-11-21T11:18:00.976Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T11:18:00.977Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:18:00.979Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:18:00.979Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493480976,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:18:01.079Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:18:01.080Z||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-21T11:18:01.081Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:18:01.091Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:18:01.091Z||pool-120-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:18:01.981Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "4aa3ff3d-c8e8-43c2-a488-8a995d38c777",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "26a45fe6-b0d6-4ee9-bc2b-ef2f40d3c048",
    "vfModuleModelCustomizationUUID": "76042603-34e7-4568-b1d5-93ed10af5841",
    "isBase": true,
    "artifacts": [
      "fdb414b1-4b65-45fd-a3ee-55e97e43a2e3",
      "859ee69a-b69e-40f2-956b-3fc3f9fab4f8"
    ],
    "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-21T11:18:01.986Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:26a45fe6-b0d6-4ee9-bc2b-ef2f40d3c048
VfModuleModelInvariantUUID:4aa3ff3d-c8e8-43c2-a488-8a995d38c777
VfModuleModelDescription:NULL
Artifacts UUID List:{
fdb414b1-4b65-45fd-a3ee-55e97e43a2e3
,
859ee69a-b69e-40f2-956b-3fc3f9fab4f8

}
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-21T11:18:01.990Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "4aa3ff3d-c8e8-43c2-a488-8a995d38c777",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "26a45fe6-b0d6-4ee9-bc2b-ef2f40d3c048",
    "vfModuleModelCustomizationUUID": "76042603-34e7-4568-b1d5-93ed10af5841",
    "isBase": true,
    "artifacts": [
      "fdb414b1-4b65-45fd-a3ee-55e97e43a2e3",
      "859ee69a-b69e-40f2-956b-3fc3f9fab4f8"
    ],
    "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-21T11:18:01.990Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:26a45fe6-b0d6-4ee9-bc2b-ef2f40d3c048
VfModuleModelInvariantUUID:4aa3ff3d-c8e8-43c2-a488-8a995d38c777
VfModuleModelDescription:NULL
Artifacts UUID List:{
fdb414b1-4b65-45fd-a3ee-55e97e43a2e3
,
859ee69a-b69e-40f2-956b-3fc3f9fab4f8

}
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-21T11:18:01.990Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: fdb414b1-4b65-45fd-a3ee-55e97e43a2e3 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-11-21T11:18:01.990Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-21T11:18:01.991Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-11-21T11:18:02.265Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-21T11:18:02.266Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml fdb414b1-4b65-45fd-a3ee-55e97e43a2e3 5033
2021-11-21T11:18:02.266Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-21T11:18:02.266Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-11-21T11:18:02.267Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T11:18:02.267Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:18:02.269Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:18:02.269Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493482266,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:18:02.369Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-21T11:18:02.370Z||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-21T11:18:02.370Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:18:02.381Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:18:02.381Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:18:03.270Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 859ee69a-b69e-40f2-956b-3fc3f9fab4f8 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-11-21T11:18:03.271Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-21T11:18:03.271Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-11-21T11:18:03.666Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-21T11:18:03.666Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 859ee69a-b69e-40f2-956b-3fc3f9fab4f8 909
2021-11-21T11:18:03.667Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-21T11:18:03.667Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-11-21T11:18:03.667Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T11:18:03.667Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:18:03.669Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:18:03.669Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493483666,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:18:03.769Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:18:03.770Z||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-21T11:18:03.770Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:18:03.788Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:18:03.788Z||pool-122-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:18:04.672Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 5a77ab57-2d51-4680-9b83-ec2861a8d0d6
2021-11-21T11:18:04.672Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 9425ba3a-d098-4420-9fbf-459ae92cdc85 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-21T11:18:04.696Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c3bfaf1, org.onap.sdc.toscaparser.api.parameters.Input@1892dc93, org.onap.sdc.toscaparser.api.parameters.Input@53ae74b5, org.onap.sdc.toscaparser.api.parameters.Input@4d855f18, org.onap.sdc.toscaparser.api.parameters.Input@4eead82b]
2021-11-21T11:18:04.698Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:18:04.699Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:18:04.699Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-11-21T11:18:04.699Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= d2d57297-3107-4545-9124-cbfe05f1840e
2021-11-21T11:18:04.699Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d2d57297-3107-4545-9124-cbfe05f1840e matches Tosca VF Customization UUID: d2d57297-3107-4545-9124-cbfe05f1840e
2021-11-21T11:18:04.701Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: d2d57297-3107-4545-9124-cbfe05f1840e  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-21T11:18:04.704Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:18:04.704Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:18:04.704Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id d2d57297-3107-4545-9124-cbfe05f1840e: {\"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-21T11:18:04.704Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7a3c2da
2021-11-21T11:18:04.705Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:18:04.705Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-21T11:18:04.706Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 76042603-34e7-4568-b1d5-93ed10af5841
2021-11-21T11:18:04.706Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 76042603-34e7-4568-b1d5-93ed10af5841
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-21T11:18:04.709Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:18:04.709Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-21T11:18:04.709Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T11:18:04.710Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:18:04.710Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-21T11:18:04.710Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T11:18:04.710Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:18:04.710Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-11-21T11:18:04.710Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-21T11:18:04.711Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-21T11:18:04.711Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=140da779-d915-42a5-bb7d-4918ea38f985
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-21T11:18:04.713Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:18:04.713Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-21T11:18:04.713Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T11:18:04.714Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:18:04.714Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-21T11:18:04.714Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=d2d57297-3107-4545-9124-cbfe05f1840e
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-21T11:18:04.715Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:18:04.715Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:18:04.715Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 5a77ab57-2d51-4680-9b83-ec2861a8d0d6: basicclamp
2021-11-21T11:18:04.715Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:18:04.716Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:18:04.716Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:18:04.716Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:18:04.716Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:18:04.716Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:18:04.716Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:18:04.716Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:18:04.717Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:18:04.717Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:18:04.717Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||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-21T11:18:04.800Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 9425ba3a-d098-4420-9fbf-459ae92cdc85 1 ASDC deployResourceStructure
2021-11-21T11:18:04.800Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-11-21T11:18:04.800Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-11-21T11:18:04.800Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-21T11:18:04.800Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:18:04.802Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:18:04.802Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493484800,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-21T11:18:04.902Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:18:04.903Z||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-21T11:18:04.903Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:18:04.916Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:18:04.917Z||pool-123-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:18:05.804Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-21T11:18:05.805Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-11-21T11:18:05.805Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-21T11:18:05.805Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:18:05.808Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:18:05.808Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493485803,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-21T11:18:05.909Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-21T11:18:05.910Z||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-21T11:18:05.910Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:18:05.922Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:18:05.923Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-21T11:18:06.809Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-21T11:18:06.809Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-11-21T11:18:06.809Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-21T11:18:06.809Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:18:06.812Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:18:06.812Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493486808,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-21T11:18:06.912Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:18:06.913Z||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-21T11:18:06.913Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:18:06.928Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:18:06.929Z||pool-125-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:18:07.813Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-11-21T11:18:07.814Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-21T11:18:07.815Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-21T11:18:07.815Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:18:07.817Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:18:07.817Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493487813,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T11:18:07.917Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:18:07.918Z||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-21T11:18:07.918Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:18:07.935Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:18:07.935Z||pool-126-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:18:08.821Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a9da60f-c194-48d0-81d2-f8a0c55f6596
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T11:18:08.833Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a9da60f-c194-48d0-81d2-f8a0c55f6596
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T11:18:08.835Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-21T11:18:08.835Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-21T11:18:08.835Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-21T11:18:38.835Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a9da60f-c194-48d0-81d2-f8a0c55f6596
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T11:18:38.850Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a9da60f-c194-48d0-81d2-f8a0c55f6596
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T11:18:38.854Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-21T11:18:38.854Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-21T11:18:38.854Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-21T11:18:49.461Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:18:49.462Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:18:49.462Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:18:49.483Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:18:49.484Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:18:49.484Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637493456062,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-21T11:18:49.486Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:19:08.855Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a9da60f-c194-48d0-81d2-f8a0c55f6596
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T11:19:08.896Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a9da60f-c194-48d0-81d2-f8a0c55f6596
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T11:19:08.898Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-21T11:19:08.898Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-21T11:19:08.898Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-21T11:19:38.898Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a9da60f-c194-48d0-81d2-f8a0c55f6596
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T11:19:38.912Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a9da60f-c194-48d0-81d2-f8a0c55f6596
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T11:19:38.914Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-21T11:19:38.914Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-21T11:19:38.914Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-21T11:19:49.461Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:19:49.462Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:19:49.463Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:19:49.486Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:19:49.487Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:19:49.487Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "cds",
  "timestamp": 1637493459366,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:19:49.488Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:08.914Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a9da60f-c194-48d0-81d2-f8a0c55f6596
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T11:20:08.934Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a9da60f-c194-48d0-81d2-f8a0c55f6596
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T11:20:08.936Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-21T11:20:08.936Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-21T11:20:08.936Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-21T11:20:38.936Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a9da60f-c194-48d0-81d2-f8a0c55f6596
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T11:20:38.953Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a9da60f-c194-48d0-81d2-f8a0c55f6596
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T11:20:38.955Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-21T11:20:38.955Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-21T11:20:38.955Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-21T11:20:49.461Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:20:49.463Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:20:49.463Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:20:49.991Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:20:49.993Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:49.993Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "dcae-sch",
  "timestamp": 1637493458075,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:20:49.995Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:49.995Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:49.996Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "aai-ml",
  "timestamp": 1637493468380,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:20:49.996Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:49.996Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:49.996Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493469459,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:20:49.996Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:49.997Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:49.997Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637493465583,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:20:49.997Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:49.997Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:49.997Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637493456062,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:20:49.997Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:49.997Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:49.998Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "dcae-sch",
  "timestamp": 1637493458075,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:20:49.998Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:49.998Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:49.998Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "cds",
  "timestamp": 1637493459366,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:20:49.999Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:49.999Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:49.999Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "aai-ml",
  "timestamp": 1637493468380,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:20:50.000Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:50.000Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.000Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493469459,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:20:50.000Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:50.000Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.000Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637493465583,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:20:50.003Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:50.003Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.003Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637493456062,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:20:50.004Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:50.004Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.004Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "cds",
  "timestamp": 1637493459366,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:20:50.004Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:50.004Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.005Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "dcae-sch",
  "timestamp": 1637493458075,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:20:50.005Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:50.005Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.005Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "aai-ml",
  "timestamp": 1637493468380,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:20:50.005Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:50.005Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.006Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493469459,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-21T11:20:50.006Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:50.006Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.006Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637493465583,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:20:50.006Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:50.006Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.006Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "policy-id",
  "timestamp": 1637493471856,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:20:50.007Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:50.007Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.007Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637493473014,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:20:50.007Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:20:50.007Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.008Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "aai-ml",
  "timestamp": 1637493468380,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:20:50.008Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:50.008Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.008Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "cds",
  "timestamp": 1637493473019,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:20:50.008Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:20:50.008Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.009Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493469459,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-21T11:20:50.009Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:50.009Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.009Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637493465583,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:20:50.009Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:50.009Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.010Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "dcae-sch",
  "timestamp": 1637493473501,
  "artifactURL": "/sdc/v1/catalog/services/5a77ab57-2d51-4680-9b83-ec2861a8d0d6/resourceInstances/basicclamp0/artifacts/5433f2fd-a3a4-4284-9f1c-e82a472e47b8",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:20:50.010Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:20:50.010Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.010Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "policy-id",
  "timestamp": 1637493471856,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:20:50.010Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:50.010Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.011Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "aai-ml",
  "timestamp": 1637493468380,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:20:50.011Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:50.011Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.011Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "cds",
  "timestamp": 1637493474029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-21T11:20:50.017Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9a9da60f-c194-48d0-81d2-f8a0c55f6596
2021-11-21T11:20:50.018Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a9da60f-c194-48d0-81d2-f8a0c55f6596 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-21T11:20:50.030Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.031Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637493474073,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:20:50.031Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:20:50.031Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.032Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493469459,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:20:50.032Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:50.032Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.032Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "policy-id",
  "timestamp": 1637493471856,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:20:50.032Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:50.033Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.033Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "dcae-sch",
  "timestamp": 1637493474812,
  "artifactURL": "/sdc/v1/catalog/services/5a77ab57-2d51-4680-9b83-ec2861a8d0d6/resourceInstances/basicclamp0/artifacts/5433f2fd-a3a4-4284-9f1c-e82a472e47b8",
  "status": "DEPLOY_OK"
}
2021-11-21T11:20:50.033Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:20:50.033Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.033Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "aai-ml",
  "timestamp": 1637493468380,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:20:50.033Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:50.034Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.034Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493469459,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-21T11:20:50.034Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:50.034Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.034Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637493475191,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:20:50.034Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:20:50.035Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.035Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "policy-id",
  "timestamp": 1637493471856,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-21T11:20:50.035Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:50.035Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.035Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "dcae-sch",
  "timestamp": 1637493475816,
  "artifactURL": "/sdc/v1/catalog/services/5a77ab57-2d51-4680-9b83-ec2861a8d0d6/resourceInstances/basicclamp0/artifacts/5433f2fd-a3a4-4284-9f1c-e82a472e47b8",
  "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-21T11:20:50.040Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 9a9da60f-c194-48d0-81d2-f8a0c55f6596
2021-11-21T11:20:50.040Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a9da60f-c194-48d0-81d2-f8a0c55f6596 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-21T11:20:50.047Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.047Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "aai-ml",
  "timestamp": 1637493468380,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:20:50.048Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:50.048Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.048Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493469459,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:20:50.049Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:50.049Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.049Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637493476205,
  "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-21T11:20:50.055Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9a9da60f-c194-48d0-81d2-f8a0c55f6596
2021-11-21T11:20:50.056Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a9da60f-c194-48d0-81d2-f8a0c55f6596 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-21T11:20:50.064Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.064Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "policy-id",
  "timestamp": 1637493471856,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:20:50.064Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:50.064Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.064Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637493476365,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:20:50.064Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:50.064Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.064Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493469459,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:20:50.064Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:50.064Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.065Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "aai-ml",
  "timestamp": 1637493477180,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:20:50.065Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:20:50.065Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.065Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637493477208,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-21T11:20:50.065Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:20:50.065Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.065Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "policy-id",
  "timestamp": 1637493471856,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:20:50.065Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:50.065Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.065Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637493476365,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:20:50.065Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:50.066Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.066Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493478305,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:20:50.066Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:20:50.066Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.066Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "policy-id",
  "timestamp": 1637493471856,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:20:50.066Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:50.066Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.066Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637493476365,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:20:50.066Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:50.066Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.066Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "policy-id",
  "timestamp": 1637493471856,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:20:50.067Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:50.067Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.067Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637493476365,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:20:50.067Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:50.067Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.067Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "policy-id",
  "timestamp": 1637493480873,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:20:50.067Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:20:50.067Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.067Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493480976,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:20:50.067Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:20:50.067Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.068Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637493476365,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:20:50.068Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:50.068Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.068Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "policy-id",
  "timestamp": 1637493481880,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T11:20:50.068Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:20:50.068Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.068Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637493476365,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:20:50.068Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:50.068Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.068Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493482266,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:20:50.069Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:20:50.069Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.069Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "policy-id",
  "timestamp": 1637493482883,
  "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-21T11:20:50.073Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9a9da60f-c194-48d0-81d2-f8a0c55f6596
2021-11-21T11:20:50.073Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a9da60f-c194-48d0-81d2-f8a0c55f6596 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-21T11:20:50.078Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.078Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637493476365,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:20:50.078Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:50.078Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.078Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493483666,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:20:50.078Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:20:50.078Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.079Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637493476365,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:20:50.079Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:50.079Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.079Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "clamp",
  "timestamp": 1637493483573,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:20:50.079Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:50.079Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.079Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493484800,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-21T11:20:50.079Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:20:50.079Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.079Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "clamp",
  "timestamp": 1637493483573,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:20:50.079Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:50.080Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.080Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637493485364,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:20:50.080Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:20:50.080Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.080Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493485803,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-21T11:20:50.080Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:20:50.080Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.080Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "clamp",
  "timestamp": 1637493483573,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-21T11:20:50.080Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:50.080Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.080Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493486808,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-21T11:20:50.081Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:20:50.081Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.081Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "clamp",
  "timestamp": 1637493483573,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:20:50.081Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:50.081Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.081Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637493487658,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T11:20:50.081Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:20:50.081Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.082Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493487813,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T11:20:50.082Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:20:50.082Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.082Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "aai-ml",
  "timestamp": 1637493487953,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T11:20:50.082Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:20:50.082Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.082Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "clamp",
  "timestamp": 1637493483573,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:20:50.082Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:50.082Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.082Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637493488669,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-21T11:20:50.086Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9a9da60f-c194-48d0-81d2-f8a0c55f6596
2021-11-21T11:20:50.086Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a9da60f-c194-48d0-81d2-f8a0c55f6596 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-21T11:20:50.092Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.092Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "aai-ml",
  "timestamp": 1637493488957,
  "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-21T11:20:50.095Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9a9da60f-c194-48d0-81d2-f8a0c55f6596
2021-11-21T11:20:50.095Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a9da60f-c194-48d0-81d2-f8a0c55f6596 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-21T11:20:50.101Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.101Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "clamp",
  "timestamp": 1637493483573,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:20:50.101Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:50.101Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.101Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "clamp",
  "timestamp": 1637493483573,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:20:50.101Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:50.102Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.102Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "clamp",
  "timestamp": 1637493483573,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:20:50.102Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:20:50.102Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.102Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "clamp",
  "timestamp": 1637493503823,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:20:50.102Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:20:50.102Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.102Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "clamp",
  "timestamp": 1637493504829,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:20:50.102Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:20:50.102Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.102Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "clamp",
  "timestamp": 1637493508911,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T11:20:50.103Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:20:50.103Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.103Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "clamp",
  "timestamp": 1637493509917,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-21T11:20:50.103Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:20:50.103Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:20:50.103Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "clamp",
  "timestamp": 1637493510922,
  "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-21T11:20:50.107Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9a9da60f-c194-48d0-81d2-f8a0c55f6596
2021-11-21T11:20:50.107Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a9da60f-c194-48d0-81d2-f8a0c55f6596 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-21T11:21:08.956Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a9da60f-c194-48d0-81d2-f8a0c55f6596
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T11:21:08.978Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a9da60f-c194-48d0-81d2-f8a0c55f6596
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T11:21:08.981Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-21T11:21:08.981Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-21T11:21:08.982Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-21T11:21:08.982Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-21T11:21:08.982Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:21:08.982Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:21:08.983Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:21:08.983Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:21:08.983Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:21:08.983Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:21:08.984Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:21:08.984Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-21T11:21:08.999Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-21T11:21:39.000Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9a9da60f-c194-48d0-81d2-f8a0c55f6596 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-21T11:21:39.015Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9a9da60f-c194-48d0-81d2-f8a0c55f6596 and serviceModelVersionId: 5a77ab57-2d51-4680-9b83-ec2861a8d0d6
2021-11-21T11:21:39.015Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : be6d88db-7322-48f3-a225-07623a39f3c2
2021-11-21T11:21:39.017Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/be6d88db-7322-48f3-a225-07623a39f3c2/model-vers/model-ver/5a77ab57-2d51-4680-9b83-ec2861a8d0d6?depth=0
2021-11-21T11:21:39.025Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-11-21T11:21:39.083Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be6d88db-7322-48f3-a225-07623a39f3c2/model-vers/model-ver/5a77ab57-2d51-4680-9b83-ec2861a8d0d6?depth=0|INFO|500||Invoke
2021-11-21T11:21:39.083Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be6d88db-7322-48f3-a225-07623a39f3c2/model-vers/model-ver/5a77ab57-2d51-4680-9b83-ec2861a8d0d6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be6d88db-7322-48f3-a225-07623a39f3c2/model-vers/model-ver/5a77ab57-2d51-4680-9b83-ec2861a8d0d6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9a9da60f-c194-48d0-81d2-f8a0c55f6596], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[42197028-e7fe-4796-9c18-3a73e196fe97], X-ECOMP-RequestID=[9a9da60f-c194-48d0-81d2-f8a0c55f6596], X-TransactionId=[], X-ONAP-RequestID=[9a9da60f-c194-48d0-81d2-f8a0c55f6596], Content-Type=[application/merge-patch+json]}
2021-11-21T11:21:39.113Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be6d88db-7322-48f3-a225-07623a39f3c2/model-vers/model-ver/5a77ab57-2d51-4680-9b83-ec2861a8d0d6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-21T11:21:39.413Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be6d88db-7322-48f3-a225-07623a39f3c2/model-vers/model-ver/5a77ab57-2d51-4680-9b83-ec2861a8d0d6?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/be6d88db-7322-48f3-a225-07623a39f3c2/model-vers/model-ver/5a77ab57-2d51-4680-9b83-ec2861a8d0d6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211121-11:21:39:120-97538], vertex-id=[282648], Content-Length=[0], Date=[Sun, 21 Nov 2021 11:21:39 GMT], Content-Type=[application/json]}
2021-11-21T11:21:39.416Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be6d88db-7322-48f3-a225-07623a39f3c2/model-vers/model-ver/5a77ab57-2d51-4680-9b83-ec2861a8d0d6?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-21T11:21:39.418Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be6d88db-7322-48f3-a225-07623a39f3c2/model-vers/model-ver/5a77ab57-2d51-4680-9b83-ec2861a8d0d6?depth=0|INFO|500||InvokeReturn
2021-11-21T11:21:39.424Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-21T11:21:39.429Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||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-21T11:21:39.434Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-21T11:21:39.435Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9a9da60f-c194-48d0-81d2-f8a0c55f6596 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-21T11:21:39.435Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-21T11:21:39.436Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:21:39.470Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:21:39.470Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493699435,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-21T11:21:39.570Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:21:39.572Z||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-21T11:21:39.572Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:21:39.586Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:21:39.586Z||pool-127-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-21T11:21:40.487Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:21:40.488Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|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-21T11:21:40.488Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:21:49.461Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:21:49.461Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:21:49.461Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:21:50.086Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:21:50.087Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-21T11:21:50.087Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a9da60f-c194-48d0-81d2-f8a0c55f6596",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637493699435,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-21T11:21:50.088Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:21:51.509Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:21:51.510Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:21:51.511Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|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-21T11:21:51.511Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:22:01.064Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:22:01.066Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:22:01.067Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|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-21T11:22:01.067Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:22:10.613Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:22:10.614Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:22:10.615Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|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-21T11:22:10.615Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:22:20.176Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:22:49.461Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:22:49.460Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:22:49.463Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|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-21T11:22:49.464Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:22:49.463Z||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-21T11:22:49.464Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:22:59.009Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:22:59.009Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:23:49.459Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:23:49.461Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:23:49.462Z||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-21T11:23:49.462Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|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-21T11:23:49.462Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:23:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:23:58.997Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:23:59.010Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:24:49.459Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:24:49.461Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:24:49.461Z|91673ef1-0f89-46d3-be0a-679694879572|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-21T11:24:49.461Z|91673ef1-0f89-46d3-be0a-679694879572|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:24:49.461Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|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-21T11:24:49.461Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:24:59.001Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:24:59.005Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:25:49.461Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:25:49.460Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:25:49.463Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|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-21T11:25:49.463Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:25:49.464Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:25:49.464Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:25:59.013Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:25:59.015Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:26:49.459Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:26:49.461Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:26:49.462Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|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-21T11:26:49.462Z||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-21T11:26:49.462Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:26:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:26:59.010Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:26:59.010Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:27:49.459Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:27:49.460Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|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-21T11:27:49.460Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:27:49.461Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:27:49.461Z|15235a02-4422-4043-9723-fe93c3e14516|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-21T11:27:49.461Z|15235a02-4422-4043-9723-fe93c3e14516|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:27:59.003Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:27:59.016Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:28:49.459Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:28:49.461Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:28:49.461Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|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-21T11:28:49.461Z||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-21T11:28:49.461Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:28:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:28:50.091Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:28:50.092Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.092Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"c64db345-a81c-47cc-b734-6e5c9b54abac","serviceName":"Demo_pNF_HEbxokG6OZtCTqfyOapJ","serviceVersion":"1.0","serviceUUID":"a7cc7c0e-f5fc-4849-bbc4-a48563e6216c","serviceDescription":"catalog service description","serviceInvariantUUID":"530528a1-3a9c-47e9-baa4-9e1ea7b1a49a","resources":[{"resourceInstanceName":"pNF b09fa74d-a5a4 0","resourceName":"pNF b09fa74d-a5a4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"df7bcd56-490f-4b7c-b8dc-0b224ab8c86b","resourceInvariantUUID":"5189b7e5-7eca-43ae-bfad-62b9f03b3bf6","resourceCustomizationUUID":"25cc8f47-d59b-4473-8483-a536563ef74d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/vf-license-model.xml","artifactChecksum":"OWM3MmM4NDA0ODY2NDI5MDdmZDk2YzA1Njc3NTQ5MDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e8fcccfb-2722-4091-832c-3be68cf6bc3e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/pNF.csar","artifactChecksum":"YWM2ODQ1ZDcxZWI1ODY0ZmJiNTVmNGE0YzA0Y2RhYzc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e3bb9817-c1cb-4a05-ae47-5f524b2b28e1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a11cbb66-9295-4981-8353-f1837c75530c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/vendor-license-model.xml","artifactChecksum":"NjE3YjhjODUwOGY4MGI3Mjc5OWViZmVhZmI4ZWNmM2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a135177a-df35-4943-a798-fa2da6dc6778","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7778c706-17b4-473d-9c94-16cd2c7431c5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88283e3a-ffd9-423e-8de0-2b6fea6b4464","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHebxokg6oztctqfyoapj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-template.yml","artifactChecksum":"OWY0NDczMDI3ZWRkYzBjYWZlMGZhZTJiYWU1YWUxOWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55c5109b-ab14-46c8-a7df-83575dd11009","artifactVersion":"1"},{"artifactName":"service-DemoPnfHebxokg6oztctqfyoapj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar","artifactChecksum":"OThhM2JkMmViMjk0YjVlMDk5NjkxYWUwOWJhNDQ4MGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8b0f0780-796c-407f-b6bb-5bb5f16ca487","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-21T11:28:50.093Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:28:50.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "clamp",
  "timestamp": 1637494083573,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.097Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:28:50.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637494085584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.098Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:28:50.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "cds",
  "timestamp": 1637494089367,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "policy-id",
  "timestamp": 1637494091856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637494085584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "clamp",
  "timestamp": 1637494083573,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "policy-id",
  "timestamp": 1637494091856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "cds",
  "timestamp": 1637494089367,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637494085584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "clamp",
  "timestamp": 1637494083573,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "cds",
  "timestamp": 1637494089367,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "policy-id",
  "timestamp": 1637494091856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637494085584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "clamp",
  "timestamp": 1637494083573,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "cds",
  "timestamp": 1637494089367,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "policy-id",
  "timestamp": 1637494091856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637494085584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.103Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:28:50.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.103Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494129458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "clamp",
  "timestamp": 1637494083573,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "cds",
  "timestamp": 1637494089367,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "policy-id",
  "timestamp": 1637494091856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637494096062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637494085584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-11-21T11:28:50.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "clamp",
  "timestamp": 1637494083573,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "cds",
  "timestamp": 1637494089367,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "policy-id",
  "timestamp": 1637494091856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637494096062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637494085584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "clamp",
  "timestamp": 1637494083573,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "cds",
  "timestamp": 1637494089367,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "policy-id",
  "timestamp": 1637494091856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.108Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637494096062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.108Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "dcae-sch",
  "timestamp": 1637494098075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "aai-ml",
  "timestamp": 1637494098380,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637494085584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "clamp",
  "timestamp": 1637494083573,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:28:50.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "cds",
  "timestamp": 1637494089367,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:28:50.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "policy-id",
  "timestamp": 1637494091856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:28:50.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637494096062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "dcae-sch",
  "timestamp": 1637494098075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "aai-ml",
  "timestamp": 1637494098380,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637494096062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "dcae-sch",
  "timestamp": 1637494098075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "policy-id",
  "timestamp": 1637494100782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:28:50.112Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:28:50.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637494100830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:28:50.112Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:28:50.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "cds",
  "timestamp": 1637494100878,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:28:50.112Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:28:50.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "aai-ml",
  "timestamp": 1637494098380,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "dcae-sch",
  "timestamp": 1637494098075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637494096062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "policy-id",
  "timestamp": 1637494101787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T11:28:50.113Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:28:50.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "cds",
  "timestamp": 1637494101887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-21T11:28:50.141Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c64db345-a81c-47cc-b734-6e5c9b54abac
2021-11-21T11:28:50.141Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c64db345-a81c-47cc-b734-6e5c9b54abac and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-21T11:28:50.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637494102017,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-11-21T11:28:50.154Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:28:50.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "aai-ml",
  "timestamp": 1637494098380,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "dcae-sch",
  "timestamp": 1637494098075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637494096062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "policy-id",
  "timestamp": 1637494102790,
  "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-21T11:28:50.160Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c64db345-a81c-47cc-b734-6e5c9b54abac
2021-11-21T11:28:50.160Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c64db345-a81c-47cc-b734-6e5c9b54abac 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-21T11:28:50.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637494103021,
  "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-21T11:28:50.171Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of c64db345-a81c-47cc-b734-6e5c9b54abac
2021-11-21T11:28:50.171Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c64db345-a81c-47cc-b734-6e5c9b54abac 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-21T11:28:50.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "aai-ml",
  "timestamp": 1637494098380,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "dcae-sch",
  "timestamp": 1637494098075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637494096062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:28:50.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "aai-ml",
  "timestamp": 1637494098380,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "dcae-sch",
  "timestamp": 1637494098075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "aai-ml",
  "timestamp": 1637494098380,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "dcae-sch",
  "timestamp": 1637494098075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "aai-ml",
  "timestamp": 1637494098380,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:28:50.180Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637494106365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.180Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "aai-ml",
  "timestamp": 1637494107224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:28:50.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:28:50.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "clamp",
  "timestamp": 1637494107951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:28:50.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:28:50.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637494106365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.181Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637494106365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.181Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "clamp",
  "timestamp": 1637494109959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T11:28:50.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:28:50.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637494106365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.182Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "clamp",
  "timestamp": 1637494110962,
  "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-21T11:28:50.186Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c64db345-a81c-47cc-b734-6e5c9b54abac
2021-11-21T11:28:50.186Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c64db345-a81c-47cc-b734-6e5c9b54abac 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-21T11:28:50.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.193Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637494106365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.193Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.193Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637494106365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.193Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.194Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "aai-ml",
  "timestamp": 1637494112713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T11:28:50.194Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:28:50.194Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.194Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637494106365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:50.194Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.194Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.194Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "aai-ml",
  "timestamp": 1637494113716,
  "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-21T11:28:50.198Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c64db345-a81c-47cc-b734-6e5c9b54abac
2021-11-21T11:28:50.198Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c64db345-a81c-47cc-b734-6e5c9b54abac 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-21T11:28:50.203Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:28:50.204Z||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-21T11:28:50.205Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:28:50.205Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.205Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637494106365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:28:50.205Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:28:50.206Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.206Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637494115127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:28:50.206Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:28:50.206Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.206Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637494117056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T11:28:50.206Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:28:50.206Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:28:50.206Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637494118060,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-21T11:28:50.211Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c64db345-a81c-47cc-b734-6e5c9b54abac
2021-11-21T11:28:50.211Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c64db345-a81c-47cc-b734-6e5c9b54abac and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-21T11:28:50.218Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:28:50.218Z||pool-128-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:28:51.104Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:28:51.105Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:28:51.108Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:28:51.108Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494129458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:51.209Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-21T11:28:51.210Z||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-21T11:28:51.210Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:28:51.232Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:28:51.233Z||pool-129-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:28:52.109Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:28:52.110Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:28:52.112Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:28:52.112Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494129458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:52.212Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:28:52.213Z||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-21T11:28:52.213Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:28:52.240Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:28:52.240Z||pool-130-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2021-11-21T11:28:53.112Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:28:53.113Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:28:53.115Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:28:53.115Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494129458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:53.215Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:28:53.216Z||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-21T11:28:53.217Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:28:53.230Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:28:53.231Z||pool-131-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:28:54.115Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:28:54.116Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:28:54.137Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:28:54.137Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494129458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:54.219Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 82 ms
2021-11-21T11:28:54.220Z||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-21T11:28:54.220Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:28:54.231Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:28:54.231Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-21T11:28:55.137Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:28:55.139Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:28:55.141Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:28:55.141Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494129458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:55.242Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-21T11:28:55.243Z||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-21T11:28:55.243Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:28:55.255Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:28:55.256Z||pool-133-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:28:56.142Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:28:56.143Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:28:56.146Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:28:56.146Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494129458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:28:56.246Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:28:56.247Z||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-21T11:28:56.247Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:28:56.265Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:28:56.265Z||pool-134-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:28:57.147Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:28:57.149Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:28:57.151Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:28:57.151Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494129458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:28:57.252Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-21T11:28:57.252Z||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-21T11:28:57.252Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:28:57.264Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:28:57.265Z||pool-135-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:28:58.153Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "serviceName": "Demo_pNF_HEbxokG6OZtCTqfyOapJ",
  "serviceVersion": "1.0",
  "serviceUUID": "a7cc7c0e-f5fc-4849-bbc4-a48563e6216c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "530528a1-3a9c-47e9-baa4-9e1ea7b1a49a",
  "resources": [
    {
      "resourceInstanceName": "pNF b09fa74d-a5a4 0",
      "resourceCustomizationUUID": "25cc8f47-d59b-4473-8483-a536563ef74d",
      "resourceName": "pNF b09fa74d-a5a4",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "df7bcd56-490f-4b7c-b8dc-0b224ab8c86b",
      "resourceInvariantUUID": "5189b7e5-7eca-43ae-bfad-62b9f03b3bf6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfHebxokg6oztctqfyoapj-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar",
      "artifactChecksum": "OThhM2JkMmViMjk0YjVlMDk5NjkxYWUwOWJhNDQ4MGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8b0f0780-796c-407f-b6bb-5bb5f16ca487"
    }
  ],
  "workloadContext": "Production"
}
2021-11-21T11:28:58.153Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-21T11:28:58.153Z|9a9da60f-c194-48d0-81d2-f8a0c55f6596|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a7cc7c0e-f5fc-4849-bbc4-a48563e6216c ASDC
2021-11-21T11:28:58.154Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:c64db345-a81c-47cc-b734-6e5c9b54abac
ServiceName:Demo_pNF_HEbxokG6OZtCTqfyOapJ
ServiceVersion:1.0
ServiceUUID:a7cc7c0e-f5fc-4849-bbc4-a48563e6216c
ServiceInvariantUUID:530528a1-3a9c-47e9-baa4-9e1ea7b1a49a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHebxokg6oztctqfyoapj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar
ArtifactUUID:8b0f0780-796c-407f-b6bb-5bb5f16ca487
ArtifactChecksum:OThhM2JkMmViMjk0YjVlMDk5NjkxYWUwOWJhNDQ4MGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF b09fa74d-a5a4 0
ResourceCustomizationUUID:25cc8f47-d59b-4473-8483-a536563ef74d
ResourceInvariantUUID:5189b7e5-7eca-43ae-bfad-62b9f03b3bf6
ResourceName:pNF b09fa74d-a5a4
ResourceType:PNF
ResourceUUID:df7bcd56-490f-4b7c-b8dc-0b224ab8c86b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-11-21T11:28:58.154Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a7cc7c0e-f5fc-4849-bbc4-a48563e6216c 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-21T11:28:58.188Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-21T11:28:58.190Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-21T11:28:58.190Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-21T11:28:58.190Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8b0f0780-796c-407f-b6bb-5bb5f16ca487 from URL: /sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar
2021-11-21T11:28:58.190Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-21T11:28:58.190Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar
2021-11-21T11:28:58.379Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-21T11:28:58.383Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar 8b0f0780-796c-407f-b6bb-5bb5f16ca487 82633
2021-11-21T11:28:58.383Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar ASDC sendASDCNotification
2021-11-21T11:28:58.384Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar
2021-11-21T11:28:58.384Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T11:28:58.384Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:28:58.386Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:28:58.386Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494138383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:28:58.486Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:28:58.487Z||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-21T11:28:58.487Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:28:58.505Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:28:58.505Z||pool-136-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:28:59.387Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-21T11:28:59.388Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-21T11:28:59.388Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 8b0f0780-796c-407f-b6bb-5bb5f16ca487, URL: /sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar to file: /app/ASDC/1/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar
2021-11-21T11:28:59.389Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHebxokg6oztctqfyoapj-csar.csar
2021-11-21T11:28:59.390Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar
2021-11-21T11:28:59.390Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar
2021-11-21T11:28:59.566Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9930085309608259070/Definitions/service-DemoPnfHebxokg6oztctqfyoapj-template.yml
2021-11-21T11:29:00.543Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-21T11:29:00.544Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-21T11:29:00.544Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar
2021-11-21T11:29:00.544Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-11-21T11:29:00.544Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b09fa74d-a5a4 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-DemoPnfHebxokg6oztctqfyoapj-csar.csar
2021-11-21T11:29:00.544Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar
2021-11-21T11:29:00.545Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar
2021-11-21T11:29:00.545Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar
2021-11-21T11:29:00.550Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar
2021-11-21T11:29:00.550Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar
2021-11-21T11:29:00.550Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar
2021-11-21T11:29:00.551Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-21T11:29:00.551Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:29:00.551Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_HEbxokG6OZtCTqfyOapJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:29:00.551Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||Node template pNF b09fa74d-a5a4 0 is matching search criteria
2021-11-21T11:29:00.551Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-21T11:29:00.552Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF b09fa74d-a5a4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-21T11:29:00.552Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:29:00.552Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_HEbxokG6OZtCTqfyOapJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:29:00.552Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||Node template pNF b09fa74d-a5a4 0 is matching search criteria
2021-11-21T11:29:00.552Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-21T11:29:00.552Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF b09fa74d-a5a4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-21T11:29:00.552Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:29:00.553Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_HEbxokG6OZtCTqfyOapJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:29:00.553Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:29:00.553Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_HEbxokG6OZtCTqfyOapJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:29:00.553Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:29:00.554Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_HEbxokG6OZtCTqfyOapJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:29:00.554Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:29:00.554Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_HEbxokG6OZtCTqfyOapJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:29:00.554Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:29:00.554Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_HEbxokG6OZtCTqfyOapJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:29:00.554Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_HEbxokG6OZtCTqfyOapJ
Description:catalog service description
Model UUID:a7cc7c0e-f5fc-4849-bbc4-a48563e6216c
Model Version:NULL
Model InvariantUuid:530528a1-3a9c-47e9-baa4-9e1ea7b1a49a
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-21T11:29:00.561Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: df7bcd56-490f-4b7c-b8dc-0b224ab8c86b
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-21T11:29:00.565Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||INFO|500||pNF b09fa74d-a5a4 0
2021-11-21T11:29:00.566Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: df7bcd56-490f-4b7c-b8dc-0b224ab8c86b
2021-11-21T11:29:00.566Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||No resources found for Service: a7cc7c0e-f5fc-4849-bbc4-a48563e6216c
2021-11-21T11:29:00.566Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: a7cc7c0e-f5fc-4849-bbc4-a48563e6216c
2021-11-21T11:29:00.566Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b09fa74d-a5a4 0 df7bcd56-490f-4b7c-b8dc-0b224ab8c86b 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-21T11:29:00.570Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4af79f38, org.onap.sdc.toscaparser.api.parameters.Input@6eb6fe8f, org.onap.sdc.toscaparser.api.parameters.Input@1f579e8b, org.onap.sdc.toscaparser.api.parameters.Input@7435aa8a, org.onap.sdc.toscaparser.api.parameters.Input@24de56b]
2021-11-21T11:29:00.570Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:29:00.571Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_HEbxokG6OZtCTqfyOapJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:29:00.571Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid a7cc7c0e-f5fc-4849-bbc4-a48563e6216c: pNF b09fa74d-a5a4
2021-11-21T11:29:00.571Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||INFO|500||Processing PNF resource: df7bcd56-490f-4b7c-b8dc-0b224ab8c86b
2021-11-21T11:29:00.571Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:29:00.571Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_HEbxokG6OZtCTqfyOapJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:29:00.572Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||INFO|500||Resource customization UUID: 25cc8f47-d59b-4473-8483-a536563ef74d is the same as notified resource customizationUUID: 25cc8f47-d59b-4473-8483-a536563ef74d
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-21T11:29:00.611Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b09fa74d-a5a4 df7bcd56-490f-4b7c-b8dc-0b224ab8c86b 0 ASDC deployResourceStructure
2021-11-21T11:29:00.611Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar ASDC sendASDCNotification
2021-11-21T11:29:00.611Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar
2021-11-21T11:29:00.611Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-21T11:29:00.611Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:29:00.613Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:29:00.614Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494140611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T11:29:00.714Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-21T11:29:00.714Z||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-21T11:29:00.714Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:29:00.729Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:29:00.729Z||pool-137-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:29:01.615Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c64db345-a81c-47cc-b734-6e5c9b54abac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T11:29:01.626Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c64db345-a81c-47cc-b734-6e5c9b54abac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T11:29:01.629Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-21T11:29:01.629Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-21T11:29:01.630Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-21T11:29:01.630Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-21T11:29:01.630Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:29:01.630Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:29:01.631Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:29:01.631Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:29:01.631Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:29:01.631Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:29:01.632Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:29:01.632Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-21T11:29:01.637Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-21T11:29:31.637Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c64db345-a81c-47cc-b734-6e5c9b54abac 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-21T11:29:31.644Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c64db345-a81c-47cc-b734-6e5c9b54abac and serviceModelVersionId: a7cc7c0e-f5fc-4849-bbc4-a48563e6216c
2021-11-21T11:29:31.644Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 530528a1-3a9c-47e9-baa4-9e1ea7b1a49a
2021-11-21T11:29:31.646Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/530528a1-3a9c-47e9-baa4-9e1ea7b1a49a/model-vers/model-ver/a7cc7c0e-f5fc-4849-bbc4-a48563e6216c?depth=0
2021-11-21T11:29:31.652Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-11-21T11:29:31.693Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/530528a1-3a9c-47e9-baa4-9e1ea7b1a49a/model-vers/model-ver/a7cc7c0e-f5fc-4849-bbc4-a48563e6216c?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-21T11:29:31.695Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/530528a1-3a9c-47e9-baa4-9e1ea7b1a49a/model-vers/model-ver/a7cc7c0e-f5fc-4849-bbc4-a48563e6216c?depth=0|INFO|500||Invoke
2021-11-21T11:29:31.716Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/530528a1-3a9c-47e9-baa4-9e1ea7b1a49a/model-vers/model-ver/a7cc7c0e-f5fc-4849-bbc4-a48563e6216c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-21T11:29:31.847Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/530528a1-3a9c-47e9-baa4-9e1ea7b1a49a/model-vers/model-ver/a7cc7c0e-f5fc-4849-bbc4-a48563e6216c?depth=0|INFO|500||InvokeReturn
2021-11-21T11:29:31.848Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/530528a1-3a9c-47e9-baa4-9e1ea7b1a49a/model-vers/model-ver/a7cc7c0e-f5fc-4849-bbc4-a48563e6216c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211121-11:29:31:724-42773], vertex-id=[229480], Content-Length=[0], Date=[Sun, 21 Nov 2021 11:29:31 GMT], Content-Type=[application/json]}
2021-11-21T11:29:31.848Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-11-21T11:29:31.849Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-21T11:29:31.849Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||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-21T11:29:31.854Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-21T11:29:31.854Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c64db345-a81c-47cc-b734-6e5c9b54abac and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-21T11:29:31.854Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-21T11:29:31.855Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:29:31.856Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:29:31.856Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494171854,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-21T11:29:31.957Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:29:31.958Z||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-21T11:29:31.958Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:29:31.970Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:29:31.970Z||pool-138-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-21T11:29:49.458Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:29:49.459Z|c64db345-a81c-47cc-b734-6e5c9b54abac|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-21T11:29:49.459Z|c64db345-a81c-47cc-b734-6e5c9b54abac|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:29:49.472Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:29:49.472Z||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-21T11:29:49.472Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:29:49.594Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:29:49.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:29:49.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494129458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:29:49.595Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:29:59.008Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:30:49.459Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:30:49.460Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:30:49.461Z||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-21T11:30:49.461Z||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-21T11:30:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:30:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:30:49.988Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:30:49.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:30:49.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494129458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:30:49.990Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:30:49.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:30:49.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494129458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:30:49.991Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:30:49.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:30:49.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494129458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:30:49.991Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:30:49.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:30:49.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494129458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:30:49.991Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:30:49.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:30:49.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494129458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/resourceInstances/pnfb09fa74da5a40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:30:49.991Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:30:49.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:30:49.992Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494129458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:30:49.992Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:30:49.992Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:30:49.992Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494129458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:30:49.992Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:30:49.992Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:30:49.992Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494138383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:30:49.993Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:30:49.993Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:30:49.993Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494140611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHebxokg6oztctqfyoapj/1.0/artifacts/service-DemoPnfHebxokg6oztctqfyoapj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T11:30:49.993Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:30:49.993Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:30:49.993Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64db345-a81c-47cc-b734-6e5c9b54abac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494171854,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-21T11:30:49.993Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:30:59.009Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:31:49.459Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:31:49.461Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:31:49.461Z||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-21T11:31:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:31:49.461Z||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-21T11:31:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:31:50.084Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:31:50.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"e7667cd1-5a17-4475-bb35-6ce8900c2261","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"d6f123d9-dfa0-45de-ae46-447681d7da39","serviceDescription":"service","serviceInvariantUUID":"55ec8304-7727-4367-a3fd-824adc76d54a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"fc1f1a3a-be1a-4260-a146-f2b422ce7097","resourceInvariantUUID":"bbee4dca-d781-48fb-86c7-08af0593b398","resourceCustomizationUUID":"b4ac933f-cdf7-4881-a442-228967cbcb7c","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":"ZTE0N2Q5ODVkYmUxYTQxMDMxM2EwMDE1YjYwOGQwMTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"eab17876-2d42-4a8b-bd58-03bc748d5c90","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":"ef2c9930-d8a0-4317-ad7d-090a07479e40","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":"29f2b12d-e54f-4d92-ac76-05a514ac5de6","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":"ZDJiNDgyMDQ3MGY5Y2JiOWU3MGJlOTcxYWJkNTMzMWU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3dcd3e06-3790-4e53-8428-f405b5288525","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":"5fb4bebe-77e8-48f8-a9b5-aeac4bbaab4f","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":"2ca51779-2f33-4bc8-82e7-2668a00b79ed","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":"dd4183c7-12b4-4634-a17e-104dcf93fb73","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":"NmQ3NjJhZTU5MzM3YTVhMjZiN2FiZDUwYmRmMjM2MzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9332abf7-9f15-4566-b135-ff298be80aa3","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NjE3MmY5MWYwODNhMzNlN2ZjN2M3YmZlYmIxYzM3ZGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"088ab5da-54de-4e58-aec9-c75940f75854","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-21T11:31:50.089Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:31:50.089Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:31:50.089Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:31:50.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637494286365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "policy-id",
  "timestamp": 1637494291856,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "cds",
  "timestamp": 1637494284366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637494285586,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "clamp",
  "timestamp": 1637494293573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637494286365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.093Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:31:50.093Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494309458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "policy-id",
  "timestamp": 1637494291856,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "cds",
  "timestamp": 1637494284366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637494285586,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "clamp",
  "timestamp": 1637494293573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637494286365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "policy-id",
  "timestamp": 1637494291856,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637494285586,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "cds",
  "timestamp": 1637494284366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "clamp",
  "timestamp": 1637494293573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637494286365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "policy-id",
  "timestamp": 1637494291856,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637494285586,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "cds",
  "timestamp": 1637494284366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637494296063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "clamp",
  "timestamp": 1637494293573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637494286365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "policy-id",
  "timestamp": 1637494291856,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637494285586,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "cds",
  "timestamp": 1637494284366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637494296063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "clamp",
  "timestamp": 1637494293573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637494286365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "policy-id",
  "timestamp": 1637494291856,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637494285586,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "cds",
  "timestamp": 1637494284366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637494296063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "dcae-sch",
  "timestamp": 1637494298075,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.108Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "clamp",
  "timestamp": 1637494293573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.108Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637494286365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "policy-id",
  "timestamp": 1637494291856,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637494285586,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-11-21T11:31:50.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "cds",
  "timestamp": 1637494284366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "dcae-sch",
  "timestamp": 1637494298075,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637494296063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "clamp",
  "timestamp": 1637494293573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637494286365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "policy-id",
  "timestamp": 1637494291856,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637494285586,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "cds",
  "timestamp": 1637494284366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637494296063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "dcae-sch",
  "timestamp": 1637494298075,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "clamp",
  "timestamp": 1637494293573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637494286365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:31:50.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "policy-id",
  "timestamp": 1637494291856,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:31:50.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637494285586,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.117Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "cds",
  "timestamp": 1637494284366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:31:50.117Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637494296063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.118Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "dcae-sch",
  "timestamp": 1637494298075,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.118Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "clamp",
  "timestamp": 1637494293573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:31:50.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "dcae-sch",
  "timestamp": 1637494298075,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637494296063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637494303378,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:31:50.121Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:31:50.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "cds",
  "timestamp": 1637494303460,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:31:50.122Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:31:50.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "policy-id",
  "timestamp": 1637494303465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:31:50.122Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:31:50.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637494303554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:31:50.122Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:31:50.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "dcae-sch",
  "timestamp": 1637494298075,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637494296063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637494304406,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-11-21T11:31:50.124Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:31:50.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "policy-id",
  "timestamp": 1637494304469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T11:31:50.124Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:31:50.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "dcae-sch",
  "timestamp": 1637494298075,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.124Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637494296063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:31:50.124Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "cds",
  "timestamp": 1637494304767,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-21T11:31:50.146Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e7667cd1-5a17-4475-bb35-6ce8900c2261
2021-11-21T11:31:50.146Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7667cd1-5a17-4475-bb35-6ce8900c2261 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-21T11:31:50.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637494305408,
  "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-21T11:31:50.163Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of e7667cd1-5a17-4475-bb35-6ce8900c2261
2021-11-21T11:31:50.163Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7667cd1-5a17-4475-bb35-6ce8900c2261 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-21T11:31:50.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637494305467,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T11:31:50.170Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:31:50.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.171Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "policy-id",
  "timestamp": 1637494305472,
  "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-21T11:31:50.175Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e7667cd1-5a17-4475-bb35-6ce8900c2261
2021-11-21T11:31:50.175Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7667cd1-5a17-4475-bb35-6ce8900c2261 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-21T11:31:50.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "dcae-sch",
  "timestamp": 1637494298075,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.182Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637494306475,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-21T11:31:50.186Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e7667cd1-5a17-4475-bb35-6ce8900c2261
2021-11-21T11:31:50.186Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7667cd1-5a17-4475-bb35-6ce8900c2261 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-21T11:31:50.193Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:31:50.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.194Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "dcae-sch",
  "timestamp": 1637494298075,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.194Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.194Z||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-21T11:31:50.194Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:31:50.194Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:31:50.194Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "aai-ml",
  "timestamp": 1637494308380,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:50.194Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:31:50.204Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:31:50.205Z||pool-139-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-21T11:31:51.094Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:31:51.095Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:31:51.098Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:31:51.098Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494309458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:51.199Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:31:51.200Z||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-21T11:31:51.200Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:31:51.218Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:31:51.218Z||pool-140-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:31:52.099Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:31:52.099Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:31:52.102Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:31:52.102Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494309458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:52.202Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:31:52.203Z||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-21T11:31:52.203Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:31:52.213Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:31:52.214Z||pool-141-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:31:53.103Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:31:53.104Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:31:53.106Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:31:53.106Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494309458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:53.206Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:31:53.207Z||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-21T11:31:53.208Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:31:53.232Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:31:53.232Z||pool-142-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:31:54.107Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:31:54.107Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:31:54.109Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:31:54.109Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494309458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:54.210Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-21T11:31:54.211Z||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-21T11:31:54.211Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:31:54.225Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:31:54.225Z||pool-143-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:31:55.110Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:31:55.111Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:31:55.113Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:31:55.114Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494309458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:55.214Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:31:55.215Z||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-21T11:31:55.215Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:31:55.229Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:31:55.229Z||pool-144-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:31:56.115Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:31:56.115Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:31:56.118Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:31:56.118Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494309458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:56.218Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-21T11:31:56.219Z||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-21T11:31:56.219Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:31:56.230Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:31:56.231Z||pool-145-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:31:57.119Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:31:57.120Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:31:57.122Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:31:57.122Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494309458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:31:57.222Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:31:57.223Z||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-21T11:31:57.223Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:31:57.244Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:31:57.244Z||pool-146-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:31:58.124Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T11:31:58.125Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:31:58.127Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:31:58.127Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494309458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:31:58.227Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:31:58.228Z||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-21T11:31:58.229Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:31:58.239Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:31:58.240Z||pool-147-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-21T11:31:59.128Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d6f123d9-dfa0-45de-ae46-447681d7da39",
  "serviceDescription": "service",
  "serviceInvariantUUID": "55ec8304-7727-4367-a3fd-824adc76d54a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "b4ac933f-cdf7-4881-a442-228967cbcb7c",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "fc1f1a3a-be1a-4260-a146-f2b422ce7097",
      "resourceInvariantUUID": "bbee4dca-d781-48fb-86c7-08af0593b398",
      "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": "NjE3MmY5MWYwODNhMzNlN2ZjN2M3YmZlYmIxYzM3ZGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "088ab5da-54de-4e58-aec9-c75940f75854"
    }
  ],
  "workloadContext": "Production"
}
2021-11-21T11:31:59.129Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-21T11:31:59.129Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d6f123d9-dfa0-45de-ae46-447681d7da39 ASDC
2021-11-21T11:31:59.129Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:e7667cd1-5a17-4475-bb35-6ce8900c2261
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:d6f123d9-dfa0-45de-ae46-447681d7da39
ServiceInvariantUUID:55ec8304-7727-4367-a3fd-824adc76d54a
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:088ab5da-54de-4e58-aec9-c75940f75854
ArtifactChecksum:NjE3MmY5MWYwODNhMzNlN2ZjN2M3YmZlYmIxYzM3ZGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:b4ac933f-cdf7-4881-a442-228967cbcb7c
ResourceInvariantUUID:bbee4dca-d781-48fb-86c7-08af0593b398
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:fc1f1a3a-be1a-4260-a146-f2b422ce7097
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-11-21T11:31:59.129Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d6f123d9-dfa0-45de-ae46-447681d7da39 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-21T11:31:59.160Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-21T11:31:59.161Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-21T11:31:59.161Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-21T11:31:59.161Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 088ab5da-54de-4e58-aec9-c75940f75854 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-21T11:31:59.162Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-21T11:31:59.162Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-21T11:31:59.635Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-21T11:31:59.640Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 088ab5da-54de-4e58-aec9-c75940f75854 105641
2021-11-21T11:31:59.640Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||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-21T11:31:59.640Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||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-21T11:31:59.640Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T11:31:59.641Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:31:59.643Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:31:59.644Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494319640,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:31:59.744Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-21T11:31:59.744Z||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-21T11:31:59.744Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:31:59.839Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:31:59.840Z||pool-148-thread-1|||||INFO|500||cambria reply ok (96 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:32:00.644Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-21T11:32:00.646Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-21T11:32:00.646Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 088ab5da-54de-4e58-aec9-c75940f75854, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-21T11:32:00.647Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-11-21T11:32:00.648Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-21T11:32:00.648Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-21T11:32:00.821Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17486588732272380093/Definitions/service-TestPnfMacro-template.yml
2021-11-21T11:32:01.664Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-21T11:32:01.665Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-11-21T11:32:01.665Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-21T11:32:01.665Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-11-21T11:32:01.665Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||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-21T11:32:01.665Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||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-21T11:32:01.666Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||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-21T11:32:01.666Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||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-21T11:32:01.666Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||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-21T11:32:01.666Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||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-21T11:32:01.666Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||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-21T11:32:01.666Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-11-21T11:32:01.666Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:32:01.666Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:32:01.667Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-11-21T11:32:01.667Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-11-21T11:32:01.667Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-21T11:32:01.668Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:32:01.668Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:32:01.668Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-11-21T11:32:01.668Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-11-21T11:32:01.668Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-21T11:32:01.668Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:32:01.668Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:32:01.669Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:32:01.669Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:32:01.669Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:32:01.669Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:32:01.669Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:32:01.669Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:32:01.669Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:32:01.670Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:32:01.670Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:d6f123d9-dfa0-45de-ae46-447681d7da39
Model Version:NULL
Model InvariantUuid:55ec8304-7727-4367-a3fd-824adc76d54a
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-21T11:32:01.677Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: fc1f1a3a-be1a-4260-a146-f2b422ce7097
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-21T11:32:01.681Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||test-pnf 0
2021-11-21T11:32:01.681Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: fc1f1a3a-be1a-4260-a146-f2b422ce7097
2021-11-21T11:32:01.681Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||No resources found for Service: d6f123d9-dfa0-45de-ae46-447681d7da39
2021-11-21T11:32:01.681Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: d6f123d9-dfa0-45de-ae46-447681d7da39
2021-11-21T11:32:01.681Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 fc1f1a3a-be1a-4260-a146-f2b422ce7097 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-21T11:32:01.685Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2ca0d90f, org.onap.sdc.toscaparser.api.parameters.Input@d331ce, org.onap.sdc.toscaparser.api.parameters.Input@137ee1b2, org.onap.sdc.toscaparser.api.parameters.Input@6fb54b76, org.onap.sdc.toscaparser.api.parameters.Input@45f79f2e]
2021-11-21T11:32:01.685Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:32:01.685Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:32:01.685Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid d6f123d9-dfa0-45de-ae46-447681d7da39: test-pnf
2021-11-21T11:32:01.686Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||Processing PNF resource: fc1f1a3a-be1a-4260-a146-f2b422ce7097
2021-11-21T11:32:01.686Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-21T11:32:01.686Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T11:32:01.686Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||Resource customization UUID: b4ac933f-cdf7-4881-a442-228967cbcb7c is the same as notified resource customizationUUID: b4ac933f-cdf7-4881-a442-228967cbcb7c
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-21T11:32:01.715Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf fc1f1a3a-be1a-4260-a146-f2b422ce7097 0 ASDC deployResourceStructure
2021-11-21T11:32:01.715Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||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-21T11:32:01.715Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||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-21T11:32:01.715Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-21T11:32:01.715Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:32:01.717Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:32:01.717Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494321715,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T11:32:01.817Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T11:32:01.818Z||pool-149-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-21T11:32:01.818Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:32:01.841Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:32:01.841Z||pool-149-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-11-21T11:32:02.718Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7667cd1-5a17-4475-bb35-6ce8900c2261
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T11:32:02.728Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7667cd1-5a17-4475-bb35-6ce8900c2261
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T11:32:02.730Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-21T11:32:02.730Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-21T11:32:02.730Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-21T11:32:32.731Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7667cd1-5a17-4475-bb35-6ce8900c2261
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T11:32:32.747Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7667cd1-5a17-4475-bb35-6ce8900c2261
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T11:32:32.749Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-21T11:32:32.750Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-21T11:32:32.750Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-21T11:32:49.462Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:32:49.465Z||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-21T11:32:49.466Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:32:49.587Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:32:49.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:32:49.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "aai-ml",
  "timestamp": 1637494308380,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:32:49.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:33:02.750Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7667cd1-5a17-4475-bb35-6ce8900c2261
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T11:33:02.765Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7667cd1-5a17-4475-bb35-6ce8900c2261
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T11:33:02.768Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-21T11:33:02.768Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-21T11:33:02.768Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-21T11:33:32.769Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7667cd1-5a17-4475-bb35-6ce8900c2261
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T11:33:32.781Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7667cd1-5a17-4475-bb35-6ce8900c2261
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T11:33:32.788Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-21T11:33:32.788Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-21T11:33:32.788Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-21T11:33:49.461Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:33:49.462Z||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-21T11:33:49.463Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:33:50.022Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:33:50.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:33:50.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494309458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:33:50.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:33:50.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:33:50.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "clamp",
  "timestamp": 1637494310994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:33:50.026Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:33:50.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:33:50.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "aai-ml",
  "timestamp": 1637494308380,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:33:50.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:33:50.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:33:50.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494309458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:33:50.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:33:50.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:33:50.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "clamp",
  "timestamp": 1637494312015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T11:33:50.028Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:33:50.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:33:50.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "aai-ml",
  "timestamp": 1637494308380,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:33:50.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:33:50.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:33:50.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494309458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:33:50.029Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:33:50.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:33:50.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "clamp",
  "timestamp": 1637494313020,
  "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-21T11:33:50.037Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e7667cd1-5a17-4475-bb35-6ce8900c2261
2021-11-21T11:33:50.038Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7667cd1-5a17-4475-bb35-6ce8900c2261 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-21T11:33:50.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:33:50.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "aai-ml",
  "timestamp": 1637494308380,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:33:50.050Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:33:50.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:33:50.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494309458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:33:50.050Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:33:50.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:33:50.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "aai-ml",
  "timestamp": 1637494308380,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:33:50.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:33:50.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:33:50.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494309458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:33:50.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:33:50.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:33:50.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "aai-ml",
  "timestamp": 1637494308380,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:33:50.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:33:50.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:33:50.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494309458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:33:50.053Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:33:50.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:33:50.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "aai-ml",
  "timestamp": 1637494308380,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:33:50.053Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:33:50.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:33:50.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494309458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:33:50.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:33:50.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:33:50.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "aai-ml",
  "timestamp": 1637494308380,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:33:50.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:33:50.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:33:50.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494309458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-21T11:33:50.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:33:50.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:33:50.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494309458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-21T11:33:50.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-21T11:33:50.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:33:50.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "aai-ml",
  "timestamp": 1637494318295,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:33:50.056Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:33:50.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:33:50.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494319640,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-21T11:33:50.057Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:33:50.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:33:50.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494321715,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T11:33:50.058Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:33:50.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:33:50.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "aai-ml",
  "timestamp": 1637494325074,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-21T11:33:50.058Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:33:50.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:33:50.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "aai-ml",
  "timestamp": 1637494326079,
  "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-21T11:33:50.064Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e7667cd1-5a17-4475-bb35-6ce8900c2261
2021-11-21T11:33:50.065Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7667cd1-5a17-4475-bb35-6ce8900c2261 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-21T11:34:02.789Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7667cd1-5a17-4475-bb35-6ce8900c2261
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T11:34:02.805Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7667cd1-5a17-4475-bb35-6ce8900c2261
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T11:34:02.808Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-21T11:34:02.809Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-21T11:34:02.809Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-21T11:34:02.809Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-21T11:34:02.809Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:34:02.809Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:34:02.809Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:34:02.809Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:34:02.810Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:34:02.810Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:34:02.810Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-21T11:34:02.810Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-21T11:34:02.815Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-21T11:34:32.816Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e7667cd1-5a17-4475-bb35-6ce8900c2261 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-21T11:34:32.827Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e7667cd1-5a17-4475-bb35-6ce8900c2261 and serviceModelVersionId: d6f123d9-dfa0-45de-ae46-447681d7da39
2021-11-21T11:34:32.827Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 55ec8304-7727-4367-a3fd-824adc76d54a
2021-11-21T11:34:32.829Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/55ec8304-7727-4367-a3fd-824adc76d54a/model-vers/model-ver/d6f123d9-dfa0-45de-ae46-447681d7da39?depth=0
2021-11-21T11:34:32.838Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-11-21T11:34:32.905Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55ec8304-7727-4367-a3fd-824adc76d54a/model-vers/model-ver/d6f123d9-dfa0-45de-ae46-447681d7da39?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-21T11:34:32.907Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55ec8304-7727-4367-a3fd-824adc76d54a/model-vers/model-ver/d6f123d9-dfa0-45de-ae46-447681d7da39?depth=0|INFO|500||Invoke
2021-11-21T11:34:32.936Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55ec8304-7727-4367-a3fd-824adc76d54a/model-vers/model-ver/d6f123d9-dfa0-45de-ae46-447681d7da39?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-21T11:34:33.052Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55ec8304-7727-4367-a3fd-824adc76d54a/model-vers/model-ver/d6f123d9-dfa0-45de-ae46-447681d7da39?depth=0|INFO|500||InvokeReturn
2021-11-21T11:34:33.054Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55ec8304-7727-4367-a3fd-824adc76d54a/model-vers/model-ver/d6f123d9-dfa0-45de-ae46-447681d7da39?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211121-11:34:32:944-87936], vertex-id=[262328], Content-Length=[0], Date=[Sun, 21 Nov 2021 11:34:32 GMT], Content-Type=[application/json]}
2021-11-21T11:34:33.056Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-11-21T11:34:33.056Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-21T11:34:33.056Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||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-21T11:34:33.061Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||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-21T11:34:33.062Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e7667cd1-5a17-4475-bb35-6ce8900c2261 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-21T11:34:33.062Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-21T11:34:33.063Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-21T11:34:33.066Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T11:34:33.066Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494473062,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-21T11:34:33.173Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2021-11-21T11:34:33.175Z||pool-150-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-21T11:34:33.175Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T11:34:33.196Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:34:33.197Z||pool-150-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-21T11:34:34.082Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:34:34.082Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|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-21T11:34:34.083Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:34:44.662Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:34:44.664Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:34:44.664Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|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-21T11:34:44.665Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:34:49.461Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:34:49.461Z||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-21T11:34:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:34:50.082Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:34:50.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T11:34:50.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7667cd1-5a17-4475-bb35-6ce8900c2261",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637494473062,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-21T11:34:50.085Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T11:34:54.200Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:34:54.201Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:34:54.202Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|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-21T11:34:54.202Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:35:03.745Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:35:49.459Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:35:49.460Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|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-21T11:35:49.460Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:35:49.461Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:35:49.461Z||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-21T11:35:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:35:59.014Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:35:59.022Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:36:49.459Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:36:49.461Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:36:49.461Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|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-21T11:36:49.461Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:36:49.462Z||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-21T11:36:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:36:59.002Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:36:59.009Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:37:49.459Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:37:49.461Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:37:49.461Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|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-21T11:37:49.461Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|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-21T11:37:49.462Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:37:49.462Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:37:59.010Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:37:59.011Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:38:49.459Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:38:49.461Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:38:49.461Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|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-21T11:38:49.461Z||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-21T11:38:49.461Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:38:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:38:59.017Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:38:59.017Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:39:49.459Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:39:49.461Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:39:49.461Z|c64db345-a81c-47cc-b734-6e5c9b54abac|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-21T11:39:49.461Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|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-21T11:39:49.461Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:39:49.461Z|c64db345-a81c-47cc-b734-6e5c9b54abac|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:39:59.000Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:39:59.027Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:40:49.459Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:40:49.461Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:40:49.462Z||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-21T11:40:49.462Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|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-21T11:40:49.462Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:40:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:40:59.007Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:40:59.014Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:41:49.459Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:41:49.460Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|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-21T11:41:49.460Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:41:49.461Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:41:49.461Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|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-21T11:41:49.461Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:41:59.012Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:41:59.015Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:42:49.459Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:42:49.461Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:42:49.461Z||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-21T11:42:49.461Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|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-21T11:42:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:42:49.462Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:42:59.038Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:42:59.039Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:43:49.458Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:43:49.460Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|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-21T11:43:49.460Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:43:49.460Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:43:49.461Z|c64db345-a81c-47cc-b734-6e5c9b54abac|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-21T11:43:49.461Z|c64db345-a81c-47cc-b734-6e5c9b54abac|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:43:59.001Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:43:59.008Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:44:49.459Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:44:49.461Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:44:49.462Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|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-21T11:44:49.462Z||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-21T11:44:49.462Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:44:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:44:59.011Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:44:59.066Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:45:49.459Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:45:49.461Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:45:49.461Z||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-21T11:45:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:45:49.461Z|15235a02-4422-4043-9723-fe93c3e14516|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-21T11:45:49.462Z|15235a02-4422-4043-9723-fe93c3e14516|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:45:59.009Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:45:59.068Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:46:49.459Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:46:49.461Z|15235a02-4422-4043-9723-fe93c3e14516|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-21T11:46:49.461Z|15235a02-4422-4043-9723-fe93c3e14516|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:46:49.461Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:46:49.461Z|91673ef1-0f89-46d3-be0a-679694879572|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-21T11:46:49.461Z|91673ef1-0f89-46d3-be0a-679694879572|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:46:59.003Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:46:59.019Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:47:49.459Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:47:49.461Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:47:49.462Z||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-21T11:47:49.462Z|15235a02-4422-4043-9723-fe93c3e14516|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-21T11:47:49.462Z|15235a02-4422-4043-9723-fe93c3e14516|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:47:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:47:59.015Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:47:59.018Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:48:49.462Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:48:49.462Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:48:49.463Z|15235a02-4422-4043-9723-fe93c3e14516|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-21T11:48:49.463Z|c64db345-a81c-47cc-b734-6e5c9b54abac|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-21T11:48:49.463Z|c64db345-a81c-47cc-b734-6e5c9b54abac|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:48:49.463Z|15235a02-4422-4043-9723-fe93c3e14516|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:48:59.002Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:48:59.013Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:49:49.459Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:49:49.460Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:49:49.462Z|15235a02-4422-4043-9723-fe93c3e14516|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-21T11:49:49.462Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|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-21T11:49:49.462Z|15235a02-4422-4043-9723-fe93c3e14516|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:49:49.462Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:49:59.014Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:49:59.024Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:50:49.459Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:50:49.461Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:50:49.462Z||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-21T11:50:49.462Z|15235a02-4422-4043-9723-fe93c3e14516|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-21T11:50:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:50:49.462Z|15235a02-4422-4043-9723-fe93c3e14516|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:50:59.080Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:50:59.081Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:51:49.459Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:51:49.461Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:51:49.461Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:51:49.461Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:51:49.461Z||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-21T11:51:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:51:59.005Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:51:59.013Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:52:49.459Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:52:49.461Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:52:49.461Z||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-21T11:52:49.461Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:52:49.461Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:52:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:52:59.027Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:52:59.043Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:53:49.459Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:53:49.461Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:53:49.461Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:53:49.461Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:53:49.461Z||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-21T11:53:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:53:59.033Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:53:59.034Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:54:49.460Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:54:49.461Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:54:49.462Z|91673ef1-0f89-46d3-be0a-679694879572|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-21T11:54:49.462Z||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-21T11:54:49.463Z|91673ef1-0f89-46d3-be0a-679694879572|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:54:49.463Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:54:59.006Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:54:59.006Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:55:49.459Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:55:49.460Z||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-21T11:55:49.460Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:55:49.461Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:55:49.461Z||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-21T11:55:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:55:59.004Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:55:59.016Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:56:49.459Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:56:49.461Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:56:49.461Z||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-21T11:56:49.461Z||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-21T11:56:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:56:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:56:59.012Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:56:59.012Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:57:49.459Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:57:49.461Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:57:49.461Z||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-21T11:57:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:57:49.461Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|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-21T11:57:49.462Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:57:59.020Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:57:59.019Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:58:49.459Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:58:49.465Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:58:49.465Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|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-21T11:58:49.465Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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-21T11:58:49.466Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:58:49.466Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:58:59.007Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:58:59.009Z|3fc70e1f-f3df-43a6-bb34-5cf1e3e4da0e|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:59:49.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:59:49.461Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T11:59:49.462Z|c64db345-a81c-47cc-b734-6e5c9b54abac|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-21T11:59:49.462Z||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-21T11:59:49.462Z|c64db345-a81c-47cc-b734-6e5c9b54abac|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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:59:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T11:59:59.049Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T11:59:59.070Z|c64db345-a81c-47cc-b734-6e5c9b54abac|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T12:00:49.458Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T12:00:49.460Z||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-21T12:00:49.460Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T12:00:49.460Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T12:00:49.461Z||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-21T12:00:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T12:00:59.008Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T12:00:59.009Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T12:01:49.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T12:01:49.461Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T12:01:49.462Z||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-21T12:01:49.462Z|91673ef1-0f89-46d3-be0a-679694879572|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-21T12:01:49.462Z|91673ef1-0f89-46d3-be0a-679694879572|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 IcJJhaVON5hWFJYB) ...
2021-11-21T12:01:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T12:01:59.012Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T12:01:59.014Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T12:02:49.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T12:02:49.462Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T12:02:49.463Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|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-21T12:02:49.463Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|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 IcJJhaVON5hWFJYB) ...
2021-11-21T12:02:49.464Z||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-21T12:02:49.465Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T12:02:59.033Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T12:02:59.038Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T12:03:49.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T12:03:49.461Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T12:03:49.461Z||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-21T12:03:49.461Z||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-21T12:03:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T12:03:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T12:03:59.006Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T12:03:59.009Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T12:04:49.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T12:04:49.461Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T12:04:49.463Z||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-21T12:04:49.463Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|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-21T12:04:49.463Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|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 IcJJhaVON5hWFJYB) ...
2021-11-21T12:04:49.463Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T12:04:59.018Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T12:04:59.018Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T12:05:49.458Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T12:05:49.460Z||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-21T12:05:49.460Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T12:05:49.460Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T12:05:49.461Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|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-21T12:05:49.461Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|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 IcJJhaVON5hWFJYB) ...
2021-11-21T12:05:59.019Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T12:05:59.020Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T12:06:49.459Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T12:06:49.460Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T12:06:49.461Z||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-21T12:06:49.461Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|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-21T12:06:49.461Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|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 IcJJhaVON5hWFJYB) ...
2021-11-21T12:06:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T12:06:59.008Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T12:06:59.008Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T12:07:00.498Z||http-nio-8085-exec-1|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-21T12:07:49.460Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T12:07:49.461Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T12:07:49.463Z||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-21T12:07:49.464Z||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-21T12:07:49.464Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T12:07:49.464Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T12:07:59.032Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T12:07:59.036Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T12:08:49.458Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T12:08:49.460Z||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-21T12:08:49.460Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T12:08:49.461Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T12:08:49.461Z|91673ef1-0f89-46d3-be0a-679694879572|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-21T12:08:49.461Z|91673ef1-0f89-46d3-be0a-679694879572|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 IcJJhaVON5hWFJYB) ...
2021-11-21T12:08:59.053Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T12:08:59.056Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T12:09:49.459Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T12:09:49.461Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T12:09:49.464Z|91673ef1-0f89-46d3-be0a-679694879572|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-21T12:09:49.464Z||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-21T12:09:49.464Z|91673ef1-0f89-46d3-be0a-679694879572|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 IcJJhaVON5hWFJYB) ...
2021-11-21T12:09:49.464Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T12:09:59.006Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T12:09:59.009Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T12:10:49.459Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T12:10:49.460Z||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-21T12:10:49.460Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T12:10:49.461Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T12:10:49.461Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|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-21T12:10:49.461Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|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 IcJJhaVON5hWFJYB) ...
2021-11-21T12:10:59.029Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T12:10:59.029Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T12:11:49.459Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T12:11:49.461Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T12:11:49.461Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|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-21T12:11:49.461Z||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-21T12:11:49.462Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|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 IcJJhaVON5hWFJYB) ...
2021-11-21T12:11:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T12:11:59.004Z|e7667cd1-5a17-4475-bb35-6ce8900c2261|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T12:11:59.005Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T12:12:49.458Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T12:12:49.459Z||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-21T12:12:49.460Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T12:12:49.460Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T12:12:49.461Z|15235a02-4422-4043-9723-fe93c3e14516|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-21T12:12:49.461Z|15235a02-4422-4043-9723-fe93c3e14516|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 IcJJhaVON5hWFJYB) ...
2021-11-21T12:12:59.003Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T12:12:59.004Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T12:13:49.459Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T12:13:49.460Z||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-21T12:13:49.460Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T12:13:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T12:13:49.461Z|91673ef1-0f89-46d3-be0a-679694879572|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-21T12:13:49.461Z|91673ef1-0f89-46d3-be0a-679694879572|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 IcJJhaVON5hWFJYB) ...
2021-11-21T12:13:59.005Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-21T12:13:59.006Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK