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-25T09:40:30.422Z||main|||||INFO|500||The following profiles are active: basic
2021-11-25T09:40:43.619Z||main|||||INFO|500||Starting service [Tomcat]
2021-11-25T09:40:43.619Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-11-25T09:40:43.729Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-11-25T09:40:49.426Z||main|||||INFO|500||catdb-pool - Starting...
2021-11-25T09:40:50.070Z||main|||||INFO|500||catdb-pool - Start completed.
2021-11-25T09:40:50.748Z||main|||||INFO|500||reqdb-pool - Starting...
2021-11-25T09:40:50.765Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-11-25T09:40:51.020Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-11-25T09:40:51.433Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-11-25T09:40:52.559Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-11-25T09:40:58.562Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-25T09:41:01.466Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-25T09:41:01.552Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-11-25T09:41:02.287Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-25T09:41:02.620Z||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-25T09:41:04.445Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-25T09:41:05.648Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-11-25T09:41:05.675Z||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$$9ade955a.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-25T09:41:05.677Z||main|||||WARN|500||The sdc end point is not alive
2021-11-25T09:41:09.358Z||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-25T09:41:12.830Z||main|||||WARN|500||---
2021-11-25T09:41:12.831Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-11-25T09:41:12.831Z||main|||||WARN|500||---
2021-11-25T09:41:13.219Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-11-25T09:41:17.953Z||main|||||INFO|500||Started Application in 51.956 seconds (JVM running for 57.127)
2021-11-25T09:41:17.976Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-25T09:41:17.984Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-25T09:41:17.997Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-25T09:41:18.021Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-25T09:41:18.059Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0bf88f96-7226-45f0-8ef1-1d5afd3dc360 url= /sdc/v1/artifactTypes
2021-11-25T09:41:18.060Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-25T09:41:18.303Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-25T09:41:18.325Z||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-25T09:41:18.348Z||scheduling-1|||||DEBUG|500||create keys
2021-11-25T09:41:18.358Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-11-25T09:41:18.530Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T09:41:18.546Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 17ddad32-7e71-4bf2-9cae-245bf9d79221 url= /sdc/v1/registerForDistribution
2021-11-25T09:41:18.828Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 17ddad32-7e71-4bf2-9cae-245bf9d79221 url= /sdc/v1/registerForDistribution
2021-11-25T09:41:18.829Z||scheduling-1|||||INFO|500||start DistributionClient
2021-11-25T09:41:18.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T09:41:18.840Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T09:41:18.844Z||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-25T09:41:18.845Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-11-25T09:41:18.845Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T09:41:18.845Z||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-25T09:41:18.845Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T09:41:29.856Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T09:41:29.901Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T09:42:18.836Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T09:42:18.838Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T09:42:18.839Z||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-25T09:42:18.840Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T09:42:18.840Z||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-25T09:42:18.840Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T09:42:28.389Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T09:42:28.400Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T09:43:18.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T09:43:18.838Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T09:43:18.841Z||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-25T09:43:18.841Z||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-25T09:43:18.841Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T09:43:18.842Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T09:43:28.399Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T09:43:28.423Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T09:44:18.835Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T09:44:18.836Z||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-25T09:44:18.837Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T09:44:18.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T09:44:18.840Z||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-25T09:44:18.840Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T09:44:28.380Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T09:44:28.380Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T09:45:18.836Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T09:45:18.838Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T09:45:18.840Z||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-25T09:45:18.840Z||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-25T09:45:18.840Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T09:45:18.840Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T09:45:28.411Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T09:45:28.411Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T09:46:18.835Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T09:46:18.837Z||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-25T09:46:18.837Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T09:46:18.839Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T09:46:18.840Z||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-25T09:46:18.840Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T09:46:28.394Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T09:46:28.394Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T09:47:18.837Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T09:47:18.838Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T09:47:18.841Z||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-25T09:47:18.841Z||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-25T09:47:18.842Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T09:47:18.842Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T09:47:28.428Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T09:47:28.454Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T09:48:18.835Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T09:48:18.837Z||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-25T09:48:18.837Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T09:48:18.838Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T09:48:18.843Z||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-25T09:48:18.843Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T09:48:28.395Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T09:48:28.440Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T09:49:18.836Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T09:49:18.838Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T09:49:18.840Z||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-25T09:49:18.840Z||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-25T09:49:18.840Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T09:49:18.841Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T09:49:28.404Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T09:49:28.445Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T09:50:18.835Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T09:50:18.837Z||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-25T09:50:18.837Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T09:50:18.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T09:50:18.839Z||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-25T09:50:18.840Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T09:50:28.388Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T09:50:28.390Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T09:50:55.454Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-11-25T09:51:18.836Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T09:51:18.839Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T09:51:18.840Z||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-25T09:51:18.840Z||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-25T09:51:18.840Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T09:51:18.841Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T09:51:28.422Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T09:51:28.477Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T09:52:18.835Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T09:52:18.836Z||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-25T09:52:18.837Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T09:52:18.838Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T09:52:18.839Z||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-25T09:52:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T09:52:28.382Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T09:52:28.382Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T09:53:18.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T09:53:18.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T09:53:18.842Z||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-25T09:53:18.842Z||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-25T09:53:18.842Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T09:53:18.842Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T09:53:28.389Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T09:53:28.431Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T09:54:18.835Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T09:54:18.836Z||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-25T09:54:18.837Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T09:54:18.839Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T09:54:18.840Z||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-25T09:54:18.840Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T09:54:28.382Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T09:54:28.382Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T09:55:18.838Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T09:55:18.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T09:55:18.844Z||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-25T09:55:18.844Z||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-25T09:55:18.845Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T09:55:18.845Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T09:55:28.426Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T09:55:28.428Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T09:56:18.835Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T09:56:18.837Z||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-25T09:56:18.837Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T09:56:18.838Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T09:56:18.839Z||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-25T09:56:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T09:56:28.382Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T09:56:28.383Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T09:57:18.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T09:57:18.838Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T09:57:18.841Z||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-25T09:57:18.841Z||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-25T09:57:18.841Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T09:57:18.841Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T09:57:28.388Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T09:57:28.388Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T09:58:18.835Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T09:58:18.837Z||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-25T09:58:18.837Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T09:58:18.838Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T09:58:18.839Z||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-25T09:58:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T09:58:28.380Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T09:58:28.381Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T09:59:18.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T09:59:18.838Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T09:59:18.843Z||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-25T09:59:18.843Z||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-25T09:59:18.843Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T09:59:18.843Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T09:59:28.415Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T09:59:28.415Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:00:18.835Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:00:18.836Z||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-25T10:00:18.837Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:00:18.838Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:00:18.839Z||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-25T10:00:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:00:28.384Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:00:28.384Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:01:18.838Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:01:18.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:01:18.841Z||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-25T10:01:18.841Z||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-25T10:01:18.842Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:01:18.842Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:01:28.385Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:01:28.425Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:02:18.835Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:02:18.836Z||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-25T10:02:18.837Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:02:18.838Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:02:18.839Z||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-25T10:02:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:02:28.385Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:02:28.387Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:03:18.836Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:03:18.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:03:18.840Z||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-25T10:03:18.840Z||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-25T10:03:18.841Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:03:18.841Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:03:28.387Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:03:28.415Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:04:18.836Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:04:18.837Z||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-25T10:04:18.837Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:04:18.838Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:04:18.839Z||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-25T10:04:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:04:28.380Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:04:28.382Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:05:18.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:05:18.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:05:18.841Z||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-25T10:05:18.841Z||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-25T10:05:18.841Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:05:18.841Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:05:28.380Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:05:28.417Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:06:18.835Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:06:18.836Z||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-25T10:06:18.836Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:06:18.838Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:06:18.838Z||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-25T10:06:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:06:28.382Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:06:28.384Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:07:18.842Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:07:18.842Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:07:18.855Z||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-25T10:07:18.856Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:07:18.855Z||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-25T10:07:18.857Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:07:28.438Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:07:28.440Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:08:18.835Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:08:18.836Z||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-25T10:08:18.837Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:08:18.838Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:08:18.838Z||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-25T10:08:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:08:28.420Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:08:28.420Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:09:18.835Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:09:18.836Z||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-25T10:09:18.836Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:09:18.838Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:09:18.838Z||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-25T10:09:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:09:28.383Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:09:28.383Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:10:18.836Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:10:18.838Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:10:18.839Z||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-25T10:10:18.839Z||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-25T10:10:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:10:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:10:28.382Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:10:28.382Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:11:18.835Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:11:18.836Z||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-25T10:11:18.836Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:11:18.838Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:11:18.839Z||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-25T10:11:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:11:28.374Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:11:28.377Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:12:18.836Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:12:18.838Z||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-25T10:12:18.838Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:12:18.838Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:12:18.839Z||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-25T10:12:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:12:28.379Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:12:28.384Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:13:18.835Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:13:18.836Z||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-25T10:13:18.836Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:13:18.838Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:13:18.839Z||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-25T10:13:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:13:28.379Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:13:28.380Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:14:18.836Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:14:18.838Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:14:18.840Z||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-25T10:14:18.840Z||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-25T10:14:18.840Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:14:18.840Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:14:28.392Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:14:28.411Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:15:18.835Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:15:18.836Z||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-25T10:15:18.836Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:15:18.839Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:15:18.839Z||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-25T10:15:18.840Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:15:28.382Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:15:28.382Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:16:18.836Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:16:18.838Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:16:18.839Z||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-25T10:16:18.839Z||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-25T10:16:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:16:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:16:28.387Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:16:28.392Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:17:18.836Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:17:18.837Z||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-25T10:17:18.837Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:17:18.838Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:17:18.839Z||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-25T10:17:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:17:28.376Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:17:28.376Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:18:18.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:18:18.838Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:18:18.842Z||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-25T10:18:18.842Z||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-25T10:18:18.843Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:18:18.843Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:18:28.382Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:18:28.387Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:19:18.835Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:19:18.836Z||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-25T10:19:18.836Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:19:18.838Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:19:18.838Z||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-25T10:19:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:19:28.381Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:19:28.383Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:20:18.836Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:20:18.838Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:20:18.841Z||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-25T10:20:18.842Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:20:18.841Z||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-25T10:20:18.842Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:20:28.387Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:20:28.400Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:21:18.835Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:21:18.836Z||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-25T10:21:18.836Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:21:18.838Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:21:18.839Z||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-25T10:21:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:21:28.381Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:21:28.381Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:22:18.836Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:22:18.838Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:22:18.840Z||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-25T10:22:18.840Z||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-25T10:22:18.840Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:22:18.840Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:22:28.385Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:22:28.387Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:23:18.835Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:23:18.837Z||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-25T10:23:18.837Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:23:18.838Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:23:18.839Z||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-25T10:23:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:23:28.377Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:23:28.378Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:24:18.836Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:24:18.838Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:24:18.838Z||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-25T10:24:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:24:18.839Z||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-25T10:24:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:24:28.388Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:24:28.415Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:25:18.835Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:25:18.836Z||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-25T10:25:18.836Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:25:18.838Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:25:18.839Z||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-25T10:25:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:25:28.377Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:25:28.378Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:26:18.836Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:26:18.838Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:26:18.839Z||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-25T10:26:18.839Z||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-25T10:26:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:26:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:26:28.380Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:26:28.380Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:27:18.835Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:27:18.836Z||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-25T10:27:18.836Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:27:18.838Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:27:18.839Z||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-25T10:27:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:27:28.379Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:27:28.422Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:28:18.836Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:28:18.838Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:28:18.838Z||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-25T10:28:18.839Z||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-25T10:28:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:28:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:28:28.378Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:28:28.379Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:29:18.835Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:29:18.836Z||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-25T10:29:18.836Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:29:18.838Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:29:18.839Z||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-25T10:29:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:29:28.375Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:29:28.375Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:30:18.836Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:30:18.838Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:30:18.838Z||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-25T10:30:18.838Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:30:18.839Z||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-25T10:30:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:30:28.385Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:30:28.385Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:31:18.835Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:31:18.836Z||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-25T10:31:18.837Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:31:18.838Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:31:18.848Z||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-25T10:31:18.848Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:31:28.384Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:31:28.384Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:32:18.836Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:32:18.838Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:32:18.838Z||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-25T10:32:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:32:18.839Z||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-25T10:32:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:32:28.383Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:32:28.387Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:33:18.835Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:33:18.836Z||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-25T10:33:18.836Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:33:18.838Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:33:18.839Z||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-25T10:33:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:33:28.385Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:33:28.395Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:34:18.836Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:34:18.838Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:34:18.839Z||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-25T10:34:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:34:18.839Z||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-25T10:34:18.840Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:34:28.382Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:34:28.386Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:35:18.835Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:35:18.837Z||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-25T10:35:18.837Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:35:18.838Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:35:18.839Z||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-25T10:35:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:35:28.380Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:35:28.380Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:36:18.836Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:36:18.838Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:36:18.839Z||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-25T10:36:18.839Z||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-25T10:36:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:36:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:36:19.469Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:36:19.470Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:36:19.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"f6c24a54-1ec5-4261-86fa-bf1dd2af3b97","serviceName":"vFW 2021-11-25 10-32-31","serviceVersion":"1.0","serviceUUID":"483575ee-391d-461b-9436-845082a5b9fa","serviceDescription":"catalog service description","serviceInvariantUUID":"42f55fde-15da-4826-a668-927911d6513c","resources":[{"resourceInstanceName":"vFW 136e5274-765c 0","resourceName":"vFW 136e5274-765c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4bed794a-fda4-4b54-9a55-dbd46b6aa627","resourceInvariantUUID":"e830e551-19bc-4fc3-88ca-d6459a965403","resourceCustomizationUUID":"eecea41e-f347-4aca-868c-74ebd4e0f351","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vf-license-model.xml","artifactChecksum":"NDAwNzgyYmI5ZjczYTQzNDk4YTdlMGEzMTIzYzE5ZTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"30dfaf80-f85b-4bb8-b205-38e3d4e8a4bc","artifactVersion":"1"},{"artifactName":"vfw136e5274765c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vfw136e5274765c0_modules.json","artifactChecksum":"MWFmMTBmY2IzN2I3NmFlMmU4ZDk4ODAwMGM4NWRjNDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"519bb20f-3fe9-46f0-9977-e173820ae6f6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"623bcd57-543d-4c05-a6d8-f638af1d3c36","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vendor-license-model.xml","artifactChecksum":"YjMyOGRlMGNjNjk0OTExZmE1ODZlOGNmMmJlMmM1YTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"852436fd-bc9e-4cd2-a58a-f5ef0d3552fc","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"05a887c5-fbe2-4e0f-bbb2-d0c8e5311472","artifactVersion":"2","generatedFromUUID":"623bcd57-543d-4c05-a6d8-f638af1d3c36"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211125103231-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-template.yml","artifactChecksum":"ZjU5NGUwYmMyMzg1MjJjMzIxYjI0NmVjY2RmOTQxYjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d0ccb693-348f-4b31-b96b-b7cc00e8d096","artifactVersion":"1"},{"artifactName":"service-Vfw20211125103231-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-csar.csar","artifactChecksum":"MmVjM2U2NjE3YmQyMDU5MTExZDE0Njk1MTZiODY1ZDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f92c8232-18ac-41a2-b14e-8d7153c59eb6","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-25T10:36:19.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "clamp",
  "timestamp": 1637836530346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.485Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T10:36:19.491Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-25T10:36:19.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "aai-ml",
  "timestamp": 1637836525766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "dcae-sch",
  "timestamp": 1637836530096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637836533198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.501Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T10:36:19.501Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836578835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "cds",
  "timestamp": 1637836528788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637836534737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637836533198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vfw136e5274765c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "aai-ml",
  "timestamp": 1637836525766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vfw136e5274765c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "clamp",
  "timestamp": 1637836530346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vfw136e5274765c0_modules.json",
  "status": "NOTIFIED"
}
2021-11-25T10:36:19.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "dcae-sch",
  "timestamp": 1637836530096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vfw136e5274765c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "cds",
  "timestamp": 1637836528788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vfw136e5274765c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "policy-id",
  "timestamp": 1637836535128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637836534737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vfw136e5274765c0_modules.json",
  "status": "NOTIFIED"
}
2021-11-25T10:36:19.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637836533198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "dcae-sch",
  "timestamp": 1637836530096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "clamp",
  "timestamp": 1637836530346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "aai-ml",
  "timestamp": 1637836525766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "cds",
  "timestamp": 1637836528788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.508Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "policy-id",
  "timestamp": 1637836535128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vfw136e5274765c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.508Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637836534737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-25T10:36:19.509Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637836533198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.509Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "aai-ml",
  "timestamp": 1637836525766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.509Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "dcae-sch",
  "timestamp": 1637836530096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.510Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "clamp",
  "timestamp": 1637836530346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.510Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "cds",
  "timestamp": 1637836528788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.510Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.511Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "policy-id",
  "timestamp": 1637836535128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-25T10:36:19.511Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.511Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637836534737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.511Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.511Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637836533198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.512Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.512Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.512Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "dcae-sch",
  "timestamp": 1637836530096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.512Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.512Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.512Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "clamp",
  "timestamp": 1637836530346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.512Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.512Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.513Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "aai-ml",
  "timestamp": 1637836525766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.513Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.513Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "cds",
  "timestamp": 1637836528788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.513Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.513Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "policy-id",
  "timestamp": 1637836535128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.514Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.514Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.514Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637836534737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-25T10:36:19.514Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.514Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.514Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637836533198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.514Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.514Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "aai-ml",
  "timestamp": 1637836525766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.515Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.515Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "dcae-sch",
  "timestamp": 1637836530096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.515Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.515Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "clamp",
  "timestamp": 1637836530346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "cds",
  "timestamp": 1637836528788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "policy-id",
  "timestamp": 1637836535128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637836534737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637836533198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "clamp",
  "timestamp": 1637836530346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T10:36:19.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "aai-ml",
  "timestamp": 1637836525766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T10:36:19.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "dcae-sch",
  "timestamp": 1637836530096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "cds",
  "timestamp": 1637836528788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T10:36:19.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "policy-id",
  "timestamp": 1637836535128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637836534737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T10:36:19.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "policy-id",
  "timestamp": 1637836535128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T10:36:19.520Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "cds",
  "timestamp": 1637836542509,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T10:36:19.520Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:36:19.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "aai-ml",
  "timestamp": 1637836542520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T10:36:19.521Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:36:19.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637836542793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vfw136e5274765c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-25T10:36:19.521Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:36:19.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "policy-id",
  "timestamp": 1637836543306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T10:36:19.521Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:36:19.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "cds",
  "timestamp": 1637836543529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-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-25T10:36:19.602Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-11-25T10:36:19.605Z||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-25T10:36:19.605Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:36:19.614Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:36:19.614Z||pool-3-thread-1|||||INFO|500||cambria reply ok (10 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-25T10:36:19.698Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f6c24a54-1ec5-4261-86fa-bf1dd2af3b97
2021-11-25T10:36:19.717Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6c24a54-1ec5-4261-86fa-bf1dd2af3b97 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-25T10:36:19.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637836544073,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-25T10:36:19.740Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:36:19.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "policy-id",
  "timestamp": 1637836544316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T10:36:19.740Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:36:19.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637836545188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-25T10:36:19.741Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:36:19.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "policy-id",
  "timestamp": 1637836545321,
  "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-25T10:36:19.755Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f6c24a54-1ec5-4261-86fa-bf1dd2af3b97
2021-11-25T10:36:19.755Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6c24a54-1ec5-4261-86fa-bf1dd2af3b97 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-25T10:36:19.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637836546888,
  "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-25T10:36:19.772Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f6c24a54-1ec5-4261-86fa-bf1dd2af3b97
2021-11-25T10:36:19.772Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6c24a54-1ec5-4261-86fa-bf1dd2af3b97 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-25T10:36:19.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637836547892,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vfw136e5274765c0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-25T10:36:19.791Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:36:19.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "clamp",
  "timestamp": 1637836548854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T10:36:19.792Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:36:19.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637836548860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637836548860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vfw136e5274765c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.793Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "clamp",
  "timestamp": 1637836550863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T10:36:19.793Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:36:19.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637836548860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "clamp",
  "timestamp": 1637836551868,
  "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-25T10:36:19.800Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f6c24a54-1ec5-4261-86fa-bf1dd2af3b97
2021-11-25T10:36:19.800Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6c24a54-1ec5-4261-86fa-bf1dd2af3b97 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-25T10:36:19.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637836548860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.811Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.812Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637836548860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.812Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.812Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637836548860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:19.812Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637836548860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T10:36:19.813Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:36:19.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637836556863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T10:36:19.813Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:36:19.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "aai-ml",
  "timestamp": 1637836559846,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T10:36:19.814Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:36:19.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "aai-ml",
  "timestamp": 1637836560852,
  "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-25T10:36:19.821Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f6c24a54-1ec5-4261-86fa-bf1dd2af3b97
2021-11-25T10:36:19.821Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6c24a54-1ec5-4261-86fa-bf1dd2af3b97 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-25T10:36:19.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637836562836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T10:36:19.832Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:36:19.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:36:19.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637836563841,
  "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-25T10:36:19.837Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f6c24a54-1ec5-4261-86fa-bf1dd2af3b97
2021-11-25T10:36:19.838Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6c24a54-1ec5-4261-86fa-bf1dd2af3b97 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-25T10:36:20.509Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T10:36:20.510Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-25T10:36:20.512Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T10:36:20.512Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836578835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vfw136e5274765c0_modules.json",
  "status": "NOTIFIED"
}
2021-11-25T10:36:20.612Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T10:36:20.614Z||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-25T10:36:20.614Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:36:20.623Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:36:20.623Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-25T10:36:21.513Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T10:36:21.514Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-25T10:36:21.517Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T10:36:21.517Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836578835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-25T10:36:21.617Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T10:36:21.618Z||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-25T10:36:21.618Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:36:21.629Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:36:21.629Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-25T10:36:22.517Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T10:36:22.518Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-25T10:36:22.520Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T10:36:22.520Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836578835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:22.620Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T10:36:22.621Z||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-25T10:36:22.621Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:36:22.632Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:36:22.633Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-25T10:36:23.521Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T10:36:23.521Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-25T10:36:23.523Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T10:36:23.523Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836578835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-25T10:36:23.624Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T10:36:23.625Z||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-25T10:36:23.625Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:36:23.636Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:36:23.636Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-25T10:36:24.524Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T10:36:24.525Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-25T10:36:24.527Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T10:36:24.527Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836578835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:36:24.627Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T10:36:24.629Z||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-25T10:36:24.629Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:36:24.652Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:36:24.653Z||pool-8-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-11-25T10:36:25.528Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T10:36:25.528Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-25T10:36:25.531Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T10:36:25.531Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836578835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T10:36:25.634Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-11-25T10:36:25.641Z||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-25T10:36:25.642Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:36:25.659Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:36:25.660Z||pool-9-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2021-11-25T10:36:26.533Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "serviceName": "vFW 2021-11-25 10-32-31",
  "serviceVersion": "1.0",
  "serviceUUID": "483575ee-391d-461b-9436-845082a5b9fa",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "42f55fde-15da-4826-a668-927911d6513c",
  "resources": [
    {
      "resourceInstanceName": "vFW 136e5274-765c 0",
      "resourceCustomizationUUID": "eecea41e-f347-4aca-868c-74ebd4e0f351",
      "resourceName": "vFW 136e5274-765c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4bed794a-fda4-4b54-9a55-dbd46b6aa627",
      "resourceInvariantUUID": "e830e551-19bc-4fc3-88ca-d6459a965403",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw136e5274765c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vfw136e5274765c0_modules.json",
          "artifactChecksum": "MWFmMTBmY2IzN2I3NmFlMmU4ZDk4ODAwMGM4NWRjNDU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "519bb20f-3fe9-46f0-9977-e173820ae6f6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "623bcd57-543d-4c05-a6d8-f638af1d3c36",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "05a887c5-fbe2-4e0f-bbb2-d0c8e5311472",
            "generatedFromUUID": "623bcd57-543d-4c05-a6d8-f638af1d3c36"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "05a887c5-fbe2-4e0f-bbb2-d0c8e5311472",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20211125103231-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-csar.csar",
      "artifactChecksum": "MmVjM2U2NjE3YmQyMDU5MTExZDE0Njk1MTZiODY1ZDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f92c8232-18ac-41a2-b14e-8d7153c59eb6"
    }
  ],
  "workloadContext": "Production"
}
2021-11-25T10:36:26.536Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-25T10:36:26.537Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 483575ee-391d-461b-9436-845082a5b9fa ASDC
2021-11-25T10:36:26.695Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:f6c24a54-1ec5-4261-86fa-bf1dd2af3b97
ServiceName:vFW 2021-11-25 10-32-31
ServiceVersion:1.0
ServiceUUID:483575ee-391d-461b-9436-845082a5b9fa
ServiceInvariantUUID:42f55fde-15da-4826-a668-927911d6513c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211125103231-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-csar.csar
ArtifactUUID:f92c8232-18ac-41a2-b14e-8d7153c59eb6
ArtifactChecksum:MmVjM2U2NjE3YmQyMDU5MTExZDE0Njk1MTZiODY1ZDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 136e5274-765c 0
ResourceCustomizationUUID:eecea41e-f347-4aca-868c-74ebd4e0f351
ResourceInvariantUUID:e830e551-19bc-4fc3-88ca-d6459a965403
ResourceName:vFW 136e5274-765c
ResourceType:VF
ResourceUUID:4bed794a-fda4-4b54-9a55-dbd46b6aa627
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw136e5274765c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vfw136e5274765c0_modules.json
ArtifactUUID:519bb20f-3fe9-46f0-9977-e173820ae6f6
ArtifactChecksum:MWFmMTBmY2IzN2I3NmFlMmU4ZDk4ODAwMGM4NWRjNDU=
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/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.yaml
ArtifactUUID:623bcd57-543d-4c05-a6d8-f638af1d3c36
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/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.env
ArtifactUUID:05a887c5-fbe2-4e0f-bbb2-d0c8e5311472
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/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.env
ArtifactUUID:05a887c5-fbe2-4e0f-bbb2-d0c8e5311472
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-25T10:36:26.696Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 483575ee-391d-461b-9436-845082a5b9fa 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-25T10:36:26.745Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-25T10:36:26.746Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-25T10:36:26.747Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-25T10:36:26.747Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f92c8232-18ac-41a2-b14e-8d7153c59eb6 from URL: /sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-csar.csar
2021-11-25T10:36:26.748Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-25T10:36:26.749Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-csar.csar
2021-11-25T10:36:26.854Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-25T10:36:26.871Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-csar.csar f92c8232-18ac-41a2-b14e-8d7153c59eb6 98923
2021-11-25T10:36:26.873Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-csar.csar ASDC sendASDCNotification
2021-11-25T10:36:26.873Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-csar.csar
2021-11-25T10:36:26.874Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-25T10:36:26.875Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-25T10:36:26.877Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T10:36:26.877Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836586872,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T10:36:26.978Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T10:36:26.979Z||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-25T10:36:26.979Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:36:26.988Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:36:26.989Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-25T10:36:27.878Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-25T10:36:27.879Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-25T10:36:27.879Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f92c8232-18ac-41a2-b14e-8d7153c59eb6, URL: /sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-csar.csar to file: /app/ASDC/1/service-Vfw20211125103231-csar.csar
2021-11-25T10:36:27.880Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211125103231-csar.csar
2021-11-25T10:36:27.971Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211125103231-csar.csar
2021-11-25T10:36:27.972Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211125103231-csar.csar
2021-11-25T10:36:28.747Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17713262921937624045/Definitions/service-Vfw20211125103231-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-25T10:36:31.337Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-25T10:36:31.343Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-11-25T10:36:31.343Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211125103231-csar.csar
2021-11-25T10:36:31.343Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-25T10:36:31.343Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|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-Vfw20211125103231-csar.csar
2021-11-25T10:36:31.344Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|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-Vfw20211125103231-csar.csar
2021-11-25T10:36:31.344Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|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-Vfw20211125103231-csar.csar
2021-11-25T10:36:31.344Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|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-Vfw20211125103231-csar.csar
2021-11-25T10:36:31.344Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|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-Vfw20211125103231-csar.csar
2021-11-25T10:36:31.344Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|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-Vfw20211125103231-csar.csar
2021-11-25T10:36:31.345Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|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-Vfw20211125103231-csar.csar
2021-11-25T10:36:31.345Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|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-Vfw20211125103231-csar.csar
2021-11-25T10:36:31.345Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|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-Vfw20211125103231-csar.csar
2021-11-25T10:36:31.345Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|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-Vfw20211125103231-csar.csar
2021-11-25T10:36:31.345Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|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-Vfw20211125103231-csar.csar
2021-11-25T10:36:31.346Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 136e5274-765c 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-Vfw20211125103231-csar.csar
2021-11-25T10:36:31.346Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|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-Vfw20211125103231-csar.csar
2021-11-25T10:36:31.346Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-11-25T10:36:31.352Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:36:31.354Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-25 10-32-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T10:36:31.357Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vFW 136e5274-765c 0 is matching search criteria
2021-11-25T10:36:31.357Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-11-25T10:36:31.359Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 136e5274-765c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-25T10:36:31.361Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:36:31.361Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-25 10-32-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T10:36:31.361Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vFW 136e5274-765c 0 is matching search criteria
2021-11-25T10:36:31.361Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-11-25T10:36:31.362Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 136e5274-765c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-25T10:36:31.362Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:36:31.362Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-25 10-32-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T10:36:31.366Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:36:31.366Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vFW 136e5274-765c 0 is not matching search criteria
2021-11-25T10:36:31.366Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-25T10:36:31.366Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-25T10:36:31.366Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-25T10:36:31.367Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-25T10:36:31.367Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-25T10:36:31.367Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-25T10:36:31.367Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-25T10:36:31.367Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-25T10:36:31.368Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-25T10:36:31.368Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-25T10:36:31.368Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-25T10:36:31.368Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-25T10:36:31.370Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-25T10:36:31.370Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-25T10:36:31.370Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-25T10:36:31.370Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-25T10:36:31.371Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:36:31.371Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-25 10-32-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-25T10:36:31.372Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:36:31.373Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vFW 136e5274-765c 0 is matching search criteria
2021-11-25T10:36:31.373Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 136e5274-765c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T10:36:31.373Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:36:31.373Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vFW 136e5274-765c 0 is matching search criteria
2021-11-25T10:36:31.374Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 136e5274-765c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T10:36:31.374Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:36:31.374Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vFW 136e5274-765c 0 is matching search criteria
2021-11-25T10:36:31.374Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 136e5274-765c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T10:36:31.375Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:36:31.375Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vFW 136e5274-765c 0 is not matching search criteria
2021-11-25T10:36:31.375Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-25T10:36:31.375Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-25T10:36:31.375Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-25T10:36:31.376Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-25T10:36:31.376Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-25T10:36:31.376Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-25T10:36:31.376Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-25T10:36:31.377Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-25T10:36:31.377Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-25T10:36:31.377Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-25T10:36:31.377Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-25T10:36:31.377Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1d6664c5-b141-4ffe-bc5b-4a85ac5db6fb
2021-11-25T10:36:31.378Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:36:31.378Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vFW 136e5274-765c 0 is not matching search criteria
2021-11-25T10:36:31.378Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-25T10:36:31.378Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-25T10:36:31.378Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-25T10:36:31.379Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-25T10:36:31.379Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-25T10:36:31.379Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-25T10:36:31.379Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-25T10:36:31.379Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-25T10:36:31.380Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-25T10:36:31.380Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-25T10:36:31.380Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-25T10:36:31.380Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-25T10:36:31.380Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fb49c08e-49db-42a4-a385-4a45f382ac05
2021-11-25T10:36:31.381Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:36:31.381Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vFW 136e5274-765c 0 is not matching search criteria
2021-11-25T10:36:31.381Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-25T10:36:31.381Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-25T10:36:31.381Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-25T10:36:31.382Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-25T10:36:31.382Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-25T10:36:31.382Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-25T10:36:31.382Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-25T10:36:31.382Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-25T10:36:31.383Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-25T10:36:31.383Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-25T10:36:31.383Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-25T10:36:31.383Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-25T10:36:31.383Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=253fdea6-bfc9-4488-ab61-6354f231551b
2021-11-25T10:36:31.384Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:36:31.384Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-25 10-32-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T10:36:31.384Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:36:31.384Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-25 10-32-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T10:36:31.384Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:36:31.385Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-25 10-32-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T10:36:31.385Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:36:31.385Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-25 10-32-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T10:36:31.385Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-11-25 10-32-31
Description:catalog service description
Model UUID:483575ee-391d-461b-9436-845082a5b9fa
Model Version:NULL
Model InvariantUuid:42f55fde-15da-4826-a668-927911d6513c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 136e5274-765c
Model UUID:0d877682-073b-4098-8808-1e51faece107
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e830e551-19bc-4fc3-88ca-d6459a965403
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:eecea41e-f347-4aca-868c-74ebd4e0f351
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4a53326d-dd4b-414b-912d-02b09d2fc16d
ModelName:Vfw136e5274765c..base_vfw..module-0
ModelUuid:3dffe3da-1ec3-4c31-acdc-937e28464d85
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1d6664c5-b141-4ffe-bc5b-4a85ac5db6fb
ModelInvariantUuid:5a62b251-3a8a-4fe9-8810-852e00324508
ModelName:vFW 136e5274-765c-nodes.vfwCvfc
ModelUuid:08b95e8c-76b1-47b9-aa22-934483655f26
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:0c90d41a-7d62-4906-a25a-bdf3f0cd78db
ModelInvariantUuid:9922ff80-e474-49cd-8ac7-6ba536dc5ec4
ModelName:Vfw136e5274765c.compute.nodes.heat.vfw
ModelUuid:cd46c0d0-7cf5-4970-9f88-4e17779668a1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:fb49c08e-49db-42a4-a385-4a45f382ac05
ModelInvariantUuid:0ab75422-cb88-4189-8614-0cdde3414e9c
ModelName:vFW 136e5274-765c-nodes.vsnCvfc
ModelUuid:cfe8f49d-5fdc-4b06-b073-f5be9b24f078
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:2ea71d25-d0ce-4b33-bd05-919b983dcaeb
ModelInvariantUuid:079413f5-43c3-4dad-93fb-f78c93645b5c
ModelName:Vfw136e5274765c.compute.nodes.heat.vsn
ModelUuid:20fa1347-358e-4ef0-aef8-0445eb89ee15
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:253fdea6-bfc9-4488-ab61-6354f231551b
ModelInvariantUuid:f9e65238-dbe4-4c0b-8a4a-e770163bd3fa
ModelName:vFW 136e5274-765c-nodes.vpgCvfc
ModelUuid:232ae739-74cd-4388-8894-b173f669f7e7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:eb18b4ca-0c54-43aa-84ef-1907fc529f7b
ModelInvariantUuid:a574830a-ac54-41ed-b460-dc039c0a2bc3
ModelName:Vfw136e5274765c.compute.nodes.heat.vpg
ModelUuid:e078c34d-8f5b-4c04-9a88-40d9509e91d6
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-25T10:36:31.397Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 4bed794a-fda4-4b54-9a55-dbd46b6aa627
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-25T10:36:31.498Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||vFW 136e5274-765c 0
2021-11-25T10:36:31.505Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4bed794a-fda4-4b54-9a55-dbd46b6aa627
2021-11-25T10:36:31.505Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 519bb20f-3fe9-46f0-9977-e173820ae6f6 from URL: /sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vfw136e5274765c0_modules.json
2021-11-25T10:36:31.505Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-25T10:36:31.505Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vfw136e5274765c0_modules.json
2021-11-25T10:36:31.987Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-25T10:36:31.987Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vfw136e5274765c0_modules.json 519bb20f-3fe9-46f0-9977-e173820ae6f6 785
2021-11-25T10:36:31.988Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vfw136e5274765c0_modules.json ASDC sendASDCNotification
2021-11-25T10:36:31.988Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vfw136e5274765c0_modules.json
2021-11-25T10:36:31.988Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-25T10:36:31.988Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-25T10:36:31.990Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T10:36:31.991Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836591988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vfw136e5274765c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-25T10:36:32.091Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T10:36:32.092Z||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-25T10:36:32.092Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:36:32.102Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:36:32.102Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-25T10:36:32.992Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw136e5274765c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "4a53326d-dd4b-414b-912d-02b09d2fc16d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3dffe3da-1ec3-4c31-acdc-937e28464d85",
    "vfModuleModelCustomizationUUID": "bcf63800-6e13-407e-a882-5d2443cc9927",
    "isBase": true,
    "artifacts": [
      "623bcd57-543d-4c05-a6d8-f638af1d3c36",
      "05a887c5-fbe2-4e0f-bbb2-d0c8e5311472"
    ],
    "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-25T10:36:33.010Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw136e5274765c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3dffe3da-1ec3-4c31-acdc-937e28464d85
VfModuleModelInvariantUUID:4a53326d-dd4b-414b-912d-02b09d2fc16d
VfModuleModelDescription:NULL
Artifacts UUID List:{
623bcd57-543d-4c05-a6d8-f638af1d3c36
,
05a887c5-fbe2-4e0f-bbb2-d0c8e5311472

}
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-25T10:36:33.013Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw136e5274765c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "4a53326d-dd4b-414b-912d-02b09d2fc16d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3dffe3da-1ec3-4c31-acdc-937e28464d85",
    "vfModuleModelCustomizationUUID": "bcf63800-6e13-407e-a882-5d2443cc9927",
    "isBase": true,
    "artifacts": [
      "623bcd57-543d-4c05-a6d8-f638af1d3c36",
      "05a887c5-fbe2-4e0f-bbb2-d0c8e5311472"
    ],
    "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-25T10:36:33.013Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw136e5274765c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3dffe3da-1ec3-4c31-acdc-937e28464d85
VfModuleModelInvariantUUID:4a53326d-dd4b-414b-912d-02b09d2fc16d
VfModuleModelDescription:NULL
Artifacts UUID List:{
623bcd57-543d-4c05-a6d8-f638af1d3c36
,
05a887c5-fbe2-4e0f-bbb2-d0c8e5311472

}
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-25T10:36:33.014Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 623bcd57-543d-4c05-a6d8-f638af1d3c36 from URL: /sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.yaml
2021-11-25T10:36:33.014Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-25T10:36:33.014Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.yaml
2021-11-25T10:36:33.390Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-25T10:36:33.391Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.yaml 623bcd57-543d-4c05-a6d8-f638af1d3c36 20368
2021-11-25T10:36:33.391Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-25T10:36:33.391Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.yaml
2021-11-25T10:36:33.391Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-25T10:36:33.392Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-25T10:36:33.393Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T10:36:33.393Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836593391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-25T10:36:33.494Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T10:36:33.495Z||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-25T10:36:33.496Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:36:33.511Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:36:33.512Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-11-25T10:36:34.394Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 05a887c5-fbe2-4e0f-bbb2-d0c8e5311472 from URL: /sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.env
2021-11-25T10:36:34.395Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-25T10:36:34.395Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.env
2021-11-25T10:36:34.630Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-25T10:36:34.630Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.env 05a887c5-fbe2-4e0f-bbb2-d0c8e5311472 2098
2021-11-25T10:36:34.630Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-25T10:36:34.631Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.env
2021-11-25T10:36:34.631Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-25T10:36:34.631Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-25T10:36:34.634Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T10:36:34.634Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836594630,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-25T10:36:34.734Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T10:36:34.735Z||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-25T10:36:34.735Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:36:34.752Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:36:34.753Z||pool-13-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-11-25T10:36:35.634Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 483575ee-391d-461b-9436-845082a5b9fa
2021-11-25T10:36:35.635Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 136e5274-765c 0 4bed794a-fda4-4b54-9a55-dbd46b6aa627 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-25T10:36:35.671Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b8598b1, org.onap.sdc.toscaparser.api.parameters.Input@31d07632, org.onap.sdc.toscaparser.api.parameters.Input@5d242f9f, org.onap.sdc.toscaparser.api.parameters.Input@13bf9927, org.onap.sdc.toscaparser.api.parameters.Input@14f8dbf1]
2021-11-25T10:36:35.675Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:36:35.675Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-25 10-32-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T10:36:35.676Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-11-25T10:36:35.676Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= eecea41e-f347-4aca-868c-74ebd4e0f351
2021-11-25T10:36:35.676Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: eecea41e-f347-4aca-868c-74ebd4e0f351 matches Tosca VF Customization UUID: eecea41e-f347-4aca-868c-74ebd4e0f351
2021-11-25T10:36:35.676Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: eecea41e-f347-4aca-868c-74ebd4e0f351  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-25T10:36:35.683Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:36:35.683Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-25 10-32-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T10:36:35.685Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id eecea41e-f347-4aca-868c-74ebd4e0f351: {\"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-25T10:36:35.685Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@58a65961
2021-11-25T10:36:35.685Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:36:35.686Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-25 10-32-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-25T10:36:35.686Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bcf63800-6e13-407e-a882-5d2443cc9927
2021-11-25T10:36:35.688Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bcf63800-6e13-407e-a882-5d2443cc9927
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-25T10:36:35.694Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:36:35.694Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vFW 136e5274-765c 0 is matching search criteria
2021-11-25T10:36:35.695Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 136e5274-765c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T10:36:35.696Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:36:35.696Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vFW 136e5274-765c 0 is matching search criteria
2021-11-25T10:36:35.696Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 136e5274-765c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T10:36:35.696Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:36:35.697Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vFW 136e5274-765c 0 is not matching search criteria
2021-11-25T10:36:35.697Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-25T10:36:35.697Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-25T10:36:35.697Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-25T10:36:35.698Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-25T10:36:35.698Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-25T10:36:35.698Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-25T10:36:35.698Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-25T10:36:35.699Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-25T10:36:35.699Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-25T10:36:35.699Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-25T10:36:35.699Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-25T10:36:35.700Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1d6664c5-b141-4ffe-bc5b-4a85ac5db6fb
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-25T10:36:35.710Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:36:35.711Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vFW 136e5274-765c 0 is matching search criteria
2021-11-25T10:36:35.711Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 136e5274-765c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T10:36:35.711Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:36:35.711Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vFW 136e5274-765c 0 is not matching search criteria
2021-11-25T10:36:35.712Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-25T10:36:35.712Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-25T10:36:35.712Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-25T10:36:35.712Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-25T10:36:35.712Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-25T10:36:35.712Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-25T10:36:35.713Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-25T10:36:35.713Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-25T10:36:35.713Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-25T10:36:35.713Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-25T10:36:35.713Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-25T10:36:35.713Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-25T10:36:35.713Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fb49c08e-49db-42a4-a385-4a45f382ac05
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-25T10:36:35.715Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:36:35.715Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vFW 136e5274-765c 0 is matching search criteria
2021-11-25T10:36:35.715Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 136e5274-765c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T10:36:35.717Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:36:35.718Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vFW 136e5274-765c 0 is not matching search criteria
2021-11-25T10:36:35.718Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-25T10:36:35.718Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-25T10:36:35.718Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-25T10:36:35.718Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-25T10:36:35.718Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-25T10:36:35.719Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-25T10:36:35.719Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-25T10:36:35.719Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-25T10:36:35.719Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-25T10:36:35.719Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-25T10:36:35.719Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-25T10:36:35.720Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-25T10:36:35.720Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=253fdea6-bfc9-4488-ab61-6354f231551b
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-25T10:36:35.721Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:36:35.721Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vFW 136e5274-765c 0 is matching search criteria
2021-11-25T10:36:35.721Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 136e5274-765c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T10:36:35.722Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:36:35.722Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Node template vFW 136e5274-765c 0 is matching search criteria
2021-11-25T10:36:35.722Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 136e5274-765c 0] matching following query criteria: sdcType=VF, customizationUUID=eecea41e-f347-4aca-868c-74ebd4e0f351
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-25T10:36:35.723Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:36:35.723Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-25 10-32-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T10:36:35.724Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 483575ee-391d-461b-9436-845082a5b9fa: vFW 136e5274-765c
2021-11-25T10:36:35.724Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:36:35.724Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-25 10-32-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T10:36:35.724Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:36:35.724Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-25 10-32-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T10:36:35.725Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:36:35.725Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-25 10-32-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T10:36:35.725Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:36:35.725Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-25 10-32-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T10:36:35.725Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:36:35.725Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-25 10-32-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T10:36:35.726Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2021-11-25 10-32-31 
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-25T10:36:35.957Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 136e5274-765c 4bed794a-fda4-4b54-9a55-dbd46b6aa627 1 ASDC deployResourceStructure
2021-11-25T10:36:35.958Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vfw136e5274765c0_modules.json ASDC sendASDCNotification
2021-11-25T10:36:35.958Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vfw136e5274765c0_modules.json
2021-11-25T10:36:35.959Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-25T10:36:35.959Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-25T10:36:35.961Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T10:36:35.961Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836595958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vfw136e5274765c0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-25T10:36:36.061Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T10:36:36.063Z||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-25T10:36:36.063Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:36:36.073Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:36:36.073Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-25T10:36:36.963Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-25T10:36:36.963Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.yaml
2021-11-25T10:36:36.963Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-25T10:36:36.964Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-25T10:36:36.965Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T10:36:36.966Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836596962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-11-25T10:36:37.066Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T10:36:37.067Z||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-25T10:36:37.067Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:36:37.076Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:36:37.076Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-25T10:36:37.967Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-25T10:36:37.967Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.env
2021-11-25T10:36:37.967Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-25T10:36:37.968Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-25T10:36:37.970Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T10:36:37.970Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836597966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-11-25T10:36:38.070Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T10:36:38.071Z||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-25T10:36:38.071Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:36:38.079Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:36:38.080Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-25T10:36:38.971Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-csar.csar ASDC sendASDCNotification
2021-11-25T10:36:38.971Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-csar.csar
2021-11-25T10:36:38.971Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-25T10:36:38.972Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-25T10:36:38.974Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T10:36:38.975Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836598971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T10:36:39.074Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-25T10:36:39.075Z||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-25T10:36:39.075Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:36:39.085Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:36:39.086Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-25T10:36:39.976Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6c24a54-1ec5-4261-86fa-bf1dd2af3b97
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T10:36:39.994Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6c24a54-1ec5-4261-86fa-bf1dd2af3b97
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-25T10:36:39.998Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T10:36:39.998Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-25T10:36:39.998Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-25T10:36:39.999Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-25T10:36:39.999Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T10:36:39.999Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T10:36:39.999Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T10:36:39.999Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T10:36:39.999Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T10:36:40.000Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T10:36:40.000Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|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-25T10:36:40.005Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-25T10:37:10.005Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f6c24a54-1ec5-4261-86fa-bf1dd2af3b97 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-25T10:37:10.019Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f6c24a54-1ec5-4261-86fa-bf1dd2af3b97 and serviceModelVersionId: 483575ee-391d-461b-9436-845082a5b9fa
2021-11-25T10:37:10.019Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 42f55fde-15da-4826-a668-927911d6513c
2021-11-25T10:37:18.838Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:37:18.839Z||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-25T10:37:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:37:18.961Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:37:18.962Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:37:18.962Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836578835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:37:18.962Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:37:24.335Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/42f55fde-15da-4826-a668-927911d6513c/model-vers/model-ver/483575ee-391d-461b-9436-845082a5b9fa?depth=0
2021-11-25T10:37:24.439Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-11-25T10:37:24.929Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42f55fde-15da-4826-a668-927911d6513c/model-vers/model-ver/483575ee-391d-461b-9436-845082a5b9fa?depth=0|INFO|500||Invoke
2021-11-25T10:37:24.937Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42f55fde-15da-4826-a668-927911d6513c/model-vers/model-ver/483575ee-391d-461b-9436-845082a5b9fa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42f55fde-15da-4826-a668-927911d6513c/model-vers/model-ver/483575ee-391d-461b-9436-845082a5b9fa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f6c24a54-1ec5-4261-86fa-bf1dd2af3b97], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a3defcc2-aae8-4be9-8a4d-be84771775b6], X-ECOMP-RequestID=[f6c24a54-1ec5-4261-86fa-bf1dd2af3b97], X-TransactionId=[], X-ONAP-RequestID=[f6c24a54-1ec5-4261-86fa-bf1dd2af3b97], Content-Type=[application/merge-patch+json]}
2021-11-25T10:37:25.063Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42f55fde-15da-4826-a668-927911d6513c/model-vers/model-ver/483575ee-391d-461b-9436-845082a5b9fa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-25T10:37:25.579Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42f55fde-15da-4826-a668-927911d6513c/model-vers/model-ver/483575ee-391d-461b-9436-845082a5b9fa?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/42f55fde-15da-4826-a668-927911d6513c/model-vers/model-ver/483575ee-391d-461b-9436-845082a5b9fa?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211125-10:37:25:074-83158], vertex-id=[336016], Content-Length=[0], Date=[Thu, 25 Nov 2021 10:37:25 GMT], Content-Type=[application/json]}
2021-11-25T10:37:25.581Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42f55fde-15da-4826-a668-927911d6513c/model-vers/model-ver/483575ee-391d-461b-9436-845082a5b9fa?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-25T10:37:25.582Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42f55fde-15da-4826-a668-927911d6513c/model-vers/model-ver/483575ee-391d-461b-9436-845082a5b9fa?depth=0|INFO|500||InvokeReturn
2021-11-25T10:37:25.590Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-25T10:37:25.590Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|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-25T10:37:25.597Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|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-25T10:37:25.598Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f6c24a54-1ec5-4261-86fa-bf1dd2af3b97 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-25T10:37:25.600Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-25T10:37:25.600Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-25T10:37:25.602Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T10:37:25.602Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836645599,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-25T10:37:25.705Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-11-25T10:37:25.714Z||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-25T10:37:25.714Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:37:25.729Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:37:25.730Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-25T10:37:26.619Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:37:26.620Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|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-25T10:37:26.620Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:37:36.154Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:38:18.836Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:38:18.838Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:38:18.839Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|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-25T10:38:18.839Z||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-25T10:38:18.840Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:38:18.839Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:38:18.872Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:38:18.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:38:18.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836578835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vfw136e5274765c0_modules.json",
  "status": "NOTIFIED"
}
2021-11-25T10:38:18.876Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:38:18.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:38:18.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836578835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-25T10:38:18.877Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:38:18.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:38:18.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836578835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:38:18.877Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:38:18.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:38:18.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836578835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-25T10:38:18.877Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:38:18.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:38:18.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836578835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:38:18.878Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:38:18.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:38:18.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836578835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T10:38:18.878Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:38:18.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:38:18.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836586872,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T10:38:18.878Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:38:18.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:38:18.879Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836591988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vfw136e5274765c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-25T10:38:18.879Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:38:18.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:38:18.879Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836593391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-25T10:38:18.879Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:38:18.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:38:18.879Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836594630,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-25T10:38:18.880Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:38:18.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:38:18.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836595958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/vfw136e5274765c0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-25T10:38:18.880Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:38:18.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:38:18.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836596962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-11-25T10:38:18.880Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:38:18.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:38:18.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836597966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/resourceInstances/vfw136e5274765c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-11-25T10:38:18.881Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:38:18.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:38:18.881Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836598971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211125103231/1.0/artifacts/service-Vfw20211125103231-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T10:38:18.881Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:38:28.382Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:39:18.835Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:39:18.836Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|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-25T10:39:18.837Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:39:18.838Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:39:18.839Z||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-25T10:39:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:39:19.363Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:39:19.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T10:39:19.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6c24a54-1ec5-4261-86fa-bf1dd2af3b97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836645599,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-25T10:39:19.366Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:39:28.384Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:40:18.835Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:40:18.838Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|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-25T10:40:18.838Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:40:18.838Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:40:18.839Z||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-25T10:40:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:40:28.382Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:40:28.382Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:41:18.835Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:41:18.836Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|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-25T10:41:18.837Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:41:18.838Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:41:18.839Z||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-25T10:41:18.840Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:41:18.961Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:41:18.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T10:41:18.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "dcae-sch",
  "timestamp": 1637836870096,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:41:18.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:41:18.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T10:41:18.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "dcae-sch",
  "timestamp": 1637836870096,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/basic_onboard_kysfxt0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:41:18.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:41:18.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T10:41:18.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637836873198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:41:18.964Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:41:18.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T10:41:18.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "dcae-sch",
  "timestamp": 1637836870096,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:41:18.964Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:41:18.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T10:41:18.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "cds",
  "timestamp": 1637836873787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:41:18.965Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:41:18.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T10:41:18.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637836873198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/basic_onboard_kysfxt0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:41:18.965Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:41:18.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T10:41:18.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "dcae-sch",
  "timestamp": 1637836870096,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:41:18.965Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:41:18.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T10:41:18.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637836874737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:41:18.966Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:41:18.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T10:41:18.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "cds",
  "timestamp": 1637836873787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/basic_onboard_kysfxt0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:41:18.966Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:41:18.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T10:41:18.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "policy-id",
  "timestamp": 1637836875128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:41:18.966Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:41:18.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T10:41:18.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637836873198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:41:18.967Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:41:18.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T10:41:18.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "dcae-sch",
  "timestamp": 1637836870096,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:41:18.967Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:41:18.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T10:41:18.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637836874737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/basic_onboard_kysfxt0_modules.json",
  "status": "NOTIFIED"
}
2021-11-25T10:41:18.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:41:18.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T10:41:18.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "cds",
  "timestamp": 1637836873787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:41:18.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:41:18.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T10:41:18.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "policy-id",
  "timestamp": 1637836875128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/basic_onboard_kysfxt0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:41:18.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:41:18.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T10:41:18.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637836873198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:41:18.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:41:18.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T10:41:18.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "dcae-sch",
  "timestamp": 1637836870096,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:41:18.969Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:41:18.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T10:41:18.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637836874737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-25T10:41:18.969Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:41:18.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T10:41:18.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "cds",
  "timestamp": 1637836873787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:41:18.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:41:18.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T10:41:18.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "policy-id",
  "timestamp": 1637836875128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-25T10:41:18.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:41:18.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T10:41:18.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637836873198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:41:18.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:41:18.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T10:41:18.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "dcae-sch",
  "timestamp": 1637836870096,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:41:18.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:41:18.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T10:41:18.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637836874737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:41:18.971Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:41:18.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-25T10:41:18.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "cds",
  "timestamp": 1637836873787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:41:18.971Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:41:19.459Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:41:19.460Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-25T10:41:19.461Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"5cacfc37-9d40-4b95-9b89-2e99ffdad5d4","serviceName":"basic_onboard_KysFXt","serviceVersion":"1.0","serviceUUID":"08476a71-de48-4456-a043-8a4b7594200b","serviceDescription":"service","serviceInvariantUUID":"af302f2f-6d2a-42ca-b64b-0965db8bbc4f","resources":[{"resourceInstanceName":"basic_onboard_KysFXt 0","resourceName":"basic_onboard_KysFXt","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8819c2ad-c1a9-463e-835c-b2f747f33112","resourceInvariantUUID":"3fa3fb94-9edc-4239-90e5-73baf503ce9f","resourceCustomizationUUID":"53999fe4-1af1-494a-9c8e-263bcf66ba20","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/vf-license-model.xml","artifactChecksum":"OWRhY2Y3OTAzYzcwZTMxNDcyMWM4NWEwZGQwZDMwYjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0963b887-4a05-4aad-aff6-5900fb01331e","artifactVersion":"1"},{"artifactName":"basic_onboard_kysfxt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/basic_onboard_kysfxt0_modules.json","artifactChecksum":"MzNlYmVjNmZmOTg2ZThlMzE0Y2JmMzUzZGE1ZjkwMmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c20f02bd-6d17-4277-a8be-1e64656af4cd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"26973d52-7179-4f74-8161-90b421cd9b26","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0d565458-9179-481a-85cd-228c73773dab","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"59dcb839-3c55-4517-902c-c01dd65d35e3","artifactVersion":"2","generatedFromUUID":"26973d52-7179-4f74-8161-90b421cd9b26"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardKysfxt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-template.yml","artifactChecksum":"NDU4MmMwMDNmMGI5MTMyMTQzZGE3MDYxOTk3YjBjYjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3de691eb-8734-4382-8450-c08e491973b2","artifactVersion":"1"},{"artifactName":"service-BasicOnboardKysfxt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-csar.csar","artifactChecksum":"MDQxMGI4N2IxMjQ5MmRhZjI2NmQ5NGE0ZmIyYjI2NmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"25e86ab6-c3ed-4edb-9e9e-af40b927aecf","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-25T10:41:19.465Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T10:41:19.465Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-25T10:41:19.469Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T10:41:19.469Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836878835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:41:19.569Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T10:41:19.570Z||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-25T10:41:19.570Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:41:19.582Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:41:19.583Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-25T10:41:20.470Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T10:41:20.471Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-25T10:41:20.473Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T10:41:20.473Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836878835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/basic_onboard_kysfxt0_modules.json",
  "status": "NOTIFIED"
}
2021-11-25T10:41:20.573Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T10:41:20.575Z||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-25T10:41:20.575Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:41:20.584Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:41:20.585Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-25T10:41:21.474Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T10:41:21.475Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-25T10:41:21.477Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T10:41:21.477Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836878835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-25T10:41:21.577Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T10:41:21.579Z||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-25T10:41:21.579Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:41:21.588Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:41:21.589Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-25T10:41:22.478Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T10:41:22.479Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-25T10:41:22.482Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T10:41:22.483Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836878835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:41:22.583Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T10:41:22.584Z||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-25T10:41:22.584Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:41:22.599Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:41:22.600Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-25T10:41:23.483Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T10:41:23.484Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-25T10:41:23.487Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T10:41:23.487Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836878835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-25T10:41:23.587Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T10:41:23.588Z||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-25T10:41:23.588Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:41:23.597Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:41:23.598Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-25T10:41:24.488Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T10:41:24.489Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-25T10:41:24.491Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T10:41:24.491Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836878835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:41:24.591Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T10:41:24.592Z||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-25T10:41:24.592Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:41:24.601Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:41:24.602Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-25T10:41:25.491Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T10:41:25.492Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-25T10:41:25.494Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T10:41:25.494Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836878835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T10:41:25.594Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T10:41:25.596Z||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-25T10:41:25.596Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:41:25.607Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:41:25.608Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-25T10:41:26.500Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "serviceName": "basic_onboard_KysFXt",
  "serviceVersion": "1.0",
  "serviceUUID": "08476a71-de48-4456-a043-8a4b7594200b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "af302f2f-6d2a-42ca-b64b-0965db8bbc4f",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_KysFXt 0",
      "resourceCustomizationUUID": "53999fe4-1af1-494a-9c8e-263bcf66ba20",
      "resourceName": "basic_onboard_KysFXt",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8819c2ad-c1a9-463e-835c-b2f747f33112",
      "resourceInvariantUUID": "3fa3fb94-9edc-4239-90e5-73baf503ce9f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_kysfxt0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/basic_onboard_kysfxt0_modules.json",
          "artifactChecksum": "MzNlYmVjNmZmOTg2ZThlMzE0Y2JmMzUzZGE1ZjkwMmM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c20f02bd-6d17-4277-a8be-1e64656af4cd",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "26973d52-7179-4f74-8161-90b421cd9b26",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "59dcb839-3c55-4517-902c-c01dd65d35e3",
            "generatedFromUUID": "26973d52-7179-4f74-8161-90b421cd9b26"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "59dcb839-3c55-4517-902c-c01dd65d35e3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardKysfxt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-csar.csar",
      "artifactChecksum": "MDQxMGI4N2IxMjQ5MmRhZjI2NmQ5NGE0ZmIyYjI2NmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "25e86ab6-c3ed-4edb-9e9e-af40b927aecf"
    }
  ],
  "workloadContext": "Production"
}
2021-11-25T10:41:26.501Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-25T10:41:26.501Z|f6c24a54-1ec5-4261-86fa-bf1dd2af3b97|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 08476a71-de48-4456-a043-8a4b7594200b ASDC
2021-11-25T10:41:26.502Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5cacfc37-9d40-4b95-9b89-2e99ffdad5d4
ServiceName:basic_onboard_KysFXt
ServiceVersion:1.0
ServiceUUID:08476a71-de48-4456-a043-8a4b7594200b
ServiceInvariantUUID:af302f2f-6d2a-42ca-b64b-0965db8bbc4f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardKysfxt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-csar.csar
ArtifactUUID:25e86ab6-c3ed-4edb-9e9e-af40b927aecf
ArtifactChecksum:MDQxMGI4N2IxMjQ5MmRhZjI2NmQ5NGE0ZmIyYjI2NmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_KysFXt 0
ResourceCustomizationUUID:53999fe4-1af1-494a-9c8e-263bcf66ba20
ResourceInvariantUUID:3fa3fb94-9edc-4239-90e5-73baf503ce9f
ResourceName:basic_onboard_KysFXt
ResourceType:VF
ResourceUUID:8819c2ad-c1a9-463e-835c-b2f747f33112
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_kysfxt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/basic_onboard_kysfxt0_modules.json
ArtifactUUID:c20f02bd-6d17-4277-a8be-1e64656af4cd
ArtifactChecksum:MzNlYmVjNmZmOTg2ZThlMzE0Y2JmMzUzZGE1ZjkwMmM=
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/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:26973d52-7179-4f74-8161-90b421cd9b26
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/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.env
ArtifactUUID:59dcb839-3c55-4517-902c-c01dd65d35e3
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/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.env
ArtifactUUID:59dcb839-3c55-4517-902c-c01dd65d35e3
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-25T10:41:26.502Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 08476a71-de48-4456-a043-8a4b7594200b 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-25T10:41:26.544Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-25T10:41:26.546Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-25T10:41:26.546Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-25T10:41:26.547Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 25e86ab6-c3ed-4edb-9e9e-af40b927aecf from URL: /sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-csar.csar
2021-11-25T10:41:26.547Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-25T10:41:26.547Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-csar.csar
2021-11-25T10:41:26.688Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-25T10:41:26.691Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-csar.csar 25e86ab6-c3ed-4edb-9e9e-af40b927aecf 71555
2021-11-25T10:41:26.692Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-csar.csar ASDC sendASDCNotification
2021-11-25T10:41:26.692Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-csar.csar
2021-11-25T10:41:26.692Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-25T10:41:26.692Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-25T10:41:26.695Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T10:41:26.695Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836886692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T10:41:26.795Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T10:41:26.796Z||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-25T10:41:26.797Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:41:26.805Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:41:26.807Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-25T10:41:27.696Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-25T10:41:27.697Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-25T10:41:27.698Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 25e86ab6-c3ed-4edb-9e9e-af40b927aecf, URL: /sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-csar.csar to file: /app/ASDC/1/service-BasicOnboardKysfxt-csar.csar
2021-11-25T10:41:27.698Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardKysfxt-csar.csar
2021-11-25T10:41:27.699Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardKysfxt-csar.csar
2021-11-25T10:41:27.699Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardKysfxt-csar.csar
2021-11-25T10:41:28.088Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13493313552861664147/Definitions/service-BasicOnboardKysfxt-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-25T10:41:29.400Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-25T10:41:29.400Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-11-25T10:41:29.400Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardKysfxt-csar.csar
2021-11-25T10:41:29.400Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-25T10:41:29.401Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_KysFXt 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-BasicOnboardKysfxt-csar.csar
2021-11-25T10:41:29.401Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardKysfxt-csar.csar
2021-11-25T10:41:29.401Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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-BasicOnboardKysfxt-csar.csar
2021-11-25T10:41:29.401Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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-BasicOnboardKysfxt-csar.csar
2021-11-25T10:41:29.401Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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-BasicOnboardKysfxt-csar.csar
2021-11-25T10:41:29.401Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardKysfxt-csar.csar
2021-11-25T10:41:29.401Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKysfxt-csar.csar
2021-11-25T10:41:29.401Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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-BasicOnboardKysfxt-csar.csar
2021-11-25T10:41:29.401Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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-BasicOnboardKysfxt-csar.csar
2021-11-25T10:41:29.402Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-11-25T10:41:29.402Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:41:29.402Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_KysFXt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T10:41:29.402Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_KysFXt 0 is matching search criteria
2021-11-25T10:41:29.403Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-11-25T10:41:29.403Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_KysFXt 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-25T10:41:29.403Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:41:29.403Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_KysFXt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T10:41:29.403Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_KysFXt 0 is matching search criteria
2021-11-25T10:41:29.403Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-11-25T10:41:29.404Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_KysFXt 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-25T10:41:29.404Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:41:29.404Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_KysFXt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T10:41:29.404Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:41:29.404Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_KysFXt 0 is not matching search criteria
2021-11-25T10:41:29.405Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-25T10:41:29.405Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-25T10:41:29.405Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-25T10:41:29.405Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-25T10:41:29.405Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-25T10:41:29.406Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:41:29.406Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_KysFXt is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-25T10:41:29.406Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:41:29.406Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_KysFXt 0 is matching search criteria
2021-11-25T10:41:29.406Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_KysFXt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T10:41:29.407Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:41:29.407Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_KysFXt 0 is matching search criteria
2021-11-25T10:41:29.407Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_KysFXt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T10:41:29.407Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:41:29.407Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_KysFXt 0 is matching search criteria
2021-11-25T10:41:29.407Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_KysFXt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T10:41:29.408Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:41:29.408Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_KysFXt 0 is not matching search criteria
2021-11-25T10:41:29.408Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-25T10:41:29.408Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-25T10:41:29.408Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=18d2b5c6-d5f0-4ad9-b433-e3ca8565a2b0
2021-11-25T10:41:29.409Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:41:29.409Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_KysFXt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T10:41:29.409Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:41:29.409Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_KysFXt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T10:41:29.409Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:41:29.409Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_KysFXt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T10:41:29.410Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:41:29.410Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_KysFXt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T10:41:29.410Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_KysFXt
Description:service
Model UUID:08476a71-de48-4456-a043-8a4b7594200b
Model Version:NULL
Model InvariantUuid:af302f2f-6d2a-42ca-b64b-0965db8bbc4f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_KysFXt
Model UUID:43f93c59-2fdd-4266-bd7e-8322c527e658
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3fa3fb94-9edc-4239-90e5-73baf503ce9f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:53999fe4-1af1-494a-9c8e-263bcf66ba20
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9bc7d62b-6617-4651-8b73-f2bda2ccdcca
ModelName:BasicOnboardKysfxt..base_ubuntu18..module-0
ModelUuid:dd134f00-761c-45c0-86f6-eeb6468f9321
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:18d2b5c6-d5f0-4ad9-b433-e3ca8565a2b0
ModelInvariantUuid:ec30be09-b823-4e7f-9feb-fc575ded2579
ModelName:basic_onboard_KysFXt-nodes.ubuntu18Cvfc
ModelUuid:be2f6514-dd45-4d14-ba30-9b15c2c8cbf8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:43042c7f-ad8f-4d33-afdf-f4587b44a2bc
ModelInvariantUuid:a7d98377-0fc4-4c97-81cf-be0ff09b76a2
ModelName:BasicOnboardKysfxt.compute.nodes.heat.ubuntu18
ModelUuid:16f1777f-973e-4cba-90db-3ba5ba7f5dd2
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-25T10:41:29.421Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 8819c2ad-c1a9-463e-835c-b2f747f33112
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-25T10:41:29.425Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||basic_onboard_KysFXt 0
2021-11-25T10:41:29.426Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8819c2ad-c1a9-463e-835c-b2f747f33112
2021-11-25T10:41:29.426Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c20f02bd-6d17-4277-a8be-1e64656af4cd from URL: /sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/basic_onboard_kysfxt0_modules.json
2021-11-25T10:41:29.426Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-25T10:41:29.426Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/basic_onboard_kysfxt0_modules.json
2021-11-25T10:41:29.504Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-25T10:41:29.504Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/basic_onboard_kysfxt0_modules.json c20f02bd-6d17-4277-a8be-1e64656af4cd 798
2021-11-25T10:41:29.505Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/basic_onboard_kysfxt0_modules.json ASDC sendASDCNotification
2021-11-25T10:41:29.505Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/basic_onboard_kysfxt0_modules.json
2021-11-25T10:41:29.505Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-25T10:41:29.505Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-25T10:41:29.507Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T10:41:29.508Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836889505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/basic_onboard_kysfxt0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-25T10:41:29.608Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T10:41:29.609Z||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-25T10:41:29.609Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:41:29.624Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:41:29.624Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-25T10:41:30.508Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardKysfxt..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "9bc7d62b-6617-4651-8b73-f2bda2ccdcca",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dd134f00-761c-45c0-86f6-eeb6468f9321",
    "vfModuleModelCustomizationUUID": "acd92121-7eea-4deb-8892-162fc9b67578",
    "isBase": true,
    "artifacts": [
      "26973d52-7179-4f74-8161-90b421cd9b26",
      "59dcb839-3c55-4517-902c-c01dd65d35e3"
    ],
    "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-25T10:41:30.517Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKysfxt..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dd134f00-761c-45c0-86f6-eeb6468f9321
VfModuleModelInvariantUUID:9bc7d62b-6617-4651-8b73-f2bda2ccdcca
VfModuleModelDescription:NULL
Artifacts UUID List:{
26973d52-7179-4f74-8161-90b421cd9b26
,
59dcb839-3c55-4517-902c-c01dd65d35e3

}
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-25T10:41:30.519Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardKysfxt..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "9bc7d62b-6617-4651-8b73-f2bda2ccdcca",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dd134f00-761c-45c0-86f6-eeb6468f9321",
    "vfModuleModelCustomizationUUID": "acd92121-7eea-4deb-8892-162fc9b67578",
    "isBase": true,
    "artifacts": [
      "26973d52-7179-4f74-8161-90b421cd9b26",
      "59dcb839-3c55-4517-902c-c01dd65d35e3"
    ],
    "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-25T10:41:30.519Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKysfxt..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dd134f00-761c-45c0-86f6-eeb6468f9321
VfModuleModelInvariantUUID:9bc7d62b-6617-4651-8b73-f2bda2ccdcca
VfModuleModelDescription:NULL
Artifacts UUID List:{
26973d52-7179-4f74-8161-90b421cd9b26
,
59dcb839-3c55-4517-902c-c01dd65d35e3

}
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-25T10:41:30.520Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 26973d52-7179-4f74-8161-90b421cd9b26 from URL: /sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.yaml
2021-11-25T10:41:30.520Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-25T10:41:30.520Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.yaml
2021-11-25T10:41:30.695Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-25T10:41:30.696Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.yaml 26973d52-7179-4f74-8161-90b421cd9b26 5033
2021-11-25T10:41:30.696Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-25T10:41:30.696Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.yaml
2021-11-25T10:41:30.696Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-25T10:41:30.696Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-25T10:41:30.698Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T10:41:30.698Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836890696,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-25T10:41:30.799Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T10:41:30.800Z||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-25T10:41:30.801Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:41:30.812Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:41:30.812Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-25T10:41:31.700Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 59dcb839-3c55-4517-902c-c01dd65d35e3 from URL: /sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.env
2021-11-25T10:41:31.701Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-25T10:41:31.701Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.env
2021-11-25T10:41:32.031Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-25T10:41:32.032Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.env 59dcb839-3c55-4517-902c-c01dd65d35e3 909
2021-11-25T10:41:32.032Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-25T10:41:32.032Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.env
2021-11-25T10:41:32.032Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-25T10:41:32.032Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-25T10:41:32.034Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T10:41:32.034Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836892032,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-25T10:41:32.135Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-25T10:41:32.136Z||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-25T10:41:32.136Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:41:32.146Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:41:32.147Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-25T10:41:33.035Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 08476a71-de48-4456-a043-8a4b7594200b
2021-11-25T10:41:33.036Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_KysFXt 0 8819c2ad-c1a9-463e-835c-b2f747f33112 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-25T10:41:33.054Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5207b69f, org.onap.sdc.toscaparser.api.parameters.Input@6831da4, org.onap.sdc.toscaparser.api.parameters.Input@7cc2be4b, org.onap.sdc.toscaparser.api.parameters.Input@43797a6c, org.onap.sdc.toscaparser.api.parameters.Input@2ca58fd2]
2021-11-25T10:41:33.055Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:41:33.056Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_KysFXt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T10:41:33.056Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-11-25T10:41:33.056Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 53999fe4-1af1-494a-9c8e-263bcf66ba20
2021-11-25T10:41:33.056Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 53999fe4-1af1-494a-9c8e-263bcf66ba20 matches Tosca VF Customization UUID: 53999fe4-1af1-494a-9c8e-263bcf66ba20
2021-11-25T10:41:33.056Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 53999fe4-1af1-494a-9c8e-263bcf66ba20  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-25T10:41:33.059Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:41:33.059Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_KysFXt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T10:41:33.060Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 53999fe4-1af1-494a-9c8e-263bcf66ba20: {\"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-25T10:41:33.060Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@532eb22f
2021-11-25T10:41:33.060Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:41:33.060Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_KysFXt is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-25T10:41:33.061Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : acd92121-7eea-4deb-8892-162fc9b67578
2021-11-25T10:41:33.061Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID acd92121-7eea-4deb-8892-162fc9b67578
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-25T10:41:33.063Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:41:33.063Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_KysFXt 0 is matching search criteria
2021-11-25T10:41:33.063Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_KysFXt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T10:41:33.064Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:41:33.064Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_KysFXt 0 is matching search criteria
2021-11-25T10:41:33.064Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_KysFXt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T10:41:33.064Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:41:33.064Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_KysFXt 0 is not matching search criteria
2021-11-25T10:41:33.065Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-25T10:41:33.065Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-25T10:41:33.065Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=18d2b5c6-d5f0-4ad9-b433-e3ca8565a2b0
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-25T10:41:33.067Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:41:33.067Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_KysFXt 0 is matching search criteria
2021-11-25T10:41:33.067Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_KysFXt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T10:41:33.068Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:41:33.068Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_KysFXt 0 is matching search criteria
2021-11-25T10:41:33.068Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_KysFXt 0] matching following query criteria: sdcType=VF, customizationUUID=53999fe4-1af1-494a-9c8e-263bcf66ba20
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-25T10:41:33.070Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:41:33.070Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_KysFXt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T10:41:33.070Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 08476a71-de48-4456-a043-8a4b7594200b: basic_onboard_KysFXt
2021-11-25T10:41:33.070Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:41:33.070Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_KysFXt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T10:41:33.071Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:41:33.071Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_KysFXt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T10:41:33.071Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:41:33.071Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_KysFXt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T10:41:33.071Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:41:33.072Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_KysFXt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T10:41:33.072Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T10:41:33.072Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_KysFXt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T10:41:33.072Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_KysFXt 
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-25T10:41:33.162Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_KysFXt 8819c2ad-c1a9-463e-835c-b2f747f33112 1 ASDC deployResourceStructure
2021-11-25T10:41:33.163Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/basic_onboard_kysfxt0_modules.json ASDC sendASDCNotification
2021-11-25T10:41:33.163Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/basic_onboard_kysfxt0_modules.json
2021-11-25T10:41:33.163Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-25T10:41:33.163Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-25T10:41:33.165Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T10:41:33.165Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836893163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/basic_onboard_kysfxt0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-25T10:41:33.266Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T10:41:33.267Z||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-25T10:41:33.267Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:41:33.277Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:41:33.277Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-25T10:41:34.166Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-25T10:41:34.166Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.yaml
2021-11-25T10:41:34.167Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-25T10:41:34.167Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-25T10:41:34.169Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T10:41:34.169Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836894166,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-25T10:41:34.269Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T10:41:34.272Z||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-25T10:41:34.272Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:41:34.280Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:41:34.280Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-25T10:41:35.170Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-25T10:41:35.170Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.env
2021-11-25T10:41:35.171Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-25T10:41:35.171Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-25T10:41:35.173Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T10:41:35.173Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836895170,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-25T10:41:35.273Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T10:41:35.274Z||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-25T10:41:35.275Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:41:35.295Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:41:35.296Z||pool-32-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2021-11-25T10:41:36.174Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-csar.csar ASDC sendASDCNotification
2021-11-25T10:41:36.174Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-csar.csar
2021-11-25T10:41:36.174Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-25T10:41:36.174Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-25T10:41:36.177Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T10:41:36.177Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836896173,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T10:41:36.277Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-25T10:41:36.277Z||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-25T10:41:36.278Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:41:36.289Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:41:36.289Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-25T10:41:37.178Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5cacfc37-9d40-4b95-9b89-2e99ffdad5d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T10:41:37.189Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5cacfc37-9d40-4b95-9b89-2e99ffdad5d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-25T10:41:37.191Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T10:41:37.191Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-25T10:41:37.191Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-25T10:42:07.193Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5cacfc37-9d40-4b95-9b89-2e99ffdad5d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T10:42:07.211Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5cacfc37-9d40-4b95-9b89-2e99ffdad5d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-25T10:42:07.213Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T10:42:07.214Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-25T10:42:07.214Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-25T10:42:18.838Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:42:18.840Z||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-25T10:42:18.840Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:42:18.863Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:42:18.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:42:18.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "policy-id",
  "timestamp": 1637836875128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:42:18.865Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:42:37.214Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5cacfc37-9d40-4b95-9b89-2e99ffdad5d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T10:42:37.235Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5cacfc37-9d40-4b95-9b89-2e99ffdad5d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-25T10:42:37.238Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T10:42:37.238Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-25T10:42:37.238Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-25T10:43:07.239Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5cacfc37-9d40-4b95-9b89-2e99ffdad5d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T10:43:07.250Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5cacfc37-9d40-4b95-9b89-2e99ffdad5d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-25T10:43:07.252Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T10:43:07.252Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-25T10:43:07.252Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-25T10:43:18.838Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:43:18.839Z||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-25T10:43:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:43:18.865Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:43:18.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:43:18.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637836873198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:43:18.867Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:43:37.253Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5cacfc37-9d40-4b95-9b89-2e99ffdad5d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T10:43:37.274Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5cacfc37-9d40-4b95-9b89-2e99ffdad5d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-25T10:43:37.276Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T10:43:37.277Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-25T10:43:37.277Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-25T10:44:07.278Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5cacfc37-9d40-4b95-9b89-2e99ffdad5d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T10:44:07.299Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5cacfc37-9d40-4b95-9b89-2e99ffdad5d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-25T10:44:07.301Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T10:44:07.302Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-25T10:44:07.302Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-25T10:44:18.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:44:18.841Z||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-25T10:44:18.842Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:44:19.375Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:44:19.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637836874737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-25T10:44:19.381Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:44:19.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836878835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:44:19.382Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:44:19.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "cds",
  "timestamp": 1637836873787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:44:19.383Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:44:19.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637836878860,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:44:19.383Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:44:19.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "policy-id",
  "timestamp": 1637836875128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:44:19.384Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:44:19.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637836873198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:44:19.385Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:44:19.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.385Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637836874737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:44:19.385Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:44:19.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836878835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/basic_onboard_kysfxt0_modules.json",
  "status": "NOTIFIED"
}
2021-11-25T10:44:19.386Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:44:19.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "cds",
  "timestamp": 1637836873787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T10:44:19.387Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:44:19.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637836878860,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/basic_onboard_kysfxt0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:44:19.388Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:44:19.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "policy-id",
  "timestamp": 1637836875128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:44:19.389Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:44:19.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.389Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637836874737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T10:44:19.389Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:44:19.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836878835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-25T10:44:19.390Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:44:19.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637836878860,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:44:19.391Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:44:19.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "policy-id",
  "timestamp": 1637836875128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T10:44:19.391Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:44:19.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "cds",
  "timestamp": 1637836882271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T10:44:19.393Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:44:19.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836878835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:44:19.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:44:19.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637836878860,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:44:19.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:44:19.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637836882867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/basic_onboard_kysfxt0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-25T10:44:19.395Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:44:19.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "policy-id",
  "timestamp": 1637836883097,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T10:44:19.396Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:44:19.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "cds",
  "timestamp": 1637836883281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-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-25T10:44:19.404Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5cacfc37-9d40-4b95-9b89-2e99ffdad5d4
2021-11-25T10:44:19.405Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5cacfc37-9d40-4b95-9b89-2e99ffdad5d4 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-25T10:44:19.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.421Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836878835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-25T10:44:19.422Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:44:19.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637836878860,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:44:19.423Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:44:19.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.423Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637836884085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-25T10:44:19.423Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:44:19.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.423Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "policy-id",
  "timestamp": 1637836884103,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T10:44:19.424Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:44:19.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.424Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836878835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:44:19.424Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:44:19.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.424Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637836878860,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:44:19.424Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:44:19.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.424Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "policy-id",
  "timestamp": 1637836885107,
  "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-25T10:44:19.429Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5cacfc37-9d40-4b95-9b89-2e99ffdad5d4
2021-11-25T10:44:19.430Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5cacfc37-9d40-4b95-9b89-2e99ffdad5d4 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-25T10:44:19.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637836885391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-25T10:44:19.439Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:44:19.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836878835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T10:44:19.439Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:44:19.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637836878860,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T10:44:19.440Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:44:19.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "aai-ml",
  "timestamp": 1637836885765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:44:19.440Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:44:19.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637836886411,
  "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-25T10:44:19.445Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5cacfc37-9d40-4b95-9b89-2e99ffdad5d4
2021-11-25T10:44:19.445Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5cacfc37-9d40-4b95-9b89-2e99ffdad5d4 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-25T10:44:19.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836886692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T10:44:19.452Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:44:19.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637836886707,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T10:44:19.452Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:44:19.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "aai-ml",
  "timestamp": 1637836885765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/basic_onboard_kysfxt0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:44:19.452Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:44:19.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637836887415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/basic_onboard_kysfxt0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-25T10:44:19.453Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:44:19.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "aai-ml",
  "timestamp": 1637836885765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:44:19.453Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:44:19.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637836889126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T10:44:19.453Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:44:19.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "aai-ml",
  "timestamp": 1637836885765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:44:19.454Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:44:19.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.454Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836889505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/basic_onboard_kysfxt0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-25T10:44:19.454Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:44:19.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.454Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637836890131,
  "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-25T10:44:19.458Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5cacfc37-9d40-4b95-9b89-2e99ffdad5d4
2021-11-25T10:44:19.459Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5cacfc37-9d40-4b95-9b89-2e99ffdad5d4 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-25T10:44:19.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "aai-ml",
  "timestamp": 1637836885765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:44:19.466Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:44:19.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836890696,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-25T10:44:19.466Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:44:19.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "clamp",
  "timestamp": 1637836890345,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:44:19.467Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:44:19.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "aai-ml",
  "timestamp": 1637836885765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:44:19.467Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:44:19.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "clamp",
  "timestamp": 1637836890345,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/basic_onboard_kysfxt0_modules.json",
  "status": "NOTIFIED"
}
2021-11-25T10:44:19.468Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:44:19.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.468Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836892032,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-25T10:44:19.468Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:44:19.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.468Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "aai-ml",
  "timestamp": 1637836885765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T10:44:19.468Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:44:19.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.468Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "clamp",
  "timestamp": 1637836890345,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:44:19.469Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:44:19.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836893163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/basic_onboard_kysfxt0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-25T10:44:19.469Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:44:19.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "aai-ml",
  "timestamp": 1637836893744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T10:44:19.469Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:44:19.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "clamp",
  "timestamp": 1637836890345,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:44:19.469Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:44:19.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836894166,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-25T10:44:19.470Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:44:19.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "clamp",
  "timestamp": 1637836890345,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:44:19.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:44:19.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836895170,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/resourceInstances/basic_onboard_kysfxt0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-25T10:44:19.470Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:44:19.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "clamp",
  "timestamp": 1637836890345,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T10:44:19.471Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:44:19.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637836896173,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T10:44:19.471Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:44:19.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "clamp",
  "timestamp": 1637836890345,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T10:44:19.471Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-25T10:44:19.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "aai-ml",
  "timestamp": 1637836902569,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T10:44:19.472Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:44:19.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "aai-ml",
  "timestamp": 1637836903574,
  "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-25T10:44:19.477Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5cacfc37-9d40-4b95-9b89-2e99ffdad5d4
2021-11-25T10:44:19.477Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5cacfc37-9d40-4b95-9b89-2e99ffdad5d4 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-25T10:44:19.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "clamp",
  "timestamp": 1637836906928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T10:44:19.484Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:44:19.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "clamp",
  "timestamp": 1637836908937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKysfxt/1.0/artifacts/service-BasicOnboardKysfxt-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T10:44:19.485Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:44:19.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:44:19.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "clamp",
  "timestamp": 1637836909941,
  "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-25T10:44:19.489Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5cacfc37-9d40-4b95-9b89-2e99ffdad5d4
2021-11-25T10:44:19.489Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5cacfc37-9d40-4b95-9b89-2e99ffdad5d4 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-25T10:44:37.302Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5cacfc37-9d40-4b95-9b89-2e99ffdad5d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T10:44:37.320Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5cacfc37-9d40-4b95-9b89-2e99ffdad5d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-25T10:44:37.327Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T10:44:37.327Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-25T10:44:37.328Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-25T10:44:37.328Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-25T10:44:37.328Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T10:44:37.328Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T10:44:37.329Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T10:44:37.329Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T10:44:37.329Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T10:44:37.329Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T10:44:37.329Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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-25T10:44:37.336Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-25T10:45:07.336Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5cacfc37-9d40-4b95-9b89-2e99ffdad5d4 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-25T10:45:07.344Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5cacfc37-9d40-4b95-9b89-2e99ffdad5d4 and serviceModelVersionId: 08476a71-de48-4456-a043-8a4b7594200b
2021-11-25T10:45:07.344Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : af302f2f-6d2a-42ca-b64b-0965db8bbc4f
2021-11-25T10:45:07.346Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/af302f2f-6d2a-42ca-b64b-0965db8bbc4f/model-vers/model-ver/08476a71-de48-4456-a043-8a4b7594200b?depth=0
2021-11-25T10:45:07.352Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-11-25T10:45:07.414Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af302f2f-6d2a-42ca-b64b-0965db8bbc4f/model-vers/model-ver/08476a71-de48-4456-a043-8a4b7594200b?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-25T10:45:07.416Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af302f2f-6d2a-42ca-b64b-0965db8bbc4f/model-vers/model-ver/08476a71-de48-4456-a043-8a4b7594200b?depth=0|INFO|500||Invoke
2021-11-25T10:45:07.446Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af302f2f-6d2a-42ca-b64b-0965db8bbc4f/model-vers/model-ver/08476a71-de48-4456-a043-8a4b7594200b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-25T10:45:07.972Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af302f2f-6d2a-42ca-b64b-0965db8bbc4f/model-vers/model-ver/08476a71-de48-4456-a043-8a4b7594200b?depth=0|INFO|500||InvokeReturn
2021-11-25T10:45:07.973Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af302f2f-6d2a-42ca-b64b-0965db8bbc4f/model-vers/model-ver/08476a71-de48-4456-a043-8a4b7594200b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211125-10:45:07:455-44604], vertex-id=[192560], Content-Length=[0], Date=[Thu, 25 Nov 2021 10:45:07 GMT], Content-Type=[application/json]}
2021-11-25T10:45:07.974Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-11-25T10:45:07.974Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-25T10:45:07.974Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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-25T10:45:07.979Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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-25T10:45:07.980Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5cacfc37-9d40-4b95-9b89-2e99ffdad5d4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-25T10:45:07.980Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-25T10:45:07.981Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-25T10:45:07.983Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T10:45:07.983Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637837107980,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-25T10:45:08.083Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T10:45:08.084Z||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-25T10:45:08.084Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:45:08.107Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:45:08.108Z||pool-34-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-25T10:45:08.997Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:45:08.998Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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-25T10:45:08.998Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:45:18.838Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:45:18.840Z||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-25T10:45:18.840Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:45:19.459Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:45:19.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-25T10:45:19.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cacfc37-9d40-4b95-9b89-2e99ffdad5d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637837107980,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-25T10:45:19.461Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T10:45:19.575Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:45:19.577Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:45:19.578Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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-25T10:45:19.578Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:45:29.124Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:45:29.125Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:45:29.126Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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-25T10:45:29.126Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:45:38.684Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:45:38.685Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:45:38.687Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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-25T10:45:38.687Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:45:48.229Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:46:18.836Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:46:18.838Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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-25T10:46:18.838Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:46:18.838Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:46:18.839Z||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-25T10:46:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:46:28.379Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:46:28.386Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:47:18.835Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:47:18.836Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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-25T10:47:18.836Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:47:18.838Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:47:18.839Z||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-25T10:47:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:47:28.376Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:47:28.376Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:48:18.836Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:48:18.838Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:48:18.840Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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-25T10:48:18.840Z||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-25T10:48:18.841Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:48:18.841Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:48:28.399Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:48:28.404Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:49:18.835Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:49:18.836Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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-25T10:49:18.836Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:49:18.838Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:49:18.839Z||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-25T10:49:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:49:28.380Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:49:28.420Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:50:18.836Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:50:18.838Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:50:18.839Z||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-25T10:50:18.839Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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-25T10:50:18.840Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:50:18.840Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:50:28.384Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:50:28.409Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:51:18.835Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:51:18.837Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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-25T10:51:18.837Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:51:18.838Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:51:18.839Z||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-25T10:51:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:51:28.376Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:51:28.377Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:52:18.836Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:52:18.838Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:52:18.840Z||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-25T10:52:18.840Z||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-25T10:52:18.840Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:52:18.840Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:52:28.389Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:52:28.389Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:53:18.835Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:53:18.836Z||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-25T10:53:18.836Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:53:18.839Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:53:18.839Z||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-25T10:53:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:53:28.377Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:53:28.380Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:54:18.837Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:54:18.838Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:54:18.839Z||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-25T10:54:18.839Z||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-25T10:54:18.840Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:54:18.840Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:54:28.444Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:54:28.445Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:55:18.835Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:55:18.836Z||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-25T10:55:18.836Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:55:18.838Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:55:18.838Z||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-25T10:55:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:55:28.376Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:55:28.380Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:56:18.836Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:56:18.838Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:56:18.839Z||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-25T10:56:18.839Z||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-25T10:56:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:56:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:56:28.434Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:56:28.434Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:57:18.835Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:57:18.836Z||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-25T10:57:18.836Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:57:18.838Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:57:18.838Z||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-25T10:57:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:57:28.378Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:57:28.378Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:58:18.836Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:58:18.838Z||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-25T10:58:18.838Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:58:18.838Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:58:18.839Z||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-25T10:58:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:58:28.383Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:58:28.413Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:59:18.836Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:59:18.836Z||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-25T10:59:18.837Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:59:18.838Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T10:59:18.840Z||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-25T10:59:18.840Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T10:59:28.382Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T10:59:28.382Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:00:18.835Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:00:18.838Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:00:18.838Z||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-25T11:00:18.838Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:00:18.839Z||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-25T11:00:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:00:28.382Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:00:28.384Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:01:18.835Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:01:18.836Z||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-25T11:01:18.837Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:01:18.839Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:01:18.839Z||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-25T11:01:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:01:28.385Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:01:28.390Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:02:18.835Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:02:18.838Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:02:18.840Z||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-25T11:02:18.841Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:02:18.840Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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-25T11:02:18.842Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:02:19.470Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:02:19.471Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-25T11:02:19.472Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a49f0350-1383-4c4f-82c8-78ca2627cbf3",
  "consumerID": "aai-ml",
  "timestamp": 1637838115765,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:02:19.474Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:02:19.474Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-25T11:02:19.474Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a49f0350-1383-4c4f-82c8-78ca2627cbf3",
  "consumerID": "dcae-sch",
  "timestamp": 1637838110096,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:02:19.474Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:02:19.474Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-25T11:02:19.474Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a49f0350-1383-4c4f-82c8-78ca2627cbf3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838114737,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:02:19.475Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:02:19.475Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-25T11:02:19.475Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a49f0350-1383-4c4f-82c8-78ca2627cbf3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637838113198,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:02:19.475Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:02:19.475Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-25T11:02:19.475Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a49f0350-1383-4c4f-82c8-78ca2627cbf3",
  "consumerID": "policy-id",
  "timestamp": 1637838115128,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:02:19.476Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:02:19.476Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-25T11:02:19.476Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a49f0350-1383-4c4f-82c8-78ca2627cbf3",
  "consumerID": "cds",
  "timestamp": 1637838118786,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:02:19.476Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:02:19.476Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-25T11:02:19.476Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a49f0350-1383-4c4f-82c8-78ca2627cbf3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838114737,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:02:19.477Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:02:19.477Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-25T11:02:19.477Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a49f0350-1383-4c4f-82c8-78ca2627cbf3",
  "consumerID": "aai-ml",
  "timestamp": 1637838115765,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:02:19.477Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:02:19.477Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-25T11:02:19.477Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a49f0350-1383-4c4f-82c8-78ca2627cbf3",
  "consumerID": "dcae-sch",
  "timestamp": 1637838110096,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:02:19.478Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:02:19.478Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-25T11:02:19.478Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a49f0350-1383-4c4f-82c8-78ca2627cbf3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637838113198,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:02:19.478Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:02:19.479Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-25T11:02:19.479Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a49f0350-1383-4c4f-82c8-78ca2627cbf3",
  "consumerID": "policy-id",
  "timestamp": 1637838115128,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:02:19.479Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:02:19.479Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-25T11:02:19.479Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a49f0350-1383-4c4f-82c8-78ca2627cbf3",
  "consumerID": "cds",
  "timestamp": 1637838118786,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:02:19.479Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:02:19.479Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-25T11:02:19.480Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a49f0350-1383-4c4f-82c8-78ca2627cbf3",
  "consumerID": "clamp",
  "timestamp": 1637838120346,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:02:19.480Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:02:19.480Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-25T11:02:19.480Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a49f0350-1383-4c4f-82c8-78ca2627cbf3",
  "consumerID": "clamp",
  "timestamp": 1637838120346,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:02:19.480Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:02:19.481Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-25T11:02:19.481Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a49f0350-1383-4c4f-82c8-78ca2627cbf3",
  "consumerID": "aai-ml",
  "timestamp": 1637838122279,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:02:19.481Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:02:19.481Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-25T11:02:19.481Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a49f0350-1383-4c4f-82c8-78ca2627cbf3",
  "consumerID": "cds",
  "timestamp": 1637838122338,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:02:19.481Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:02:19.481Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-25T11:02:19.482Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a49f0350-1383-4c4f-82c8-78ca2627cbf3",
  "consumerID": "policy-id",
  "timestamp": 1637838122378,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:02:19.482Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:02:19.482Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-25T11:02:19.482Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a49f0350-1383-4c4f-82c8-78ca2627cbf3",
  "consumerID": "cds",
  "timestamp": 1637838123346,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2021-11-25T11:02:19.488Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:02:19.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-25T11:02:19.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"a49f0350-1383-4c4f-82c8-78ca2627cbf3","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"83f7a755-cde9-4d11-9520-f563c21e3729","serviceDescription":"service","serviceInvariantUUID":"bf4a7c97-0143-4d08-9a82-5d06e814b6f3","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"6aa3c5c3-4bee-4df8-91c4-37ea908d8cfb","resourceInvariantUUID":"3d25aa03-abd3-4610-af18-359f86f575f8","resourceCustomizationUUID":"15a251c8-b955-41f8-95ee-06e9d5090f79","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":"ZjA5ZDFhYjFmNmEzOGM2NjEwYjc4YjI2ZmVjYTY4MzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f766285e-85e4-4ef2-871b-0a3b78a9eda3","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Mzc5YmU4ZDMzODllNDQ2NDVlMjA2Y2RjMTcwOWU3ZTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ff736905-f5e0-45a5-8ba3-d5ace8731347","artifactVersion":"1"}],"workloadContext":"Production"}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T11:02:19.496Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T11:02:19.497Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-25T11:02:19.500Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:02:19.500Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a49f0350-1383-4c4f-82c8-78ca2627cbf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838138835,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:02:19.505Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a49f0350-1383-4c4f-82c8-78ca2627cbf3
2021-11-25T11:02:19.505Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a49f0350-1383-4c4f-82c8-78ca2627cbf3 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-25T11:02:19.513Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-25T11:02:19.514Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a49f0350-1383-4c4f-82c8-78ca2627cbf3",
  "consumerID": "policy-id",
  "timestamp": 1637838123385,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T11:02:19.514Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:02:19.514Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-25T11:02:19.514Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a49f0350-1383-4c4f-82c8-78ca2627cbf3",
  "consumerID": "policy-id",
  "timestamp": 1637838124388,
  "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-25T11:02:19.519Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a49f0350-1383-4c4f-82c8-78ca2627cbf3
2021-11-25T11:02:19.519Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a49f0350-1383-4c4f-82c8-78ca2627cbf3 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-25T11:02:19.529Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-25T11:02:19.529Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a49f0350-1383-4c4f-82c8-78ca2627cbf3",
  "consumerID": "aai-ml",
  "timestamp": 1637838126473,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T11:02:19.529Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:02:19.530Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-25T11:02:19.530Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a49f0350-1383-4c4f-82c8-78ca2627cbf3",
  "consumerID": "aai-ml",
  "timestamp": 1637838127477,
  "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-25T11:02:19.535Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a49f0350-1383-4c4f-82c8-78ca2627cbf3
2021-11-25T11:02:19.535Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a49f0350-1383-4c4f-82c8-78ca2627cbf3 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-25T11:02:19.544Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-25T11:02:19.544Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a49f0350-1383-4c4f-82c8-78ca2627cbf3",
  "consumerID": "clamp",
  "timestamp": 1637838129134,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:02:19.544Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:02:19.544Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-25T11:02:19.545Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a49f0350-1383-4c4f-82c8-78ca2627cbf3",
  "consumerID": "clamp",
  "timestamp": 1637838131143,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T11:02:19.545Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:02:19.545Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-25T11:02:19.545Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a49f0350-1383-4c4f-82c8-78ca2627cbf3",
  "consumerID": "clamp",
  "timestamp": 1637838132146,
  "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-25T11:02:19.551Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a49f0350-1383-4c4f-82c8-78ca2627cbf3
2021-11-25T11:02:19.551Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a49f0350-1383-4c4f-82c8-78ca2627cbf3 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-25T11:02:19.600Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:02:19.601Z||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-25T11:02:19.601Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:02:19.611Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:02:19.612Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:02:20.502Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:02:20.504Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:02:20.506Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:02:20.506Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a49f0350-1383-4c4f-82c8-78ca2627cbf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838138835,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:02:20.606Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:02:20.608Z||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-25T11:02:20.608Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:02:20.620Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:02:20.620Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:02:21.507Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a49f0350-1383-4c4f-82c8-78ca2627cbf3",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "83f7a755-cde9-4d11-9520-f563c21e3729",
  "serviceDescription": "service",
  "serviceInvariantUUID": "bf4a7c97-0143-4d08-9a82-5d06e814b6f3",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "15a251c8-b955-41f8-95ee-06e9d5090f79",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "6aa3c5c3-4bee-4df8-91c4-37ea908d8cfb",
      "resourceInvariantUUID": "3d25aa03-abd3-4610-af18-359f86f575f8",
      "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": "Mzc5YmU4ZDMzODllNDQ2NDVlMjA2Y2RjMTcwOWU3ZTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ff736905-f5e0-45a5-8ba3-d5ace8731347"
    }
  ],
  "workloadContext": "Production"
}
2021-11-25T11:02:21.508Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-25T11:02:21.508Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 83f7a755-cde9-4d11-9520-f563c21e3729 ASDC
2021-11-25T11:02:21.509Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a49f0350-1383-4c4f-82c8-78ca2627cbf3
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:83f7a755-cde9-4d11-9520-f563c21e3729
ServiceInvariantUUID:bf4a7c97-0143-4d08-9a82-5d06e814b6f3
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:ff736905-f5e0-45a5-8ba3-d5ace8731347
ArtifactChecksum:Mzc5YmU4ZDMzODllNDQ2NDVlMjA2Y2RjMTcwOWU3ZTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:15a251c8-b955-41f8-95ee-06e9d5090f79
ResourceInvariantUUID:3d25aa03-abd3-4610-af18-359f86f575f8
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:6aa3c5c3-4bee-4df8-91c4-37ea908d8cfb
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-11-25T11:02:21.509Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 83f7a755-cde9-4d11-9520-f563c21e3729 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-25T11:02:21.538Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-25T11:02:21.539Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-11-25T11:02:21.540Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-11-25T11:02:21.540Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ff736905-f5e0-45a5-8ba3-d5ace8731347 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-25T11:02:21.540Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-25T11:02:21.541Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-25T11:02:21.843Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-25T11:02:21.846Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ff736905-f5e0-45a5-8ba3-d5ace8731347 52490
2021-11-25T11:02:21.847Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||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-25T11:02:21.847Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||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-25T11:02:21.847Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-25T11:02:21.847Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:02:21.849Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:02:21.849Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a49f0350-1383-4c4f-82c8-78ca2627cbf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838141846,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:02:21.949Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:02:21.950Z||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-25T11:02:21.950Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:02:21.959Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:02:21.960Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:02:22.849Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-25T11:02:22.851Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-11-25T11:02:22.851Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ff736905-f5e0-45a5-8ba3-d5ace8731347, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-25T11:02:22.851Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-11-25T11:02:22.852Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-25T11:02:22.852Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-25T11:02:22.993Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18302829220059401423/Definitions/service-BasicNetwork-template.yml
2021-11-25T11:02:23.527Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-25T11:02:23.528Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-11-25T11:02:23.528Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-25T11:02:23.528Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-11-25T11:02:23.528Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||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-25T11:02:23.528Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||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-25T11:02:23.528Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||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-25T11:02:23.528Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||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-25T11:02:23.528Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-25T11:02:23.528Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||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-25T11:02:23.529Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||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-25T11:02:23.529Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||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-25T11:02:23.529Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-11-25T11:02:23.529Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:02:23.529Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:02:23.529Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-25T11:02:23.530Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-11-25T11:02:23.530Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-25T11:02:23.530Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:02:23.530Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:02:23.530Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-25T11:02:23.530Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-11-25T11:02:23.530Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-25T11:02:23.530Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:02:23.531Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:02:23.531Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:02:23.531Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:02:23.531Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:02:23.531Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:02:23.531Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:02:23.532Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:02:23.532Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:02:23.532Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:02:23.532Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:83f7a755-cde9-4d11-9520-f563c21e3729
Model Version:NULL
Model InvariantUuid:bf4a7c97-0143-4d08-9a82-5d06e814b6f3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:3d25aa03-abd3-4610-af18-359f86f575f8
Model UUID:5c4e70e5-a435-443b-a864-313a48cc0688
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:15a251c8-b955-41f8-95ee-06e9d5090f79
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-25T11:02:23.542Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 6aa3c5c3-4bee-4df8-91c4-37ea908d8cfb
2021-11-25T11:02:23.542Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||INFO|500||No resources found for Service: 83f7a755-cde9-4d11-9520-f563c21e3729
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-25T11:02:23.549Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||INFO|500||
2021-11-25T11:02:23.549Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-11-25T11:02:23.550Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 83f7a755-cde9-4d11-9520-f563c21e3729
2021-11-25T11:02:23.550Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 83f7a755-cde9-4d11-9520-f563c21e3729
2021-11-25T11:02:23.550Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-11-25T11:02:23.550Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||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-25T11:02:23.556Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3324191, org.onap.sdc.toscaparser.api.parameters.Input@8bf1666, org.onap.sdc.toscaparser.api.parameters.Input@7dd7aa5, org.onap.sdc.toscaparser.api.parameters.Input@7ddfce29, org.onap.sdc.toscaparser.api.parameters.Input@6cf026ca]
2021-11-25T11:02:23.558Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:02:23.558Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:02:23.558Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:02:23.559Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:02:23.559Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 83f7a755-cde9-4d11-9520-f563c21e3729: Generic NeutronNet
2021-11-25T11:02:23.559Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:02:23.559Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:02:23.560Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:02:23.560Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||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-25T11:02:23.596Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:02:23.597Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:02:23.597Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:02:23.597Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:02:23.597Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:02:23.598Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:02:23.598Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||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-25T11:02:23.650Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-11-25T11:02:23.650Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||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-25T11:02:23.650Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||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-25T11:02:23.651Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-25T11:02:23.651Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:02:23.654Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:02:23.654Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a49f0350-1383-4c4f-82c8-78ca2627cbf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838143650,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T11:02:23.753Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-25T11:02:23.754Z||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-25T11:02:23.755Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:02:23.765Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:02:23.766Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:02:24.655Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a49f0350-1383-4c4f-82c8-78ca2627cbf3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T11:02:24.668Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a49f0350-1383-4c4f-82c8-78ca2627cbf3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-25T11:02:24.671Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T11:02:24.671Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-25T11:02:24.671Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-25T11:02:24.672Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-25T11:02:54.672Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a49f0350-1383-4c4f-82c8-78ca2627cbf3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T11:02:54.681Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a49f0350-1383-4c4f-82c8-78ca2627cbf3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-25T11:02:54.684Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T11:02:54.684Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-25T11:02:54.684Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-25T11:02:54.684Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-25T11:03:18.838Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:03:18.839Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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-25T11:03:18.839Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:03:18.962Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:03:18.962Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-25T11:03:18.963Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a49f0350-1383-4c4f-82c8-78ca2627cbf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838138835,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:03:18.963Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:03:24.684Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a49f0350-1383-4c4f-82c8-78ca2627cbf3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T11:03:24.697Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a49f0350-1383-4c4f-82c8-78ca2627cbf3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-25T11:03:24.704Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T11:03:24.704Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-25T11:03:24.705Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-25T11:03:24.705Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-25T11:03:54.706Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a49f0350-1383-4c4f-82c8-78ca2627cbf3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T11:03:54.743Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a49f0350-1383-4c4f-82c8-78ca2627cbf3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-25T11:03:54.746Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T11:03:54.746Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-25T11:03:54.746Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-25T11:03:54.747Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-25T11:04:18.838Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:04:18.841Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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-25T11:04:18.841Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:04:18.876Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:04:18.877Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-25T11:04:18.877Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a49f0350-1383-4c4f-82c8-78ca2627cbf3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838138862,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:04:18.879Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:04:18.879Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-25T11:04:18.880Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a49f0350-1383-4c4f-82c8-78ca2627cbf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838138835,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:04:18.880Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:04:18.880Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-25T11:04:18.880Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a49f0350-1383-4c4f-82c8-78ca2627cbf3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838138862,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:04:18.881Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:04:18.881Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-25T11:04:18.881Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a49f0350-1383-4c4f-82c8-78ca2627cbf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838141846,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:04:18.881Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:04:18.881Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-25T11:04:18.882Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a49f0350-1383-4c4f-82c8-78ca2627cbf3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838141885,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:04:18.882Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:04:18.882Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-25T11:04:18.882Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a49f0350-1383-4c4f-82c8-78ca2627cbf3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838143564,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T11:04:18.883Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:04:18.883Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-25T11:04:18.883Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a49f0350-1383-4c4f-82c8-78ca2627cbf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838143650,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T11:04:18.883Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:04:18.884Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-25T11:04:18.884Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a49f0350-1383-4c4f-82c8-78ca2627cbf3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838144579,
  "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-25T11:04:18.893Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a49f0350-1383-4c4f-82c8-78ca2627cbf3
2021-11-25T11:04:18.893Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a49f0350-1383-4c4f-82c8-78ca2627cbf3 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-25T11:04:24.747Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a49f0350-1383-4c4f-82c8-78ca2627cbf3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T11:04:24.761Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a49f0350-1383-4c4f-82c8-78ca2627cbf3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-25T11:04:24.764Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T11:04:24.765Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-25T11:04:24.765Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-25T11:04:24.765Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-25T11:04:24.765Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:04:24.765Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:04:24.765Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:04:24.765Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:04:24.765Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:04:24.765Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:04:24.765Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-25T11:04:24.770Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-25T11:04:54.771Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a49f0350-1383-4c4f-82c8-78ca2627cbf3 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-25T11:04:54.778Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a49f0350-1383-4c4f-82c8-78ca2627cbf3 and serviceModelVersionId: 83f7a755-cde9-4d11-9520-f563c21e3729
2021-11-25T11:04:54.778Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bf4a7c97-0143-4d08-9a82-5d06e814b6f3
2021-11-25T11:04:54.779Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bf4a7c97-0143-4d08-9a82-5d06e814b6f3/model-vers/model-ver/83f7a755-cde9-4d11-9520-f563c21e3729?depth=0
2021-11-25T11:04:54.785Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-11-25T11:04:54.849Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf4a7c97-0143-4d08-9a82-5d06e814b6f3/model-vers/model-ver/83f7a755-cde9-4d11-9520-f563c21e3729?depth=0|INFO|500||Invoke
2021-11-25T11:04:54.850Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf4a7c97-0143-4d08-9a82-5d06e814b6f3/model-vers/model-ver/83f7a755-cde9-4d11-9520-f563c21e3729?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf4a7c97-0143-4d08-9a82-5d06e814b6f3/model-vers/model-ver/83f7a755-cde9-4d11-9520-f563c21e3729?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a49f0350-1383-4c4f-82c8-78ca2627cbf3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5c40a544-b5c8-4697-a45b-a59c0855b962], X-ECOMP-RequestID=[a49f0350-1383-4c4f-82c8-78ca2627cbf3], X-TransactionId=[], X-ONAP-RequestID=[a49f0350-1383-4c4f-82c8-78ca2627cbf3], Content-Type=[application/merge-patch+json]}
2021-11-25T11:04:54.875Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf4a7c97-0143-4d08-9a82-5d06e814b6f3/model-vers/model-ver/83f7a755-cde9-4d11-9520-f563c21e3729?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-25T11:04:55.333Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf4a7c97-0143-4d08-9a82-5d06e814b6f3/model-vers/model-ver/83f7a755-cde9-4d11-9520-f563c21e3729?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/bf4a7c97-0143-4d08-9a82-5d06e814b6f3/model-vers/model-ver/83f7a755-cde9-4d11-9520-f563c21e3729?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211125-11:04:54:883-77055], vertex-id=[229448], Content-Length=[0], Date=[Thu, 25 Nov 2021 11:04:54 GMT], Content-Type=[application/json]}
2021-11-25T11:04:55.333Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf4a7c97-0143-4d08-9a82-5d06e814b6f3/model-vers/model-ver/83f7a755-cde9-4d11-9520-f563c21e3729?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-25T11:04:55.334Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf4a7c97-0143-4d08-9a82-5d06e814b6f3/model-vers/model-ver/83f7a755-cde9-4d11-9520-f563c21e3729?depth=0|INFO|500||InvokeReturn
2021-11-25T11:04:55.335Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-25T11:04:55.335Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||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-25T11:04:55.341Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-25T11:04:55.341Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a49f0350-1383-4c4f-82c8-78ca2627cbf3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-25T11:04:55.342Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-25T11:04:55.342Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:04:55.344Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:04:55.344Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a49f0350-1383-4c4f-82c8-78ca2627cbf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838295341,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-25T11:04:55.444Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-25T11:04:55.445Z||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-25T11:04:55.445Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:04:55.460Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:04:55.460Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-25T11:04:56.357Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:04:56.358Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|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-25T11:04:56.358Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:05:01.238Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:05:01.239Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-25T11:05:01.239Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"7d910008-41da-4dbf-b0ef-6f80fedaf558","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"7acb463a-5fd2-49ec-96cc-71baf38513c4","serviceDescription":"service","serviceInvariantUUID":"54f002d4-d8e1-49f5-af5d-88d543b7ffb2","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"696bfb45-329a-4882-8fcc-206dea411f91","resourceInvariantUUID":"04a72900-140f-4ce6-882e-e2a8ad2e7630","resourceCustomizationUUID":"0884a74d-9469-4b47-a1a6-403fc8f09e91","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":"NWQwZmI5NWE3ZDhhZmE1ZDQxZDI2MDE2YmMxMzg4M2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1fefd7cf-8155-4f16-b6a9-4005481771c6","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":"ODI2ZGI4NjRiM2FjODBlM2NlNjJiMjg3MzU5N2VlMDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7ca7fd66-0c18-45e6-8819-a4935d0f2389","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":"638eab4c-97a5-4c19-9f69-b9a6b171cfb5","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":"0317e4d4-b392-45e1-958e-0a793a703911","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":"5f1374e2-d757-4dd5-9e18-ae0436d76fbb","artifactVersion":"2","generatedFromUUID":"638eab4c-97a5-4c19-9f69-b9a6b171cfb5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YWFiZmI2OWQ5MWNiZTZiYmRjY2NjZTNhZjNjN2Y5ZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5d9df009-9e60-451f-b93b-3acf6decfeb7","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NDdiY2ZjNjkzM2RjYWY5ZjQ5ZWIzMzNiMDkxNDEzNTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"29398bc1-2915-4b1f-b930-28ca5f6016c9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-25T11:05:01.242Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:05:01.242Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:05:01.244Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:05:01.244Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:05:01.344Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:05:01.345Z||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-25T11:05:01.345Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:05:01.356Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:05:01.357Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-25T11:05:02.244Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:05:02.245Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:05:02.247Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:05:02.247Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-25T11:05:02.347Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:05:02.348Z||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-25T11:05:02.348Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:05:02.359Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:05:02.360Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:05:03.248Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:05:03.249Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:05:03.251Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:05:03.251Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-25T11:05:03.351Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-25T11:05:03.353Z||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-25T11:05:03.353Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:05:03.363Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:05:03.363Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:05:04.252Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:05:04.253Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:05:04.255Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:05:04.256Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:05:04.356Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:05:04.357Z||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-25T11:05:04.357Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:05:04.367Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:05:04.368Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:05:05.256Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:05:05.257Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:05:05.260Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:05:05.260Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-25T11:05:05.360Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-25T11:05:05.361Z||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-25T11:05:05.362Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:05:05.372Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:05:05.374Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:05:06.261Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:05:06.262Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:05:06.264Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:05:06.264Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:05:06.364Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:05:06.365Z||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-25T11:05:06.365Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:05:06.416Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:05:06.418Z||pool-45-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:05:07.265Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:05:07.266Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:05:07.268Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:05:07.268Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:05:07.368Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:05:07.369Z||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-25T11:05:07.369Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:05:07.401Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:05:07.402Z||pool-46-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:05:08.269Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "7acb463a-5fd2-49ec-96cc-71baf38513c4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "54f002d4-d8e1-49f5-af5d-88d543b7ffb2",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "0884a74d-9469-4b47-a1a6-403fc8f09e91",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "696bfb45-329a-4882-8fcc-206dea411f91",
      "resourceInvariantUUID": "04a72900-140f-4ce6-882e-e2a8ad2e7630",
      "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": "ODI2ZGI4NjRiM2FjODBlM2NlNjJiMjg3MzU5N2VlMDk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7ca7fd66-0c18-45e6-8819-a4935d0f2389",
          "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": "638eab4c-97a5-4c19-9f69-b9a6b171cfb5",
          "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": "5f1374e2-d757-4dd5-9e18-ae0436d76fbb",
            "generatedFromUUID": "638eab4c-97a5-4c19-9f69-b9a6b171cfb5"
          },
          "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": "5f1374e2-d757-4dd5-9e18-ae0436d76fbb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NDdiY2ZjNjkzM2RjYWY5ZjQ5ZWIzMzNiMDkxNDEzNTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "29398bc1-2915-4b1f-b930-28ca5f6016c9"
    }
  ],
  "workloadContext": "Production"
}
2021-11-25T11:05:08.270Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-25T11:05:08.270Z|a49f0350-1383-4c4f-82c8-78ca2627cbf3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7acb463a-5fd2-49ec-96cc-71baf38513c4 ASDC
2021-11-25T11:05:08.271Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7d910008-41da-4dbf-b0ef-6f80fedaf558
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:7acb463a-5fd2-49ec-96cc-71baf38513c4
ServiceInvariantUUID:54f002d4-d8e1-49f5-af5d-88d543b7ffb2
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:29398bc1-2915-4b1f-b930-28ca5f6016c9
ArtifactChecksum:NDdiY2ZjNjkzM2RjYWY5ZjQ5ZWIzMzNiMDkxNDEzNTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:0884a74d-9469-4b47-a1a6-403fc8f09e91
ResourceInvariantUUID:04a72900-140f-4ce6-882e-e2a8ad2e7630
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:696bfb45-329a-4882-8fcc-206dea411f91
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:7ca7fd66-0c18-45e6-8819-a4935d0f2389
ArtifactChecksum:ODI2ZGI4NjRiM2FjODBlM2NlNjJiMjg3MzU5N2VlMDk=
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:638eab4c-97a5-4c19-9f69-b9a6b171cfb5
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:5f1374e2-d757-4dd5-9e18-ae0436d76fbb
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:5f1374e2-d757-4dd5-9e18-ae0436d76fbb
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-25T11:05:08.271Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7acb463a-5fd2-49ec-96cc-71baf38513c4 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-25T11:05:08.314Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-25T11:05:08.315Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-11-25T11:05:08.315Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-11-25T11:05:08.315Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 29398bc1-2915-4b1f-b930-28ca5f6016c9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-25T11:05:08.315Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-25T11:05:08.316Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-25T11:05:08.421Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-25T11:05:08.425Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 29398bc1-2915-4b1f-b930-28ca5f6016c9 71046
2021-11-25T11:05:08.426Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||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-25T11:05:08.426Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||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-25T11:05:08.426Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-25T11:05:08.426Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:05:08.429Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:05:08.429Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838308425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:05:08.529Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:05:08.530Z||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-25T11:05:08.530Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:05:08.541Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:05:08.541Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:05:09.429Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-25T11:05:09.430Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-11-25T11:05:09.431Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 29398bc1-2915-4b1f-b930-28ca5f6016c9, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-11-25T11:05:09.431Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-11-25T11:05:09.431Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-11-25T11:05:09.432Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-11-25T11:05:09.664Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10318618406139905111/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-25T11:05:10.785Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-25T11:05:10.786Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-11-25T11:05:10.786Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-25T11:05:10.786Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-25T11:05:10.786Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||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-25T11:05:10.786Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||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-25T11:05:10.786Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-25T11:05:10.787Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-25T11:05:10.787Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-25T11:05:10.787Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||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-25T11:05:10.787Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-25T11:05:10.787Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||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-25T11:05:10.787Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-25T11:05:10.787Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-11-25T11:05:10.787Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:05:10.787Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:05:10.788Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-25T11:05:10.788Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-11-25T11:05:10.788Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-25T11:05:10.788Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:05:10.788Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:05:10.788Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-25T11:05:10.789Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-11-25T11:05:10.789Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-25T11:05:10.789Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:05:10.789Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:05:10.789Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:05:10.789Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-25T11:05:10.789Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-11-25T11:05:10.790Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-11-25T11:05:10.790Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-11-25T11:05:10.790Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-25T11:05:10.790Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-25T11:05:10.790Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:05:10.790Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-25T11:05:10.790Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:05:10.791Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-25T11:05:10.791Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T11:05:10.791Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:05:10.791Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-25T11:05:10.791Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T11:05:10.791Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:05:10.791Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-25T11:05:10.792Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T11:05:10.792Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:05:10.792Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-25T11:05:10.792Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-25T11:05:10.792Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-25T11:05:10.792Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2bf2caa4-6a29-4e91-88ef-1f592249b511
2021-11-25T11:05:10.792Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:05:10.793Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:05:10.793Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:05:10.793Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:05:10.793Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:05:10.793Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:05:10.793Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:05:10.793Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:05:10.793Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:7acb463a-5fd2-49ec-96cc-71baf38513c4
Model Version:NULL
Model InvariantUuid:54f002d4-d8e1-49f5-af5d-88d543b7ffb2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:4e1522ea-bd3d-4fd0-86c7-23b368325d68
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:04a72900-140f-4ce6-882e-e2a8ad2e7630
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0884a74d-9469-4b47-a1a6-403fc8f09e91
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:649a5e9e-d2fc-4ec5-8bbd-e6ce96735894
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:344e2618-fca4-4d62-a800-6dde9cad4933
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2bf2caa4-6a29-4e91-88ef-1f592249b511
ModelInvariantUuid:009cb1f0-9b01-4e28-9291-29aee81a4819
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:f74c7bd8-dc0a-4af1-9d1c-f79496fe6467
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:1732b027-e6ac-4531-a5f4-baf1c3a17b8f
ModelInvariantUuid:76588cfc-9a1e-4c32-bb05-6d58439fda6c
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:0a08b3d2-360e-4339-bb58-70aa8f551160
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-25T11:05:10.801Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 696bfb45-329a-4882-8fcc-206dea411f91
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-25T11:05:10.803Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||basic_vm 0
2021-11-25T11:05:10.804Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 696bfb45-329a-4882-8fcc-206dea411f91
2021-11-25T11:05:10.804Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7ca7fd66-0c18-45e6-8819-a4935d0f2389 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-25T11:05:10.804Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-25T11:05:10.804Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||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-25T11:05:10.996Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-25T11:05:10.997Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 7ca7fd66-0c18-45e6-8819-a4935d0f2389 787
2021-11-25T11:05:10.997Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||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-25T11:05:10.997Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||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-25T11:05:10.997Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-25T11:05:10.998Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:05:11.000Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:05:11.000Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838310997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:05:11.100Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:05:11.101Z||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-25T11:05:11.101Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:05:11.115Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:05:11.116Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:05:12.001Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "649a5e9e-d2fc-4ec5-8bbd-e6ce96735894",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "344e2618-fca4-4d62-a800-6dde9cad4933",
    "vfModuleModelCustomizationUUID": "a72204b0-4519-43fd-af4c-243a207348eb",
    "isBase": true,
    "artifacts": [
      "638eab4c-97a5-4c19-9f69-b9a6b171cfb5",
      "5f1374e2-d757-4dd5-9e18-ae0436d76fbb"
    ],
    "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-25T11:05:12.005Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:344e2618-fca4-4d62-a800-6dde9cad4933
VfModuleModelInvariantUUID:649a5e9e-d2fc-4ec5-8bbd-e6ce96735894
VfModuleModelDescription:NULL
Artifacts UUID List:{
638eab4c-97a5-4c19-9f69-b9a6b171cfb5
,
5f1374e2-d757-4dd5-9e18-ae0436d76fbb

}
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-25T11:05:12.007Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "649a5e9e-d2fc-4ec5-8bbd-e6ce96735894",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "344e2618-fca4-4d62-a800-6dde9cad4933",
    "vfModuleModelCustomizationUUID": "a72204b0-4519-43fd-af4c-243a207348eb",
    "isBase": true,
    "artifacts": [
      "638eab4c-97a5-4c19-9f69-b9a6b171cfb5",
      "5f1374e2-d757-4dd5-9e18-ae0436d76fbb"
    ],
    "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-25T11:05:12.007Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:344e2618-fca4-4d62-a800-6dde9cad4933
VfModuleModelInvariantUUID:649a5e9e-d2fc-4ec5-8bbd-e6ce96735894
VfModuleModelDescription:NULL
Artifacts UUID List:{
638eab4c-97a5-4c19-9f69-b9a6b171cfb5
,
5f1374e2-d757-4dd5-9e18-ae0436d76fbb

}
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-25T11:05:12.008Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 638eab4c-97a5-4c19-9f69-b9a6b171cfb5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-25T11:05:12.008Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-25T11:05:12.008Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||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-25T11:05:12.728Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-25T11:05:12.729Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 638eab4c-97a5-4c19-9f69-b9a6b171cfb5 5033
2021-11-25T11:05:12.729Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||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-25T11:05:12.729Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||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-25T11:05:12.729Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-25T11:05:12.729Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:05:12.731Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:05:12.731Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838312729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:05:12.831Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:05:12.832Z||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-25T11:05:12.832Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:05:12.841Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:05:12.842Z||pool-49-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:05:13.732Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5f1374e2-d757-4dd5-9e18-ae0436d76fbb from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-25T11:05:13.733Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-25T11:05:13.733Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||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-25T11:05:14.329Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-25T11:05:14.329Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 5f1374e2-d757-4dd5-9e18-ae0436d76fbb 903
2021-11-25T11:05:14.330Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||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-25T11:05:14.330Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||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-25T11:05:14.330Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-25T11:05:14.330Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:05:14.332Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:05:14.332Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838314330,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:05:14.433Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-25T11:05:14.434Z||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-25T11:05:14.434Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:05:14.446Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:05:14.446Z||pool-50-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:05:15.333Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 7acb463a-5fd2-49ec-96cc-71baf38513c4
2021-11-25T11:05:15.334Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 696bfb45-329a-4882-8fcc-206dea411f91 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-25T11:05:15.349Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ef704ee, org.onap.sdc.toscaparser.api.parameters.Input@3ad41c9f, org.onap.sdc.toscaparser.api.parameters.Input@672a0516, org.onap.sdc.toscaparser.api.parameters.Input@7a9a00fb, org.onap.sdc.toscaparser.api.parameters.Input@1cacbb32]
2021-11-25T11:05:15.350Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:05:15.351Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:05:15.351Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-11-25T11:05:15.351Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 0884a74d-9469-4b47-a1a6-403fc8f09e91
2021-11-25T11:05:15.351Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0884a74d-9469-4b47-a1a6-403fc8f09e91 matches Tosca VF Customization UUID: 0884a74d-9469-4b47-a1a6-403fc8f09e91
2021-11-25T11:05:15.351Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 0884a74d-9469-4b47-a1a6-403fc8f09e91  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-25T11:05:15.353Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:05:15.354Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:05:15.354Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 0884a74d-9469-4b47-a1a6-403fc8f09e91: {\"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-25T11:05:15.354Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1b8488aa
2021-11-25T11:05:15.354Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:05:15.355Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-25T11:05:15.355Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a72204b0-4519-43fd-af4c-243a207348eb
2021-11-25T11:05:15.355Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a72204b0-4519-43fd-af4c-243a207348eb
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-25T11:05:15.357Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:05:15.357Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-25T11:05:15.357Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T11:05:15.358Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:05:15.358Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-25T11:05:15.358Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T11:05:15.358Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:05:15.358Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-25T11:05:15.358Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-25T11:05:15.359Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-25T11:05:15.359Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2bf2caa4-6a29-4e91-88ef-1f592249b511
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-25T11:05:15.361Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:05:15.361Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-25T11:05:15.362Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T11:05:15.363Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:05:15.363Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-25T11:05:15.363Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=0884a74d-9469-4b47-a1a6-403fc8f09e91
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-25T11:05:15.366Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:05:15.367Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:05:15.367Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 7acb463a-5fd2-49ec-96cc-71baf38513c4: basic_vm
2021-11-25T11:05:15.367Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:05:15.367Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:05:15.367Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:05:15.368Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:05:15.368Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:05:15.368Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:05:15.368Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:05:15.368Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:05:15.369Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:05:15.369Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:05:15.369Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||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-25T11:05:15.448Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 696bfb45-329a-4882-8fcc-206dea411f91 1 ASDC deployResourceStructure
2021-11-25T11:05:15.448Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||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-25T11:05:15.449Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||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-25T11:05:15.449Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-25T11:05:15.449Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:05:15.451Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:05:15.451Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838315448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-25T11:05:15.551Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:05:15.552Z||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-25T11:05:15.552Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:05:15.563Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:05:15.563Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:05:16.452Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||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-25T11:05:16.452Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||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-25T11:05:16.452Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-25T11:05:16.453Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:05:16.454Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:05:16.454Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838316452,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-25T11:05:16.555Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-25T11:05:16.556Z||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-25T11:05:16.556Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:05:16.565Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:05:16.566Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:05:17.455Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||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-25T11:05:17.456Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||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-25T11:05:17.456Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-25T11:05:17.456Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:05:17.458Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:05:17.458Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838317455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-25T11:05:17.558Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:05:17.559Z||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-25T11:05:17.560Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:05:17.569Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:05:17.569Z||pool-53-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-11-25T11:05:18.459Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||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-25T11:05:18.459Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||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-25T11:05:18.459Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-25T11:05:18.460Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:05:18.461Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:05:18.461Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838318459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T11:05:18.561Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:05:18.562Z||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-25T11:05:18.563Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:05:18.573Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:05:18.573Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-25T11:05:18.838Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:05:18.839Z||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-25T11:05:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:05:18.859Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:05:18.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.860Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "clamp",
  "timestamp": 1637838240346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:05:18.861Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:05:18.861Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.861Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "aai-ml",
  "timestamp": 1637838235765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:05:18.861Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:05:18.861Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.861Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "cds",
  "timestamp": 1637838238787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:05:18.861Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:05:18.861Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.861Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "cds",
  "timestamp": 1637838238787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:05:18.861Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:05:18.862Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.862Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "aai-ml",
  "timestamp": 1637838235765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:05:18.862Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:05:18.862Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.862Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "clamp",
  "timestamp": 1637838240346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-25T11:05:18.862Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:05:18.862Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.862Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "clamp",
  "timestamp": 1637838240346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:05:18.862Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:05:18.862Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.862Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "aai-ml",
  "timestamp": 1637838235765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:05:18.862Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:05:18.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "cds",
  "timestamp": 1637838238787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:05:18.863Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:05:18.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "cds",
  "timestamp": 1637838238787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:05:18.863Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:05:18.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "clamp",
  "timestamp": 1637838240346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:05:18.863Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:05:18.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "aai-ml",
  "timestamp": 1637838235765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:05:18.864Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:05:18.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "clamp",
  "timestamp": 1637838240346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:05:18.864Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:05:18.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "aai-ml",
  "timestamp": 1637838235765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:05:18.864Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:05:18.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "cds",
  "timestamp": 1637838238787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:05:18.864Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:05:18.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "dcae-sch",
  "timestamp": 1637838250096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:05:18.865Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:05:18.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "clamp",
  "timestamp": 1637838240346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:05:18.865Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:05:18.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "cds",
  "timestamp": 1637838238787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:05:18.865Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:05:18.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "aai-ml",
  "timestamp": 1637838235765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:05:18.866Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:05:18.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.866Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "dcae-sch",
  "timestamp": 1637838250096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:05:18.866Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:05:18.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.866Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "clamp",
  "timestamp": 1637838240346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:05:18.866Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:05:18.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.866Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "aai-ml",
  "timestamp": 1637838235765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:05:18.866Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:05:18.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.867Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "cds",
  "timestamp": 1637838238787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:05:18.867Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:05:18.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.867Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "dcae-sch",
  "timestamp": 1637838250096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:05:18.867Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:05:18.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.867Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "aai-ml",
  "timestamp": 1637838253700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:05:18.867Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:05:18.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.867Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "dcae-sch",
  "timestamp": 1637838250096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:05:18.867Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:05:18.868Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.868Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637838253198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:05:18.868Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:05:18.868Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.868Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "cds",
  "timestamp": 1637838253831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:05:18.868Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:05:18.868Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.868Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "dcae-sch",
  "timestamp": 1637838250096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:05:18.868Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:05:18.868Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.868Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637838253198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:05:18.869Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:05:18.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.869Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "cds",
  "timestamp": 1637838254866,
  "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-25T11:05:18.876Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7d910008-41da-4dbf-b0ef-6f80fedaf558
2021-11-25T11:05:18.876Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d910008-41da-4dbf-b0ef-6f80fedaf558 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-25T11:05:18.884Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838254738,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:05:18.884Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:05:18.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.885Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "dcae-sch",
  "timestamp": 1637838250096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:05:18.885Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:05:18.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.885Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "policy-id",
  "timestamp": 1637838255128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:05:18.886Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:05:18.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637838253198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:05:18.886Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:05:18.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838254738,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-25T11:05:18.887Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:05:18.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "policy-id",
  "timestamp": 1637838255128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:05:18.887Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:05:18.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "dcae-sch",
  "timestamp": 1637838250096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:05:18.887Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:05:18.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637838253198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:05:18.888Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:05:18.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "clamp",
  "timestamp": 1637838257169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:05:18.889Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:05:18.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838254738,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-25T11:05:18.889Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:05:18.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "policy-id",
  "timestamp": 1637838255128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-25T11:05:18.890Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:05:18.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637838253198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:05:18.890Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:05:18.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:05:18.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838254738,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:05:18.891Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:05:19.462Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d910008-41da-4dbf-b0ef-6f80fedaf558
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T11:05:19.471Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d910008-41da-4dbf-b0ef-6f80fedaf558
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-25T11:05:19.473Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T11:05:19.473Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-25T11:05:19.474Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-25T11:05:49.476Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d910008-41da-4dbf-b0ef-6f80fedaf558
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T11:05:49.495Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d910008-41da-4dbf-b0ef-6f80fedaf558
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-25T11:05:49.497Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T11:05:49.498Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-25T11:05:49.498Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-25T11:06:18.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:06:18.841Z||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-25T11:06:18.842Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:06:18.865Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:06:18.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:06:18.866Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "policy-id",
  "timestamp": 1637838255128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:06:18.867Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:06:19.498Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d910008-41da-4dbf-b0ef-6f80fedaf558
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T11:06:19.510Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d910008-41da-4dbf-b0ef-6f80fedaf558
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-25T11:06:19.512Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T11:06:19.512Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-25T11:06:19.512Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-25T11:06:49.512Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d910008-41da-4dbf-b0ef-6f80fedaf558
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T11:06:49.523Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d910008-41da-4dbf-b0ef-6f80fedaf558
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-25T11:06:49.525Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T11:06:49.525Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-25T11:06:49.526Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-25T11:07:18.841Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:07:18.850Z||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-25T11:07:18.850Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:07:18.876Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:07:18.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637838253198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:18.892Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:18.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838254738,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-25T11:07:18.893Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:18.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838258860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:18.893Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:18.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "policy-id",
  "timestamp": 1637838255128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:18.893Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:18.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637838253198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:18.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:18.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "clamp",
  "timestamp": 1637838260168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T11:07:18.894Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:07:18.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838254738,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:18.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:18.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838258860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:18.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:18.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "policy-id",
  "timestamp": 1637838255128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:18.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:18.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "clamp",
  "timestamp": 1637838261181,
  "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-25T11:07:18.903Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7d910008-41da-4dbf-b0ef-6f80fedaf558
2021-11-25T11:07:18.904Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d910008-41da-4dbf-b0ef-6f80fedaf558 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-25T11:07:18.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838254738,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:07:18.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:18.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838258860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:18.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:18.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "policy-id",
  "timestamp": 1637838255128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:07:18.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:18.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838258860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:18.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:18.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838262965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:07:18.916Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:07:18.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "policy-id",
  "timestamp": 1637838263171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:07:18.916Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:07:18.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838258860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:18.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:18.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "aai-ml",
  "timestamp": 1637838264167,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T11:07:18.917Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:07:18.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "policy-id",
  "timestamp": 1637838264175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T11:07:18.917Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:07:18.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838264489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:07:18.917Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:07:18.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838258860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:18.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:18.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "aai-ml",
  "timestamp": 1637838265171,
  "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-25T11:07:18.922Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7d910008-41da-4dbf-b0ef-6f80fedaf558
2021-11-25T11:07:18.922Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d910008-41da-4dbf-b0ef-6f80fedaf558 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-25T11:07:18.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "policy-id",
  "timestamp": 1637838265178,
  "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-25T11:07:18.938Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7d910008-41da-4dbf-b0ef-6f80fedaf558
2021-11-25T11:07:18.938Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d910008-41da-4dbf-b0ef-6f80fedaf558 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-25T11:07:18.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838258860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:07:18.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:18.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838265863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:07:18.946Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:07:18.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838266806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:07:18.946Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:07:18.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838266893,
  "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-25T11:07:18.950Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7d910008-41da-4dbf-b0ef-6f80fedaf558
2021-11-25T11:07:18.950Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d910008-41da-4dbf-b0ef-6f80fedaf558 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-25T11:07:18.956Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.956Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838267897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-25T11:07:18.957Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:07:18.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838269364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T11:07:18.957Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:07:18.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.958Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838270368,
  "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-25T11:07:18.962Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7d910008-41da-4dbf-b0ef-6f80fedaf558
2021-11-25T11:07:18.962Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d910008-41da-4dbf-b0ef-6f80fedaf558 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-25T11:07:18.969Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637838273198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:18.970Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:18.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "dcae-sch",
  "timestamp": 1637838270096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:18.971Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:18.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "clamp",
  "timestamp": 1637838270346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:18.971Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:18.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "cds",
  "timestamp": 1637838268786,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:18.972Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:18.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838274738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:18.972Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:18.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "policy-id",
  "timestamp": 1637838275128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:18.973Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:18.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.973Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637838273198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:18.973Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:18.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.973Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "dcae-sch",
  "timestamp": 1637838270096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:18.974Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:18.974Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.974Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "cds",
  "timestamp": 1637838268786,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:18.974Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:18.974Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.974Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "clamp",
  "timestamp": 1637838270346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:18.975Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:18.975Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.975Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "policy-id",
  "timestamp": 1637838275128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:18.975Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:18.975Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.975Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838274738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-11-25T11:07:18.976Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:18.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.976Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637838273198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:18.976Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:18.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.976Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "dcae-sch",
  "timestamp": 1637838270096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:18.977Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:18.977Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.977Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "cds",
  "timestamp": 1637838268786,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:18.977Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:18.977Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.977Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "clamp",
  "timestamp": 1637838270346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:18.978Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:18.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:18.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "policy-id",
  "timestamp": 1637838275128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838274738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-11-25T11:07:19.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637838273198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "dcae-sch",
  "timestamp": 1637838270096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "cds",
  "timestamp": 1637838268786,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "clamp",
  "timestamp": 1637838270346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-25T11:07:19.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838274738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-25T11:07:19.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "policy-id",
  "timestamp": 1637838275128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.015Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637838273198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.016Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "dcae-sch",
  "timestamp": 1637838270096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.017Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "cds",
  "timestamp": 1637838268786,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.017Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "clamp",
  "timestamp": 1637838270346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838274738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-25T11:07:19.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "policy-id",
  "timestamp": 1637838275128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-25T11:07:19.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637838273198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "dcae-sch",
  "timestamp": 1637838270096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "cds",
  "timestamp": 1637838268786,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "clamp",
  "timestamp": 1637838270346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.021Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "policy-id",
  "timestamp": 1637838275128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838274738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637838273198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "dcae-sch",
  "timestamp": 1637838270096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "cds",
  "timestamp": 1637838268786,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "clamp",
  "timestamp": 1637838270346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "policy-id",
  "timestamp": 1637838275128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838274738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-11-25T11:07:19.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637838273198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "cds",
  "timestamp": 1637838268786,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "dcae-sch",
  "timestamp": 1637838270096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "clamp",
  "timestamp": 1637838270346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "policy-id",
  "timestamp": 1637838275128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838274738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637838273198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.029Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "dcae-sch",
  "timestamp": 1637838270096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.029Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "cds",
  "timestamp": 1637838268786,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:07:19.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "clamp",
  "timestamp": 1637838270346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:07:19.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "policy-id",
  "timestamp": 1637838275128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:07:19.031Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838274738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:07:19.031Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838287407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:07:19.032Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:07:19.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "cds",
  "timestamp": 1637838287477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:07:19.032Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:07:19.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "policy-id",
  "timestamp": 1637838287492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:07:19.033Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:07:19.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "cds",
  "timestamp": 1637838288485,
  "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-25T11:07:19.047Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d87af9e1-907d-448b-aaab-78fab9fb7817
2021-11-25T11:07:19.047Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d87af9e1-907d-448b-aaab-78fab9fb7817 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-25T11:07:19.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "policy-id",
  "timestamp": 1637838288498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T11:07:19.064Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:07:19.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838288592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:07:19.065Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:07:19.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838288860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "policy-id",
  "timestamp": 1637838289505,
  "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-25T11:07:19.072Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d87af9e1-907d-448b-aaab-78fab9fb7817
2021-11-25T11:07:19.072Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d87af9e1-907d-448b-aaab-78fab9fb7817 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-25T11:07:19.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838289804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:07:19.088Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:07:19.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "cds",
  "timestamp": 1637838289504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.088Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.089Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838288860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.089Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.089Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "dcae-sch",
  "timestamp": 1637838290096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.089Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.089Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838290992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:07:19.089Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:07:19.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "cds",
  "timestamp": 1637838289504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.090Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "clamp",
  "timestamp": 1637838291172,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:07:19.090Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:07:19.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838288860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "dcae-sch",
  "timestamp": 1637838290096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "cds",
  "timestamp": 1637838289504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838292053,
  "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-25T11:07:19.096Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d87af9e1-907d-448b-aaab-78fab9fb7817
2021-11-25T11:07:19.096Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d87af9e1-907d-448b-aaab-78fab9fb7817 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-25T11:07:19.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838288860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "dcae-sch",
  "timestamp": 1637838290096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "cds",
  "timestamp": 1637838289504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838293056,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-25T11:07:19.104Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:07:19.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "clamp",
  "timestamp": 1637838293187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T11:07:19.104Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:07:19.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838288860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "dcae-sch",
  "timestamp": 1637838290096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637838293198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "cds",
  "timestamp": 1637838289504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "clamp",
  "timestamp": 1637838294190,
  "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-25T11:07:19.110Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d87af9e1-907d-448b-aaab-78fab9fb7817
2021-11-25T11:07:19.110Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d87af9e1-907d-448b-aaab-78fab9fb7817 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-25T11:07:19.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838288860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.129Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "dcae-sch",
  "timestamp": 1637838290096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.129Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637838293198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.130Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "cds",
  "timestamp": 1637838289504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.130Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838294737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.131Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a49f0350-1383-4c4f-82c8-78ca2627cbf3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838295341,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-25T11:07:19.131Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:07:19.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838288860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.132Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "dcae-sch",
  "timestamp": 1637838290096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.133Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "policy-id",
  "timestamp": 1637838295132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.133Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637838293198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.134Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "cds",
  "timestamp": 1637838289504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.134Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838294737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-25T11:07:19.135Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "aai-ml",
  "timestamp": 1637838295768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.135Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838288860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.135Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "dcae-sch",
  "timestamp": 1637838290096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.136Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "policy-id",
  "timestamp": 1637838295132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.136Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637838293198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.137Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "cds",
  "timestamp": 1637838289504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:07:19.137Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.138Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838294737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-25T11:07:19.138Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.138Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "aai-ml",
  "timestamp": 1637838295768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.138Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838288860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:07:19.139Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "dcae-sch",
  "timestamp": 1637838290096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.139Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "policy-id",
  "timestamp": 1637838295132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-25T11:07:19.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637838293198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838294737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "aai-ml",
  "timestamp": 1637838295768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "policy-id",
  "timestamp": 1637838295132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "cds",
  "timestamp": 1637838298736,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:07:19.142Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:07:19.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637838293198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838298939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:07:19.143Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:07:19.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838294737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-25T11:07:19.144Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "aai-ml",
  "timestamp": 1637838295768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.144Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637838293198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "policy-id",
  "timestamp": 1637838295132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838294737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "aai-ml",
  "timestamp": 1637838295768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.146Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "policy-id",
  "timestamp": 1637838295132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.146Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637838293198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.147Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "clamp",
  "timestamp": 1637838300346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.147Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "cds",
  "timestamp": 1637838301106,
  "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-25T11:07:19.181Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1405c4f8-c78c-49db-8952-c97d8e319c81
2021-11-25T11:07:19.181Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1405c4f8-c78c-49db-8952-c97d8e319c81 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-25T11:07:19.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838294737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838301432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T11:07:19.189Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:07:19.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "aai-ml",
  "timestamp": 1637838295768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "policy-id",
  "timestamp": 1637838295132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "clamp",
  "timestamp": 1637838300346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-25T11:07:19.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-25T11:07:19.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838294737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:07:19.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "aai-ml",
  "timestamp": 1637838295768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.191Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838302436,
  "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-25T11:07:19.195Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d87af9e1-907d-448b-aaab-78fab9fb7817
2021-11-25T11:07:19.195Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d87af9e1-907d-448b-aaab-78fab9fb7817 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-25T11:07:19.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "policy-id",
  "timestamp": 1637838295132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:07:19.201Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "clamp",
  "timestamp": 1637838300346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.201Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-25T11:07:19.202Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "aai-ml",
  "timestamp": 1637838295768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.202Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838288860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.202Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838303474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:07:19.203Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:07:19.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "clamp",
  "timestamp": 1637838300346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.203Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "policy-id",
  "timestamp": 1637838303874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:07:19.203Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:07:19.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.203Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "aai-ml",
  "timestamp": 1637838295768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:07:19.204Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838288860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.204Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "clamp",
  "timestamp": 1637838300346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.204Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.205Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "policy-id",
  "timestamp": 1637838304879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T11:07:19.205Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:07:19.205Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.205Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838304899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:07:19.205Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:07:19.205Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.205Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-25T11:07:19.205Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.205Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.206Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838288860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.206Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.206Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.206Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "aai-ml",
  "timestamp": 1637838305670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:07:19.206Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:07:19.206Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.206Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "clamp",
  "timestamp": 1637838300346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.206Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.207Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.207Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "policy-id",
  "timestamp": 1637838305882,
  "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-25T11:07:19.211Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1405c4f8-c78c-49db-8952-c97d8e319c81
2021-11-25T11:07:19.211Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1405c4f8-c78c-49db-8952-c97d8e319c81 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-25T11:07:19.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.219Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838305981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:07:19.219Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:07:19.219Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.219Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.219Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.219Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.219Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838288860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.220Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.220Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.220Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "clamp",
  "timestamp": 1637838300346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.220Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.220Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.220Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838307038,
  "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-25T11:07:19.225Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1405c4f8-c78c-49db-8952-c97d8e319c81
2021-11-25T11:07:19.225Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1405c4f8-c78c-49db-8952-c97d8e319c81 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-25T11:07:19.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:07:19.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838288860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "clamp",
  "timestamp": 1637838300346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:07:19.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838308042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-25T11:07:19.232Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:07:19.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838308425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:07:19.233Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:07:19.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838288860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838288860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838288860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:07:19.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838310997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:07:19.234Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:07:19.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838312136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:07:19.234Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:07:19.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838312729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:07:19.234Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:07:19.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838314330,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:07:19.235Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:07:19.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838314488,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T11:07:19.235Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:07:19.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838315448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-25T11:07:19.235Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:07:19.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838315492,
  "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-25T11:07:19.240Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1405c4f8-c78c-49db-8952-c97d8e319c81
2021-11-25T11:07:19.240Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1405c4f8-c78c-49db-8952-c97d8e319c81 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-25T11:07:19.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838316452,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-25T11:07:19.249Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:07:19.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "aai-ml",
  "timestamp": 1637838316535,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T11:07:19.249Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:07:19.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "clamp",
  "timestamp": 1637838317402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:07:19.249Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:07:19.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838317455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-25T11:07:19.250Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:07:19.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "aai-ml",
  "timestamp": 1637838317538,
  "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-25T11:07:19.255Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d87af9e1-907d-448b-aaab-78fab9fb7817
2021-11-25T11:07:19.255Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d87af9e1-907d-448b-aaab-78fab9fb7817 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-25T11:07:19.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838318459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T11:07:19.263Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:07:19.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:07:19.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "aai-ml",
  "timestamp": 1637838295768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:19.263Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:07:19.526Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d910008-41da-4dbf-b0ef-6f80fedaf558
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T11:07:19.537Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d910008-41da-4dbf-b0ef-6f80fedaf558
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-25T11:07:19.540Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T11:07:19.540Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-25T11:07:19.540Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-25T11:07:19.540Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-25T11:07:19.541Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:07:19.541Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:07:19.541Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:07:19.541Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:07:19.541Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:07:19.541Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:07:19.541Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-25T11:07:19.552Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-25T11:07:49.553Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7d910008-41da-4dbf-b0ef-6f80fedaf558 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-25T11:07:49.572Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7d910008-41da-4dbf-b0ef-6f80fedaf558 and serviceModelVersionId: 7acb463a-5fd2-49ec-96cc-71baf38513c4
2021-11-25T11:07:49.573Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 54f002d4-d8e1-49f5-af5d-88d543b7ffb2
2021-11-25T11:07:49.574Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/54f002d4-d8e1-49f5-af5d-88d543b7ffb2/model-vers/model-ver/7acb463a-5fd2-49ec-96cc-71baf38513c4?depth=0
2021-11-25T11:07:49.584Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-11-25T11:07:49.658Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54f002d4-d8e1-49f5-af5d-88d543b7ffb2/model-vers/model-ver/7acb463a-5fd2-49ec-96cc-71baf38513c4?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-25T11:07:49.661Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54f002d4-d8e1-49f5-af5d-88d543b7ffb2/model-vers/model-ver/7acb463a-5fd2-49ec-96cc-71baf38513c4?depth=0|INFO|500||Invoke
2021-11-25T11:07:49.694Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54f002d4-d8e1-49f5-af5d-88d543b7ffb2/model-vers/model-ver/7acb463a-5fd2-49ec-96cc-71baf38513c4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-25T11:07:49.989Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54f002d4-d8e1-49f5-af5d-88d543b7ffb2/model-vers/model-ver/7acb463a-5fd2-49ec-96cc-71baf38513c4?depth=0|INFO|500||InvokeReturn
2021-11-25T11:07:49.989Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54f002d4-d8e1-49f5-af5d-88d543b7ffb2/model-vers/model-ver/7acb463a-5fd2-49ec-96cc-71baf38513c4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211125-11:07:49:702-8350], vertex-id=[225328], Content-Length=[0], Date=[Thu, 25 Nov 2021 11:07:49 GMT], Content-Type=[application/json]}
2021-11-25T11:07:49.990Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-11-25T11:07:49.991Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-25T11:07:49.991Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||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-25T11:07:49.997Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-25T11:07:49.998Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7d910008-41da-4dbf-b0ef-6f80fedaf558 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-25T11:07:49.999Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-25T11:07:49.999Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:07:50.002Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:07:50.002Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838469998,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-25T11:07:50.102Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:07:50.104Z||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-25T11:07:50.104Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:07:50.116Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:07:50.117Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-25T11:07:51.022Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-25T11:07:51.022Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"d87af9e1-907d-448b-aaab-78fab9fb7817","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"48d1d8e3-1f13-40fd-a6df-56b0e161aa69","serviceDescription":"service","serviceInvariantUUID":"ff8bb4c6-5758-4f03-bc7e-37ab357fca4d","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2132e0ef-36f8-4d45-8517-8fae916eac38","resourceInvariantUUID":"8fec5466-511e-4f41-b1ab-56720eb207a5","resourceCustomizationUUID":"1e4a0187-b7ed-4bbc-91b2-478930fdf04d","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":"NjU5OWFkMzk5N2VhN2M5NGFhMjc0YTQzOWIwYTY3MWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ffd74024-6fbe-4d29-ae75-c7a138c102f1","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":"070733ff-06fb-4983-8bbe-917075555bed","artifactVersion":"2","generatedFromUUID":"678ea26d-4a79-43f1-b981-f934b407bcbb"},{"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":"678ea26d-4a79-43f1-b981-f934b407bcbb","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":"OWVhNTRmZmQwZWNjOGE2NWJiZjA5NDdhNjJjMjgyNzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c11a6eb2-db3e-4de8-b600-bcb761a1f7a9","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":"790fb43f-44c1-457a-9c9b-dd377d0821af","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":"f6908024-de32-40a3-9fed-254cd7bdb3b1","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":"7d6bf9af-d2c5-48a9-95d4-0ebaac5635bd","artifactVersion":"2","generatedFromUUID":"790fb43f-44c1-457a-9c9b-dd377d0821af"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NmFjZjllNmEzNTFmNTYxNzIwNWI4ZmU3ZTQyZjA5MDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"908a7b71-b5db-4e3d-bdbc-dfec8b79fa57","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"M2M3OGMxMzAwZTc3NmU0MjBkNjI3MDQ0ODBmN2MzYTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2b27be79-8904-4b64-9490-7cfdcdda9c84","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-25T11:07:51.023Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:07:51.024Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:07:51.026Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:07:51.026Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:51.126Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:07:51.128Z||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-25T11:07:51.128Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:07:51.139Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:07:51.139Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:07:52.027Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:07:52.029Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:07:52.030Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:07:52.031Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-11-25T11:07:52.131Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:07:52.132Z||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-25T11:07:52.132Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:07:52.141Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:07:52.142Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:07:53.031Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:07:53.033Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:07:53.036Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:07:53.036Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-11-25T11:07:53.136Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:07:53.137Z||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-25T11:07:53.137Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:07:53.148Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:07:53.148Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:07:54.037Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:07:54.038Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:07:54.040Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:07:54.040Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-25T11:07:54.140Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:07:54.141Z||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-25T11:07:54.141Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:07:54.150Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:07:54.150Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:07:55.040Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:07:55.041Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:07:55.043Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:07:55.043Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-25T11:07:55.144Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-25T11:07:55.145Z||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-25T11:07:55.145Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:07:55.153Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:07:55.153Z||pool-60-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:07:56.044Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:07:56.044Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:07:56.047Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:07:56.053Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:56.147Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2021-11-25T11:07:56.148Z||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-25T11:07:56.148Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:07:56.159Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:07:56.159Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:07:57.055Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:07:57.056Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:07:57.065Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:07:57.065Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-11-25T11:07:57.160Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-11-25T11:07:57.161Z||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-25T11:07:57.162Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:07:57.171Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:07:57.172Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:07:58.066Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:07:58.067Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:07:58.069Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:07:58.069Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:07:58.169Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:07:58.170Z||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-25T11:07:58.170Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:07:58.180Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:07:58.181Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:07:59.069Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:07:59.070Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:07:59.072Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:07:59.072Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:07:59.172Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:07:59.173Z||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-25T11:07:59.173Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:07:59.185Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:07:59.186Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:08:00.073Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "48d1d8e3-1f13-40fd-a6df-56b0e161aa69",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ff8bb4c6-5758-4f03-bc7e-37ab357fca4d",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "1e4a0187-b7ed-4bbc-91b2-478930fdf04d",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2132e0ef-36f8-4d45-8517-8fae916eac38",
      "resourceInvariantUUID": "8fec5466-511e-4f41-b1ab-56720eb207a5",
      "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": "070733ff-06fb-4983-8bbe-917075555bed",
          "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": "678ea26d-4a79-43f1-b981-f934b407bcbb",
          "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": "OWVhNTRmZmQwZWNjOGE2NWJiZjA5NDdhNjJjMjgyNzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c11a6eb2-db3e-4de8-b600-bcb761a1f7a9",
          "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": "790fb43f-44c1-457a-9c9b-dd377d0821af",
          "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": "7d6bf9af-d2c5-48a9-95d4-0ebaac5635bd",
            "generatedFromUUID": "790fb43f-44c1-457a-9c9b-dd377d0821af"
          },
          "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": "7d6bf9af-d2c5-48a9-95d4-0ebaac5635bd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "M2M3OGMxMzAwZTc3NmU0MjBkNjI3MDQ0ODBmN2MzYTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2b27be79-8904-4b64-9490-7cfdcdda9c84"
    }
  ],
  "workloadContext": "Production"
}
2021-11-25T11:08:00.074Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-25T11:08:00.074Z|7d910008-41da-4dbf-b0ef-6f80fedaf558|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 48d1d8e3-1f13-40fd-a6df-56b0e161aa69 ASDC
2021-11-25T11:08:00.075Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:d87af9e1-907d-448b-aaab-78fab9fb7817
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:48d1d8e3-1f13-40fd-a6df-56b0e161aa69
ServiceInvariantUUID:ff8bb4c6-5758-4f03-bc7e-37ab357fca4d
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:2b27be79-8904-4b64-9490-7cfdcdda9c84
ArtifactChecksum:M2M3OGMxMzAwZTc3NmU0MjBkNjI3MDQ0ODBmN2MzYTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:1e4a0187-b7ed-4bbc-91b2-478930fdf04d
ResourceInvariantUUID:8fec5466-511e-4f41-b1ab-56720eb207a5
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:2132e0ef-36f8-4d45-8517-8fae916eac38
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:070733ff-06fb-4983-8bbe-917075555bed
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:678ea26d-4a79-43f1-b981-f934b407bcbb
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:c11a6eb2-db3e-4de8-b600-bcb761a1f7a9
ArtifactChecksum:OWVhNTRmZmQwZWNjOGE2NWJiZjA5NDdhNjJjMjgyNzA=
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:790fb43f-44c1-457a-9c9b-dd377d0821af
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:7d6bf9af-d2c5-48a9-95d4-0ebaac5635bd
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:7d6bf9af-d2c5-48a9-95d4-0ebaac5635bd
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-25T11:08:00.075Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 48d1d8e3-1f13-40fd-a6df-56b0e161aa69 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-25T11:08:00.109Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-25T11:08:00.109Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-11-25T11:08:00.109Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-11-25T11:08:00.110Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2b27be79-8904-4b64-9490-7cfdcdda9c84 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-25T11:08:00.110Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-25T11:08:00.110Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-25T11:08:00.788Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-25T11:08:00.794Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2b27be79-8904-4b64-9490-7cfdcdda9c84 68939
2021-11-25T11:08:00.795Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||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-25T11:08:00.795Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||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-25T11:08:00.795Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-25T11:08:00.796Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:08:00.799Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:08:00.799Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838480795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:08:00.899Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:08:00.900Z||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-25T11:08:00.900Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:08:00.910Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:08:00.913Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:08:01.800Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-25T11:08:01.801Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-11-25T11:08:01.801Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 2b27be79-8904-4b64-9490-7cfdcdda9c84, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-25T11:08:01.801Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-11-25T11:08:01.802Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-25T11:08:01.802Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-25T11:08:01.957Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1775406320433841626/Definitions/service-BasicCnf-template.yml
2021-11-25T11:08:03.133Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-25T11:08:03.134Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-11-25T11:08:03.135Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-25T11:08:03.135Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-11-25T11:08:03.136Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||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-25T11:08:03.136Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||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-25T11:08:03.137Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-25T11:08:03.137Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||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-25T11:08:03.137Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-11-25T11:08:03.138Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:08:03.138Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:08:03.139Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-25T11:08:03.139Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-11-25T11:08:03.139Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-25T11:08:03.140Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:08:03.140Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:08:03.140Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-25T11:08:03.141Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-11-25T11:08:03.141Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-25T11:08:03.141Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:08:03.141Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:08:03.142Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:08:03.142Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-25T11:08:03.142Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-11-25T11:08:03.142Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria
2021-11-25T11:08:03.143Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-25T11:08:03.143Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:08:03.143Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-25T11:08:03.144Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:08:03.144Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-25T11:08:03.144Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T11:08:03.144Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:08:03.145Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-25T11:08:03.145Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T11:08:03.145Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:08:03.145Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-25T11:08:03.146Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T11:08:03.146Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:08:03.146Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-25T11:08:03.146Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-11-25T11:08:03.147Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=293b5d14-16e3-4dd7-b3a4-ad9d4380aecf
2021-11-25T11:08:03.147Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:08:03.147Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:08:03.148Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:08:03.148Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:08:03.149Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:08:03.149Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:08:03.150Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:08:03.150Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:08:03.150Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:48d1d8e3-1f13-40fd-a6df-56b0e161aa69
Model Version:NULL
Model InvariantUuid:ff8bb4c6-5758-4f03-bc7e-37ab357fca4d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:22e351b4-0ff9-4137-8966-e5ae15774016
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8fec5466-511e-4f41-b1ab-56720eb207a5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1e4a0187-b7ed-4bbc-91b2-478930fdf04d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3d2257be-7ea0-4226-bff5-25dc64c0beda
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:7c8bdcaf-684b-4c1c-bc12-2db7d478145f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:293b5d14-16e3-4dd7-b3a4-ad9d4380aecf
ModelInvariantUuid:22f9c831-9ab9-4225-bfef-fa61e144d235
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:0f470b88-de2e-452a-9397-249b5219a2e1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:088ec637-8cd7-4e6a-bd65-c8c560144603
ModelInvariantUuid:da97fba8-e71c-494b-a833-336e05f5d933
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:2b19c6e2-3750-4f75-bda3-10c3cdd34130
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-25T11:08:03.157Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 2132e0ef-36f8-4d45-8517-8fae916eac38
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-25T11:08:03.160Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||basic_cnf 0
2021-11-25T11:08:03.161Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2132e0ef-36f8-4d45-8517-8fae916eac38
2021-11-25T11:08:03.161Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 070733ff-06fb-4983-8bbe-917075555bed from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-11-25T11:08:03.161Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-25T11:08:03.162Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||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-25T11:08:03.282Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-25T11:08:03.282Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 070733ff-06fb-4983-8bbe-917075555bed 12
2021-11-25T11:08:03.283Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||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-25T11:08:03.283Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||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-25T11:08:03.283Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-25T11:08:03.283Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:08:03.285Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:08:03.285Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838483283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:08:03.388Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-11-25T11:08:03.389Z||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-25T11:08:03.389Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:08:03.399Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:08:03.399Z||pool-66-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:08:04.286Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 678ea26d-4a79-43f1-b981-f934b407bcbb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-11-25T11:08:04.287Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-25T11:08:04.287Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||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-25T11:08:04.499Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-25T11:08:04.499Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 678ea26d-4a79-43f1-b981-f934b407bcbb 2688
2021-11-25T11:08:04.500Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||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-25T11:08:04.500Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||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-25T11:08:04.500Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-25T11:08:04.500Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:08:04.502Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:08:04.502Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838484499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:08:04.603Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:08:04.603Z||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-25T11:08:04.604Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:08:04.615Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:08:04.616Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:08:05.504Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c11a6eb2-db3e-4de8-b600-bcb761a1f7a9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-11-25T11:08:05.504Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-25T11:08:05.504Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||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-25T11:08:05.585Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-25T11:08:05.586Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json c11a6eb2-db3e-4de8-b600-bcb761a1f7a9 828
2021-11-25T11:08:05.586Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||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-25T11:08:05.586Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||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-25T11:08:05.586Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-25T11:08:05.587Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:08:05.588Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:08:05.589Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838485586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:08:05.689Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:08:05.690Z||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-25T11:08:05.690Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:08:05.699Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:08:05.700Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:08:06.589Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "3d2257be-7ea0-4226-bff5-25dc64c0beda",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7c8bdcaf-684b-4c1c-bc12-2db7d478145f",
    "vfModuleModelCustomizationUUID": "bb763369-9349-4a57-b43e-8e370d5aa860",
    "isBase": true,
    "artifacts": [
      "678ea26d-4a79-43f1-b981-f934b407bcbb",
      "790fb43f-44c1-457a-9c9b-dd377d0821af",
      "7d6bf9af-d2c5-48a9-95d4-0ebaac5635bd"
    ],
    "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-25T11:08:06.593Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7c8bdcaf-684b-4c1c-bc12-2db7d478145f
VfModuleModelInvariantUUID:3d2257be-7ea0-4226-bff5-25dc64c0beda
VfModuleModelDescription:NULL
Artifacts UUID List:{
678ea26d-4a79-43f1-b981-f934b407bcbb
,
790fb43f-44c1-457a-9c9b-dd377d0821af
,
7d6bf9af-d2c5-48a9-95d4-0ebaac5635bd

}
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-25T11:08:06.595Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "3d2257be-7ea0-4226-bff5-25dc64c0beda",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7c8bdcaf-684b-4c1c-bc12-2db7d478145f",
    "vfModuleModelCustomizationUUID": "bb763369-9349-4a57-b43e-8e370d5aa860",
    "isBase": true,
    "artifacts": [
      "678ea26d-4a79-43f1-b981-f934b407bcbb",
      "790fb43f-44c1-457a-9c9b-dd377d0821af",
      "7d6bf9af-d2c5-48a9-95d4-0ebaac5635bd"
    ],
    "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-25T11:08:06.595Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7c8bdcaf-684b-4c1c-bc12-2db7d478145f
VfModuleModelInvariantUUID:3d2257be-7ea0-4226-bff5-25dc64c0beda
VfModuleModelDescription:NULL
Artifacts UUID List:{
678ea26d-4a79-43f1-b981-f934b407bcbb
,
790fb43f-44c1-457a-9c9b-dd377d0821af
,
7d6bf9af-d2c5-48a9-95d4-0ebaac5635bd

}
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-25T11:08:06.595Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 790fb43f-44c1-457a-9c9b-dd377d0821af from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-11-25T11:08:06.595Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-25T11:08:06.595Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||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-25T11:08:06.801Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-25T11:08:06.802Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 790fb43f-44c1-457a-9c9b-dd377d0821af 1164
2021-11-25T11:08:06.802Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||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-25T11:08:06.802Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||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-25T11:08:06.802Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-25T11:08:06.803Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:08:06.806Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:08:06.806Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838486802,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:08:06.906Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:08:06.907Z||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-25T11:08:06.907Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:08:06.919Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:08:06.920Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:08:07.810Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7d6bf9af-d2c5-48a9-95d4-0ebaac5635bd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-11-25T11:08:07.810Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-25T11:08:07.811Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||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-25T11:08:07.907Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-25T11:08:07.907Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 7d6bf9af-d2c5-48a9-95d4-0ebaac5635bd 200
2021-11-25T11:08:07.908Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||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-25T11:08:07.908Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||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-25T11:08:07.908Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-25T11:08:07.908Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:08:07.913Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:08:07.913Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838487908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:08:08.010Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-11-25T11:08:08.011Z||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-25T11:08:08.011Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:08:08.031Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:08:08.032Z||pool-70-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:08:08.913Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 48d1d8e3-1f13-40fd-a6df-56b0e161aa69
2021-11-25T11:08:08.914Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 2132e0ef-36f8-4d45-8517-8fae916eac38 ASDC
2021-11-25T11:08:08.924Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select 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-25T11:08:08.934Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@47d8f04a, org.onap.sdc.toscaparser.api.parameters.Input@652be496, org.onap.sdc.toscaparser.api.parameters.Input@7013f643, org.onap.sdc.toscaparser.api.parameters.Input@747750a, org.onap.sdc.toscaparser.api.parameters.Input@79d8f08]
2021-11-25T11:08:08.936Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:08:08.936Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:08:08.936Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-11-25T11:08:08.936Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 1e4a0187-b7ed-4bbc-91b2-478930fdf04d
2021-11-25T11:08:08.936Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1e4a0187-b7ed-4bbc-91b2-478930fdf04d matches Tosca VF Customization UUID: 1e4a0187-b7ed-4bbc-91b2-478930fdf04d
2021-11-25T11:08:08.937Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 1e4a0187-b7ed-4bbc-91b2-478930fdf04d  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-25T11:08:08.939Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:08:08.939Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:08:08.940Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 1e4a0187-b7ed-4bbc-91b2-478930fdf04d: {\"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-25T11:08:08.940Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6e354c42
2021-11-25T11:08:08.940Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:08:08.941Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-25T11:08:08.941Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bb763369-9349-4a57-b43e-8e370d5aa860
2021-11-25T11:08:08.941Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bb763369-9349-4a57-b43e-8e370d5aa860
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-25T11:08:08.943Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:08:08.943Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-25T11:08:08.944Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T11:08:08.944Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:08:08.944Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-25T11:08:08.944Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T11:08:08.944Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:08:08.945Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-25T11:08:08.945Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-11-25T11:08:08.945Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=293b5d14-16e3-4dd7-b3a4-ad9d4380aecf
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-25T11:08:08.947Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:08:08.947Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-25T11:08:08.947Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T11:08:08.948Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:08:08.948Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-25T11:08:08.949Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=1e4a0187-b7ed-4bbc-91b2-478930fdf04d
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-25T11:08:08.951Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:08:08.951Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:08:08.952Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 48d1d8e3-1f13-40fd-a6df-56b0e161aa69: basic_cnf
2021-11-25T11:08:08.952Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:08:08.952Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:08:08.952Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:08:08.953Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:08:08.953Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:08:08.953Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:08:08.953Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:08:08.953Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:08:08.954Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:08:08.954Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:08:08.954Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||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-25T11:08:09.017Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 2132e0ef-36f8-4d45-8517-8fae916eac38 1 ASDC deployResourceStructure
2021-11-25T11:08:09.018Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||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-25T11:08:09.018Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||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-25T11:08:09.018Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-11-25T11:08:09.019Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:08:09.020Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:08:09.021Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838489018,
  "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-25T11:08:09.121Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:08:09.122Z||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-25T11:08:09.122Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:08:09.134Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:08:09.135Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-25T11:08:10.025Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||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-25T11:08:10.025Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||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-25T11:08:10.025Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-11-25T11:08:10.025Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:08:10.027Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:08:10.027Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838490024,
  "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-25T11:08:10.127Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:08:10.128Z||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-25T11:08:10.128Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:08:10.159Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:08:10.160Z||pool-72-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:08:11.028Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||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-25T11:08:11.028Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||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-25T11:08:11.028Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-25T11:08:11.028Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:08:11.030Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:08:11.030Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838491028,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-25T11:08:11.130Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:08:11.131Z||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-25T11:08:11.131Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:08:11.141Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:08:11.142Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:08:12.031Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||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-25T11:08:12.032Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||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-25T11:08:12.032Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-25T11:08:12.033Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:08:12.034Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:08:12.034Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838492031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-11-25T11:08:12.135Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:08:12.136Z||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-25T11:08:12.136Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:08:12.146Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:08:12.146Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-25T11:08:13.036Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||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-25T11:08:13.036Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||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-25T11:08:13.036Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-25T11:08:13.037Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:08:13.038Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:08:13.039Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838493036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-11-25T11:08:13.139Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-25T11:08:13.139Z||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-25T11:08:13.140Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:08:13.150Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:08:13.150Z||pool-75-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:08:14.039Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||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-25T11:08:14.040Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||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-25T11:08:14.040Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-25T11:08:14.040Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:08:14.042Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:08:14.042Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838494039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T11:08:14.142Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:08:14.143Z||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-25T11:08:14.143Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:08:14.152Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:08:14.153Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:08:15.042Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d87af9e1-907d-448b-aaab-78fab9fb7817
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T11:08:15.055Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d87af9e1-907d-448b-aaab-78fab9fb7817
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-25T11:08:15.058Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T11:08:15.058Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-25T11:08:15.058Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-25T11:08:15.058Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-25T11:08:15.058Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:08:15.059Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:08:15.059Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:08:15.059Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:08:15.059Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:08:15.059Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:08:15.060Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-25T11:08:15.066Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-25T11:08:18.838Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:08:18.839Z||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-25T11:08:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:08:18.861Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:08:18.862Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:08:18.862Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "aai-ml",
  "timestamp": 1637838295768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:08:18.863Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:08:18.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:08:18.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "clamp",
  "timestamp": 1637838320184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T11:08:18.863Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:08:18.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:08:18.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "aai-ml",
  "timestamp": 1637838295768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:08:18.864Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:08:18.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:08:18.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "clamp",
  "timestamp": 1637838321187,
  "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-25T11:08:19.706Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1405c4f8-c78c-49db-8952-c97d8e319c81
2021-11-25T11:08:19.707Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1405c4f8-c78c-49db-8952-c97d8e319c81 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-25T11:08:19.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:08:19.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "aai-ml",
  "timestamp": 1637838295768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:08:19.716Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:08:19.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:08:19.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "aai-ml",
  "timestamp": 1637838295768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:08:19.716Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:08:19.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:08:19.717Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "aai-ml",
  "timestamp": 1637838295768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:08:19.717Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:08:19.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:08:19.717Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "aai-ml",
  "timestamp": 1637838295768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:08:19.717Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:08:19.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:08:19.717Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "aai-ml",
  "timestamp": 1637838295768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:08:19.717Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:08:19.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:08:19.717Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "aai-ml",
  "timestamp": 1637838326870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:08:19.717Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:08:19.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:08:19.717Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "aai-ml",
  "timestamp": 1637838336032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T11:08:19.717Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:08:19.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:08:19.718Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "aai-ml",
  "timestamp": 1637838337036,
  "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-25T11:08:19.721Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1405c4f8-c78c-49db-8952-c97d8e319c81
2021-11-25T11:08:19.722Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1405c4f8-c78c-49db-8952-c97d8e319c81 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-25T11:08:45.067Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d87af9e1-907d-448b-aaab-78fab9fb7817 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-25T11:08:45.073Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d87af9e1-907d-448b-aaab-78fab9fb7817 and serviceModelVersionId: 48d1d8e3-1f13-40fd-a6df-56b0e161aa69
2021-11-25T11:08:45.073Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ff8bb4c6-5758-4f03-bc7e-37ab357fca4d
2021-11-25T11:08:45.074Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ff8bb4c6-5758-4f03-bc7e-37ab357fca4d/model-vers/model-ver/48d1d8e3-1f13-40fd-a6df-56b0e161aa69?depth=0
2021-11-25T11:08:45.077Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-11-25T11:08:45.120Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff8bb4c6-5758-4f03-bc7e-37ab357fca4d/model-vers/model-ver/48d1d8e3-1f13-40fd-a6df-56b0e161aa69?depth=0|INFO|500||Invoke
2021-11-25T11:08:45.121Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff8bb4c6-5758-4f03-bc7e-37ab357fca4d/model-vers/model-ver/48d1d8e3-1f13-40fd-a6df-56b0e161aa69?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff8bb4c6-5758-4f03-bc7e-37ab357fca4d/model-vers/model-ver/48d1d8e3-1f13-40fd-a6df-56b0e161aa69?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d87af9e1-907d-448b-aaab-78fab9fb7817], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[99983588-4532-4205-85a5-f25a72ce35b9], X-ECOMP-RequestID=[d87af9e1-907d-448b-aaab-78fab9fb7817], X-TransactionId=[], X-ONAP-RequestID=[d87af9e1-907d-448b-aaab-78fab9fb7817], Content-Type=[application/merge-patch+json]}
2021-11-25T11:08:45.141Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff8bb4c6-5758-4f03-bc7e-37ab357fca4d/model-vers/model-ver/48d1d8e3-1f13-40fd-a6df-56b0e161aa69?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-25T11:08:45.366Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff8bb4c6-5758-4f03-bc7e-37ab357fca4d/model-vers/model-ver/48d1d8e3-1f13-40fd-a6df-56b0e161aa69?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/ff8bb4c6-5758-4f03-bc7e-37ab357fca4d/model-vers/model-ver/48d1d8e3-1f13-40fd-a6df-56b0e161aa69?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211125-11:08:45:148-94644], vertex-id=[397456], Content-Length=[0], Date=[Thu, 25 Nov 2021 11:08:45 GMT], Content-Type=[application/json]}
2021-11-25T11:08:45.366Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff8bb4c6-5758-4f03-bc7e-37ab357fca4d/model-vers/model-ver/48d1d8e3-1f13-40fd-a6df-56b0e161aa69?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-25T11:08:45.367Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff8bb4c6-5758-4f03-bc7e-37ab357fca4d/model-vers/model-ver/48d1d8e3-1f13-40fd-a6df-56b0e161aa69?depth=0|INFO|500||InvokeReturn
2021-11-25T11:08:45.367Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-25T11:08:45.368Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||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-25T11:08:45.373Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-25T11:08:45.373Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d87af9e1-907d-448b-aaab-78fab9fb7817 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-25T11:08:45.373Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-25T11:08:45.374Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:08:45.376Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:08:45.376Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838525373,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-25T11:08:45.476Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:08:45.476Z||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-25T11:08:45.477Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:08:45.490Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:08:45.490Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-25T11:08:46.387Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-25T11:08:46.388Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"1405c4f8-c78c-49db-8952-c97d8e319c81","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"0da974e7-c00a-492d-bb27-29e07e5481c9","serviceDescription":"service","serviceInvariantUUID":"827409ad-600c-4034-b1c1-da84b64e6d21","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a70b99a9-0a22-4244-8084-9f061ef655ce","resourceInvariantUUID":"da58d3ec-6beb-46a0-b989-f10f841d785f","resourceCustomizationUUID":"9250bd1f-5c75-49d6-a35e-bdb7055d8edb","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":"M2QzYzAyZTMwMjA0Y2VjMDIwMzIyOWE1YTIzZGZkMjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8835fed5-2590-4c7b-99c5-e017a5e366e7","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":"ZmMwY2Q4NTE3OGI0YTEyN2NkM2QwZTc3ZGQ5Njg5ZTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d8b64da7-03ff-4dfa-801c-6000e583fb6f","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":"0ceac075-b91f-4d9c-9e38-01db2c455abd","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":"5cdf331d-7040-497b-94e6-1c19578ccc60","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":"a73c320e-457c-4cfc-8654-8c79e8600f08","artifactVersion":"2","generatedFromUUID":"0ceac075-b91f-4d9c-9e38-01db2c455abd"},{"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":"MWFiMjA5YWVmZWQxNjlkYzc5MjE0MTZiNjU5YWQzMzc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f81bcc70-2fda-49fb-a509-a24fc382b64c","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":"YjZmNTU5NGRkN2JhZTY4MDc4ZDA4MGYwZGJjZTNjYWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a79ccfba-3bbf-4c7b-bc3e-0d98a2fb8e14","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"Njk4ZTc1NTEzMzA3NWE5YmMyZWI5YzkwNzgzZGEwYzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8decf92f-3f15-4956-b582-103eed88b2e8","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-25T11:08:46.388Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:08:46.388Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:08:46.390Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:08:46.391Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:08:46.490Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-25T11:08:46.491Z||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-25T11:08:46.492Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:08:46.501Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:08:46.501Z||pool-78-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:08:47.391Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:08:47.391Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:08:47.393Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:08:47.393Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-25T11:08:47.496Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-11-25T11:08:47.497Z||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-25T11:08:47.497Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:08:47.509Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:08:47.509Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:08:48.394Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:08:48.394Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:08:48.396Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:08:48.396Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-25T11:08:48.496Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:08:48.497Z||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-25T11:08:48.498Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:08:48.508Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:08:48.509Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:08:49.397Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:08:49.397Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:08:49.400Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:08:49.400Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:08:49.500Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:08:49.501Z||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-25T11:08:49.501Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:08:49.510Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:08:49.510Z||pool-81-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:08:50.400Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:08:50.400Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:08:50.402Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:08:50.402Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-25T11:08:50.502Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:08:50.503Z||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-25T11:08:50.504Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:08:50.514Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:08:50.514Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-25T11:08:51.402Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:08:51.403Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:08:51.405Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:08:51.405Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:08:51.505Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:08:51.506Z||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-25T11:08:51.506Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:08:51.524Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:08:51.525Z||pool-83-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:08:52.405Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:08:52.406Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:08:52.408Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:08:52.408Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:08:52.508Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:08:52.509Z||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-25T11:08:52.509Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:08:52.522Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:08:52.522Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:08:53.408Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:08:53.409Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:08:53.410Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:08:53.410Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:08:53.510Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:08:53.511Z||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-25T11:08:53.511Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:08:53.525Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:08:53.525Z||pool-85-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:08:54.411Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0da974e7-c00a-492d-bb27-29e07e5481c9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "827409ad-600c-4034-b1c1-da84b64e6d21",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "9250bd1f-5c75-49d6-a35e-bdb7055d8edb",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a70b99a9-0a22-4244-8084-9f061ef655ce",
      "resourceInvariantUUID": "da58d3ec-6beb-46a0-b989-f10f841d785f",
      "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": "ZmMwY2Q4NTE3OGI0YTEyN2NkM2QwZTc3ZGQ5Njg5ZTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d8b64da7-03ff-4dfa-801c-6000e583fb6f",
          "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": "0ceac075-b91f-4d9c-9e38-01db2c455abd",
          "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": "a73c320e-457c-4cfc-8654-8c79e8600f08",
            "generatedFromUUID": "0ceac075-b91f-4d9c-9e38-01db2c455abd"
          },
          "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": "a73c320e-457c-4cfc-8654-8c79e8600f08",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "Njk4ZTc1NTEzMzA3NWE5YmMyZWI5YzkwNzgzZGEwYzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8decf92f-3f15-4956-b582-103eed88b2e8"
    }
  ],
  "workloadContext": "Production"
}
2021-11-25T11:08:54.412Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-25T11:08:54.412Z|d87af9e1-907d-448b-aaab-78fab9fb7817|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0da974e7-c00a-492d-bb27-29e07e5481c9 ASDC
2021-11-25T11:08:54.413Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:1405c4f8-c78c-49db-8952-c97d8e319c81
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:0da974e7-c00a-492d-bb27-29e07e5481c9
ServiceInvariantUUID:827409ad-600c-4034-b1c1-da84b64e6d21
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:8decf92f-3f15-4956-b582-103eed88b2e8
ArtifactChecksum:Njk4ZTc1NTEzMzA3NWE5YmMyZWI5YzkwNzgzZGEwYzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:9250bd1f-5c75-49d6-a35e-bdb7055d8edb
ResourceInvariantUUID:da58d3ec-6beb-46a0-b989-f10f841d785f
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:a70b99a9-0a22-4244-8084-9f061ef655ce
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:d8b64da7-03ff-4dfa-801c-6000e583fb6f
ArtifactChecksum:ZmMwY2Q4NTE3OGI0YTEyN2NkM2QwZTc3ZGQ5Njg5ZTc=
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:0ceac075-b91f-4d9c-9e38-01db2c455abd
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:a73c320e-457c-4cfc-8654-8c79e8600f08
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:a73c320e-457c-4cfc-8654-8c79e8600f08
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-25T11:08:54.413Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0da974e7-c00a-492d-bb27-29e07e5481c9 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-25T11:08:54.447Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-25T11:08:54.448Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-11-25T11:08:54.448Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-11-25T11:08:54.448Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8decf92f-3f15-4956-b582-103eed88b2e8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-25T11:08:54.449Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-25T11:08:54.449Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-25T11:08:55.336Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-25T11:08:55.339Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 8decf92f-3f15-4956-b582-103eed88b2e8 78800
2021-11-25T11:08:55.340Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||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-25T11:08:55.340Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||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-25T11:08:55.340Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-25T11:08:55.340Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:08:55.342Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:08:55.342Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838535340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:08:55.447Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-11-25T11:08:55.448Z||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-25T11:08:55.448Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:08:55.476Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:08:55.476Z||pool-86-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:08:56.343Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-25T11:08:56.345Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-11-25T11:08:56.345Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 8decf92f-3f15-4956-b582-103eed88b2e8, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-25T11:08:56.345Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-11-25T11:08:56.346Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-25T11:08:56.346Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-25T11:08:56.487Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP787156455371879282/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-25T11:08:57.604Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-25T11:08:57.604Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-11-25T11:08:57.604Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-25T11:08:57.604Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-25T11:08:57.604Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||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-25T11:08:57.605Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||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-25T11:08:57.605Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-25T11:08:57.605Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-25T11:08:57.605Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-25T11:08:57.605Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||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-25T11:08:57.605Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-25T11:08:57.606Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||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-25T11:08:57.606Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-25T11:08:57.606Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-11-25T11:08:57.606Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:08:57.606Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:08:57.607Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-25T11:08:57.607Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-11-25T11:08:57.607Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-25T11:08:57.607Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:08:57.607Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:08:57.608Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-25T11:08:57.608Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-11-25T11:08:57.608Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-25T11:08:57.608Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:08:57.608Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:08:57.609Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:08:57.609Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-11-25T11:08:57.609Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-11-25T11:08:57.609Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-11-25T11:08:57.609Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-11-25T11:08:57.609Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-25T11:08:57.610Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-25T11:08:57.610Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:08:57.610Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-25T11:08:57.610Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:08:57.610Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-25T11:08:57.610Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T11:08:57.611Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:08:57.611Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-25T11:08:57.611Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T11:08:57.611Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:08:57.611Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-25T11:08:57.612Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T11:08:57.612Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:08:57.612Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-11-25T11:08:57.612Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-25T11:08:57.612Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-25T11:08:57.612Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=708366c7-69df-4b39-810f-0f0b1fedaa80
2021-11-25T11:08:57.613Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:08:57.613Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:08:57.613Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:08:57.613Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:08:57.613Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:08:57.613Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:08:57.614Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:08:57.614Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:08:57.614Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:0da974e7-c00a-492d-bb27-29e07e5481c9
Model Version:NULL
Model InvariantUuid:827409ad-600c-4034-b1c1-da84b64e6d21
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:9b2114a2-e46e-4abb-8edf-d78573f57160
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:da58d3ec-6beb-46a0-b989-f10f841d785f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9250bd1f-5c75-49d6-a35e-bdb7055d8edb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4041c67b-0697-4bcc-94b3-cd615efa27fc
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:ce6e0f2f-7595-42f9-8faf-0c66c90cc983
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:708366c7-69df-4b39-810f-0f0b1fedaa80
ModelInvariantUuid:95dce3f2-c41d-4e00-8c78-32637728c317
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:29241428-7c0a-43b9-a3f8-4865eed3c95f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:90262054-5d28-46a6-800f-b80eb26124cb
ModelInvariantUuid:39076a4c-2491-40db-929b-8d06856469c8
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:164a81c2-932d-4b9a-9f6a-795d05351bd1
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-25T11:08:57.621Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: a70b99a9-0a22-4244-8084-9f061ef655ce
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-25T11:08:57.624Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||basic_vm_macro 0
2021-11-25T11:08:57.624Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a70b99a9-0a22-4244-8084-9f061ef655ce
2021-11-25T11:08:57.624Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d8b64da7-03ff-4dfa-801c-6000e583fb6f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-11-25T11:08:57.625Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-25T11:08:57.625Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||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-25T11:08:57.842Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-25T11:08:57.842Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json d8b64da7-03ff-4dfa-801c-6000e583fb6f 792
2021-11-25T11:08:57.842Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||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-25T11:08:57.842Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||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-25T11:08:57.842Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-25T11:08:57.843Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:08:57.844Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:08:57.845Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838537842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:08:57.945Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:08:57.946Z||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-25T11:08:57.946Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:08:57.957Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:08:57.957Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-25T11:08:58.845Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "4041c67b-0697-4bcc-94b3-cd615efa27fc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ce6e0f2f-7595-42f9-8faf-0c66c90cc983",
    "vfModuleModelCustomizationUUID": "a199ff24-9437-4ad8-aa2e-586b4a76c027",
    "isBase": true,
    "artifacts": [
      "0ceac075-b91f-4d9c-9e38-01db2c455abd",
      "a73c320e-457c-4cfc-8654-8c79e8600f08"
    ],
    "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-25T11:08:58.849Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ce6e0f2f-7595-42f9-8faf-0c66c90cc983
VfModuleModelInvariantUUID:4041c67b-0697-4bcc-94b3-cd615efa27fc
VfModuleModelDescription:NULL
Artifacts UUID List:{
0ceac075-b91f-4d9c-9e38-01db2c455abd
,
a73c320e-457c-4cfc-8654-8c79e8600f08

}
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-25T11:08:58.850Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "4041c67b-0697-4bcc-94b3-cd615efa27fc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ce6e0f2f-7595-42f9-8faf-0c66c90cc983",
    "vfModuleModelCustomizationUUID": "a199ff24-9437-4ad8-aa2e-586b4a76c027",
    "isBase": true,
    "artifacts": [
      "0ceac075-b91f-4d9c-9e38-01db2c455abd",
      "a73c320e-457c-4cfc-8654-8c79e8600f08"
    ],
    "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-25T11:08:58.850Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ce6e0f2f-7595-42f9-8faf-0c66c90cc983
VfModuleModelInvariantUUID:4041c67b-0697-4bcc-94b3-cd615efa27fc
VfModuleModelDescription:NULL
Artifacts UUID List:{
0ceac075-b91f-4d9c-9e38-01db2c455abd
,
a73c320e-457c-4cfc-8654-8c79e8600f08

}
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-25T11:08:58.850Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0ceac075-b91f-4d9c-9e38-01db2c455abd from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-11-25T11:08:58.850Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-25T11:08:58.851Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||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-25T11:08:59.129Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-25T11:08:59.129Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 0ceac075-b91f-4d9c-9e38-01db2c455abd 5033
2021-11-25T11:08:59.130Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||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-25T11:08:59.130Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||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-25T11:08:59.130Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-25T11:08:59.130Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:08:59.132Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:08:59.132Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838539130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:08:59.232Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:08:59.233Z||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-25T11:08:59.233Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:08:59.245Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:08:59.245Z||pool-88-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:09:00.132Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a73c320e-457c-4cfc-8654-8c79e8600f08 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-11-25T11:09:00.133Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-25T11:09:00.133Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||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-25T11:09:00.677Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-25T11:09:00.678Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env a73c320e-457c-4cfc-8654-8c79e8600f08 903
2021-11-25T11:09:00.680Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||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-25T11:09:00.680Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||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-25T11:09:00.680Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-25T11:09:00.680Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:09:00.682Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:09:00.682Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838540680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:09:00.783Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:09:00.784Z||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-25T11:09:00.784Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:09:00.802Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:09:00.803Z||pool-89-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:09:01.684Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 0da974e7-c00a-492d-bb27-29e07e5481c9
2021-11-25T11:09:01.684Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 a70b99a9-0a22-4244-8084-9f061ef655ce 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-25T11:09:01.708Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@72e32cba, org.onap.sdc.toscaparser.api.parameters.Input@119a9a9b, org.onap.sdc.toscaparser.api.parameters.Input@12658a4e, org.onap.sdc.toscaparser.api.parameters.Input@29c8999b, org.onap.sdc.toscaparser.api.parameters.Input@42a5f6e4]
2021-11-25T11:09:01.710Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:09:01.710Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:09:01.710Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-11-25T11:09:01.710Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 9250bd1f-5c75-49d6-a35e-bdb7055d8edb
2021-11-25T11:09:01.710Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9250bd1f-5c75-49d6-a35e-bdb7055d8edb matches Tosca VF Customization UUID: 9250bd1f-5c75-49d6-a35e-bdb7055d8edb
2021-11-25T11:09:01.710Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 9250bd1f-5c75-49d6-a35e-bdb7055d8edb  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-25T11:09:01.713Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:09:01.713Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:09:01.714Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 9250bd1f-5c75-49d6-a35e-bdb7055d8edb: {\"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-25T11:09:01.714Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@54ce6dd6
2021-11-25T11:09:01.714Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:09:01.714Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-25T11:09:01.714Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a199ff24-9437-4ad8-aa2e-586b4a76c027
2021-11-25T11:09:01.714Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a199ff24-9437-4ad8-aa2e-586b4a76c027
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-25T11:09:01.717Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:09:01.718Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-25T11:09:01.718Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T11:09:01.718Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:09:01.719Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-25T11:09:01.719Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T11:09:01.719Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:09:01.719Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-11-25T11:09:01.719Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-25T11:09:01.719Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-25T11:09:01.719Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=708366c7-69df-4b39-810f-0f0b1fedaa80
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-25T11:09:01.725Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:09:01.725Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-25T11:09:01.725Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T11:09:01.725Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:09:01.726Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-25T11:09:01.726Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=9250bd1f-5c75-49d6-a35e-bdb7055d8edb
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-25T11:09:01.733Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:09:01.734Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:09:01.734Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 0da974e7-c00a-492d-bb27-29e07e5481c9: basic_vm_macro
2021-11-25T11:09:01.734Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:09:01.734Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:09:01.734Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:09:01.734Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:09:01.735Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:09:01.735Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:09:01.735Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:09:01.735Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:09:01.735Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:09:01.735Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:09:01.735Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||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-25T11:09:01.844Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro a70b99a9-0a22-4244-8084-9f061ef655ce 1 ASDC deployResourceStructure
2021-11-25T11:09:01.849Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||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-25T11:09:01.850Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||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-25T11:09:01.850Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-25T11:09:01.853Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:09:01.858Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:09:01.858Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838541847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-25T11:09:01.960Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-11-25T11:09:01.961Z||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-25T11:09:01.961Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:09:01.972Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:09:01.972Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:09:02.860Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||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-25T11:09:02.861Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||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-25T11:09:02.861Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-25T11:09:02.861Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:09:02.863Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:09:02.863Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838542860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-25T11:09:02.964Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:09:02.965Z||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-25T11:09:02.965Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:09:02.977Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:09:02.977Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:09:03.865Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||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-25T11:09:03.865Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||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-25T11:09:03.865Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-25T11:09:03.866Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:09:03.871Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:09:03.871Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838543864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-25T11:09:03.974Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-25T11:09:03.980Z||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-25T11:09:03.980Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:09:03.994Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:09:03.994Z||pool-92-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:09:04.873Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||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-25T11:09:04.874Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||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-25T11:09:04.874Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-25T11:09:04.875Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:09:04.877Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:09:04.877Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838544873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T11:09:04.977Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-25T11:09:04.978Z||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-25T11:09:04.978Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:09:05.002Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:09:05.003Z||pool-93-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:09:05.878Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1405c4f8-c78c-49db-8952-c97d8e319c81
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T11:09:05.896Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1405c4f8-c78c-49db-8952-c97d8e319c81
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-25T11:09:05.908Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T11:09:05.908Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-25T11:09:05.908Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-25T11:09:05.909Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-25T11:09:05.909Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:09:05.909Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:09:05.909Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:09:05.909Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:09:05.909Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:09:05.909Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:09:05.909Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-25T11:09:05.916Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-25T11:09:18.838Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:09:18.840Z||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-25T11:09:18.840Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:09:18.876Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:09:18.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:09:18.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d910008-41da-4dbf-b0ef-6f80fedaf558",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838469998,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-25T11:09:18.879Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:09:18.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:09:18.879Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:09:18.879Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:09:18.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:09:18.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-11-25T11:09:18.880Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:09:18.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:09:18.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-11-25T11:09:18.880Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:09:18.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:09:18.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-25T11:09:18.880Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:09:18.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:09:18.881Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-25T11:09:18.881Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:09:18.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:09:18.881Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:09:18.881Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:09:18.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:09:18.881Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-11-25T11:09:18.881Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:09:18.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:09:18.882Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:09:18.882Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:09:18.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:09:18.882Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:09:18.882Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:09:18.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:09:18.882Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838480795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:09:18.882Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:09:18.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:09:18.883Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838483283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:09:18.883Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:09:18.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:09:18.883Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838484499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:09:18.883Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:09:18.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:09:18.883Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838485586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:09:18.883Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:09:18.884Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:09:18.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838486802,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:09:18.884Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:09:18.884Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:09:18.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838487908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:09:18.884Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:09:18.884Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:09:18.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838489018,
  "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-25T11:09:18.884Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:09:18.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:09:18.885Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838490024,
  "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-25T11:09:18.885Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:09:18.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:09:18.885Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838491028,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-25T11:09:18.885Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:09:18.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:09:18.885Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838492031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-11-25T11:09:18.885Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:09:18.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:09:18.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838493036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-11-25T11:09:18.886Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:09:18.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:09:18.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838494039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T11:09:18.886Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:09:35.916Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1405c4f8-c78c-49db-8952-c97d8e319c81 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-25T11:09:35.922Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1405c4f8-c78c-49db-8952-c97d8e319c81 and serviceModelVersionId: 0da974e7-c00a-492d-bb27-29e07e5481c9
2021-11-25T11:09:35.922Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 827409ad-600c-4034-b1c1-da84b64e6d21
2021-11-25T11:09:35.923Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/827409ad-600c-4034-b1c1-da84b64e6d21/model-vers/model-ver/0da974e7-c00a-492d-bb27-29e07e5481c9?depth=0
2021-11-25T11:09:35.931Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-11-25T11:09:35.984Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/827409ad-600c-4034-b1c1-da84b64e6d21/model-vers/model-ver/0da974e7-c00a-492d-bb27-29e07e5481c9?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-25T11:09:35.985Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/827409ad-600c-4034-b1c1-da84b64e6d21/model-vers/model-ver/0da974e7-c00a-492d-bb27-29e07e5481c9?depth=0|INFO|500||Invoke
2021-11-25T11:09:36.009Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/827409ad-600c-4034-b1c1-da84b64e6d21/model-vers/model-ver/0da974e7-c00a-492d-bb27-29e07e5481c9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-25T11:09:36.433Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/827409ad-600c-4034-b1c1-da84b64e6d21/model-vers/model-ver/0da974e7-c00a-492d-bb27-29e07e5481c9?depth=0|INFO|500||InvokeReturn
2021-11-25T11:09:36.435Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/827409ad-600c-4034-b1c1-da84b64e6d21/model-vers/model-ver/0da974e7-c00a-492d-bb27-29e07e5481c9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211125-11:09:36:016-25089], vertex-id=[422032], Content-Length=[0], Date=[Thu, 25 Nov 2021 11:09:36 GMT], Content-Type=[application/json]}
2021-11-25T11:09:36.435Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-11-25T11:09:36.435Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-25T11:09:36.435Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||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-25T11:09:36.441Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-25T11:09:36.441Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1405c4f8-c78c-49db-8952-c97d8e319c81 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-25T11:09:36.441Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-25T11:09:36.442Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:09:36.444Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:09:36.444Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838576441,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-25T11:09:36.545Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:09:36.546Z||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-25T11:09:36.546Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:09:36.556Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:09:36.556Z||pool-94-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-25T11:09:37.455Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:09:37.456Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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-25T11:09:37.456Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:09:48.009Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:09:48.010Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:09:48.010Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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-25T11:09:48.010Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:09:57.543Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:09:57.544Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:09:57.544Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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-25T11:09:57.544Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:10:07.078Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:10:07.079Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:10:07.080Z||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-25T11:10:07.080Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:10:16.636Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:10:16.637Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:10:16.637Z||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-25T11:10:16.637Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:10:18.838Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:10:18.839Z||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-25T11:10:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:10:18.868Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:10:18.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:10:18.869Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87af9e1-907d-448b-aaab-78fab9fb7817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838525373,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-25T11:10:18.870Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:10:18.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:10:18.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:10:18.870Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:10:18.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:10:18.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-25T11:10:18.871Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:10:18.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:10:18.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-25T11:10:18.871Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:10:18.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:10:18.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:10:18.871Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:10:18.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:10:18.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-25T11:10:18.871Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:10:18.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:10:18.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:10:18.872Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:10:18.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:10:18.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:10:18.872Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:10:18.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:10:18.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838296357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:10:18.872Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:10:18.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:10:18.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838535340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:10:18.873Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:10:18.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:10:18.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838537842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:10:18.873Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:10:18.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:10:18.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838539130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:10:18.873Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:10:18.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:10:18.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838540680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:10:18.873Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:10:18.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:10:18.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838541847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-25T11:10:18.874Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:10:18.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:10:18.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838542860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-25T11:10:18.874Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:10:18.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:10:18.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838543864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-25T11:10:18.875Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:10:18.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:10:18.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838544873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T11:10:18.875Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:10:26.178Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:10:26.178Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:10:26.179Z||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-25T11:10:26.179Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:10:35.738Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:10:35.738Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:10:35.739Z||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-25T11:10:35.739Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:10:45.287Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:11:18.836Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:11:18.838Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:11:18.839Z||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-25T11:11:18.839Z||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-25T11:11:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:11:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:11:19.363Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:11:19.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-25T11:11:19.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1405c4f8-c78c-49db-8952-c97d8e319c81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838576441,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-25T11:11:19.366Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:11:28.382Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:12:18.835Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:12:18.836Z||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-25T11:12:18.836Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:12:18.839Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:12:18.839Z||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-25T11:12:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:12:28.382Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:12:28.382Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:13:18.835Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:13:18.838Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:13:18.840Z||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-25T11:13:18.840Z||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-25T11:13:18.840Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:13:18.840Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:13:28.389Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:13:28.397Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:14:18.836Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:14:18.838Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:14:18.840Z||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-25T11:14:18.840Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:14:18.840Z||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-25T11:14:18.841Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:14:28.407Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:14:28.407Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:15:18.835Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:15:18.836Z||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-25T11:15:18.836Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:15:18.838Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:15:18.839Z||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-25T11:15:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:15:19.429Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:15:19.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "cds",
  "timestamp": 1637838883787,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.432Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "cds",
  "timestamp": 1637838883787,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "cds",
  "timestamp": 1637838883787,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838888860,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "cds",
  "timestamp": 1637838883787,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838888860,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "cds",
  "timestamp": 1637838883787,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "dcae-sch",
  "timestamp": 1637838890096,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-11-25T11:15:19.435Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838888860,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.436Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "cds",
  "timestamp": 1637838883787,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.436Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "dcae-sch",
  "timestamp": 1637838890096,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838888860,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "cds",
  "timestamp": 1637838883787,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "dcae-sch",
  "timestamp": 1637838890096,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838888860,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "cds",
  "timestamp": 1637838883787,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:15:19.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "dcae-sch",
  "timestamp": 1637838890096,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637838893198,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838888860,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "dcae-sch",
  "timestamp": 1637838890096,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637838893198,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "cds",
  "timestamp": 1637838894951,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:15:19.442Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:15:19.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838894738,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838888860,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "dcae-sch",
  "timestamp": 1637838890096,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "policy-id",
  "timestamp": 1637838895128,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637838893198,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "cds",
  "timestamp": 1637838895959,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-25T11:15:19.459Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:15:19.459Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"7c7c1059-2d47-4941-924a-4634a98e04ca","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"8ca49cb5-9527-4720-b175-7999bb81ea02","serviceDescription":"service","serviceInvariantUUID":"0331315d-c12c-4f15-ab1f-46190cff8c48","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e1ab8d39-ce02-493a-80fa-0eeef13dda39","resourceInvariantUUID":"50668fbe-6c30-4aed-b027-ef155db03a8c","resourceCustomizationUUID":"299839fd-943f-440c-9879-73d0ed0b7a89","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":"abcc3a3f-b597-497a-bb3b-aacb3f8405f8","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":"MGRiYzdkODRiYmZiNGEzNzM5ZTA1M2M5ZmJmODcwOTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe2fa1fa-5203-488f-853e-51bcc7c3f116","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":"MmY0MWE0OGM3Mjg0YjVmMmQ1YTY2YjUyM2FiNjhkYTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ca03787d-e945-4d28-90de-c14d675c8d5b","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":"598a3127-75d6-43a1-a969-be35eea8af51","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":"152379ae-e8a8-42dc-ad31-8e44d0de7551","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":"1a20a975-c838-4b29-9d2d-71ff242fd651","artifactVersion":"2","generatedFromUUID":"598a3127-75d6-43a1-a969-be35eea8af51"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YTRhZjBiMDgwNmFlYmIzODA0YmIxMDEwZGE5MGI3YTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9a604c36-1fa6-471c-86a6-d44fe0b5c5f2","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MmFlMTUwYzQ0MjQzNWYxMzg5ZDhlYjM4MDg5YmRjYmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"950878a6-889c-4147-8fea-76ae9f293b2b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-25T11:15:19.468Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-25T11:15:19.469Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:15:19.475Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:15:19.475Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7c7c1059-2d47-4941-924a-4634a98e04ca
2021-11-25T11:15:19.475Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838918835,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.475Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c7c1059-2d47-4941-924a-4634a98e04ca 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-25T11:15:19.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838894738,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "aai-ml",
  "timestamp": 1637838895765,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.486Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838888860,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:15:19.486Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "dcae-sch",
  "timestamp": 1637838890096,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "policy-id",
  "timestamp": 1637838895128,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637838893198,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838894738,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-25T11:15:19.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "aai-ml",
  "timestamp": 1637838895765,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838897733,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:15:19.489Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:15:19.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "dcae-sch",
  "timestamp": 1637838890096,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "policy-id",
  "timestamp": 1637838895128,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637838893198,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838894738,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-25T11:15:19.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "aai-ml",
  "timestamp": 1637838895765,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "policy-id",
  "timestamp": 1637838895128,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-25T11:15:19.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637838893198,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838894738,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "aai-ml",
  "timestamp": 1637838895765,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "policy-id",
  "timestamp": 1637838895128,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637838893198,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "dcae-sch",
  "timestamp": 1637838900088,
  "artifactURL": "/sdc/v1/catalog/services/8ca49cb5-9527-4720-b175-7999bb81ea02/resourceInstances/basicclamp0/artifacts/abcc3a3f-b597-497a-bb3b-aacb3f8405f8",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:15:19.495Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:15:19.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838900262,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T11:15:19.495Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:15:19.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838894738,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-25T11:15:19.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "aai-ml",
  "timestamp": 1637838895765,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "policy-id",
  "timestamp": 1637838895128,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637838893198,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "clamp",
  "timestamp": 1637838900346,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637838901266,
  "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-25T11:15:19.503Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7c7c1059-2d47-4941-924a-4634a98e04ca
2021-11-25T11:15:19.503Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c7c1059-2d47-4941-924a-4634a98e04ca 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-25T11:15:19.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "dcae-sch",
  "timestamp": 1637838901378,
  "artifactURL": "/sdc/v1/catalog/services/8ca49cb5-9527-4720-b175-7999bb81ea02/resourceInstances/basicclamp0/artifacts/abcc3a3f-b597-497a-bb3b-aacb3f8405f8",
  "status": "DEPLOY_OK"
}
2021-11-25T11:15:19.512Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:15:19.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838894738,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.512Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "aai-ml",
  "timestamp": 1637838895765,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "policy-id",
  "timestamp": 1637838895128,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "clamp",
  "timestamp": 1637838900346,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "dcae-sch",
  "timestamp": 1637838902381,
  "artifactURL": "/sdc/v1/catalog/services/8ca49cb5-9527-4720-b175-7999bb81ea02/resourceInstances/basicclamp0/artifacts/abcc3a3f-b597-497a-bb3b-aacb3f8405f8",
  "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-25T11:15:19.518Z||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 7c7c1059-2d47-4941-924a-4634a98e04ca
2021-11-25T11:15:19.519Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c7c1059-2d47-4941-924a-4634a98e04ca 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-25T11:15:19.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838894738,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:15:19.525Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "aai-ml",
  "timestamp": 1637838895765,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.526Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "policy-id",
  "timestamp": 1637838895128,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:15:19.526Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "clamp",
  "timestamp": 1637838900346,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-25T11:15:19.526Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "aai-ml",
  "timestamp": 1637838895765,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:15:19.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838903665,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:15:19.527Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:15:19.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "policy-id",
  "timestamp": 1637838903971,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:15:19.528Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:15:19.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "clamp",
  "timestamp": 1637838900346,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.528Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "aai-ml",
  "timestamp": 1637838904673,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:15:19.528Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:15:19.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838904875,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:15:19.529Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:15:19.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "policy-id",
  "timestamp": 1637838904975,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T11:15:19.529Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:15:19.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "clamp",
  "timestamp": 1637838900346,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.530Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838905977,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:15:19.530Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:15:19.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "clamp",
  "timestamp": 1637838900346,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.530Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "policy-id",
  "timestamp": 1637838905979,
  "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-25T11:15:19.535Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7c7c1059-2d47-4941-924a-4634a98e04ca
2021-11-25T11:15:19.535Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c7c1059-2d47-4941-924a-4634a98e04ca 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-25T11:15:19.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "clamp",
  "timestamp": 1637838900346,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:19.542Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838907017,
  "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-25T11:15:19.548Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7c7c1059-2d47-4941-924a-4634a98e04ca
2021-11-25T11:15:19.548Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c7c1059-2d47-4941-924a-4634a98e04ca 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-25T11:15:19.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "clamp",
  "timestamp": 1637838900346,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:15:19.556Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:15:19.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637838908021,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-25T11:15:19.557Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:15:19.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "aai-ml",
  "timestamp": 1637838915233,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T11:15:19.558Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:15:19.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:15:19.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "aai-ml",
  "timestamp": 1637838916236,
  "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-25T11:15:19.562Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7c7c1059-2d47-4941-924a-4634a98e04ca
2021-11-25T11:15:19.562Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c7c1059-2d47-4941-924a-4634a98e04ca 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-25T11:15:19.574Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-11-25T11:15:19.575Z||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-25T11:15:19.575Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:15:19.584Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:15:19.585Z||pool-95-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:15:20.476Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:15:20.477Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:15:20.479Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:15:20.479Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838918835,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:20.579Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:15:20.581Z||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-25T11:15:20.582Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:15:20.595Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:15:20.595Z||pool-96-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:15:21.480Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:15:21.480Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:15:21.482Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:15:21.482Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838918835,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-25T11:15:21.582Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:15:21.583Z||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-25T11:15:21.583Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:15:21.593Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:15:21.593Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-25T11:15:22.482Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:15:22.483Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:15:22.484Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:15:22.485Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838918835,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-25T11:15:22.585Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:15:22.586Z||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-25T11:15:22.586Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:15:22.597Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:15:22.597Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:15:23.485Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:15:23.485Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:15:23.487Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:15:23.487Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838918835,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:23.587Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:15:23.588Z||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-25T11:15:23.589Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:15:23.600Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:15:23.600Z||pool-99-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-25T11:15:24.488Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:15:24.488Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:15:24.490Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:15:24.490Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838918835,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-25T11:15:24.590Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-25T11:15:24.591Z||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-25T11:15:24.591Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:15:24.601Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:15:24.601Z||pool-100-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-25T11:15:25.491Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:15:25.491Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:15:25.493Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:15:25.493Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838918835,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:15:25.593Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:15:25.594Z||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-25T11:15:25.594Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:15:25.603Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:15:25.604Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:15:26.494Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:15:26.494Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:15:26.497Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:15:26.498Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838918835,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:15:26.598Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:15:26.598Z||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-25T11:15:26.599Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:15:26.609Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:15:26.610Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:15:27.499Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "8ca49cb5-9527-4720-b175-7999bb81ea02",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0331315d-c12c-4f15-ab1f-46190cff8c48",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "299839fd-943f-440c-9879-73d0ed0b7a89",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e1ab8d39-ce02-493a-80fa-0eeef13dda39",
      "resourceInvariantUUID": "50668fbe-6c30-4aed-b027-ef155db03a8c",
      "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": "MmY0MWE0OGM3Mjg0YjVmMmQ1YTY2YjUyM2FiNjhkYTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ca03787d-e945-4d28-90de-c14d675c8d5b",
          "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": "598a3127-75d6-43a1-a969-be35eea8af51",
          "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": "1a20a975-c838-4b29-9d2d-71ff242fd651",
            "generatedFromUUID": "598a3127-75d6-43a1-a969-be35eea8af51"
          },
          "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": "1a20a975-c838-4b29-9d2d-71ff242fd651",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "MmFlMTUwYzQ0MjQzNWYxMzg5ZDhlYjM4MDg5YmRjYmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "950878a6-889c-4147-8fea-76ae9f293b2b"
    }
  ],
  "workloadContext": "Production"
}
2021-11-25T11:15:27.499Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-25T11:15:27.499Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8ca49cb5-9527-4720-b175-7999bb81ea02 ASDC
2021-11-25T11:15:27.500Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:7c7c1059-2d47-4941-924a-4634a98e04ca
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:8ca49cb5-9527-4720-b175-7999bb81ea02
ServiceInvariantUUID:0331315d-c12c-4f15-ab1f-46190cff8c48
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:950878a6-889c-4147-8fea-76ae9f293b2b
ArtifactChecksum:MmFlMTUwYzQ0MjQzNWYxMzg5ZDhlYjM4MDg5YmRjYmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:299839fd-943f-440c-9879-73d0ed0b7a89
ResourceInvariantUUID:50668fbe-6c30-4aed-b027-ef155db03a8c
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:e1ab8d39-ce02-493a-80fa-0eeef13dda39
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:ca03787d-e945-4d28-90de-c14d675c8d5b
ArtifactChecksum:MmY0MWE0OGM3Mjg0YjVmMmQ1YTY2YjUyM2FiNjhkYTY=
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:598a3127-75d6-43a1-a969-be35eea8af51
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:1a20a975-c838-4b29-9d2d-71ff242fd651
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:1a20a975-c838-4b29-9d2d-71ff242fd651
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-25T11:15:27.500Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8ca49cb5-9527-4720-b175-7999bb81ea02 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-25T11:15:27.544Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-25T11:15:27.545Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-11-25T11:15:27.545Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-11-25T11:15:27.545Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 950878a6-889c-4147-8fea-76ae9f293b2b from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-25T11:15:27.546Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-11-25T11:15:27.546Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-25T11:15:27.714Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-11-25T11:15:27.722Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 950878a6-889c-4147-8fea-76ae9f293b2b 73656
2021-11-25T11:15:27.723Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||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-25T11:15:27.723Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||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-25T11:15:27.723Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-25T11:15:27.723Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:15:27.728Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:15:27.728Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838927723,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:15:27.826Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-11-25T11:15:27.826Z||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-25T11:15:27.827Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:15:27.838Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:15:27.838Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:15:28.729Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-25T11:15:28.729Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-11-25T11:15:28.730Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 950878a6-889c-4147-8fea-76ae9f293b2b, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-25T11:15:28.730Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-11-25T11:15:28.730Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-25T11:15:28.731Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-25T11:15:28.909Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14870311647415737758/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-25T11:15:30.118Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-25T11:15:30.119Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-11-25T11:15:30.119Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-25T11:15:30.119Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-25T11:15:30.119Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||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-25T11:15:30.120Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||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-25T11:15:30.120Z|7c7c1059-2d47-4941-924a-4634a98e04ca|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-Basicclamp-csar.csar
2021-11-25T11:15:30.120Z|7c7c1059-2d47-4941-924a-4634a98e04ca|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-Basicclamp-csar.csar
2021-11-25T11:15:30.120Z|7c7c1059-2d47-4941-924a-4634a98e04ca|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-Basicclamp-csar.csar
2021-11-25T11:15:30.120Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||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-25T11:15:30.120Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||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-25T11:15:30.120Z|7c7c1059-2d47-4941-924a-4634a98e04ca|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-Basicclamp-csar.csar
2021-11-25T11:15:30.121Z|7c7c1059-2d47-4941-924a-4634a98e04ca|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-Basicclamp-csar.csar
2021-11-25T11:15:30.121Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-11-25T11:15:30.121Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:15:30.121Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:15:30.122Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-25T11:15:30.122Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-11-25T11:15:30.122Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-25T11:15:30.122Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:15:30.122Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:15:30.123Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-25T11:15:30.123Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-11-25T11:15:30.123Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-25T11:15:30.123Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:15:30.123Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:15:30.124Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:15:30.124Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-11-25T11:15:30.124Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-25T11:15:30.124Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-25T11:15:30.124Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-25T11:15:30.125Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-25T11:15:30.125Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-25T11:15:30.125Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:15:30.125Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-25T11:15:30.125Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:15:30.125Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-25T11:15:30.126Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T11:15:30.126Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:15:30.126Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-25T11:15:30.126Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T11:15:30.126Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:15:30.127Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-25T11:15:30.127Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T11:15:30.127Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:15:30.127Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-11-25T11:15:30.127Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-25T11:15:30.128Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-25T11:15:30.128Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7bb68e47-6b9f-4f84-8f01-02ded3828707
2021-11-25T11:15:30.128Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:15:30.128Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:15:30.128Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:15:30.129Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:15:30.129Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:15:30.129Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:15:30.129Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:15:30.129Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:15:30.129Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:8ca49cb5-9527-4720-b175-7999bb81ea02
Model Version:NULL
Model InvariantUuid:0331315d-c12c-4f15-ab1f-46190cff8c48
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:c8266b0a-7917-4b31-8a1c-33189e547b1b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:50668fbe-6c30-4aed-b027-ef155db03a8c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:299839fd-943f-440c-9879-73d0ed0b7a89
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:076736ac-47d6-44c5-80a5-a49daf716530
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:7a9d7512-7b17-445a-b016-846587eb1f33
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7bb68e47-6b9f-4f84-8f01-02ded3828707
ModelInvariantUuid:227e31e5-52a5-4613-8e82-ee91a0b32063
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:7f355327-695f-4bef-9288-186003365893
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:e24487c4-20d8-4e3b-8827-fec04a3d4ea7
ModelInvariantUuid:232d4613-b790-4331-927c-8e057a4e5237
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:5970ca7b-4e87-41cd-a21b-f81ee09bb510
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-25T11:15:30.139Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: e1ab8d39-ce02-493a-80fa-0eeef13dda39
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-25T11:15:30.143Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||basicclamp 0
2021-11-25T11:15:30.143Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e1ab8d39-ce02-493a-80fa-0eeef13dda39
2021-11-25T11:15:30.143Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ca03787d-e945-4d28-90de-c14d675c8d5b from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-11-25T11:15:30.143Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-11-25T11:15:30.143Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||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-25T11:15:30.303Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-11-25T11:15:30.304Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ca03787d-e945-4d28-90de-c14d675c8d5b 790
2021-11-25T11:15:30.304Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||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-25T11:15:30.304Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||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-25T11:15:30.304Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-25T11:15:30.305Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:15:30.307Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:15:30.307Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838930304,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:15:30.407Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:15:30.408Z||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-25T11:15:30.408Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:15:30.417Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:15:30.418Z||pool-104-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:15:31.308Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "076736ac-47d6-44c5-80a5-a49daf716530",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7a9d7512-7b17-445a-b016-846587eb1f33",
    "vfModuleModelCustomizationUUID": "e7e5ae85-45c2-4c03-a243-4609b03214b9",
    "isBase": true,
    "artifacts": [
      "598a3127-75d6-43a1-a969-be35eea8af51",
      "1a20a975-c838-4b29-9d2d-71ff242fd651"
    ],
    "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-25T11:15:31.311Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7a9d7512-7b17-445a-b016-846587eb1f33
VfModuleModelInvariantUUID:076736ac-47d6-44c5-80a5-a49daf716530
VfModuleModelDescription:NULL
Artifacts UUID List:{
598a3127-75d6-43a1-a969-be35eea8af51
,
1a20a975-c838-4b29-9d2d-71ff242fd651

}
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-25T11:15:31.313Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "076736ac-47d6-44c5-80a5-a49daf716530",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7a9d7512-7b17-445a-b016-846587eb1f33",
    "vfModuleModelCustomizationUUID": "e7e5ae85-45c2-4c03-a243-4609b03214b9",
    "isBase": true,
    "artifacts": [
      "598a3127-75d6-43a1-a969-be35eea8af51",
      "1a20a975-c838-4b29-9d2d-71ff242fd651"
    ],
    "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-25T11:15:31.313Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7a9d7512-7b17-445a-b016-846587eb1f33
VfModuleModelInvariantUUID:076736ac-47d6-44c5-80a5-a49daf716530
VfModuleModelDescription:NULL
Artifacts UUID List:{
598a3127-75d6-43a1-a969-be35eea8af51
,
1a20a975-c838-4b29-9d2d-71ff242fd651

}
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-25T11:15:31.313Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 598a3127-75d6-43a1-a969-be35eea8af51 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-11-25T11:15:31.313Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-11-25T11:15:31.313Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||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-25T11:15:31.992Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-11-25T11:15:31.993Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 598a3127-75d6-43a1-a969-be35eea8af51 5033
2021-11-25T11:15:31.993Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||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-25T11:15:31.993Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||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-25T11:15:31.994Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-25T11:15:31.994Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:15:31.996Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:15:31.996Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838931993,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:15:32.096Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:15:32.096Z||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-25T11:15:32.096Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:15:32.107Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:15:32.107Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:15:32.996Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1a20a975-c838-4b29-9d2d-71ff242fd651 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-11-25T11:15:32.997Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-11-25T11:15:32.997Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||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-25T11:15:33.242Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-11-25T11:15:33.243Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 1a20a975-c838-4b29-9d2d-71ff242fd651 909
2021-11-25T11:15:33.243Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||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-25T11:15:33.244Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||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-25T11:15:33.244Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-25T11:15:33.244Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:15:33.246Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:15:33.247Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838933243,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:15:33.347Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-25T11:15:33.347Z||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-25T11:15:33.348Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:15:33.359Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:15:33.359Z||pool-106-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-25T11:15:34.247Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 8ca49cb5-9527-4720-b175-7999bb81ea02
2021-11-25T11:15:34.248Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 e1ab8d39-ce02-493a-80fa-0eeef13dda39 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-25T11:15:34.263Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@766880a1, org.onap.sdc.toscaparser.api.parameters.Input@b4bbec0, org.onap.sdc.toscaparser.api.parameters.Input@4e8c3280, org.onap.sdc.toscaparser.api.parameters.Input@67644d3, org.onap.sdc.toscaparser.api.parameters.Input@34a9a134]
2021-11-25T11:15:34.265Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:15:34.265Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:15:34.265Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-11-25T11:15:34.265Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 299839fd-943f-440c-9879-73d0ed0b7a89
2021-11-25T11:15:34.266Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 299839fd-943f-440c-9879-73d0ed0b7a89 matches Tosca VF Customization UUID: 299839fd-943f-440c-9879-73d0ed0b7a89
2021-11-25T11:15:34.266Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 299839fd-943f-440c-9879-73d0ed0b7a89  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-25T11:15:34.268Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:15:34.268Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:15:34.269Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 299839fd-943f-440c-9879-73d0ed0b7a89: {\"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-25T11:15:34.269Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@79110794
2021-11-25T11:15:34.269Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:15:34.270Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-25T11:15:34.270Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e7e5ae85-45c2-4c03-a243-4609b03214b9
2021-11-25T11:15:34.270Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e7e5ae85-45c2-4c03-a243-4609b03214b9
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-25T11:15:34.273Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:15:34.273Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-25T11:15:34.273Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T11:15:34.273Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:15:34.274Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-25T11:15:34.274Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T11:15:34.274Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:15:34.275Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-11-25T11:15:34.275Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-25T11:15:34.275Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-25T11:15:34.275Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7bb68e47-6b9f-4f84-8f01-02ded3828707
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-25T11:15:34.279Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:15:34.279Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-25T11:15:34.279Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-25T11:15:34.280Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:15:34.280Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-25T11:15:34.281Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=299839fd-943f-440c-9879-73d0ed0b7a89
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-25T11:15:34.282Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:15:34.282Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:15:34.283Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 8ca49cb5-9527-4720-b175-7999bb81ea02: basicclamp
2021-11-25T11:15:34.283Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:15:34.283Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:15:34.283Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:15:34.284Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:15:34.284Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:15:34.284Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:15:34.285Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:15:34.285Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:15:34.285Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:15:34.285Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:15:34.285Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||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-25T11:15:34.358Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp e1ab8d39-ce02-493a-80fa-0eeef13dda39 1 ASDC deployResourceStructure
2021-11-25T11:15:34.358Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||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-25T11:15:34.358Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||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-25T11:15:34.358Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-25T11:15:34.359Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:15:34.360Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:15:34.361Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838934358,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-25T11:15:34.461Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:15:34.461Z||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-25T11:15:34.461Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:15:34.472Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:15:34.472Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:15:35.361Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||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-25T11:15:35.362Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||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-25T11:15:35.362Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-25T11:15:35.362Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:15:35.364Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:15:35.364Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838935361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-25T11:15:35.464Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:15:35.465Z||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-25T11:15:35.465Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:15:35.475Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:15:35.475Z||pool-108-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:15:36.365Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||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-25T11:15:36.365Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||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-25T11:15:36.365Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-25T11:15:36.366Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:15:36.367Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:15:36.368Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838936365,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-25T11:15:36.468Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:15:36.468Z||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-25T11:15:36.469Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:15:36.478Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:15:36.479Z||pool-109-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:15:37.368Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||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-25T11:15:37.369Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||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-25T11:15:37.369Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-25T11:15:37.369Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:15:37.371Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:15:37.371Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838937368,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T11:15:37.472Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:15:37.474Z||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-25T11:15:37.474Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:15:37.488Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:15:37.488Z||pool-110-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:15:38.372Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c7c1059-2d47-4941-924a-4634a98e04ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T11:15:38.382Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c7c1059-2d47-4941-924a-4634a98e04ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-25T11:15:38.387Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T11:15:38.387Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-25T11:15:38.388Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-25T11:15:38.388Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-25T11:15:38.388Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:15:38.388Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:15:38.388Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:15:38.388Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:15:38.388Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:15:38.389Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:15:38.389Z|7c7c1059-2d47-4941-924a-4634a98e04ca|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-25T11:15:38.394Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-25T11:16:08.395Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7c7c1059-2d47-4941-924a-4634a98e04ca 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-25T11:16:08.411Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7c7c1059-2d47-4941-924a-4634a98e04ca and serviceModelVersionId: 8ca49cb5-9527-4720-b175-7999bb81ea02
2021-11-25T11:16:08.411Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0331315d-c12c-4f15-ab1f-46190cff8c48
2021-11-25T11:16:08.413Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0331315d-c12c-4f15-ab1f-46190cff8c48/model-vers/model-ver/8ca49cb5-9527-4720-b175-7999bb81ea02?depth=0
2021-11-25T11:16:08.418Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-11-25T11:16:08.466Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0331315d-c12c-4f15-ab1f-46190cff8c48/model-vers/model-ver/8ca49cb5-9527-4720-b175-7999bb81ea02?depth=0|INFO|500||Invoke
2021-11-25T11:16:08.466Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0331315d-c12c-4f15-ab1f-46190cff8c48/model-vers/model-ver/8ca49cb5-9527-4720-b175-7999bb81ea02?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0331315d-c12c-4f15-ab1f-46190cff8c48/model-vers/model-ver/8ca49cb5-9527-4720-b175-7999bb81ea02?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7c7c1059-2d47-4941-924a-4634a98e04ca], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b7a0e46f-e636-46b8-a30e-b22d696abe49], X-ECOMP-RequestID=[7c7c1059-2d47-4941-924a-4634a98e04ca], X-TransactionId=[], X-ONAP-RequestID=[7c7c1059-2d47-4941-924a-4634a98e04ca], Content-Type=[application/merge-patch+json]}
2021-11-25T11:16:08.490Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0331315d-c12c-4f15-ab1f-46190cff8c48/model-vers/model-ver/8ca49cb5-9527-4720-b175-7999bb81ea02?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-25T11:16:08.791Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0331315d-c12c-4f15-ab1f-46190cff8c48/model-vers/model-ver/8ca49cb5-9527-4720-b175-7999bb81ea02?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/0331315d-c12c-4f15-ab1f-46190cff8c48/model-vers/model-ver/8ca49cb5-9527-4720-b175-7999bb81ea02?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211125-11:16:08:496-33193], vertex-id=[278600], Content-Length=[0], Date=[Thu, 25 Nov 2021 11:16:08 GMT], Content-Type=[application/json]}
2021-11-25T11:16:08.792Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0331315d-c12c-4f15-ab1f-46190cff8c48/model-vers/model-ver/8ca49cb5-9527-4720-b175-7999bb81ea02?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-25T11:16:08.793Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0331315d-c12c-4f15-ab1f-46190cff8c48/model-vers/model-ver/8ca49cb5-9527-4720-b175-7999bb81ea02?depth=0|INFO|500||InvokeReturn
2021-11-25T11:16:08.794Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-25T11:16:08.794Z|7c7c1059-2d47-4941-924a-4634a98e04ca|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-25T11:16:08.801Z|7c7c1059-2d47-4941-924a-4634a98e04ca|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-25T11:16:08.801Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7c7c1059-2d47-4941-924a-4634a98e04ca and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-25T11:16:08.802Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-25T11:16:08.802Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:16:08.805Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:16:08.805Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838968802,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-25T11:16:08.907Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-11-25T11:16:08.908Z||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-25T11:16:08.908Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:16:08.922Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:16:08.922Z||pool-111-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-25T11:16:18.835Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:16:18.838Z|7c7c1059-2d47-4941-924a-4634a98e04ca|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-25T11:16:18.838Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:16:18.838Z|7c7c1059-2d47-4941-924a-4634a98e04ca|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:16:18.839Z||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-25T11:16:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:16:18.864Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:16:18.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:16:18.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "clamp",
  "timestamp": 1637838919301,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:16:18.866Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:16:28.383Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:17:18.835Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:17:18.836Z|7c7c1059-2d47-4941-924a-4634a98e04ca|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-25T11:17:18.837Z|7c7c1059-2d47-4941-924a-4634a98e04ca|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:17:18.838Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:17:18.838Z|1405c4f8-c78c-49db-8952-c97d8e319c81|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-25T11:17:18.838Z|1405c4f8-c78c-49db-8952-c97d8e319c81|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:17:18.861Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:17:18.861Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-25T11:17:18.861Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838918835,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:17:18.862Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:17:28.376Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:18:18.837Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:18:18.838Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:18:18.844Z|7c7c1059-2d47-4941-924a-4634a98e04ca|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-25T11:18:18.845Z|7c7c1059-2d47-4941-924a-4634a98e04ca|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:18:18.844Z|1405c4f8-c78c-49db-8952-c97d8e319c81|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-25T11:18:18.845Z|1405c4f8-c78c-49db-8952-c97d8e319c81|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:18:19.371Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:18:19.375Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-25T11:18:19.376Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "clamp",
  "timestamp": 1637838920306,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:18:19.379Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:18:19.379Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-25T11:18:19.379Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838918835,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:18:19.380Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:18:19.380Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-25T11:18:19.380Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838918835,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-25T11:18:19.380Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:18:19.380Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-25T11:18:19.380Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "clamp",
  "timestamp": 1637838921571,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T11:18:19.381Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:18:19.381Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-25T11:18:19.381Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838918835,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-25T11:18:19.381Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:18:19.381Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-25T11:18:19.381Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "clamp",
  "timestamp": 1637838922580,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-25T11:18:19.381Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:18:19.381Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-25T11:18:19.381Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838918835,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:18:19.382Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:18:19.382Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-25T11:18:19.382Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "clamp",
  "timestamp": 1637838923584,
  "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-25T11:18:19.400Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7c7c1059-2d47-4941-924a-4634a98e04ca
2021-11-25T11:18:19.401Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c7c1059-2d47-4941-924a-4634a98e04ca 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-25T11:18:19.413Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-25T11:18:19.414Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838918835,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-25T11:18:19.414Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:18:19.414Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-25T11:18:19.414Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838918835,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:18:19.414Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:18:19.415Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-25T11:18:19.415Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838918835,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:18:19.415Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:18:19.415Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-25T11:18:19.415Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838927723,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:18:19.415Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:18:19.415Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-25T11:18:19.416Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838930304,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:18:19.416Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:18:19.416Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-25T11:18:19.416Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838931993,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:18:19.416Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:18:19.416Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-25T11:18:19.416Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838933243,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:18:19.416Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:18:19.417Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-25T11:18:19.417Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838934358,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-25T11:18:19.417Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:18:19.417Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-25T11:18:19.417Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838935361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-25T11:18:19.417Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:18:19.417Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-25T11:18:19.417Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838936365,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-25T11:18:19.418Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:18:19.418Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-25T11:18:19.418Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838937368,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T11:18:19.418Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:18:19.418Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-25T11:18:19.418Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c7c1059-2d47-4941-924a-4634a98e04ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637838968802,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-25T11:18:19.418Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:18:28.413Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:19:18.835Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:19:18.837Z|7c7c1059-2d47-4941-924a-4634a98e04ca|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-25T11:19:18.837Z|7c7c1059-2d47-4941-924a-4634a98e04ca|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:19:18.838Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:19:18.839Z|1405c4f8-c78c-49db-8952-c97d8e319c81|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-25T11:19:18.839Z|1405c4f8-c78c-49db-8952-c97d8e319c81|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:19:28.375Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:19:28.376Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:20:18.836Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:20:18.838Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:20:18.842Z||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-25T11:20:18.842Z||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-25T11:20:18.842Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:20:18.842Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:20:18.980Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:20:18.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:20:18.981Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "clamp",
  "timestamp": 1637839200346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:20:18.985Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:20:18.985Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:20:18.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "clamp",
  "timestamp": 1637839200346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:20:18.985Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:20:18.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:20:18.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "dcae-sch",
  "timestamp": 1637839210097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:20:18.986Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:20:18.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:20:18.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "clamp",
  "timestamp": 1637839200346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:20:18.986Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:20:18.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:20:18.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "dcae-sch",
  "timestamp": 1637839210097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:20:18.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:20:18.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:20:18.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "clamp",
  "timestamp": 1637839200346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:20:18.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:20:18.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:20:18.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "dcae-sch",
  "timestamp": 1637839210097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:20:18.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:20:18.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:20:18.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "clamp",
  "timestamp": 1637839200346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:20:18.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:20:18.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:20:18.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "dcae-sch",
  "timestamp": 1637839210097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:20:18.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:20:18.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:20:18.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637839213198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:20:18.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:20:18.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:20:18.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "clamp",
  "timestamp": 1637839200346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:20:18.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:20:18.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:20:18.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "cds",
  "timestamp": 1637839213786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:20:18.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:20:18.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:20:18.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "dcae-sch",
  "timestamp": 1637839210097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:20:18.989Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:20:18.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:20:18.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637839213198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:20:18.989Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:20:18.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:20:18.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637839214737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:20:18.989Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:20:18.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:20:18.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "clamp",
  "timestamp": 1637839200346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:20:18.989Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:20:18.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:20:18.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "cds",
  "timestamp": 1637839213786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:20:18.990Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:20:18.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:20:18.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "dcae-sch",
  "timestamp": 1637839210097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:20:18.990Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:20:18.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:20:18.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "policy-id",
  "timestamp": 1637839215128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:20:18.990Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:20:18.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:20:18.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637839213198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:20:18.990Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:20:18.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:20:18.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637839214737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:20:18.991Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:20:18.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:20:18.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "clamp",
  "timestamp": 1637839200346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:20:18.991Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:20:18.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:20:18.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "cds",
  "timestamp": 1637839213786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:20:18.991Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:20:18.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:20:18.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "dcae-sch",
  "timestamp": 1637839210097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:20:18.991Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:20:18.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:20:18.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "policy-id",
  "timestamp": 1637839215128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:20:18.991Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:20:18.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:20:18.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637839213198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:20:18.992Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:20:18.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:20:18.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637839214737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:20:18.992Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:20:18.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:20:18.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "cds",
  "timestamp": 1637839213786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:20:18.992Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:20:18.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:20:18.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "dcae-sch",
  "timestamp": 1637839210097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:20:18.992Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:20:18.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:20:18.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "policy-id",
  "timestamp": 1637839215128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:20:18.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:20:18.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:20:18.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637839213198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:20:18.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:20:18.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:20:18.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637839214737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:20:18.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:20:18.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:20:18.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "cds",
  "timestamp": 1637839213786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:20:18.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:20:19.497Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:20:19.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:20:19.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"477a164f-20a2-4dd3-bed5-de5de77efecf","serviceName":"Demo_pNF_Ce9pYY2ZQE2TELSIi8H6","serviceVersion":"1.0","serviceUUID":"8a18e8da-b59d-4711-9176-fdf0e0732960","serviceDescription":"catalog service description","serviceInvariantUUID":"ab7fc55f-7f92-4fa4-bdf3-631330d7ac9c","resources":[{"resourceInstanceName":"pNF 77eaa9a7-b5b2 0","resourceName":"pNF 77eaa9a7-b5b2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f4852142-1be6-48d0-ac83-3064fb056fd9","resourceInvariantUUID":"1ace37da-7c1b-41b8-8ea4-8c8b63b25263","resourceCustomizationUUID":"1f808d9d-9564-4106-9d89-4f6581c5a1e6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/vf-license-model.xml","artifactChecksum":"OGFmN2YyODQxNTQ2ZjE2NzFhMzQ4NDY4MTgyMjI2MTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6090813a-c981-44ca-968a-4e201928c195","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/pNF.csar","artifactChecksum":"MTJlNDEzMjk1ODRmNTVlOWU1YTljZDYzZjgwZWIyNzc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"27d5dabd-cca7-42e6-9b15-3161fd7f2f7b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"83cc853a-c270-46e2-8504-94b9af0839cb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/vendor-license-model.xml","artifactChecksum":"MDI5NWM0MDFiMmE2NWU4Yzk2YWI3ZDUzZGVjNTk3MmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6fcf17ba-914e-4c76-b0fb-e684f9de7253","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"26d84eb2-fe56-4acf-bcb7-568984914c20","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"56565de1-b17b-4aaa-a833-653b6fc3431f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCe9pyy2zqe2telsii8h6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-template.yml","artifactChecksum":"YTNmYzI3OTcxNTI3MTBiZTYzNDgwNDE1Y2M0ZmZhMjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fc944fe9-c06f-4efd-b2ed-38fe9bf2b0b0","artifactVersion":"1"},{"artifactName":"service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar","artifactChecksum":"YzQ3NjliOTkyNmMxZDg3NThiYmRmZDc4OGQyOTg4ZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"83416398-88ae-482a-bacc-61cf23ccb4ae","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-25T11:20:19.507Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:20:19.508Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:20:19.513Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:20:19.513Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839218835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:20:19.613Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:20:19.614Z||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-25T11:20:19.614Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:20:19.629Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:20:19.629Z||pool-112-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-11-25T11:20:20.514Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:20:20.515Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:20:20.518Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:20:20.518Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839218835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:20:20.618Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:20:20.619Z||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-25T11:20:20.619Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:20:20.641Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:20:20.641Z||pool-113-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2021-11-25T11:20:21.518Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:20:21.519Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:20:21.521Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:20:21.521Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839218835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:20:21.628Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-11-25T11:20:21.636Z||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-25T11:20:21.636Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:20:21.650Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:20:21.651Z||pool-114-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:20:22.522Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:20:22.522Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:20:22.525Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:20:22.525Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839218835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:20:22.625Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:20:22.626Z||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-25T11:20:22.626Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:20:22.638Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:20:22.639Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:20:23.525Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:20:23.527Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:20:23.530Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:20:23.530Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839218835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:20:23.630Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:20:23.631Z||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-25T11:20:23.631Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:20:23.659Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:20:23.659Z||pool-116-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:20:24.530Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:20:24.531Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:20:24.533Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:20:24.533Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839218835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:20:24.633Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:20:24.634Z||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-25T11:20:24.634Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:20:24.653Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:20:24.653Z||pool-117-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:20:25.533Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:20:25.534Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:20:25.536Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:20:25.536Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839218835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:20:25.637Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:20:25.638Z||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-25T11:20:25.638Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:20:25.655Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:20:25.655Z||pool-118-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-11-25T11:20:26.537Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:20:26.538Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:20:26.539Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:20:26.540Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839218835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:20:26.640Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:20:26.640Z||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-25T11:20:26.640Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:20:26.656Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:20:26.656Z||pool-119-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:20:27.541Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "serviceName": "Demo_pNF_Ce9pYY2ZQE2TELSIi8H6",
  "serviceVersion": "1.0",
  "serviceUUID": "8a18e8da-b59d-4711-9176-fdf0e0732960",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ab7fc55f-7f92-4fa4-bdf3-631330d7ac9c",
  "resources": [
    {
      "resourceInstanceName": "pNF 77eaa9a7-b5b2 0",
      "resourceCustomizationUUID": "1f808d9d-9564-4106-9d89-4f6581c5a1e6",
      "resourceName": "pNF 77eaa9a7-b5b2",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f4852142-1be6-48d0-ac83-3064fb056fd9",
      "resourceInvariantUUID": "1ace37da-7c1b-41b8-8ea4-8c8b63b25263",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar",
      "artifactChecksum": "YzQ3NjliOTkyNmMxZDg3NThiYmRmZDc4OGQyOTg4ZWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "83416398-88ae-482a-bacc-61cf23ccb4ae"
    }
  ],
  "workloadContext": "Production"
}
2021-11-25T11:20:27.542Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-25T11:20:27.543Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8a18e8da-b59d-4711-9176-fdf0e0732960 ASDC
2021-11-25T11:20:27.544Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:477a164f-20a2-4dd3-bed5-de5de77efecf
ServiceName:Demo_pNF_Ce9pYY2ZQE2TELSIi8H6
ServiceVersion:1.0
ServiceUUID:8a18e8da-b59d-4711-9176-fdf0e0732960
ServiceInvariantUUID:ab7fc55f-7f92-4fa4-bdf3-631330d7ac9c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar
ArtifactUUID:83416398-88ae-482a-bacc-61cf23ccb4ae
ArtifactChecksum:YzQ3NjliOTkyNmMxZDg3NThiYmRmZDc4OGQyOTg4ZWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 77eaa9a7-b5b2 0
ResourceCustomizationUUID:1f808d9d-9564-4106-9d89-4f6581c5a1e6
ResourceInvariantUUID:1ace37da-7c1b-41b8-8ea4-8c8b63b25263
ResourceName:pNF 77eaa9a7-b5b2
ResourceType:PNF
ResourceUUID:f4852142-1be6-48d0-ac83-3064fb056fd9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-11-25T11:20:27.544Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8a18e8da-b59d-4711-9176-fdf0e0732960 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-25T11:20:27.596Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-25T11:20:27.598Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-25T11:20:27.598Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-25T11:20:27.598Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 83416398-88ae-482a-bacc-61cf23ccb4ae from URL: /sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar
2021-11-25T11:20:27.598Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-25T11:20:27.598Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar
2021-11-25T11:20:27.800Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-25T11:20:27.806Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar 83416398-88ae-482a-bacc-61cf23ccb4ae 82628
2021-11-25T11:20:27.806Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar ASDC sendASDCNotification
2021-11-25T11:20:27.807Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar
2021-11-25T11:20:27.807Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-25T11:20:27.807Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:20:27.809Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:20:27.809Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839227806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:20:27.909Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:20:27.910Z||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-25T11:20:27.910Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:20:27.923Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:20:27.924Z||pool-120-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:20:28.812Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-25T11:20:28.814Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-25T11:20:28.815Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 83416398-88ae-482a-bacc-61cf23ccb4ae, URL: /sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar to file: /app/ASDC/1/service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar
2021-11-25T11:20:28.815Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar
2021-11-25T11:20:28.816Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar
2021-11-25T11:20:28.816Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar
2021-11-25T11:20:28.958Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12165544474203029163/Definitions/service-DemoPnfCe9pyy2zqe2telsii8h6-template.yml
2021-11-25T11:20:29.750Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-25T11:20:29.750Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-11-25T11:20:29.750Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar
2021-11-25T11:20:29.750Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-11-25T11:20:29.751Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||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-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar
2021-11-25T11:20:29.751Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar
2021-11-25T11:20:29.751Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||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-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar
2021-11-25T11:20:29.751Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar
2021-11-25T11:20:29.751Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar
2021-11-25T11:20:29.751Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar
2021-11-25T11:20:29.751Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 77eaa9a7-b5b2 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-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar
2021-11-25T11:20:29.751Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-11-25T11:20:29.751Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:20:29.751Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Ce9pYY2ZQE2TELSIi8H6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:20:29.752Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Node template pNF 77eaa9a7-b5b2 0 is matching search criteria
2021-11-25T11:20:29.752Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-11-25T11:20:29.752Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 77eaa9a7-b5b2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-25T11:20:29.752Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:20:29.752Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Ce9pYY2ZQE2TELSIi8H6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:20:29.753Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Node template pNF 77eaa9a7-b5b2 0 is matching search criteria
2021-11-25T11:20:29.753Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-11-25T11:20:29.753Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 77eaa9a7-b5b2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-25T11:20:29.753Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:20:29.753Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Ce9pYY2ZQE2TELSIi8H6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:20:29.753Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:20:29.753Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Ce9pYY2ZQE2TELSIi8H6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:20:29.753Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:20:29.753Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Ce9pYY2ZQE2TELSIi8H6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:20:29.754Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:20:29.754Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Ce9pYY2ZQE2TELSIi8H6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:20:29.754Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:20:29.754Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Ce9pYY2ZQE2TELSIi8H6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:20:29.754Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Ce9pYY2ZQE2TELSIi8H6
Description:catalog service description
Model UUID:8a18e8da-b59d-4711-9176-fdf0e0732960
Model Version:NULL
Model InvariantUuid:ab7fc55f-7f92-4fa4-bdf3-631330d7ac9c
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-25T11:20:29.763Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: f4852142-1be6-48d0-ac83-3064fb056fd9
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-25T11:20:29.767Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||pNF 77eaa9a7-b5b2 0
2021-11-25T11:20:29.767Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f4852142-1be6-48d0-ac83-3064fb056fd9
2021-11-25T11:20:29.767Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 8a18e8da-b59d-4711-9176-fdf0e0732960
2021-11-25T11:20:29.767Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 8a18e8da-b59d-4711-9176-fdf0e0732960
2021-11-25T11:20:29.767Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 77eaa9a7-b5b2 0 f4852142-1be6-48d0-ac83-3064fb056fd9 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-25T11:20:29.771Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@623a5a87, org.onap.sdc.toscaparser.api.parameters.Input@3851c431, org.onap.sdc.toscaparser.api.parameters.Input@1b4dd7b8, org.onap.sdc.toscaparser.api.parameters.Input@288b42f0, org.onap.sdc.toscaparser.api.parameters.Input@1855db04]
2021-11-25T11:20:29.772Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:20:29.773Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Ce9pYY2ZQE2TELSIi8H6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:20:29.773Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 8a18e8da-b59d-4711-9176-fdf0e0732960: pNF 77eaa9a7-b5b2
2021-11-25T11:20:29.773Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||Processing PNF resource: f4852142-1be6-48d0-ac83-3064fb056fd9
2021-11-25T11:20:29.773Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:20:29.774Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Ce9pYY2ZQE2TELSIi8H6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:20:29.774Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||Resource customization UUID: 1f808d9d-9564-4106-9d89-4f6581c5a1e6 is the same as notified resource customizationUUID: 1f808d9d-9564-4106-9d89-4f6581c5a1e6
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-25T11:20:29.822Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 77eaa9a7-b5b2 f4852142-1be6-48d0-ac83-3064fb056fd9 0 ASDC deployResourceStructure
2021-11-25T11:20:29.823Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar ASDC sendASDCNotification
2021-11-25T11:20:29.823Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar
2021-11-25T11:20:29.823Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-25T11:20:29.823Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:20:29.826Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:20:29.826Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839229823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T11:20:29.926Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:20:29.927Z||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-25T11:20:29.927Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:20:29.950Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:20:29.951Z||pool-121-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:20:30.827Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 477a164f-20a2-4dd3-bed5-de5de77efecf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T11:20:30.837Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 477a164f-20a2-4dd3-bed5-de5de77efecf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-25T11:20:30.838Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T11:20:30.838Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-25T11:20:30.839Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-25T11:21:00.839Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 477a164f-20a2-4dd3-bed5-de5de77efecf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T11:21:00.849Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 477a164f-20a2-4dd3-bed5-de5de77efecf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-25T11:21:00.851Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T11:21:00.852Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-25T11:21:00.852Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-25T11:21:18.838Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:21:18.839Z||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-25T11:21:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:21:18.863Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:21:18.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:21:18.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "policy-id",
  "timestamp": 1637839215128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:21:18.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:21:30.852Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 477a164f-20a2-4dd3-bed5-de5de77efecf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T11:21:30.863Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 477a164f-20a2-4dd3-bed5-de5de77efecf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-25T11:21:30.865Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T11:21:30.865Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-25T11:21:30.865Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-25T11:22:00.865Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 477a164f-20a2-4dd3-bed5-de5de77efecf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T11:22:00.875Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 477a164f-20a2-4dd3-bed5-de5de77efecf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-25T11:22:00.877Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T11:22:00.877Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-25T11:22:00.877Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-25T11:22:18.838Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:22:18.840Z||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-25T11:22:18.840Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:22:18.861Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:22:18.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:22:18.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637839213198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-11-25T11:22:18.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:22:30.881Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 477a164f-20a2-4dd3-bed5-de5de77efecf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T11:22:30.912Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 477a164f-20a2-4dd3-bed5-de5de77efecf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-25T11:22:30.914Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T11:22:30.914Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-25T11:22:30.914Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-25T11:23:00.916Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 477a164f-20a2-4dd3-bed5-de5de77efecf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T11:23:00.928Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 477a164f-20a2-4dd3-bed5-de5de77efecf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-25T11:23:00.930Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T11:23:00.930Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-25T11:23:00.930Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-25T11:23:18.838Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:23:18.840Z||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-25T11:23:18.840Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:23:18.858Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:23:19.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637839214737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839218835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637839218861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.377Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "cds",
  "timestamp": 1637839213786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.378Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "policy-id",
  "timestamp": 1637839215128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.378Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637839213198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637839214737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839218835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.380Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "cds",
  "timestamp": 1637839213786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.380Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637839218861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.381Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "policy-id",
  "timestamp": 1637839215128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.381Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637839213198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.382Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637839214737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.383Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839218835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.383Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "cds",
  "timestamp": 1637839213786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:23:19.384Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637839218861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.384Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "policy-id",
  "timestamp": 1637839215128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.385Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637839222174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:23:19.385Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:23:19.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637839214737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:23:19.386Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839218835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.386Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637839218861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.387Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.387Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.387Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "clamp",
  "timestamp": 1637839222649,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:23:19.387Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:23:19.387Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "policy-id",
  "timestamp": 1637839215128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:23:19.388Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "cds",
  "timestamp": 1637839222807,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:23:19.388Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:23:19.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637839223404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-11-25T11:23:19.389Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:23:19.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839218835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637839218861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "clamp",
  "timestamp": 1637839223674,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T11:23:19.390Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:23:19.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "cds",
  "timestamp": 1637839223814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-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-25T11:23:19.398Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 477a164f-20a2-4dd3-bed5-de5de77efecf
2021-11-25T11:23:19.398Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 477a164f-20a2-4dd3-bed5-de5de77efecf 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-25T11:23:19.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "policy-id",
  "timestamp": 1637839224077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:23:19.409Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:23:19.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637839224410,
  "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-25T11:23:19.414Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 477a164f-20a2-4dd3-bed5-de5de77efecf
2021-11-25T11:23:19.414Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 477a164f-20a2-4dd3-bed5-de5de77efecf 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-25T11:23:19.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839218835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.421Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637839218861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.422Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "clamp",
  "timestamp": 1637839224680,
  "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-25T11:23:19.426Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 477a164f-20a2-4dd3-bed5-de5de77efecf
2021-11-25T11:23:19.426Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 477a164f-20a2-4dd3-bed5-de5de77efecf 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-25T11:23:19.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "policy-id",
  "timestamp": 1637839225082,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T11:23:19.438Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:23:19.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839218835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637839218861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "policy-id",
  "timestamp": 1637839226086,
  "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-25T11:23:19.443Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 477a164f-20a2-4dd3-bed5-de5de77efecf
2021-11-25T11:23:19.444Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 477a164f-20a2-4dd3-bed5-de5de77efecf 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-25T11:23:19.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "aai-ml",
  "timestamp": 1637839225766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.451Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839218835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:23:19.452Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637839218861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:23:19.452Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "aai-ml",
  "timestamp": 1637839225766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839227806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:23:19.453Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:23:19.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637839227919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:23:19.454Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:23:19.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "aai-ml",
  "timestamp": 1637839225766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "aai-ml",
  "timestamp": 1637839225766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839229823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T11:23:19.455Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:23:19.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637839230088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T11:23:19.455Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:23:19.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "aai-ml",
  "timestamp": 1637839225766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.456Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637839231092,
  "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-25T11:23:19.460Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 477a164f-20a2-4dd3-bed5-de5de77efecf
2021-11-25T11:23:19.461Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 477a164f-20a2-4dd3-bed5-de5de77efecf 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-25T11:23:19.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "aai-ml",
  "timestamp": 1637839225766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/resourceInstances/pnf77eaa9a7b5b20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.470Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "aai-ml",
  "timestamp": 1637839225766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "aai-ml",
  "timestamp": 1637839225766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:23:19.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "aai-ml",
  "timestamp": 1637839234907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:23:19.472Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:23:19.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "clamp",
  "timestamp": 1637839230346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.472Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "dcae-sch",
  "timestamp": 1637839230097,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637839234738,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637839233198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "cds",
  "timestamp": 1637839228794,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "policy-id",
  "timestamp": 1637839235128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637839234738,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "cds",
  "timestamp": 1637839228794,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637839233198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "clamp",
  "timestamp": 1637839230346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "policy-id",
  "timestamp": 1637839235128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "dcae-sch",
  "timestamp": 1637839230097,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "clamp",
  "timestamp": 1637839230346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "dcae-sch",
  "timestamp": 1637839230097,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "cds",
  "timestamp": 1637839228794,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637839233198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "policy-id",
  "timestamp": 1637839235128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637839234738,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "clamp",
  "timestamp": 1637839230346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637839233198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637839234738,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "cds",
  "timestamp": 1637839228794,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "policy-id",
  "timestamp": 1637839235128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "dcae-sch",
  "timestamp": 1637839230097,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "clamp",
  "timestamp": 1637839230346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637839233198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "cds",
  "timestamp": 1637839228794,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.486Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "dcae-sch",
  "timestamp": 1637839230097,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.486Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637839234738,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "policy-id",
  "timestamp": 1637839235128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "aai-ml",
  "timestamp": 1637839240869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe9pyy2zqe2telsii8h6/1.0/artifacts/service-DemoPnfCe9pyy2zqe2telsii8h6-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T11:23:19.488Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:23:19.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "clamp",
  "timestamp": 1637839230346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637839233198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "cds",
  "timestamp": 1637839228794,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "dcae-sch",
  "timestamp": 1637839230097,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "policy-id",
  "timestamp": 1637839235128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637839234738,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "aai-ml",
  "timestamp": 1637839241872,
  "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-25T11:23:19.497Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 477a164f-20a2-4dd3-bed5-de5de77efecf
2021-11-25T11:23:19.497Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 477a164f-20a2-4dd3-bed5-de5de77efecf 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-25T11:23:19.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "clamp",
  "timestamp": 1637839230346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637839233198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-11-25T11:23:19.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "dcae-sch",
  "timestamp": 1637839230097,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637839234738,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "cds",
  "timestamp": 1637839228794,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "policy-id",
  "timestamp": 1637839235128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "clamp",
  "timestamp": 1637839230346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637839233198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "cds",
  "timestamp": 1637839228794,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637839234738,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.511Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "policy-id",
  "timestamp": 1637839235128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.511Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "dcae-sch",
  "timestamp": 1637839230097,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.512Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "clamp",
  "timestamp": 1637839230346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:23:19.512Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637839233198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "cds",
  "timestamp": 1637839228794,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:23:19.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637839234738,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:23:19.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "policy-id",
  "timestamp": 1637839235128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:23:19.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "dcae-sch",
  "timestamp": 1637839230097,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "cds",
  "timestamp": 1637839245705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:23:19.515Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:23:19.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "policy-id",
  "timestamp": 1637839245702,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:23:19.516Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:23:19.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637839245766,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:23:19.516Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:23:19.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "policy-id",
  "timestamp": 1637839246705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T11:23:19.517Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:23:19.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637839246806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-11-25T11:23:19.517Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:23:19.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "cds",
  "timestamp": 1637839247021,
  "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-25T11:23:19.530Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of df7f30c6-8f34-41a0-aea1-f1d0528a66e3
2021-11-25T11:23:19.530Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId df7f30c6-8f34-41a0-aea1-f1d0528a66e3 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-25T11:23:19.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "policy-id",
  "timestamp": 1637839247708,
  "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-25T11:23:19.548Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of df7f30c6-8f34-41a0-aea1-f1d0528a66e3
2021-11-25T11:23:19.548Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId df7f30c6-8f34-41a0-aea1-f1d0528a66e3 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-25T11:23:19.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637839247809,
  "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-25T11:23:19.563Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of df7f30c6-8f34-41a0-aea1-f1d0528a66e3
2021-11-25T11:23:19.563Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId df7f30c6-8f34-41a0-aea1-f1d0528a66e3 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-25T11:23:19.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "clamp",
  "timestamp": 1637839248404,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:23:19.570Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:23:19.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "clamp",
  "timestamp": 1637839249421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T11:23:19.570Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:23:19.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637839248862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "clamp",
  "timestamp": 1637839250424,
  "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-25T11:23:19.575Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of df7f30c6-8f34-41a0-aea1-f1d0528a66e3
2021-11-25T11:23:19.575Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId df7f30c6-8f34-41a0-aea1-f1d0528a66e3 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-25T11:23:19.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637839248862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.585Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637839248862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.585Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637839248862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.586Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637839248862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.586Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637839248862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.586Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637839248862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "aai-ml",
  "timestamp": 1637839255765,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637839248862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "aai-ml",
  "timestamp": 1637839255765,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637839248862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:23:19.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "aai-ml",
  "timestamp": 1637839255765,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.589Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637839259042,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:23:19.589Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:23:19.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "aai-ml",
  "timestamp": 1637839255765,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.589Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "aai-ml",
  "timestamp": 1637839255765,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637839261108,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T11:23:19.590Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:23:19.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "aai-ml",
  "timestamp": 1637839255765,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637839262113,
  "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-25T11:23:19.595Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of df7f30c6-8f34-41a0-aea1-f1d0528a66e3
2021-11-25T11:23:19.595Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId df7f30c6-8f34-41a0-aea1-f1d0528a66e3 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-25T11:23:19.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "aai-ml",
  "timestamp": 1637839255765,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.605Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "aai-ml",
  "timestamp": 1637839255765,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:23:19.606Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "aai-ml",
  "timestamp": 1637839255765,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:23:19.607Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:23:19.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "aai-ml",
  "timestamp": 1637839265510,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:23:19.608Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:23:19.608Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.608Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "aai-ml",
  "timestamp": 1637839271294,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T11:23:19.608Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:23:19.608Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:23:19.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "aai-ml",
  "timestamp": 1637839272297,
  "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-25T11:23:19.613Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of df7f30c6-8f34-41a0-aea1-f1d0528a66e3
2021-11-25T11:23:19.614Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId df7f30c6-8f34-41a0-aea1-f1d0528a66e3 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-25T11:23:30.930Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 477a164f-20a2-4dd3-bed5-de5de77efecf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T11:23:30.943Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 477a164f-20a2-4dd3-bed5-de5de77efecf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-25T11:23:30.945Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T11:23:30.945Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-25T11:23:30.945Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-25T11:23:30.945Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-25T11:23:30.945Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:23:30.945Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:23:30.945Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:23:30.946Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:23:30.946Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:23:30.946Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:23:30.946Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:23:30.946Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-25T11:23:30.950Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-25T11:24:00.950Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 477a164f-20a2-4dd3-bed5-de5de77efecf 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-25T11:24:00.960Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 477a164f-20a2-4dd3-bed5-de5de77efecf and serviceModelVersionId: 8a18e8da-b59d-4711-9176-fdf0e0732960
2021-11-25T11:24:00.960Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ab7fc55f-7f92-4fa4-bdf3-631330d7ac9c
2021-11-25T11:24:00.961Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ab7fc55f-7f92-4fa4-bdf3-631330d7ac9c/model-vers/model-ver/8a18e8da-b59d-4711-9176-fdf0e0732960?depth=0
2021-11-25T11:24:00.967Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-11-25T11:24:01.017Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab7fc55f-7f92-4fa4-bdf3-631330d7ac9c/model-vers/model-ver/8a18e8da-b59d-4711-9176-fdf0e0732960?depth=0|INFO|500||Invoke
2021-11-25T11:24:01.018Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab7fc55f-7f92-4fa4-bdf3-631330d7ac9c/model-vers/model-ver/8a18e8da-b59d-4711-9176-fdf0e0732960?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab7fc55f-7f92-4fa4-bdf3-631330d7ac9c/model-vers/model-ver/8a18e8da-b59d-4711-9176-fdf0e0732960?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[477a164f-20a2-4dd3-bed5-de5de77efecf], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[eb30630f-2ac4-417d-89c2-424cc403086b], X-ECOMP-RequestID=[477a164f-20a2-4dd3-bed5-de5de77efecf], X-TransactionId=[], X-ONAP-RequestID=[477a164f-20a2-4dd3-bed5-de5de77efecf], Content-Type=[application/merge-patch+json]}
2021-11-25T11:24:01.040Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab7fc55f-7f92-4fa4-bdf3-631330d7ac9c/model-vers/model-ver/8a18e8da-b59d-4711-9176-fdf0e0732960?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-25T11:24:01.201Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab7fc55f-7f92-4fa4-bdf3-631330d7ac9c/model-vers/model-ver/8a18e8da-b59d-4711-9176-fdf0e0732960?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/ab7fc55f-7f92-4fa4-bdf3-631330d7ac9c/model-vers/model-ver/8a18e8da-b59d-4711-9176-fdf0e0732960?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211125-11:24:01:048-80092], vertex-id=[458896], Content-Length=[0], Date=[Thu, 25 Nov 2021 11:24:01 GMT], Content-Type=[application/json]}
2021-11-25T11:24:01.202Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab7fc55f-7f92-4fa4-bdf3-631330d7ac9c/model-vers/model-ver/8a18e8da-b59d-4711-9176-fdf0e0732960?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-25T11:24:01.202Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab7fc55f-7f92-4fa4-bdf3-631330d7ac9c/model-vers/model-ver/8a18e8da-b59d-4711-9176-fdf0e0732960?depth=0|INFO|500||InvokeReturn
2021-11-25T11:24:01.203Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-25T11:24:01.203Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||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-25T11:24:01.210Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-25T11:24:01.210Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 477a164f-20a2-4dd3-bed5-de5de77efecf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-25T11:24:01.210Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-25T11:24:01.210Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:24:01.213Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:24:01.213Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839441210,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-25T11:24:01.313Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:24:01.314Z||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-25T11:24:01.314Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:24:01.330Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:24:01.331Z||pool-122-thread-1|||||INFO|500||cambria reply ok (17 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-25T11:24:02.222Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:24:02.223Z|477a164f-20a2-4dd3-bed5-de5de77efecf|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-25T11:24:02.224Z|477a164f-20a2-4dd3-bed5-de5de77efecf|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:24:06.809Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:24:06.810Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-25T11:24:06.810Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"df7f30c6-8f34-41a0-aea1-f1d0528a66e3","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"1fe0d9a9-36f7-4013-9ebb-4fdb5b88c33b","serviceDescription":"service","serviceInvariantUUID":"58867de3-3bb7-4c0e-bc89-7f44460022e2","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"615663eb-eb8a-458e-94e5-9f8b04b413d9","resourceInvariantUUID":"0dd3af11-6aea-4804-a916-66f5acc5ad66","resourceCustomizationUUID":"befb7bf4-db8d-4173-9bb5-91c241d043b9","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":"ODhkZTMwMDgxYjExN2Q3ODg1NzQ4ODQ5OGNjMDlmNDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"520a402d-5bcc-4cac-8bcf-3f1f0ac3316d","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":"e2e77748-f844-43c0-92ab-c4b3cd6eccfc","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":"2606d498-358d-4a3e-b4e4-d1f2f5e1fbe2","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":"NWQyZDYwYmEzNDYwMzdiNTM0ZjczNzRhY2JmODZhNGU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"96a683c8-388e-44bc-8149-9ab9d98ab522","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":"55c27ad1-4101-492a-acc5-569a0b281522","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":"a2dfee58-92a7-45ef-949a-27353e4a8202","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":"b63ba14f-b163-4403-a30b-5819d2765b13","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":"MDUwN2ZlYmQ4NTQ5NWY5ZmMwZGU2MTI0MTliMGQ4NDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa310d57-84fa-47ec-9b3e-0ab9f8b5764a","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ODA5ZDJlYjkzYmQ1Y2NjYTA5YWQ2Yzc5NDE1YzgyMTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"688aac43-b3a3-40e4-a23d-82d0117a2f3a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-25T11:24:06.812Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:24:06.813Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:24:06.815Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:24:06.815Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839442222,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:24:06.915Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:24:06.916Z||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-25T11:24:06.916Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:24:06.927Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:24:06.927Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:24:07.816Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:24:07.816Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:24:07.818Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:24:07.818Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839442222,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:24:07.918Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:24:07.919Z||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-25T11:24:07.919Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:24:07.929Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:24:07.930Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:24:08.818Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:24:08.819Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:24:08.822Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:24:08.822Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839442222,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:24:08.922Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:24:08.923Z||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-25T11:24:08.924Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:24:08.933Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:24:08.934Z||pool-125-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:24:09.823Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:24:09.823Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:24:09.825Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:24:09.825Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839442222,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:24:09.925Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:24:09.926Z||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-25T11:24:09.926Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:24:09.940Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:24:09.940Z||pool-126-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:24:10.825Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:24:10.826Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:24:10.828Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:24:10.828Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839442222,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:24:10.928Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:24:10.929Z||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-25T11:24:10.929Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:24:10.939Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:24:10.940Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:24:11.828Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:24:11.829Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:24:11.830Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:24:11.831Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839442222,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:24:11.931Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:24:11.931Z||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-25T11:24:11.932Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:24:11.943Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:24:11.943Z||pool-128-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:24:12.831Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:24:12.831Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:24:12.834Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:24:12.834Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839442222,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:24:12.934Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:24:12.935Z||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-25T11:24:12.935Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:24:12.948Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:24:12.949Z||pool-129-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-11-25T11:24:13.835Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:24:13.836Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:24:13.838Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:24:13.838Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839442222,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:24:13.940Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-25T11:24:13.941Z||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-25T11:24:13.941Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:24:13.952Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:24:13.953Z||pool-130-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:24:14.841Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-25T11:24:14.842Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:24:14.848Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:24:14.848Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839442222,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:24:14.944Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-11-25T11:24:14.944Z||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-25T11:24:14.945Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:24:14.953Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:24:14.953Z||pool-131-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:24:15.850Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "1fe0d9a9-36f7-4013-9ebb-4fdb5b88c33b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "58867de3-3bb7-4c0e-bc89-7f44460022e2",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "befb7bf4-db8d-4173-9bb5-91c241d043b9",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "615663eb-eb8a-458e-94e5-9f8b04b413d9",
      "resourceInvariantUUID": "0dd3af11-6aea-4804-a916-66f5acc5ad66",
      "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": "ODA5ZDJlYjkzYmQ1Y2NjYTA5YWQ2Yzc5NDE1YzgyMTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "688aac43-b3a3-40e4-a23d-82d0117a2f3a"
    }
  ],
  "workloadContext": "Production"
}
2021-11-25T11:24:15.851Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-25T11:24:15.851Z|477a164f-20a2-4dd3-bed5-de5de77efecf|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1fe0d9a9-36f7-4013-9ebb-4fdb5b88c33b ASDC
2021-11-25T11:24:15.851Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:df7f30c6-8f34-41a0-aea1-f1d0528a66e3
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:1fe0d9a9-36f7-4013-9ebb-4fdb5b88c33b
ServiceInvariantUUID:58867de3-3bb7-4c0e-bc89-7f44460022e2
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:688aac43-b3a3-40e4-a23d-82d0117a2f3a
ArtifactChecksum:ODA5ZDJlYjkzYmQ1Y2NjYTA5YWQ2Yzc5NDE1YzgyMTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:befb7bf4-db8d-4173-9bb5-91c241d043b9
ResourceInvariantUUID:0dd3af11-6aea-4804-a916-66f5acc5ad66
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:615663eb-eb8a-458e-94e5-9f8b04b413d9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-11-25T11:24:15.852Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1fe0d9a9-36f7-4013-9ebb-4fdb5b88c33b 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-25T11:24:15.881Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-25T11:24:15.882Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-25T11:24:15.882Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-25T11:24:15.883Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 688aac43-b3a3-40e4-a23d-82d0117a2f3a from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-25T11:24:15.883Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-25T11:24:15.883Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-25T11:24:16.995Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-25T11:24:17.002Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 688aac43-b3a3-40e4-a23d-82d0117a2f3a 105638
2021-11-25T11:24:17.003Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||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-25T11:24:17.003Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||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-25T11:24:17.003Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-25T11:24:17.003Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:24:17.006Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:24:17.006Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839457003,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:24:17.106Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-25T11:24:17.107Z||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-25T11:24:17.107Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:24:17.117Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:24:17.117Z||pool-132-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:24:18.007Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-25T11:24:18.008Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-25T11:24:18.008Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 688aac43-b3a3-40e4-a23d-82d0117a2f3a, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-25T11:24:18.008Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-11-25T11:24:18.009Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-25T11:24:18.009Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-25T11:24:18.158Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP528741464425350398/Definitions/service-TestPnfMacro-template.yml
2021-11-25T11:24:18.838Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:24:18.839Z||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-25T11:24:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:24:18.968Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-25T11:24:18.968Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-11-25T11:24:18.968Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-25T11:24:18.968Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-11-25T11:24:18.968Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||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-25T11:24:18.969Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||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-25T11:24:18.969Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||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-25T11:24:18.969Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||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-25T11:24:18.969Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-25T11:24:18.969Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-25T11:24:18.969Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-25T11:24:18.969Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-11-25T11:24:18.970Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:24:18.970Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:24:18.970Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-11-25T11:24:18.970Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-11-25T11:24:18.970Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-25T11:24:18.971Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:24:18.971Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:24:18.971Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-11-25T11:24:18.971Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-11-25T11:24:18.971Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-25T11:24:18.972Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:24:18.972Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:24:18.972Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:24:18.972Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:24:18.972Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:24:18.972Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:24:18.972Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:24:18.973Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:24:18.973Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:24:18.973Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:24:18.973Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:1fe0d9a9-36f7-4013-9ebb-4fdb5b88c33b
Model Version:NULL
Model InvariantUuid:58867de3-3bb7-4c0e-bc89-7f44460022e2
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-25T11:24:18.980Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 615663eb-eb8a-458e-94e5-9f8b04b413d9
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-25T11:24:18.982Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||test-pnf 0
2021-11-25T11:24:18.982Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 615663eb-eb8a-458e-94e5-9f8b04b413d9
2021-11-25T11:24:18.983Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 1fe0d9a9-36f7-4013-9ebb-4fdb5b88c33b
2021-11-25T11:24:18.983Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 1fe0d9a9-36f7-4013-9ebb-4fdb5b88c33b
2021-11-25T11:24:18.983Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 615663eb-eb8a-458e-94e5-9f8b04b413d9 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-25T11:24:18.987Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d35687c, org.onap.sdc.toscaparser.api.parameters.Input@5ffdf7f0, org.onap.sdc.toscaparser.api.parameters.Input@e215bac, org.onap.sdc.toscaparser.api.parameters.Input@53ee90e2, org.onap.sdc.toscaparser.api.parameters.Input@357e746b]
2021-11-25T11:24:18.987Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:24:18.988Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:24:18.988Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 1fe0d9a9-36f7-4013-9ebb-4fdb5b88c33b: test-pnf
2021-11-25T11:24:18.988Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||Processing PNF resource: 615663eb-eb8a-458e-94e5-9f8b04b413d9
2021-11-25T11:24:18.989Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-25T11:24:18.989Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-25T11:24:18.989Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||Resource customization UUID: befb7bf4-db8d-4173-9bb5-91c241d043b9 is the same as notified resource customizationUUID: befb7bf4-db8d-4173-9bb5-91c241d043b9
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-25T11:24:19.031Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 615663eb-eb8a-458e-94e5-9f8b04b413d9 0 ASDC deployResourceStructure
2021-11-25T11:24:19.031Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||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-25T11:24:19.032Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||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-25T11:24:19.032Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-25T11:24:19.032Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:24:19.034Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:24:19.034Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839459031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T11:24:19.134Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-25T11:24:19.136Z||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-25T11:24:19.136Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:24:19.158Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:24:19.158Z||pool-133-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-11-25T11:24:19.172Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:24:19.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:24:19.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "477a164f-20a2-4dd3-bed5-de5de77efecf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839441210,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-25T11:24:19.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:24:19.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:24:19.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839442222,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:24:19.173Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:24:19.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:24:19.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839442222,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:24:19.174Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:24:19.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:24:19.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839442222,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:24:19.174Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:24:19.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:24:19.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839442222,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:24:19.174Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:24:19.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:24:19.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839442222,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:24:19.174Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:24:19.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:24:19.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839442222,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:24:19.175Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:24:19.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:24:19.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839442222,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:24:19.175Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:24:19.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:24:19.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839442222,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-25T11:24:19.175Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:24:19.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:24:19.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839442222,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-25T11:24:19.175Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-25T11:24:19.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:24:19.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839457003,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-25T11:24:19.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:24:20.035Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df7f30c6-8f34-41a0-aea1-f1d0528a66e3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T11:24:20.048Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df7f30c6-8f34-41a0-aea1-f1d0528a66e3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-25T11:24:20.051Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-25T11:24:20.051Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-25T11:24:20.051Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-25T11:24:20.052Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-25T11:24:20.052Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:24:20.052Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:24:20.052Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:24:20.053Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:24:20.053Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:24:20.053Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:24:20.053Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-25T11:24:20.054Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-25T11:24:20.059Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-25T11:24:50.060Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: df7f30c6-8f34-41a0-aea1-f1d0528a66e3 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-25T11:24:50.076Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: df7f30c6-8f34-41a0-aea1-f1d0528a66e3 and serviceModelVersionId: 1fe0d9a9-36f7-4013-9ebb-4fdb5b88c33b
2021-11-25T11:24:50.077Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 58867de3-3bb7-4c0e-bc89-7f44460022e2
2021-11-25T11:24:50.080Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/58867de3-3bb7-4c0e-bc89-7f44460022e2/model-vers/model-ver/1fe0d9a9-36f7-4013-9ebb-4fdb5b88c33b?depth=0
2021-11-25T11:24:50.091Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-11-25T11:24:50.139Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/58867de3-3bb7-4c0e-bc89-7f44460022e2/model-vers/model-ver/1fe0d9a9-36f7-4013-9ebb-4fdb5b88c33b?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-25T11:24:50.150Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/58867de3-3bb7-4c0e-bc89-7f44460022e2/model-vers/model-ver/1fe0d9a9-36f7-4013-9ebb-4fdb5b88c33b?depth=0|INFO|500||Invoke
2021-11-25T11:24:50.174Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/58867de3-3bb7-4c0e-bc89-7f44460022e2/model-vers/model-ver/1fe0d9a9-36f7-4013-9ebb-4fdb5b88c33b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-25T11:24:50.393Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/58867de3-3bb7-4c0e-bc89-7f44460022e2/model-vers/model-ver/1fe0d9a9-36f7-4013-9ebb-4fdb5b88c33b?depth=0|INFO|500||InvokeReturn
2021-11-25T11:24:50.394Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/58867de3-3bb7-4c0e-bc89-7f44460022e2/model-vers/model-ver/1fe0d9a9-36f7-4013-9ebb-4fdb5b88c33b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211125-11:24:50:182-29599], vertex-id=[266288], Content-Length=[0], Date=[Thu, 25 Nov 2021 11:24:50 GMT], Content-Type=[application/json]}
2021-11-25T11:24:50.395Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-11-25T11:24:50.395Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-25T11:24:50.396Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||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-25T11:24:50.402Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-25T11:24:50.402Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID df7f30c6-8f34-41a0-aea1-f1d0528a66e3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-25T11:24:50.403Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-25T11:24:50.403Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-25T11:24:50.406Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-25T11:24:50.406Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839490402,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-25T11:24:50.507Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-25T11:24:50.509Z||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-25T11:24:50.509Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:24:50.524Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:24:50.524Z||pool-134-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-25T11:24:51.423Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:24:51.424Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|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-25T11:24:51.424Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:25:00.963Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:25:00.964Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:25:00.965Z||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-25T11:25:00.965Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:25:10.499Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:25:10.500Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:25:10.501Z||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-25T11:25:10.501Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:25:18.838Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:25:18.839Z||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-25T11:25:18.840Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:25:18.861Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:25:18.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-25T11:25:18.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839459031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-25T11:25:18.862Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:25:20.054Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:25:20.055Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:25:20.055Z|7c7c1059-2d47-4941-924a-4634a98e04ca|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-25T11:25:20.055Z|7c7c1059-2d47-4941-924a-4634a98e04ca|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:25:29.643Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:26:18.835Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:26:18.836Z|7c7c1059-2d47-4941-924a-4634a98e04ca|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-25T11:26:18.837Z|7c7c1059-2d47-4941-924a-4634a98e04ca|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:26:18.838Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:26:18.838Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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-25T11:26:18.838Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:26:19.378Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:26:19.379Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-25T11:26:19.379Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df7f30c6-8f34-41a0-aea1-f1d0528a66e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637839490402,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-25T11:26:19.380Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-25T11:26:28.417Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:27:18.835Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:27:18.837Z|7c7c1059-2d47-4941-924a-4634a98e04ca|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-25T11:27:18.838Z|7c7c1059-2d47-4941-924a-4634a98e04ca|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:27:18.839Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:27:18.839Z||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-25T11:27:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:27:28.390Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:27:28.394Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:28:18.835Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:28:18.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:28:18.840Z||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-25T11:28:18.840Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:28:18.840Z||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-25T11:28:18.842Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:28:28.388Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:28:28.393Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:29:18.835Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:29:18.836Z||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-25T11:29:18.836Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:29:18.838Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:29:18.838Z||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-25T11:29:18.838Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:29:28.377Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:29:28.378Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:30:18.835Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:30:18.838Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:30:18.839Z||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-25T11:30:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:30:18.839Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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-25T11:30:18.839Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:30:28.393Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:30:28.395Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:31:18.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:31:18.838Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:31:18.838Z||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-25T11:31:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:31:18.839Z||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-25T11:31:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:31:28.386Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:31:28.386Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:32:18.837Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:32:18.839Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:32:18.844Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|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-25T11:32:18.844Z||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-25T11:32:18.844Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:32:18.844Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:32:28.436Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:32:28.438Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:33:18.835Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:33:18.837Z|1405c4f8-c78c-49db-8952-c97d8e319c81|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-25T11:33:18.837Z|1405c4f8-c78c-49db-8952-c97d8e319c81|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:33:18.839Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:33:18.839Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|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-25T11:33:18.839Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:33:28.390Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:33:28.390Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:34:18.835Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:34:18.838Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:34:18.840Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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-25T11:34:18.840Z|7c7c1059-2d47-4941-924a-4634a98e04ca|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-25T11:34:18.840Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:34:18.840Z|7c7c1059-2d47-4941-924a-4634a98e04ca|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:34:28.401Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:34:28.401Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:35:18.836Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:35:18.837Z|7c7c1059-2d47-4941-924a-4634a98e04ca|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-25T11:35:18.838Z|7c7c1059-2d47-4941-924a-4634a98e04ca|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:35:18.838Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:35:18.838Z||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-25T11:35:18.838Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:35:28.383Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:35:28.383Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:36:18.835Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:36:18.836Z|7c7c1059-2d47-4941-924a-4634a98e04ca|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-25T11:36:18.836Z|7c7c1059-2d47-4941-924a-4634a98e04ca|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:36:18.838Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:36:18.839Z||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-25T11:36:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:36:28.383Z|7c7c1059-2d47-4941-924a-4634a98e04ca|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:36:28.384Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:37:18.835Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:37:18.838Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:37:18.838Z|1405c4f8-c78c-49db-8952-c97d8e319c81|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-25T11:37:18.838Z|1405c4f8-c78c-49db-8952-c97d8e319c81|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:37:18.838Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|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-25T11:37:18.838Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:37:28.394Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:37:28.395Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:38:18.835Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:38:18.837Z|1405c4f8-c78c-49db-8952-c97d8e319c81|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-25T11:38:18.837Z|1405c4f8-c78c-49db-8952-c97d8e319c81|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:38:18.838Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:38:18.839Z||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-25T11:38:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:38:28.378Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:38:28.379Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:39:18.837Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:39:18.838Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:39:18.839Z|1405c4f8-c78c-49db-8952-c97d8e319c81|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-25T11:39:18.839Z||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-25T11:39:18.840Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:39:18.840Z|1405c4f8-c78c-49db-8952-c97d8e319c81|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:39:28.386Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:39:28.386Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:40:18.835Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:40:18.836Z|1405c4f8-c78c-49db-8952-c97d8e319c81|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-25T11:40:18.836Z|1405c4f8-c78c-49db-8952-c97d8e319c81|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:40:18.838Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:40:18.838Z||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-25T11:40:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:40:28.392Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:40:28.393Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:41:18.839Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:41:18.837Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:41:18.842Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|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-25T11:41:18.842Z|1405c4f8-c78c-49db-8952-c97d8e319c81|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-25T11:41:18.842Z|1405c4f8-c78c-49db-8952-c97d8e319c81|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:41:18.842Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:41:28.387Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:41:28.393Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:42:18.835Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:42:18.837Z|1405c4f8-c78c-49db-8952-c97d8e319c81|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-25T11:42:18.838Z|1405c4f8-c78c-49db-8952-c97d8e319c81|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:42:18.838Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:42:18.838Z||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-25T11:42:18.838Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:42:28.382Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:42:28.382Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:43:18.835Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:43:18.836Z|1405c4f8-c78c-49db-8952-c97d8e319c81|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-25T11:43:18.836Z|1405c4f8-c78c-49db-8952-c97d8e319c81|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:43:18.838Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:43:18.838Z||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-25T11:43:18.838Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:43:28.387Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:43:28.390Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:44:18.835Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:44:18.838Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:44:18.838Z|1405c4f8-c78c-49db-8952-c97d8e319c81|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-25T11:44:18.838Z|1405c4f8-c78c-49db-8952-c97d8e319c81|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:44:18.839Z||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-25T11:44:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:44:28.383Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:44:28.383Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:45:18.835Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:45:18.836Z|1405c4f8-c78c-49db-8952-c97d8e319c81|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-25T11:45:18.836Z|1405c4f8-c78c-49db-8952-c97d8e319c81|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:45:18.838Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:45:18.838Z||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-25T11:45:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:45:28.378Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:45:28.379Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:46:18.836Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:46:18.838Z|1405c4f8-c78c-49db-8952-c97d8e319c81|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-25T11:46:18.838Z|1405c4f8-c78c-49db-8952-c97d8e319c81|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:46:18.838Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:46:18.838Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|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-25T11:46:18.839Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:46:28.383Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:46:28.387Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:47:18.836Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:47:18.838Z|1405c4f8-c78c-49db-8952-c97d8e319c81|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-25T11:47:18.838Z|1405c4f8-c78c-49db-8952-c97d8e319c81|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:47:18.838Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:47:18.839Z||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-25T11:47:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:47:28.379Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:47:28.379Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:48:18.839Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:48:18.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:48:18.844Z||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-25T11:48:18.845Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:48:18.844Z||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-25T11:48:18.845Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:48:28.389Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:48:28.389Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:49:18.835Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:49:18.837Z||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-25T11:49:18.837Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:49:18.838Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:49:18.838Z||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-25T11:49:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:49:28.380Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:49:28.384Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:50:18.835Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:50:18.837Z||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-25T11:50:18.837Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:50:18.838Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:50:18.839Z|1405c4f8-c78c-49db-8952-c97d8e319c81|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-25T11:50:18.839Z|1405c4f8-c78c-49db-8952-c97d8e319c81|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:50:28.382Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:50:28.384Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:51:18.835Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:51:18.837Z|1405c4f8-c78c-49db-8952-c97d8e319c81|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-25T11:51:18.837Z|1405c4f8-c78c-49db-8952-c97d8e319c81|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:51:18.838Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:51:18.838Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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-25T11:51:18.839Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:51:28.404Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:51:28.405Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:52:18.835Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:52:18.836Z|1405c4f8-c78c-49db-8952-c97d8e319c81|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-25T11:52:18.836Z|1405c4f8-c78c-49db-8952-c97d8e319c81|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:52:18.838Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:52:18.839Z||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-25T11:52:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:52:28.424Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:52:28.424Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:53:18.836Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:53:18.838Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:53:18.839Z||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-25T11:53:18.839Z|1405c4f8-c78c-49db-8952-c97d8e319c81|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-25T11:53:18.840Z|1405c4f8-c78c-49db-8952-c97d8e319c81|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:53:18.840Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:53:28.391Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:53:28.393Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:54:18.835Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:54:18.837Z|1405c4f8-c78c-49db-8952-c97d8e319c81|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-25T11:54:18.837Z|1405c4f8-c78c-49db-8952-c97d8e319c81|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:54:18.838Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:54:18.838Z||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-25T11:54:18.838Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:54:28.387Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:54:28.387Z|1405c4f8-c78c-49db-8952-c97d8e319c81|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:55:18.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:55:18.839Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:55:18.846Z||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-25T11:55:18.846Z||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-25T11:55:18.846Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:55:18.846Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:55:28.442Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:55:28.442Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:56:18.836Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:56:18.838Z||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-25T11:56:18.838Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:56:18.839Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:56:18.839Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|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-25T11:56:18.839Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:56:28.377Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:56:28.380Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:57:09.699Z||http-nio-8085-exec-2|||||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-25T11:57:18.835Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:57:18.837Z||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-25T11:57:18.837Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:57:18.838Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:57:18.838Z||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-25T11:57:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:57:28.386Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:57:28.387Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:58:18.835Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:58:18.838Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:58:18.838Z||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-25T11:58:18.838Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:58:18.838Z||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-25T11:58:18.838Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:58:28.385Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:58:28.385Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:59:18.835Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:59:18.836Z||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-25T11:59:18.836Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:59:18.838Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T11:59:18.838Z||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-25T11:59:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T11:59:28.380Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T11:59:28.380Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T12:00:18.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T12:00:18.839Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T12:00:18.841Z||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-25T12:00:18.841Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T12:00:18.841Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|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-25T12:00:18.842Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T12:00:28.427Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T12:00:28.427Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T12:01:18.835Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T12:01:18.836Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|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-25T12:01:18.836Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T12:01:18.838Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T12:01:18.839Z||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-25T12:01:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T12:01:28.380Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T12:01:28.434Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T12:02:18.835Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T12:02:18.837Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|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-25T12:02:18.837Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T12:02:18.838Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T12:02:18.839Z||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-25T12:02:18.839Z||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 1AW9dPkhF9KRKnyY) ...
2021-11-25T12:02:28.384Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T12:02:28.384Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T12:03:18.835Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T12:03:18.837Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|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-25T12:03:18.837Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T12:03:18.838Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-25T12:03:18.838Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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-25T12:03:18.838Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|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 1AW9dPkhF9KRKnyY) ...
2021-11-25T12:03:28.376Z|df7f30c6-8f34-41a0-aea1-f1d0528a66e3|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-25T12:03:28.378Z|5cacfc37-9d40-4b95-9b89-2e99ffdad5d4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK